Do a `gnus-request-scan' for the methods that support -retrieve-groups, too.
[gnus] / lisp / ChangeLog
1 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4         for the methods that support -retrieve-groups, too.
5
6         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7
8 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9
10         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
11         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
12
13         * pop3.el: Require cl when compiling.
14         (pop3-number-of-responses): Search for "+OK", not "+OK ".
15
16 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17
18         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
19         that aren't going to be activated.
20         (gnus-get-unread-articles): Fix up the last commit.
21
22         * gnus-html.el (gnus-article-html): Allow calling without specifying
23         the handle.  In that case, dissect the buffer first.
24
25         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
26
27         * nnimap.el (nnimap-open-connection): Revert the change that would look
28         into authinfo for imaps instead of imap.
29
30         * gnus-start.el (gnus-activate-group): Take an optional parameter to
31         say that you don't want to call gnus-request-group with don-check, but
32         do check the reponse.  This is for virtual groups only.
33         (gnus-get-unread-articles): Count the archive groups as secondary, so
34         that they're activated the same way as before.
35
36         * imap.el (imap-message-map): Removed optional buffer parameter, since
37         no callers use it.
38         (imap-message-get): Ditto.
39         (imap-message-put): Ditto.
40         (imap-mailbox-map): Ditto.
41         (imap-mailbox-put): Ditto.
42         (imap-mailbox-get): Ditto.
43         (imap-mailbox-get): Revert last change for this function.
44
45         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
46         case-insensitively.
47         (nnimap-debug): Removed.
48
49         * imap.el (imap-fetch-safe): Removed function, and altered all callers
50         to use `imap-fetch' instead.  According to the comments, this should be
51         safe, since all other IMAP clients use the 1:* syntax.
52         (imap-enable-exchange-bug-workaround): Removed.
53         (imap-debug): Removed -- doesn't seem very useful.
54
55         * mail-source.el (mail-source-fetch): Don't message if we're fetching
56         mail from a file, and the file doesn't exist.
57
58         * imap.el (imap-log): New convenience function used throughout instead
59         of repeating the same code all over the place.
60
61         * pop3.el (pop3-streaming-movemail): Return t for success.
62
63         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
64         .authinfo if we're using ssl connection.
65
66         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
67         already have if we're in a main Gnus `g' run.
68
69         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
70
71 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
72
73         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
74
75         * nnmh.el (nnmh-request-list-1): Bind `file'.
76
77         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
78         alias to set-process-query-on-exit-flag or process-kill-without-query.
79         (pop3-open-server): Use it.
80
81 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
82
83         * mail-source.el (mail-source-delete-crash-box): Always move the crash
84         box to the Incoming file.  Fixes mistake in previous checkin.
85
86         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
87         request loop (for debugging purposes) removed.
88
89         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
90         culprit is more visible.
91         (nnml-save-incremental-nov, nnml-open-incremental-nov)
92         (nnml-add-incremental-nov): New functions to do "incremental" nov
93         updates, where we just append to the end of the existing nov files
94         without reading/writing them in full.
95
96         * mail-source.el (mail-source-delete-crash-box): Really only check the
97         incoming files once in a while.
98
99         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
100
101         * mail-source.el (mail-source-delete-crash-box): Only check the
102         incoming files for deletion once per day to save a lot of file
103         accesses.
104
105         * pop3.el (pop3-logon): Fix up unbound variable typo.
106
107         * mail-source.el (pop3-streaming-movemail): Autoload.
108
109         * pop3.el (pop3-streaming-movemail): Respect
110         pop3-leave-mail-on-server.
111
112         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
113         retrieval.
114
115         * pop3.el (pop3-process-filter): Removed unused function.
116         (pop3-streaming-movemail, pop3-send-streaming-command)
117         (pop3-wait-for-messages, pop3-write-to-file)
118         (pop3-number-of-responses): New functions for streaming pop3
119         retrieval.
120
121         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
122         come from no known methods.
123         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
124         list.
125
126         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
127         message sizes.
128         (pop3-movemail): Use erase-buffer instead of looping and deleting
129         regions, which seems rather odd.
130
131         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
132         file once per `g' run.
133
134         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
135         directories.  This makes the draft queue directory work.
136
137         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
138         data from the backends, so that we only request the list of groups from
139         each method once.  This should speed things up considerably.
140
141         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
142         detect that it's not implemented.
143
144         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
145         we actually do recurse down into the tree, but don't stat all leaf
146         nodes.
147
148         * gnus-html.el (gnus-html-show-images): If there are no images to show,
149         then say so instead of bugging out.
150
151         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
152         files exist before trying to read them.
153
154         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
155         around <pre_int>.
156
157         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
158
159         * nnmh.el (nnmh-request-list-1): Optimize for speed.
160
161 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162
163         * mm-util.el (mm-image-load-path): Just return the image directories,
164         not all directories in the path in addition to the image directories.
165         (mm-image-load-path): Maintain a cache of the image directories so that
166         the `g' command in Gnus doesn't have to stat dozens of directories each
167         time.
168
169         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
170         (gnus-html-wash-tags): Add a new `i' command to insert images.
171         (gnus-html-insert-image): New command and keystroke.
172         (gnus-html-redisplay-with-images): New command and keystroke.
173         (gnus-html-show-images): Renamed command.
174         (gnus-html-wash-tags): Remove more white space before <pre_int> image
175         spacers.
176         (gnus-html-wash-tags): Decode entities at the end, so that entities
177         inside the tags don't mess up the rest of the "parsing".
178
179         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
180         so that nnimap methods aren't agentized by default.  There's apparently
181         many problems related to agent/imap behaviour.
182
183         * gnus-art.el (gnus-article-copy-string): New command and key binding.
184
185         * gnus-html.el: Doc fix.
186
187 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
188
189         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
190         specifier-spec-list for Emacs 21.
191
192         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
193         glyph-width and glyph-height instead of display-graphic-p and
194         image-size; make avoidance of displaying small images work for XEmacs.
195
196         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
197         for XEmacs.
198
199         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
200         of symbol that holds plist data.
201         (gnus-process-plist): Remove plist of process after getting it.
202
203 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
204
205         * message.el (message-generate-hashcash): Change default to
206         'opportunistic if hashcash is installed.
207
208         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
209         (gnus-html-put-image): Only call image-size once, since it's somewhat
210         time-consuming on remote X servers.
211
212 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
213
214         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
215         type on data, not a file name.
216
217         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
218         window-pixel-edges for Emacs 21.
219
220         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
221         decoded contents.
222         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
223
224 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
227         group line format, since it isn't very interesting.
228
229         * gnus-agent.el (gnus-agent-short-article),
230         (gnus-agent-long-article): Increase values for these two variables,
231         since most people are likely to have more network connection and
232         storage than before.
233
234         * gnus.el (gnus-refer-article-method): Change default to 'current.
235         When referring an article, the common behaviour is to refer it from the
236         current select method, not the native select method.  The chances of
237         the native select method having the message in question is rather slim
238         these days.
239
240         * gnus-sum.el (gnus-auto-select-subject): Change default to
241         `unseen-or-unread'.  I think it's likely that most people want to
242         select an unseen article over a previously seen, but unread one.
243
244         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
245         means that in the article buffer none of the minor mode elements will
246         be shown, usually, and this is not desirable in most cases.
247
248         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
249         that commands like `d' (and the like) go to the next line in the
250         buffer, instead of the next unread article.  I think this is the
251         behaviour that is most natural for most users.
252         (gnus-single-article-buffer): Change default to nil, so that people can
253         have as many article buffers open as they have summary buffer.  I think
254         this is the most natural way for the groups to behave.
255
256         * message.el (message-generate-new-buffers): Change default to
257         `unsent', so that all new message buffers start their names with the
258         string "*unsent", and it's easier to find the buffers if you move from
259         them.
260
261 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262
263         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
264         small. They're probably tracking images.
265         (gnus-html-wash-tags): Remove all <pre_int> place holders.
266         (gnus-html-rescale-image): Yet another try at getting the image sizing
267         right.
268
269         * nntp.el (nntp-request-set-mark): Refuse to do marks if
270         nntp-marks-file-name is nil.
271
272 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
273
274         * gnus-html.el (gnus-html-wash-tags)
275         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
276         Better logging.
277
278 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
281
282         * gnus-html.el (gnus-html-wash-tags): Check the value of
283         gnus-blocked-images in the summary buffer.
284
285 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
286
287         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
288
289 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
292         like "a", it seems like.
293         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
294         since it needs to be picked from the correct buffer.
295
296         * nnwfm.el: Removed.
297
298         * nnlistserv.el: Removed.
299
300 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
301
302         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
303         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
304
305 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306
307         * nnkiboze.el: Removed.
308
309         * nndb.el: Removed.
310
311         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
312         alt text.
313         (gnus-html-rescale-image): Try to get the rescaling logic right for
314         images that are just wide and not tall.
315
316         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
317         overshadow variable bindings.
318
319 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
320
321         * gnus-html.el (gnus-html-wash-tags)
322         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
323         extra logging.
324
325 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
326
327         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
328         (gnus-max-image-proportion): New variable.
329         (gnus-html-rescale-image): New function.
330         (gnus-html-put-image): Rescale images.
331
332 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
333
334         Fix up some byte-compiler warnings.
335         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
336         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
337         (gnus-article-fill-cited-article, gnus-article-hide-citation)
338         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
339         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
340         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
341         (gnus-group-update-group): Use save-excursion and with-current-buffer.
342
343 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
344
345         * gnus-html.el (gnus-article-html): Decode contents by charset.
346
347 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
348
349         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
350         (gnus-html-frame-width, gnus-blocked-images)
351         * message.el (message-prune-recipient-rules): Add custom version.
352         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
353
354         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
355         functions.
356
357         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
358         gnus-process-get.
359
360 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
361
362         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
363         instead of lsub directly.
364
365 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
366
367         * nnwarchive.el: Removed.
368
369         * gnus-soup.el: Removed.
370
371         * nnsoup.el: Removed.
372
373         * nnultimate.el: Removed.
374
375         * gnus-html.el (gnus-blocked-images): New variable.
376
377         * message.el (message-prune-recipients): New function.
378         (message-prune-recipient-rules): New variable.
379
380         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
381         guess whether a long line is natural text or not.
382
383         * gnus-html.el (gnus-html-schedule-image-fetching): Use
384         gnus-process-plist and friends for compatibility.
385
386 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
387
388         * gnus-html.el: Require packages that define macros used in this file.
389         (gnus-article-mouse-face): Declare to silence byte-compiler.
390         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
391         process-get.
392         (gnus-html-put-image): Use plist-get to avoid getf.
393         (gnus-html-prefetch-images): Use with-current-buffer.
394
395 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
396
397         * gnus-ems.el: Provide compatibility functions for
398         gnus-set-process-plist.
399
400         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
401         header-line-format for XEmacs 21.4.
402
403         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
404         * gnus.el (gnus-valid-select-methods)
405         * message.el (message-send-mail-partially-limit)
406         * mm-decode.el (mm-text-html-renderer)
407         * mml.el (mml-insert-mime-headers-always)
408         * smiley.el (smiley-regexp-alist): Bump custom version.
409
410 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
411
412         * gnus-html.el: require mm-url.
413         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
414         with the url to `url'.
415         (gnus-html-wash-tags): Support cid: URLs/images.
416
417 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
420         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
421         bindings, as they aren't useful at all. `w' is moved to `W w'.
422
423         * gnus-move.el: Removed file, since it doesn't really work.
424
425         * gnus-html.el (gnus-article-html): Tell w3m that the input is
426         UTF-8. This seems to fix problems with some German web feeds.
427
428         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
429         at the top so that the proper colours are applied.
430
431         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
432         don't have dots in their names.
433
434         * gnus-art.el (gnus-article-view-part): Doc fix.
435
436         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
437         XEmacs-compatible.
438         (gnus-html-put-image): Don't do images on non-graphic displays.
439
440         * nnslashdot.el: Removed this unused backend.
441
442         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
443         actions.
444         (gnus-undo-register-1): Revert last change.
445
446         * gnus-group.el (gnus-group-completing-read): Protect against not
447         having completion-styles bound.
448
449         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
450         make broken recipients happier.
451
452         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
453
454         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
455         point parameter.
456
457         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
458
459         * gnus-group.el (gnus-group-completing-read): Add 'substring to
460         completion-styles for group selection.
461
462 2009-02-04  Andreas Schwab  <schwab@suse.de>
463
464         * gnus-score.el (gnus-score-string): Fix regex for matching extra
465         headers and regexp-quote the match if necessary.
466
467 2009-03-24  Miles Bader  <miles@gnu.org>
468
469         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
470         the blinking smiley.
471
472 2009-03-24  Simon Josefsson  <simon@josefsson.org>
473
474         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
475         blink smiley.
476
477 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
478
479         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
480         where the dribbel file lives exists.
481
482         * message.el (message-send-mail-partially-limit): Change the default to
483         nil, since most people don't want this.
484
485         * mm-url.el (mm-url-decode-entities): Also decode entities like
486         &#x3212.
487
488 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
489
490         * gnus-sum.el (gnus-summary-idna-message):
491         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
492         Hyperlink urls in docstrings with URL `...'.
493
494 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
495
496         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
497         functions.
498
499 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500
501         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
502         say what the mouseover text should be.
503
504         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
505         version of the mm-w3m-safe-url-regexp variable to only download images
506         in the groups where we want that to happen.
507
508         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
509
510         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
511         easier debugging.
512         (gnus-article-beginning-of-window): Add kludge to allow spacing past
513         big pictures in the article buffer.
514
515         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
516         gnus-article-html.
517         (mm-text-html-renderer): gnus-article-html needs curl in addition to
518         w3m.
519
520         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
521
522 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523
524         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
525         which doesn't exist.
526
527         * message.el (message-inhibit-ecomplete): New variable to allow some
528         function to inhibit ecomplete address storage.
529         (message-resend): Disable ecomplete message storage when resending
530         messages.
531
532         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
533
534 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
537         Save excursion while copying, moving, and deleting articles in order to
538         prevent the cursor from jumping to unforeseen place.
539
540 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * lpath.el: No need to bind bookmark-current-buffer,
543         bookmark-yank-point and bookmark-make-record-function.
544
545 2010-08-17  Glenn Morris  <rgm@gnu.org>
546
547         * gnus-sync.el: Require gnus components whose functions are used.
548
549         * gnus-art.el (bookmark-make-record-function):
550         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
551         Declare for compiler.
552
553         * mm-url.el (mml-compute-boundary): Autoload.
554
555 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
556
557         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
558
559 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
560
561         Typo fix "hoo4a" -> "hook".
562
563         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
564
565 2010-08-14  Glenn Morris  <rgm@gnu.org>
566
567         * gnus-sync.el (gnus-sync): Fix defgroup version.
568
569 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
570
571         Doc fixes and keep unknown groups (ammended for nunion bug fix).
572
573         * gnus-sync.el: Fix docs.
574         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
575         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
576
577 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
578
579         Optimizations for gnus-sync.el.
580
581         * gnus-sync.el: Add docs about gnus-sync-backend
582         possibilities.
583         (gnus-sync-save): Remove unnecessary message.
584         (gnus-sync-read): Optimize and show what groups were skipped.
585
586 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
587
588         Minor bug fixes for gnus-sync.el.
589
590         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
591         read the sync on get-new-news.
592
593         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
594         quiet.
595
596         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
597
598 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
599
600         Make saving and restoring of hidden threads work with overlays.
601         Patch applied by Ted Zlatanov.
602
603         * gnus-sum.el (gnus-hidden-threads-configuration)
604         (gnus-restore-hidden-threads-configuration): Update to deal with text
605         properties, rather than searching for a magic character.
606
607 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
608
609         New gnus-sync.el library for synchronization of marks.
610
611         * gnus-sync.el: New library for synchronization of marks.
612
613         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
614         renamed from `gnus-registry-grep-in-list'.
615
616         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
617
618         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
619
620 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
621
622         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
623         determining charset of text fails.
624
625 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * nnmail.el (nnmail-get-new-mail-1): Revert.
628
629         * nnml.el (nnml-active-number): Make sure names of newly created groups
630         in nnml-group-alist are encoded.
631
632 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
635         containing non-ASCII characters in active file for nnml back end.
636
637 2010-07-24  David Engster  <dengste@eml.cc>
638
639         * mml-smime.el (mml-smime-epg-verify): Also accept the older
640         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
641
642 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
643
644         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
645         tag (Bug#6654).
646
647 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
648
649         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
650         the article buffer, not the summary buffer.
651
652 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
653
654         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
655         Emacs 23 as well.
656
657 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
660         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
661
662 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
663
664         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
665         Patch applied by Karl Fogel.
666
667         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
668         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
669
670 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
671
672         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
673         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
674         C-w still not working correctly from Article buffers; Thierry's
675         patch to fix that will be applied after this.
676
677         * gnus-art.el (bookmark-make-record-function): New local variable.
678
679         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
680         article buffer.
681         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
682
683 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
684
685         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
686         on changes in bookmark.el.
687
688 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
689
690         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
691         `no-log' instead of message not to log prompt string.
692
693 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
694
695         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
696         the *other* type of HTML form submission.
697
698 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
699
700         * auth-source.el (auth-source-pick): If choice does not contain a
701         questioned keyword, set the check to t.
702
703 2010-06-12  Romain Francoise  <romain@orebokech.com>
704
705         * gnus-util.el (gnus-date-get-time): Move up before first use.
706
707 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
708
709         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
710         (gnus-article-edit-part): Bind it to make last part that is substituted
711         or deleted visible.
712         (gnus-mime-display-single): Buttonize part of which id equals to
713         gnus-mime-buttonized-part-id.
714
715 2010-06-10  Dan Christensen  <jdc@uwo.ca>
716
717         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
718         (gnus-dd-mmm): Use gnus-date-get-time.
719         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
720         simplify logic.
721         (gnus-summary-limit-to-age): Use gnus-date-get-time.
722         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
723
724 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
725
726         * auth-source.el (top): Autoload `secrets-list-collections',
727         `secrets-create-item', `secrets-delete-item'.
728         (auth-sources): Fix tag string.
729         (auth-get-source, auth-source-retrieve, auth-source-create)
730         (auth-source-delete): New defuns.
731         (auth-source-pick): Rewrite in order to avoid 2 passes.
732         (auth-source-forget-user-or-password): New parameter USERNAME.
733         (auth-source-user-or-password): New parameters CREATE-MISSING and
734         DELETE-EXISTING.  Retrieve password interactively, if needed.
735
736 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
737
738         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
739         deleting unused directories when gnus-expert-user is t.
740
741 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
742
743         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
744         for each temp file when gnus-article-browse-delete-temp is ask.
745
746 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
747
748         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
749         Lisp calls to delete-backward-char by calls to delete-char.
750
751 2010-05-20  Kevin Ryde  <user42@zip.com.au>
752
753         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
754
755 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
756
757         * password-cache.el (password-cache-remove): Fix docstring.
758
759 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
762         article unless decoding article to be saved.
763
764 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
765
766         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
767         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
768         generated within the mm-with-unibyte-current-buffer macro.
769
770 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
771
772         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
773         to nil when we're in a mml-preview buffer and no group is selected.
774
775 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
776
777         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
778         when catching the `C-g'.  Reported by "Leo".
779
780 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
781
782         * message.el (message-forward-make-body-plain)
783         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
784         multibyte-string-p.
785
786         * lpath.el: Revert.
787
788 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
789
790         * message.el (message-forward-make-body-mml): Assume original message
791         is multibyte string; error on unibyte.
792         (message-forward-make-body-plain): Ditto; don't add excessive newline
793         in body end.
794
795         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
796
797 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
798
799         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
800         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
801
802 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
803
804         * mm-extern.el (mm-extern-url): Don't use
805         mm-with-unibyte-current-buffer.
806         (mm-extern-cache-contents): Use with-current-buffer instead of
807         save-excursion + set-buffer.
808
809 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
810
811         * mm-util.el (mm-emacs-mule): Remove.
812
813 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
814
815         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
816         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
817         change.
818
819 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
820
821         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
822         bind the default value of enable-multibyte-characters to nil.
823
824 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
825
826         * message.el (message-forward-make-body-plain)
827         (message-forward-make-body-mml):
828         Don't use mm-with-unibyte-current-buffer.
829
830 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
831
832         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
833
834 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
835
836         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
837         (Bug#5592).
838
839 2010-05-07  Julien Danjou  <julien@danjou.info>
840
841         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
842         it to mm-pipe-part.
843
844         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
845         it is given.
846
847 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
848
849         * binhex.el (binhex-decode-region-internal)
850         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
851         (dns-query)
852         * nnweb.el (nnweb-gmane-search)
853         * pgg-parse.el (pgg-parse-armor)
854         * pgg.el (pgg-verify-region)
855         * sha1.el (sha1-string-external)
856         * uudecode.el (uudecode-decode-region-internal)
857         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
858         XEmacs.
859
860         * gnus-art.el (gnus-article-browse-html-parts)
861         * gnus-group.el (gnus-read-ephemeral-gmane-group)
862         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
863         make-temp-file.
864
865         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
866         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
867         compiling.
868
869         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
870         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
871         XEmacs when compiling.
872
873         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
874         gnus-pick-mode-off-hook for XEmacs when compiling.
875         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
876         gnus-binary-mode-off-hook for XEmacs when compiling.
877
878         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
879         nil if char-charset is not available.
880
881         * imap.el (imap-disable-multibyte)
882         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
883         macros.
884
885         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
886         instead of encode-coding-string.
887
888         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
889         'xemacs) instead of mm-emacs-mule to switch function definitions.
890         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
891
892         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
893         bind temporary-file-directory for XEmacs;
894         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
895         timer-set-function for XEmacs 21.4 and SXEmacs;
896         bind timer-list for XEmacs 21.4 and SXEmacs;
897         fbind char-charset and find-charset-region for non-Mule XEmacs;
898         fbind decode-coding-region, decode-coding-string, detect-coding-region,
899         encode-coding-region and encode-coding-string for XEmacs having no
900         file-coding feature.
901
902 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
903
904         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
905
906 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
907
908         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
909         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
910
911 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
912
913         * mm-util.el (mm-decompress-buffer): Use `delete-file';
914         alias `jka-compr-delete-temp-file' no longer exists.
915
916 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
917
918         Use define-minor-mode in Gnus where applicable.
919         * mml.el (mml-mode): Use define-minor-mode.
920         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
921         (gnus-undo-mode): Use define-minor-mode.
922         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
923         (gnus-dead-summary-mode): Use define-minor-mode.
924         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
925         Initialize in declaration.
926         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
927         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
928         (gnus-mailing-list-mode): Use define-minor-mode.
929         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
930         (gnus-draft-mode): Use define-minor-mode.
931         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
932         (gnus-dired-mode): Use define-minor-mode.
933
934 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
935
936         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
937         handles on recursive mml-to-mime translation and check them for
938         boundary delimiter collisions.  Reported by Greg Troxel.
939
940 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
943
944 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
945
946         * mm-util.el (mm-find-buffer-file-coding-system):
947         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
948
949 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
950
951         * message.el (message-generate-headers): Record insertion of optional
952         headers as well.  Otherwise the check to prevent repeated insertion of
953         optional headers is a no-op.
954
955 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
956
957         * smime.el: Don't mention CVS.
958
959         * nnrss.el (nnrss-fetch): Don't mention CVS.
960
961         * nnir.el: Don't mention CVS.
962
963 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
964
965         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
966
967 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
968
969         * lpath.el: Fbind bookmark-default-handler,
970         bookmark-get-bookmark-record, bookmark-make-record-default,
971         bookmark-prop-get for Emacs <23 and XEmacs.
972
973 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
974
975         * gnus-sum.el: Add bookmark declarations to silence the compiler.
976         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
977         Use with-current-buffer to silence the byte-compiler.
978         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
979         bother to require `gnus'.
980         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
981
982 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
983
984         * gnus-sum.el (gnus-summary-bookmark-make-record)
985         (gnus-summary-bookmark-jump): New functions.
986         (gnus-summary-mode): Setup bookmark support.
987
988 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
989
990         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
991         if set.
992
993 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
994
995         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
996         gnus-article-browse-html-save-cid-image; make it work recursively for
997         forwarded messages as well.
998         (gnus-article-browse-html-parts): Work when prefix arg is given.
999         (gnus-article-browse-html-article): Doc fix.
1000
1001 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1002
1003         * message.el (message-default-mail-headers):
1004         (message-default-headers): Carry the value mail-default-headers over
1005         into message-default-mail-headers, rather than message-default-headers.
1006
1007 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1008
1009         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1010         charset.
1011
1012         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1013         charset into the <meta> tag when the article is encoded to utf-8.
1014
1015 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1016
1017         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1018         directories as well.
1019         (gnus-article-browse-html-parts): Work for images that do not specify
1020         file names; delete temp directory when quitting; insert header at the
1021         right place; use file: scheme for image files.
1022
1023 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1024
1025         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1026         (gnus-article-browse-html-parts): Use it to make temporary cid image
1027         files in addition to html file so that browser may display them.
1028
1029 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1032
1033 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1034
1035         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1036
1037 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1038
1039         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1040         about Secret Service API sources.  Improve Customize options.
1041         (auth-source-pick): Change to accept any number of search parameters.
1042         Implement fallbacks iteratively, not recursively.  Add scoring on the
1043         second pass and sort by score.  Call Secret Service API when needed.
1044         (auth-source-user-or-password): Use it.  Call Secret Service API
1045         directly when needed to get the user name and the password.
1046
1047 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1048
1049         * message.el (message-interactive): Doc fix.
1050         (message-qmail-inject-args): Reflow.
1051         (message-kill-to-signature): Fix typo in docstring.
1052
1053         * smiley.el (smiley-buffer): Fix typo in docstring.
1054
1055 2010-03-24  Glenn Morris  <rgm@gnu.org>
1056
1057         * mail-source.el (gnus-message): Declare.
1058         (mail-source-delete-old-incoming): Require gnus-util.
1059
1060 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1061
1062         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1063
1064         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1065
1066         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1067         password-cache's default if it is not bound.
1068         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1069         password-cache-expiry's default if it is not bound.
1070
1071         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1072         available in Emacs 21.
1073
1074         * lpath.el: Suppress compiler warnings for:
1075         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1076         XEmacs;
1077         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1078         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1079         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1080
1081 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1082
1083         * auth-source.el (auth-sources): Fix up definition so extra parameters
1084         are always inline.
1085
1086 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1087
1088         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1089         wasn't updated after mismatch.  Clear cached mailbox info correctly
1090         when uidvalidity changes.
1091         (nnimap-group-prefixed-name): New function to avoid some code
1092         duplication.
1093         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1094         (nnimap-request-group): Use it.
1095         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1096         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1097         with many imap folders.  This is done by caching the group status from
1098         the imap server persistently in a group parameter `imap-status'.  (This
1099         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1100         but not persistently, so every Gnus startup was still very slow.)
1101
1102 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1103
1104         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1105         delete the extra newline.  Otherwise editing of :string and :number
1106         types don't work.
1107
1108 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1109
1110         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1111         secrets.el dependency.
1112         (auth-sources): Add optional user name.  Add secrets.el configuration
1113         choice (unused right now).
1114
1115 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1116
1117         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1118         `gnus-registry-install-shortcuts' fill in the functions.
1119
1120         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1121         warnings.
1122         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1123         (gnus-registry-install-shortcuts): Populate and use it in a
1124         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1125
1126 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1127
1128         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1129         In-place substitutions for the group name encoding/decoding.
1130         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1131         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1132         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1133         (nnimap-update-unseen, nnimap-request-list)
1134         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1135         (nnimap-request-set-mark, nnimap-split-to-groups)
1136         (nnimap-split-articles, nnimap-request-newgroups)
1137         (nnimap-request-create-group, nnimap-request-accept-article)
1138         (nnimap-request-delete-group, nnimap-request-rename-group)
1139         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1140         `encoded-mbx' for consistency.
1141         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1142         variable `imap-current-mailbox'.
1143
1144         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1145         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1146
1147 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1148
1149         * pop3.el (pop3-display-message-size-flag): Display message size byte
1150         counts during POP3 download.
1151         (pop3-movemail): Use it.
1152         (pop3-list): Implement listing of available messages.
1153
1154 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1155
1156         * nnir.el (nnir-get-article-nov-override-function): New function to
1157         override the normal NOV retrieval.
1158         (nnir-retrieve-headers): Use it.
1159
1160 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1161
1162         * auth-source.el (netrc-machine-user-or-password): Autoload.
1163
1164 2010-03-19  Glenn Morris  <rgm@gnu.org>
1165
1166         Stop message.el from loading about 40 libraries it doesn't always need.
1167         The general approach is to autoload rather than require, and to
1168         require in the specific functions rather than the file.  (Bug#5642)
1169
1170         * gmm-utils.el: Don't require wid-edit.
1171         (widget-create-child-value, widget-convert, widget-default-get):
1172         Autoload.
1173
1174         * gnus-util.el: Don't require time-date, netrc.
1175         (message-fetch-field, gnus-group-name-decode): Declare rather than
1176         autoloading.
1177         (gnus-fetch-field): Require message.
1178         (gnus-decode-newsgroups): Require gnus-group.
1179
1180         * ietf-drums.el: Don't require time-date.
1181
1182         * message.el: Don't require hashcash, canlock, ecomplete.
1183         Do require mail-utils.  Require nnheader only when compiling.
1184         (smtpmail-default-smtp-server): Remove declaration.
1185         (message-send-mail-function): Check smtpmail-default-smtp-server
1186         is bound rather than requiring smtpmail.
1187         (message-auto-save-directory, message-insert-signature): Use
1188         expand-file-name rather than nnheader-concat.
1189         (nnheader-insert-file-contents): Autoload.
1190         (hashcash-wait-async): Declare.
1191         (message-send-mail): Only call gnus-setup-posting-charset if
1192         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1193         (message-send-mail-with-sendmail): Require sendmail.
1194         (canlock-password, canlock-password-for-verify): Declare.
1195         (message-canlock-password): Require canlock.
1196         (nnheader-get-report): Autoload.
1197         (gnus-setup-posting-charset): Declare.
1198         (message-send-news): Require gnus-msg.
1199         (message-make-references, message-make-in-reply-to): Use mail-header-id
1200         rather than the alias mail-header-message-id.
1201         (ecomplete-add-item, ecomplete-save): Declare.
1202         (message-put-addresses-in-ecomplete): Require ecomplete.
1203         (ecomplete-display-matches): Autoload.
1204
1205         * mm-decode.el: Don't require mailcap, gnus-util.
1206         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1207         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1208         Autoload.
1209         (mailcap-mime-extensions): Declare.
1210
1211         * mm-encode.el: Don't require mailcap.
1212         (mailcap-extension-to-mime): Autoload.
1213
1214         * mml-sec.el: Don't require password-cache.
1215
1216         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1217         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1218         (mml-minibuffer-read-type): Require mailcap.
1219         (mml-preview): Require gnus-msg.
1220
1221         * mml1991.el: Require password-cache.
1222         (password-cache-expiry): Remove declaration.
1223
1224         * mml2015.el: Require password-cache.
1225         (password-cache-expiry): Remove declaration.
1226
1227         * nneething.el (mailcap): Require mailcap.
1228
1229         * nnheader.el (declare-function): Add compatibility stub.
1230         (message-remove-header): Declare rather than autoload.
1231         (nnheader-replace-header): Require message.
1232
1233         * nnimap.el (declare-function): Add compatibility stub.
1234         (netrc-parse, netrc-machine-user-or-password): Declare.
1235         (nnimap-open-connection): Require netrc.
1236
1237         * nntp.el (declare-function): Add compatibility stub.
1238         (netrc-parse, netrc-machine, netrc-get): Declare.
1239         (nntp-send-authinfo): Require netrc.
1240
1241         * rfc2047.el: Don't require qp.
1242         (quoted-printable-encode-region, quoted-printable-decode-string):
1243         Autoload.
1244
1245         * sieve-mode.el: Don't require easymenu.
1246         (easy-menu-add-item): Autoload it.
1247
1248         * spam-stat.el (time-to-number-of-days): Autoload it.
1249
1250 2010-03-19  Glenn Morris  <rgm@gnu.org>
1251
1252         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1253
1254 2010-03-18  Glenn Morris  <rgm@gnu.org>
1255
1256         * hashcash.el (declare-function): Remove duplicate definition.
1257
1258 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1259
1260         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1261         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1262         value if any backslash escapes).
1263
1264 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1265
1266         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1267         if it is available.  (bug#5647)
1268
1269         * lpath.el: Suppress compiler warning for coding-system-from-name for
1270         Emacs 21 and XEmacs.
1271
1272 2010-03-14  Juri Linkov  <juri@jurta.org>
1273
1274         * hmac-def.el:
1275         * hmac-md5.el:
1276         * netrc.el: Fix keywords.
1277
1278 2010-02-26  Glenn Morris  <rgm@gnu.org>
1279
1280         * message.el (message-send-mail-function): Change the default, so that
1281         it inherits from a customized send-mail-function.  (Bug#5643)
1282
1283 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1284
1285         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1286         shell-command-to-string signals an error (bug#5299).
1287
1288 2010-02-24  Glenn Morris  <rgm@gnu.org>
1289
1290         * message.el (message-smtpmail-send-it)
1291         (message-send-mail-with-mailclient): Doc fixes.
1292
1293 2010-02-16  Glenn Morris  <rgm@gnu.org>
1294
1295         * message.el (message-default-mail-headers): Change the default value
1296         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1297
1298 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1299
1300         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1301         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1302
1303 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1304
1305         * time-date.el (date-to-time): Doc fix (Bug#5408).
1306
1307 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1308
1309         * message.el (message-mail): Just pass yank-action on to message-setup.
1310         (message-setup): Handle (FUN . ARGS) form of yank-action.
1311         (message-with-reply-buffer, message-widen-reply)
1312         (message-yank-original): Handle non-buffer values of
1313         message-reply-buffer (Bug#4080).
1314         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1315
1316 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1317
1318         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1319         Fix typo in docstring.
1320
1321 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1322
1323         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1324         response.
1325
1326 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1329
1330         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1331
1332         * message.el (message-check-news-header-syntax): Protect against a
1333         string that `rfc822-addresses' returns when parsing fails.
1334
1335 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1338         (gnus-previous-char-property-change): New functions.
1339
1340         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1341
1342 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1343
1344         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1345         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1346
1347 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1348
1349         * message.el (message-exchange-point-and-mark): Rework last change to
1350         avoid using optional arg of exchange-point-and-mark, for backward
1351         compatibility.
1352
1353 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1354
1355         * message.el (message-exchange-point-and-mark): Call
1356         exchange-point-and-mark with an argument rather than setting
1357         mark-active by hand (Bug#5175).
1358
1359 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1360
1361         * nntp.el (nntp-service-to-port): Work for service expressed with
1362         numeric string; replace [:digit:] with [0-9] for XEmacs.
1363
1364 2009-12-17  Glenn Morris  <rgm@gnu.org>
1365
1366         * gnus-group.el (gnus-bug-group-download-format-alist):
1367         Change emacs entry to debbugs.gnu.org.  Bump :version.
1368
1369 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1370
1371         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1372
1373 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1374
1375         * message.el (message-info): Explain why we use `Info-goto-node'.
1376
1377 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1378
1379         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1380
1381 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1382
1383         * message.el (message-completion-in-region): New compatibility function.
1384         (message-expand-group): Use it.
1385
1386 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1387
1388         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1389         with no unread article should be listed if the 2nd arg `predicate' is
1390         given.
1391
1392 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1395
1396 2009-11-29  Juri Linkov  <juri@jurta.org>
1397
1398         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1399         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1400         on `gnus-recenter'. (Bug#4698, Bug#4981)
1401
1402 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1403
1404         * sha1.el (sha1-string-external): default-directory "/" in case
1405         otherwise non-existent.  process-connection-type pipe for touch of
1406         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1407
1408 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1409
1410         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1411         it's comms related and sgml-mode.el has "comm" on that basis too.
1412
1413 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1416         containing tspecial characters if they have been already quoted.
1417
1418 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1419
1420         * dns-mode.el (auto-mode-alist): Purecopy string.
1421
1422 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1423
1424         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1425
1426 2009-10-24  Glenn Morris  <rgm@gnu.org>
1427
1428         * gnus-art.el (help-xref-stack-item): Define for compiler.
1429
1430 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1431
1432         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1433
1434 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1437
1438 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1441         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1442
1443 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1446         (gnus-overlays-in): New alias to overlays-in.
1447
1448         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1449         gnus-overlay-get, and gnus-delete-overlay.
1450         (gnus-summary-show-thread): Make it work as well for systems in which
1451         next-single-char-property-change is not available.
1452         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1453
1454         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1455         (gnus-overlay-get): New alias to extent-property.
1456         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1457
1458         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1459         SXEmacs.
1460
1461         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1462         SXEmacs.
1463
1464 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1465
1466         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1467
1468 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1469
1470         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1471         and XEmacs that don't have `remove-overlays'.
1472
1473 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1474
1475         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1476         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1477         selective display.  Use overlays instead.
1478
1479 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1480
1481         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1482
1483 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1484
1485         * spam-stat.el (spam-stat-load): Fix typo in message.
1486
1487 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1488
1489         * dig.el (dig-invoke): Fix typo in docstring.
1490         (query-dig): Reflow docstring.
1491
1492 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1493
1494         * gnus-art.el (gnus-article-encrypt-body):
1495         * message.el (message-check-recipients):
1496         * mm-util.el (mm-codepage-setup):
1497         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1498         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1499
1500 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1501
1502         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1503         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1504         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1505         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1506         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1507
1508 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1509
1510         * dig.el: Add "Keywords: comm", as per net-utils.el.
1511
1512 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1513
1514         * dig.el (dig-mode): Use define-derived-mode.
1515
1516 2009-09-19  Glenn Morris  <rgm@gnu.org>
1517
1518         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1519
1520 2009-09-18  Glenn Morris  <rgm@gnu.org>
1521
1522         * gnus-diary.el (gnus-diary-check-message):
1523         * message.el (message-insert-formatted-citation-line):
1524         * nnbabyl.el (top-level):
1525         * nndiary.el (nndiary-schedule):
1526         Fix typos in condition-case handlers.
1527
1528 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1531         configuration that provides the sole article window in a frame;
1532         position point correctly after deleting a part.
1533
1534 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1535
1536         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1537         (spam-resolve-registrations-routine): Use it to unregister articles
1538         that change status.
1539
1540 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1541
1542         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1543         with XEmacs.
1544         (parse-time-string-chars): Use it.
1545
1546 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1547
1548         * imap.el (imap-interactive-login): Better messages.
1549         (imap-open): Fix bug with renamed buffer on reconnect.
1550         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1551         for easier debugging and cleaner code.  On successful (guessed based on
1552         server capabilities) secondary authentication, set imap-state
1553         correctly.
1554         (imap-last-authenticator): Define imap-last-authenticator as a variable
1555         to avoid warnings.
1556
1557 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1558
1559         * nnrss.el (nnrss-request-article): Remove binding of
1560         default-enable-multibyte-characters that has gotten needless by
1561         the 2007-07-13 change in rfc2047-encode-message-header.
1562
1563         * mml.el (mml-insert-multipart): Error on the message header.
1564         (mml-insert-part): Error on the message header; position point at
1565         the end of a MIME tag.
1566
1567 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1568
1569         * time-date.el (autoload): Expand define-obsolete-function-alias into
1570         defalias and make-obsolete for old Emacsen that Gnus supports.
1571         (with-no-warnings): Define it for old Emacsen.
1572         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1573         is available.
1574         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1575         float-time is available; suppress compile warning for time-to-seconds.
1576
1577         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1578         (gnus-float-time): Alias to float-time if it exists.
1579
1580         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1581         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1582         float-time is available; suppress compile warning for time-to-seconds.
1583
1584         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1585         XEmacs.
1586
1587 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1588
1589         * imap.el (imap-message-map): Docstring fix.
1590
1591 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1592
1593         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1594         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1595         Add the optional argument `encoding' that overrides the default.
1596
1597         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1598         mm-encode-buffer.
1599
1600 2009-09-04  Glenn Morris  <rgm@gnu.org>
1601
1602         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1603         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1604         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1605         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1606         * mm-util.el (mm-with-unibyte-current-buffer)
1607         (mm-find-buffer-file-coding-system):
1608         * yenc.el (yenc-decode-region): Use default-value rather than
1609         default-enable-multibyte-characters.
1610
1611 2009-09-03  Glenn Morris  <rgm@gnu.org>
1612
1613         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1614         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1615         than default-enable-multibyte-characters.
1616
1617 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1618
1619         * gnus-art.el (gnus-article-read-summary-keys):
1620         Fix gnus-buffer-configuration's value temporarily used.
1621
1622 2009-09-02  Glenn Morris  <rgm@gnu.org>
1623
1624         * gnus-util.el (gnus-float-time): New function.
1625         * gnus-delay.el (gnus-delay-article):
1626         * gnus-sum.el (gnus-thread-latest-date):
1627         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1628         * nnspool.el (nnspool-request-newgroups):
1629         Use gnus-float-time rather than time-to-seconds.
1630         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1631
1632         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1633         (gnus-header-subject-face, gnus-header-newsgroups-face)
1634         (gnus-header-name-face, gnus-header-content-face):
1635         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1636         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1637         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1638         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1639         (gnus-cite-face-11):
1640         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1641         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1642         (gnus-server-closed-face, gnus-server-denied-face)
1643         (gnus-server-offline-face):
1644         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1645         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1646         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1647         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1648         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1649         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1650         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1651         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1652         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1653         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1654         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1655         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1656         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1657         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1658         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1659         (gnus-summary-high-undownloaded-face)
1660         (gnus-summary-low-undownloaded-face)
1661         (gnus-summary-normal-undownloaded-face)
1662         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1663         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1664         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1665         (gnus-splash-face):
1666         * message.el (message-header-to-face, message-header-cc-face)
1667         (message-header-subject-face, message-header-newsgroups-face)
1668         (message-header-other-face, message-header-name-face)
1669         (message-header-xheader-face, message-separator-face)
1670         (message-cited-text-face, message-mml-face):
1671         * sieve-mode.el (sieve-control-commands-face)
1672         (sieve-action-commands-face, sieve-test-commands-face)
1673         (sieve-tagged-arguments-face):
1674         * spam.el (spam-face):
1675         Mark face aliases with "-face" in the name as obsolete.
1676
1677 2009-09-01  Glenn Morris  <rgm@gnu.org>
1678
1679         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1680         than goto-line.
1681
1682 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1683
1684         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1685         Don't move point if the command is invoked inside the message header.
1686
1687 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1688
1689         * imap.el (imap-send-command): Simplify.
1690         (imap-wait-for-tag): point-max -> buffer-size.
1691
1692 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1693
1694         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1695         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1696         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1697         * nnir.el (nnir-swish-e-index-file):
1698         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1699         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1700         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1701         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1702         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1703         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1704
1705 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1708         Don't save excursion.
1709
1710 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1711
1712         * nnheader.el (nnheader-find-file-noselect):
1713         * mm-util.el (mm-insert-file-contents):
1714         Use (default-value 'major-mode) instead of default-major-mode.
1715
1716 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1717
1718         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1719
1720 2009-08-26  Glenn Morris  <rgm@gnu.org>
1721
1722         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1723         than placing in files.el.
1724
1725 2009-08-25  Glenn Morris  <rgm@gnu.org>
1726
1727         * nnir.el (top-level): Don't require cl at run-time.
1728         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1729         Replace cl-function substitute with gnus-replace-in-string.
1730         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1731         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1732         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1733         simplified expansions.
1734
1735 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1736
1737         * dig.el (dig): Add autoload cookie.
1738
1739 2009-08-22  Glenn Morris  <rgm@gnu.org>
1740
1741         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1742         goto-line.
1743
1744 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1745
1746         * parse-time.el (parse-time-string-chars): Save match data.
1747
1748 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1749
1750         * parse-time.el (parse-time-string-chars): Compute using character
1751         classes, to handle non-ascii characters (Bug#3190).
1752
1753 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1754
1755         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1756
1757         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1758         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1759         (gnus-mm-display-part, gnus-mime-display-single)
1760         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1761         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1762
1763         * gnus-sum.el
1764         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1765         (gnus-summary-move-article): Add expirable mark to articles copied or
1766         moved to group that has auto-expire turned on if the option is non-nil.
1767
1768 2009-07-24  Glenn Morris  <rgm@gnu.org>
1769
1770         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1771         Fix typo.  (Bug#3903)
1772
1773 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1774
1775         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1776         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1777         that should not be used for draft articles.
1778         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1779         that has no concern in minor mode keys.
1780         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1781         Abolish.
1782
1783 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1784
1785         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1786         article without making inquiry to a user for unknown encoding.
1787
1788         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1789         (nnmaildir--scan): Assume i-node and device number that file-attributes
1790         returns might be cons-cell.
1791
1792         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1793
1794         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1795
1796 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1797
1798         * auth-source.el: Remove docs now in auth.texi.  Don't use
1799         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1800         `auth-source-hide-passwords' and use them.
1801
1802 2009-07-15  Glenn Morris  <rgm@gnu.org>
1803
1804         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1805
1806 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1809         excessive whitespace from the default values of title and description.
1810
1811 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1814         mail-fetch-field to fetch Content-Description header in order to
1815         exclude newlines.
1816
1817 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1818
1819         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1820         format used by GnuPG 2.0.11.
1821
1822 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1823
1824         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1825         to deleted part.
1826
1827 2009-05-30  David Engster  <dengste@eml.cc>
1828
1829         * nnmairix.el: Remove old documentation in the commentary block.
1830         (nnmairix-request-group): Do not update active file for nnml back ends.
1831         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1832         end so that overview files are ignored.
1833         (nnmairix-update-groups): Make updating the groups more robust by using
1834         marks.
1835         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1836         with dollar characters in message-id.
1837
1838 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1839
1840         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1841         2008-12-25 in dns.el.
1842
1843 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1844
1845         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1846         could happen if the text is only composed of spaces and/or tabs.
1847
1848 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1849
1850         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1851         when sending a queued message to avoid extra mml tags.
1852
1853 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1854
1855         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1856
1857 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1860         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1861         rmail-toggle-header for XEmacs;
1862         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1863
1864 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1865
1866         * gnus-dired.el: Remove autoload for gnus-setup-message.
1867         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1868         displaying Gnus logo; always use compose-mail.
1869
1870 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1871
1872         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1873
1874 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1877         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1878         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1879         available.
1880         (gnus-nocem-epg-verify): New function.
1881
1882 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1883
1884         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1885
1886 2009-02-15  Glenn Morris  <rgm@gnu.org>
1887
1888         * gnus-util.el (rmail-insert-rmail-file-header)
1889         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1890         autoloads.
1891         (rmail-default-rmail-file): Remove unnecessary declaration.
1892         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1893
1894 2009-02-14  Glenn Morris  <rgm@gnu.org>
1895
1896         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1897         variable (only used in gnus-util, which declares it anyway).
1898         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1899         which was only needed by gnus-art (changed to not use it any more).
1900         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1901         only used in gnus-util, which autoloads it itself.
1902         (rmail-update-summary): Fix autoload.
1903
1904         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1905         rather than rmail-output-to-rmail-file.
1906
1907 2009-02-07  Glenn Morris  <rgm@gnu.org>
1908
1909         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1910         autoload of function that no longer exists.
1911         (rmail-toggle-header): Declare.
1912         (message-forward-rmail-make-body): Handle mbox Rmail.
1913
1914 2009-01-31  Glenn Morris  <rgm@gnu.org>
1915
1916         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1917         2009-01-09 change.
1918
1919 2009-01-31  Dave Love  <fx@gnu.org>
1920
1921         * imap.el (imap-fetch-safe): Bind debug-on-error.
1922         (imap-debug): Add imap-fetch-safe.
1923
1924 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1925
1926         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1927         (auth-source-forget-all-cached): New convenience function.
1928         (auth-source-user-or-password): Accept list of modes or a single mode.
1929
1930         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1931         auth-source modes.
1932
1933         * netrc.el (netrc-machine-user-or-password): Use list of
1934         auth-source modes.
1935
1936         * nnimap.el (nnimap-open-connection): Use list of
1937         auth-source modes.
1938
1939         * nntp.el (nntp-send-authinfo): Use list of
1940         auth-source modes.
1941
1942 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1943
1944         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1945         now.
1946
1947 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1948
1949         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1950         coding system in XEmacs; add a workaround for XEmacs.
1951
1952         * lpath.el: Fbind coding-system-aliasee.
1953
1954 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1957         of current-language-environment.
1958
1959 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1960
1961         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1962         available at runtime.
1963
1964 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1967
1968 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1969
1970         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1971         the greatest positive fixnum value doesn't work under an XEmacs with
1972         bignum support; use the most-positive-fixnum constant instead,
1973         available since Emacs 21.1 with cl and XEmacs 21.1.
1974
1975 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1976
1977         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1978         XEmacs gets not to work.
1979
1980 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * mm-util.el (mm-coding-system-priorities): Allow the value like
1983         "Japanese (UTF-8)" of current-language-environment.
1984
1985 2009-01-09  Glenn Morris  <rgm@gnu.org>
1986
1987         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1988         with last-command-event.
1989
1990 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1991
1992         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1993         in the doc string.
1994
1995         * message.el (message-fix-before-sending): Amend comment.
1996
1997 2009-01-08  Dave Love  <fx@gnu.org>
1998
1999         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2000
2001 2009-01-07  David Engster  <dengste@eml.cc>
2002
2003         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2004         simplified server definitions by converting it via
2005         gnus-server-to-method.
2006
2007 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2008
2009         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2010         parameter's operands.
2011
2012 2009-01-06  David Engster  <dengste@eml.cc>
2013
2014         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2015         primary select method (for gnus-group-mark-article-as-read).
2016
2017 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2018
2019         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2020         `(gnus)Face', not `(gnus)X-Face'.
2021
2022 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * mm-util.el (mm-ucs-to-char): New function.
2025
2026         * mm-url.el (mm-url-decode-entities): Use it.
2027
2028         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2029         unicode-to-char.
2030
2031 2009-01-05  Dave Love  <fx@gnu.org>
2032
2033         * time-date.el: Require cl for `declare'.
2034
2035 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2036
2037         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2038         Dave Love.
2039
2040 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2041
2042         * message.el (message-fix-before-sending): Add `eight-bit' to
2043         illegible-text check.
2044
2045 2009-01-03  Michael Olson  <mwolson@gnu.org>
2046
2047         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2048         `headers' is nil.  This can occur if the IMAP server does not have
2049         permissions to read messages from a folder, but can write new messages
2050         to the folder.
2051         (nnimap-request-article-part): Do not insert `data' if it is nil.
2052
2053         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2054         characters which will confuse `read', so skip past them.
2055
2056 2009-01-01  Dave Love  <fx@gnu.org>
2057
2058         * imap.el (imap-string-to-integer): Fix typo.
2059         (imap-fetch-safe): New function.
2060         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2061
2062         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2063
2064         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2065         (imap-parse-greeting): Fix doc strings.
2066         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2067         (imap-parse-flag-list): Make messages unique.
2068         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2069
2070         * nnimap.el: Fix author email.
2071         (nnimap-split-rule): Add FIXME comment.
2072         (nnimap-debug): Fix doc string.
2073
2074 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2075
2076         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2077
2078 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2079
2080         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2081         nslookup if resolv.conf isn't available.
2082         (dns-query): Rename from query-dns.
2083         (dns-query-cached): Rename from query-dns-cached.
2084
2085 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2086
2087         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2088         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2089         to check if those variables exist (first appeared in Emacs 18.50).
2090
2091 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * mm-util.el (mm-line-number-at-pos): New function.
2094
2095         * spam-report.el (spam-report-process-queue): Use it.
2096
2097 2008-12-24  David Engster  <dengste@eml.cc>
2098
2099         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2100         parameters that haven't existed as variables as buffer-local variables.
2101
2102 2008-12-23  Dave Love  <fx@gnu.org>
2103
2104         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2105         cadar.
2106
2107         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2108         imap-starttls-p.
2109         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2110
2111 2008-12-22  Dave Love  <fx@gnu.org>
2112
2113         * imap.el: Fix author email.  Doc fixes.
2114         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2115         reply.
2116
2117 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2118
2119         * spam-report.el (spam-report-gmane-max-requests): New constant.
2120         (spam-report-gmane-wait): New variable.
2121         (spam-report-gmane-ham, spam-report-gmane-spam)
2122         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2123         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2124         the server.
2125
2126         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2127         Add explanations.
2128
2129         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2130         nnheader-accept-process-output and nnheader-read-timeout if available.
2131         (pop3-movemail): Use it.
2132
2133         * message.el (message-check-news-body-syntax): Fix signature check if
2134         there's an attachment.
2135
2136 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2137
2138         * mm-util.el: Add comments to the mm- emulating functions.
2139
2140 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2141
2142         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2143         by Stephen Berman <stephen.berman@gmx.net>.
2144
2145 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2146
2147         * mm-util.el (mm-substring-no-properties): New function.
2148         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2149         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2150         (mm-string-to-multibyte): Doc fix.
2151
2152         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2153
2154 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2155
2156         * mml.el (mml-attach-file): Strip text properties from file name.
2157         (Bug#1574)
2158
2159 2008-12-16  Glenn Morris  <rgm@gnu.org>
2160
2161         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2162
2163 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2166         knows since the charset specified might be a bogus alias that
2167         mm-charset-synonym-alist provides.
2168
2169 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2170
2171         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2172         "ISO_8859-1".
2173
2174         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2175
2176 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2177
2178         * mm-util.el (mm-charset-eval-alist):
2179         Define it before mm-charset-to-coding-system.
2180         (mm-charset-to-coding-system): Add optional argument `silent';
2181         define it before mm-charset-override-alist.
2182         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2183         default value if it can be used in Emacs currently running;
2184         silence mm-charset-to-coding-system.
2185
2186 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2187
2188         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2189         `allow-override' which says whether to use `mm-charset-override-alist'.
2190         (rfc2047-decode-encoded-words): Use it.
2191
2192         * mm-util.el (mm-charset-override-alist): Fix custom type;
2193         add `(gb2312 . gbk)' to choices.
2194
2195 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2196
2197         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2198         fast.
2199
2200         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2201
2202         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2203
2204 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2205
2206         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2207         on links.
2208
2209         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2210
2211 2008-12-03  Lute Kamstra  <lute@gnu.org>
2212
2213         * sha1.el: Remove leading * from docstrings of defcustoms,
2214         deffaces, defconsts and defuns.
2215
2216 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2217
2218         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2219         users' addresses that don't have domain parts.
2220         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2221         rather than message-narrow-to-head since there will be the message
2222         header separator.
2223
2224 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2225
2226         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2227         since the result is inserted in a unibyte buffer anyway.
2228         (nnimap-demule-use-string-to-multibyte): Remove.
2229         (nnimap-demule): Alias it to mm-string-to-multibyte.
2230
2231 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2232
2233         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2234         variable for debugging bug#464 and bug#1174.
2235         (nnimap-demule): Use it.
2236
2237 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2238
2239         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2240         score calculation correctly.
2241
2242 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2243
2244         * message.el (message-send-mail): Just set the buffer to unibyte
2245         rather than use mm-with-unibyte-current-buffer which does a lot more.
2246         (message-send-mail-partially): Don't bother with
2247         mm-with-unibyte-current-buffer since it's already been made unibyte by
2248         message-send-mail.
2249
2250 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2251
2252         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2253
2254 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2255
2256         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2257
2258 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2259
2260         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2261         require itself and to remove `with-no-warnings'.
2262
2263 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2264
2265         * starttls.el (starttls-any-program-available): Get the name of the
2266         available TLS layer program.
2267         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2268         well as the host name in the "opening" message.
2269
2270         * auth-source.el (auth-source-cache, auth-source-do-cache)
2271         (auth-source-user-or-password): Cache passwords and logins by default,
2272         allow override with `auth-source-do-cache'.
2273         (auth-source-forget-user-or-password): Allow users to remove cache
2274         entries if needed.
2275
2276 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2277
2278         * md4.el (md4-buffer): Fix typo in docstring.
2279         (md4, md4-64): Doc fixes.
2280         (md4-pack-int32): Reflow docstring.
2281
2282 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2283
2284         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2285         condition-case to only the forward-sexp call.
2286
2287 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2288
2289         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2290         quotes contained.  Make it more robust regardless by an extra
2291         condition-case wrapper.
2292
2293 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2294
2295         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2296
2297 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2298
2299         * nnml.el (nnml-request-expire-articles): Check if the function set to
2300         `nnmail-expiry-target' returns the symbol `delete'.
2301
2302         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2303
2304         * nnmail.el (nnmail-expiry-target): Fix custom type.
2305
2306 2008-10-02  Glenn Morris  <rgm@gnu.org>
2307
2308         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2309         Silence compiler warning.
2310
2311 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2312
2313         * tls.el (open-tls-stream): Show the actual command being
2314         executed, instead of the format string.
2315
2316 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * lpath.el: Fbind codepage-setup for Emacs 23.
2319
2320 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2321
2322         * mml.el (mml-menu): Don't assume mml2015 is bound.
2323
2324 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2325
2326         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2327         exists.
2328
2329 2008-09-27  Glenn Morris  <rgm@gnu.org>
2330
2331         * gnus-util.el (mail-header-remove-comments): Autoload it.
2332
2333 2008-09-27  Andreas Schwab  <schwab@suse.de>
2334
2335         * gnus-util.el (gnus-split-references): Strip comments.
2336         (gnus-parent-id): Likewise.
2337
2338 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2339
2340         * message.el (message-confirm-send): Fix version.
2341
2342 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * message.el (message-idna-to-ascii-rhs-1): Use
2345         mail-extract-address-components rather than mail-header-parse-addresses
2346         that is an alias by default to ietf-drums-parse-addresses that does not
2347         support non-ASCII names in headers' contents.
2348
2349 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2350
2351         * message.el (message-confirm-send): Fixed variable documentation to
2352         avoid the "y/n" wording.
2353
2354 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2355
2356         * message.el (message-set-auto-save-file-name): Save to a different
2357         filename so multiple messages (especially drafts) can be recovered.
2358
2359 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2360
2361         * message.el (message-confirm-send): Add appropriate version.
2362
2363 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2364
2365         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2366         defvar.
2367
2368 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2369
2370         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2371         (mm-pkcs7-enveloped-magic): Ditto.
2372
2373 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2374
2375         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2376         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2377
2378 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2379
2380         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2381         default, it's better.
2382
2383 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2384
2385         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2386         summary line gnus-number property and ignore them (with a warning
2387         message).
2388
2389 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2390
2391         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2392         macro caddr in the interactive form since it won't be expanded.
2393
2394 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2395
2396         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2397         `charset'; fix name of function called recursively.
2398         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2399
2400 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2403         (gnus-mime-set-charset-parameters): New function.
2404         (gnus-mime-view-part-as-charset): Use it to correctly display part
2405         specifying wrong charset.
2406
2407 2008-09-08  David Engster  <dengste@eml.cc>
2408
2409         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2410         in completing-read for back end server.
2411
2412 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2413
2414         * message.el (message-confirm-send): New variable to confirm sending a
2415         message.
2416         (message-send): Use it.
2417
2418 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2419
2420         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2421
2422 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2425
2426 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2427
2428         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2429         prevent tracking too many groups.
2430         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2431         Use it.
2432
2433 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2434
2435         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2436         moving point to the bottom of the window in order to avoid recentering.
2437
2438 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2441
2442         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2443         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2444         (gnus-article-beginning-of-window): Fix calculation.
2445
2446 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2447
2448         * gnus-msg.el (gnus-summary-supersede-article)
2449         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2450         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2451         message header.
2452
2453 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2454
2455         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2456         pending output coming after the status change.
2457
2458 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2459
2460         * message.el:
2461         * gnus-start.el:
2462         * gnus-registry.el: Remove VMS support.
2463
2464 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2465
2466         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2467         macro.
2468         (rfc2104-hash): Use it.
2469
2470 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2471
2472         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2473         (gnus-summary-sort-by-most-recent-date): New commands.
2474         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2475         and menu entries.
2476
2477 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2478
2479         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2480         don't redisplay article for raw contents; remove plural articles stuff.
2481
2482         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2483         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2484         on gnus-summary-save-article; display results properly.
2485
2486 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2487
2488         * lpath.el: No need to fbind ns-focus-frame.
2489
2490 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2493
2494 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2495
2496         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2497         gnus-save-all-headers.
2498
2499 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2500
2501         * gnus-util.el (ns-focus-frame): Remove declaration.
2502         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2503         like x.
2504
2505 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2506
2507         * rfc2104.el (rfc2104-zero): Delete defconst.
2508         (rfc2104-hex-alist): Likewise.
2509         (rfc2104-hex-to-int): Delete func.
2510         (rfc2104-hexstring-to-bitstring): Likewise.
2511         (rfc2104-nybbles): New defconst.
2512         (rfc2104-hash): Rewrite for speed.
2513
2514 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * tls.el (open-tls-stream): Make it work with the 2nd argument
2517         BUFFER that is a string but does not exist as a buffer object, as
2518         mentioned in the doc-string.
2519
2520 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2521
2522         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2523         SXEmacs.
2524
2525 2008-07-16  Glenn Morris  <rgm@gnu.org>
2526
2527         * gnus-util.el (ns-focus-frame): Declare for compiler.
2528
2529 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2530
2531         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2532         set as a group parameter.
2533         (gnus-summary-save-in-pipe): Work when it is called independently.
2534         (gnus-summary-pipe-to-muttprint): Don't modify
2535         gnus-summary-pipe-output-default-command.
2536
2537 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2538
2539         * message.el (message-send-mail-with-sendmail):
2540         Display the error message.
2541
2542 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * gnus-art.el (gnus-default-article-saver):
2545         Add gnus-summary-save-in-pipe to choices.
2546         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2547         gnus-summary-pipe-output-default-command as the default command.
2548         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2549         instead of gnus-last-shell-command.
2550
2551         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2552         New user option.
2553         (gnus-summary-muttprint-program): Mention the value will be changed.
2554         (gnus-summary-save-article): Force showing of all headers.
2555         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2556
2557 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2558
2559         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2560
2561 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2562
2563         * nnimap.el (nnimap-id):
2564         * sieve-manage.el (sieve-manage-open): Doc fixes.
2565
2566 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2567
2568         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2569         if available.
2570
2571 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2572
2573         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2574
2575         * nnkiboze.el (nnkiboze-generate-group):
2576         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2577
2578         * nnmairix.el: Require CL.
2579
2580 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2581
2582         * dgnushack.el: Autoload get-display-table and put-display-table for
2583         XEmacs 21.5.
2584
2585         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2586         21.4 and SXEmacs.
2587
2588 2008-06-15  David Engster  <dengste@eml.cc>
2589
2590         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2591
2592 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2593
2594         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2595         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2596         runtime choice under XEmacs.
2597
2598         * gnus-sum.el (gnus-summary-set-display-table):
2599         Use `gnus-put-display-table', `gnus-get-display-table',
2600         `gnus-set-display-table' for the display table, instead of `aset'.
2601
2602         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2603         Use `gnus-put-display-table', `gnus-get-display-table',
2604         `gnus-set-display-table' for the display table.
2605
2606 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2607
2608         * nnmairix.el: Add autoloads.
2609
2610 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2611
2612         * nnmairix.el (nnmairix-delete-recreate-group)
2613         (nnmairix-update-and-clear-marks): Fix error messages.
2614
2615 2008-06-14  David Engster  <dengste@eml.cc>
2616
2617         * nnmairix.el: Upgrade to version 0.6.
2618         (nnmairix-group-toggle-propmarks-this-group)
2619         (nnmairix-group-toggle-readmarks-this-group)
2620         (nnmairix-group-delete-recreate-this-group)
2621         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2622         (nnmairix-remove-tick-mark-original-article): New commands.
2623         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2624         (nnmairix-propagate-marks-to-nnmairix-groups)
2625         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2626         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2627         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2628         functions needed for marks propagation and manipulation of read marks.
2629         (nnmairix-update-groups): New function.
2630         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2631         (nnmairix-determine-original-group-from-registry)
2632         (nnmairix-determine-original-group-from-path)
2633         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2634         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2635         New helper functions.
2636         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2637         keystrokes for new commands.
2638         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2639         (nnmairix-request-group): Check allow-fast group parameter.
2640         (nnmairix-request-create-group): Set allow-fast group parameter if
2641         nnmairix-allowfast-default is set.
2642         (nnmairix-close-group): Propagate marks upon closing if needed.
2643         (nnmairix-group-toggle-threads-this-group): Use new.
2644         nnmairix-group-toggle-parameter helper function.
2645         (nnmairix-search): Better check for empty search result.
2646         (nnmairix-goto-original-article): Use new helper functions for
2647         determining original article.
2648         (nnmairix-show-original-article): Make sure message-id is in brackets.
2649         (nnmairix-call-mairix-binary): Change variable name.
2650         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2651         helper function.
2652         (nnmairix-widget-toggle-activate): Fix doc string.
2653
2654 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2655
2656         * nnir.el: Require edmacro when compiling with XEmacs.
2657         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2658         available in Emacs 21.
2659
2660 2008-06-11  Glenn Morris  <rgm@gnu.org>
2661
2662         * gnus-util.el (x-focus-frame):
2663         * gnus.el (image-size):
2664         * mm-decode.el (image-size): Declare.
2665
2666         * gnus-picon.el (declare-function): Add compat definition.
2667         (image-size): Declare.
2668
2669         * gnus-group.el (tool-bar-map):
2670         * gnus-sum.el (tool-bar-map): Define for compiler.
2671
2672         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2673
2674         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2675
2676         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2677         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2678         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2679         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2680         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2681         * sieve-manage.el, spam-report.el, spam.el:
2682         Remove unnecessary eval-and-compile of autoloads.
2683
2684 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2685
2686         * auth-source.el: Precise Tramp doc.
2687
2688 2008-06-07  Glenn Morris  <rgm@gnu.org>
2689
2690         * nnmairix.el: Remove unnecessary eval-when-compile.
2691
2692 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2693
2694         * lpath.el: Fbind propertize for XEmacs 21.4.
2695
2696 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2697
2698         * nnir.el: Move here from ../contrib.
2699
2700 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2701
2702         * gnus-util.el (gnus-read-shell-command): New function.
2703         * mm-decode.el (mm-pipe-part):
2704         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2705
2706 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2707
2708         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2709
2710 2008-06-03  Glenn Morris  <rgm@gnu.org>
2711
2712         * pop3.el (nnheader-accept-process-output): Autoload it.
2713
2714 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2715
2716         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2717         are not 2-digit hexadecimal characters that follow `%'s.
2718
2719 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2720
2721         * message.el (message-bogus-recipient-p): Fix type in doc string.
2722         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2723         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2724         Improve custom options.
2725         (message-bogus-recipient-p): Adjust accordingly.
2726
2727 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2728
2729         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2730         long-form month and day names.
2731
2732 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2733
2734         * dgnushack.el: Autoload debug, eudc-expand-inline and
2735         pgg-snarf-keys-region for XEmacs.
2736
2737         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2738
2739         * nnmairix.el: Require edmacro when compiling with XEmacs.
2740
2741 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2742
2743         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2744         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2745
2746 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2747
2748         * auth-source.el: Add more docs.
2749
2750         * netrc.el (netrc-machine): Always match if the port is not given.
2751
2752 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2753
2754         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2755         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2756         retrieval faster in some cases, but might make CPU usage larger.  If
2757         this has any bad side effects, we might revert this change.
2758
2759         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2760         seems to make mail retrieval much, much faster.
2761         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2762         unconditionally.
2763
2764         * gnus-draft.el (gnus-group-send-queue): Bind
2765         message-send-mail-partially-limit to nil to avoid being prompted.
2766
2767 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2768
2769         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2770
2771         * message.el (message-bogus-address-regexp): Fix and improve custom
2772         type.
2773         (message-setup-hook): Add message-check-recipients as custom option.
2774
2775 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2776
2777         * message.el (message-cite-function): Remove bogus autoload which crept
2778         in during merge from v5-10.
2779
2780 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2781
2782         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2783
2784         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2785
2786         * auth-source.el: Preliminary Tramp docs.
2787         (auth-sources): Change the default auth-sources to use
2788         EPA .gpg files.
2789
2790 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2791
2792         * nntp.el: Autoload `auth-source-user-or-password'.
2793         (nntp-send-authinfo): Use it.
2794
2795         * nnimap.el: Autoload `auth-source-user-or-password'.
2796         (nnimap-open-connection): Use it.
2797
2798         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2799         for the gnus-message function.
2800         (auth-source-user-or-password): Use it.
2801
2802 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2803
2804         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2805         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2806         (rfc2104-hash): Use it.
2807
2808 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2809
2810         * gnus-art.el (gnus-article-toggle-truncate-lines):
2811         Don't use `iff' in docstring.
2812
2813 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2814
2815         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2816
2817         * gnus-util.el (gnus-extract-address-component-name)
2818         (gnus-extract-address-component-email): Convenience functions around
2819         `gnus-extract-address-components'.
2820
2821         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2822         Use `gnus-extract-address-component-email' to fix bug of comparing full
2823         sender name to `user-mail-address'.
2824
2825 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2826
2827         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2828         catch/throw to optimize.
2829         (gnus-registry-find-keywords): Just use member to find a keyword.
2830
2831 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2832
2833         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2834         is current before calling gnus-server-prepare.
2835         (gnus-server-setup-buffer, gnus-server-update-server)
2836         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2837
2838 2008-05-04  Juri Linkov  <juri@jurta.org>
2839
2840         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2841         (mailcap-file-default-commands): Use mailcap-replace-in-string
2842         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2843         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2844
2845 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2846
2847         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2848
2849 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2850
2851         * gnus.el: Bump version to 0.11.
2852
2853 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2854
2855         * gnus.el: No Gnus v0.10 is released.
2856
2857 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2858
2859         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2860         hooks.
2861         (gnus-update-read-articles): Speed up non-marks-using users.
2862         (gnus-use-marks): Define gnus-use-marks.
2863         (gnus-propagate-marks): Rename variable to something more sensible.
2864
2865 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2866
2867         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2868         (gmm-image-load-path-for-library): Fix typos in docstrings.
2869         (gmm-message): Reflow docstring.
2870
2871 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2872
2873         * mail-source.el (mail-source-set-1, mail-source-bind):
2874         Move auth-source code out of the macro to clean it up and fix bugs.
2875
2876 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2877
2878         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2879         by sender if it's equal to user-mail-address, it's likely to be
2880         useless.
2881
2882         * mail-source.el (mail-source-bind): Don't use user or password if they
2883         are not bound.  Unintern them if they are nil.  Don't use server unless
2884         it's bound, and default it to empty string otherwise.
2885
2886 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2887
2888         * mail-source.el: Load auth-source.el.
2889         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2890         get user name or password, if auth-sources is set up.
2891
2892         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2893         strategy of splitting with parent.
2894         (gnus-registry-split-fancy-with-parent)
2895         (gnus-registry-post-process-groups): Use it and fix prior
2896         bug (returning a list as the split result).
2897
2898         * auth-source.el (auth-sources): Remove server parameter.
2899         (auth-source-pick, auth-source-user-or-password)
2900         (auth-source-user-or-password-imap)
2901         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2902         (auth-source-user-or-password-sftp)
2903         (auth-source-user-or-password-smtp): Remove server parameter.
2904
2905 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2906
2907         * smime.el (smime-sign-region, smime-encrypt-region)
2908         (smime-decrypt-region):
2909         Remove redundant calls to `generate-new-buffer-name'.
2910
2911 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2912
2913         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2914         Don't use QP for message/rfc822.
2915         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2916
2917 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2918
2919         * sieve-manage.el (sieve-string-bytes): Remove.
2920         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2921         correct byte-length only if the process's coding-system is the same as
2922         the one used internally by Emacs to represent strings.
2923
2924 2008-04-22  Juri Linkov  <juri@jurta.org>
2925
2926         * mailcap.el (mailcap-file-default-commands): New function.
2927
2928 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2929
2930         * message.el (message-signature-separator, message-cite-function):
2931         Change custom version.
2932
2933 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2934
2935         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2936         commands.
2937         (tls-checktrust): Ditto.
2938
2939 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2940
2941         * mm-decode.el (mm-display-external): Make temp file read-only.
2942
2943 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2944
2945         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2946         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2947         `C-c C-f d'.
2948
2949 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2950
2951         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2952
2953 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2954
2955         * gnus.el: Bump version to 0.9.
2956
2957 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2958
2959         * gnus.el: No Gnus v0.8 is released.
2960
2961 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2962
2963         * mail-source.el (mail-source-value):
2964         Prefer fboundp to functionp so it works with macros as well.
2965
2966 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2967
2968         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2969         Fix last change in case the element is not even a symbol.
2970
2971 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2972
2973         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2974         Prefer fboundp to functionp so it works with macros as well.
2975
2976 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2977
2978         * auth-source.el: Added docs.
2979         (auth-sources): Modify format to support server.
2980         (auth-source-pick, auth-source-user-or-password)
2981         (auth-source-user-or-password-imap)
2982         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2983         (auth-source-user-or-password-sftp)
2984         (auth-source-user-or-password-smtp): Add server parameter.
2985
2986 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2987
2988         * gnus-registry.el: Initialize the registry when gnus-registry-install
2989         is t.
2990
2991 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * compface.el (uncompface): Make buffer unibyte.
2994
2995 2008-04-05  Glenn Morris  <rgm@gnu.org>
2996
2997         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2998
2999 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3000
3001         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3002         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3003
3004         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3005         multibyteness after rather than before erasing it.
3006
3007         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3008         mm-with-multibyte.
3009         (gnus-request-article-this-buffer): Make sure the proper decoding is
3010         used if gnus-original-article-buffer happens to be unibyte.
3011
3012         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3013         default-enable-multibyte-characters.
3014
3015         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3016         default-enable-multibyte-characters.
3017
3018         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3019
3020         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3021
3022 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3023
3024         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3025         (imap-message-copyuid-1): Use it.
3026         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3027         J. Williams in
3028         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3029
3030         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3031         imap-enable-exchange-bug-workaround.
3032         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3033
3034 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3035
3036         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3037         a 100 byte status-checks into a 2-3MB transfer for each group.
3038         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3039         to enable bug workaround or not.
3040         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3041
3042 2008-03-31  Glenn Morris  <rgm@gnu.org>
3043
3044         * message.el (mml2015-use): Declare for compiler.
3045         (message-info): Require mml2015 when appropriate.
3046
3047 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3048
3049         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3050         whitespace.
3051
3052 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3053
3054         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3055         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3056         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3057         (nntp-service-to-port): New function.
3058         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3059         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3060         (nntp-open-netcat-stream): New function.
3061         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3062
3063 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3064
3065         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3066
3067 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3068
3069         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3070
3071 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3072
3073         * dns.el (dns-write): Use set-buffer-multibyte.
3074
3075 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3076
3077         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3078
3079 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3080
3081         * message.el (message-signature-separator): Change default.
3082         Improve custom type.
3083         (message-cite-function): Change default to
3084         message-cite-original-without-signature.
3085
3086         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3087         toggle.
3088
3089         * message.el (message-check-news-body-syntax): Fix signature check.
3090         (message-setup-1): Mark buffer as unmodified _after_ running
3091         message-setup-hook and handling message-alternative-emails.
3092         (message-shorten-references): Be more strict when building list of
3093         valid references to comply with GNKSA.
3094
3095         * gnus-group.el (gnus-read-ephemeral-bug-group)
3096         (gnus-read-ephemeral-debian-bug-group)
3097         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3098
3099         * message.el (message-info): Don't use booleanp which isn't supported
3100         in Emacs 21 and XEmacs.
3101
3102 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3103
3104         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3105         gnus-group-gmane-group-download-format.
3106         (gnus-group-read-ephemeral-gmane-group): Rename from
3107         gnus-group-read-ephemeral-gmane-group.
3108         (gnus-read-ephemeral-gmane-group-url): Rename from
3109         gnus-group-read-ephemeral-gmane-group-url.
3110         (gnus-bug-group-download-format-alist): New variable.
3111         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3112         (gnus-read-ephemeral-emacs-bug-group): New commands.
3113
3114 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3115
3116         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3117         (gnus-visible-headers): Improve custom type.
3118
3119 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3120
3121         * mml.el (mml-menu): Add workarounds for XEmacs.
3122
3123         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3124         X-Boundary header.
3125
3126         * message.el (message-simplify-recipients): Fix previous commit.
3127
3128 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3129
3130         * mm-util.el (mm-set-buffer-multibyte): New function.
3131         * mm-decode.el (mm-copy-to-buffer): Use it.
3132
3133 2008-03-19  Glenn Morris  <rgm@gnu.org>
3134
3135         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3136         Accidentally removed in the sync process with Emacs.
3137
3138 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3139
3140         * message.el (message-alter-recipients-discard-bogus-full-name):
3141         New function.
3142         (message-alter-recipients-function): New variable.
3143         (message-get-reply-headers): Use it.
3144         (message-replace-header): New helper function.
3145         (message-recipients-without-full-name): New variable.
3146         (message-simplify-recipients): New command.
3147
3148         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3149
3150         * message.el (message-info): Handle EasyPG manual.
3151
3152         * mml.el (mml-menu): Add entry for EasyPG.
3153
3154 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3155
3156         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3157         parameter.
3158
3159         * message.el (message-disassociate-draft): Specify drafts group name
3160         fully.
3161
3162 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3163
3164         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3165         unnecessary duplicates from the match list.
3166
3167 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3168
3169         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3170
3171         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3172
3173         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3174         args of `how-many' of which the XEmacs version doesn't take; declare
3175         Info-index-next as function.
3176
3177 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3178
3179         * gnus-score.el (gnus-score-headers): Fix handling of
3180         gnus-inhibit-slow-scoring.
3181
3182         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3183         string.
3184         (gnus-button-url-regexp): Improve handling of parenthesis.
3185         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3186         (gnus-button-handle-info-keystrokes): Handle index entries.
3187
3188 2008-03-15  Glenn Morris  <rgm@gnu.org>
3189
3190         * parse-time.el (parse-time-string): Simplify.
3191
3192 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3193
3194         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3195         Incoming* files.
3196
3197 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3198
3199         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3200         (auth-source-pick): Use it.
3201
3202 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3203
3204         * binhex.el (binhex-decode-region-internal):
3205         * uudecode.el (uudecode-decode-region-internal):
3206         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3207         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3208         setting default-enable-multibyte-characters.
3209
3210 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3211
3212         * auth-source.el (auth-source-protocols)
3213         (auth-source-protocols-customize, auth-source-choices): Added and
3214         modified variable customizations and defaults.
3215         (auth-source-pick, auth-source-user-or-password)
3216         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3217         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3218         (auth-source-user-or-password-sftp)
3219         (auth-source-user-or-password-smtp): Use new variables and provide an
3220         interface to netrc.el.
3221
3222 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3223
3224         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3225         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3226         Make sure the nntp port to specify is a string.
3227
3228 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3229
3230         * nntp.el: Use with-current-buffer.
3231         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3232         dubious mm-with-unibyte-current-buffer.
3233         (nntp-with-open-group-function): New function extracted from
3234         nntp-with-open-group macro.
3235         (nntp-with-open-group): Use the function, so it's easier to debug.
3236         Add indentation and debugging info.
3237         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3238         the use of the netcat alternatives.
3239
3240         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3241         Avoid mm-string-as-multibyte as well.
3242
3243         * nnweb.el (nnweb-insert-html):
3244         Remove use of nnheader-string-as-multibyte.
3245
3246         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3247         (nnheader-string-as-multibyte): Remove.
3248
3249         * mm-view.el: Use inhibit-read-only.
3250         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3251         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3252         or unibyte-string.
3253
3254         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3255         (mm-uu-yenc-extract): Use with-current-buffer.
3256
3257         * gnus-soup.el (gnus-soup-send-packet): Don't use
3258         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3259
3260         * nnmh.el: Use with-current-buffer.
3261         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3262         mm-string-as-multibyte on the output of mm-encode-coding-string.
3263
3264         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3265         (nnimap-request-move-article): Use with-current-buffer.
3266
3267         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3268         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3269         conversion uses string-make-unibyte rather than string-as-unibyte.
3270
3271         * gnus-msg.el: Use with-current-buffer.
3272
3273         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3274
3275 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3276
3277         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3278         string for caching if it is 'PIN.
3279
3280 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3281
3282         * lpath.el: Consider the case without Emacs/W3.
3283
3284 2008-03-08  Glenn Morris  <rgm@gnu.org>
3285
3286         * time-date.el (date-to-time, time-subtract, time-add)
3287         (safe-date-to-time): Doc fixes.
3288
3289 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3290
3291         * mail-source.el (mail-source-delete-old-incoming-confirm):
3292         Change default to nil.
3293         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3294
3295 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * lpath.el: Rearrange.
3298
3299         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3300         (gnus-article-goto-prev-page): Work for articles having ^L's.
3301
3302         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3303
3304         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3305
3306 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3307
3308         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3309         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3310         (gnus-bookmark-jump): Adjust some variable names.
3311
3312 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3313
3314         * auth-source.el: New package.
3315         (auth-source-choices): Add customization entry point variable.
3316
3317         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3318         bug.
3319
3320 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3321
3322         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3323         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3324         (gnus-registry-install-shortcuts): Rename from
3325         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3326         the `gnus-registry-mark-map' keymap dynamically from
3327         `gnus-registry-marks'.  The generated functions update the summary line
3328         when a registry mark is added or deleted, and will call
3329         `gnus-registry-install-p' (see the comments in the code).
3330         (gnus-registry-user-format-function-M): Use concat intelligently.
3331
3332         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3333         the registry mark functions.
3334
3335 2008-03-05  Glenn Morris  <rgm@gnu.org>
3336
3337         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3338         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3339         gnus-art.
3340         (top-level): No need to load own source when compiling.
3341
3342 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3343
3344         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3345         Suggested by <chris.anderton@zetnet.co.uk>.
3346
3347 2008-03-04  Glenn Morris  <rgm@gnu.org>
3348
3349         * gnus-sum.el (top-level): No need to require gnus when compiling,
3350         since unconditionally required near start of file.
3351         (gnus-summary-display-while-building): Move definition before use.
3352
3353 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3354
3355         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3356         formatting function.
3357
3358 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3359
3360         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3361         with plists.
3362         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3363         Use new format.
3364
3365 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3368         `where-is-internal' that returns a range of key sequences.
3369
3370 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3371
3372         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3373
3374         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3375         (gnus-summary-jump-to-group): Consider windows on other displayed
3376         frames as well.  Similar changes might be needed elsewhere, but that's
3377         the one I've bumped into during my use.
3378
3379         * nndoc.el (nndoc-oe-dbx-type-p):
3380         * gnus-msg.el (gnus-debug):
3381         * gnus-group.el (gnus-update-group-mark-positions):
3382         Use mm-string-to-multibyte.
3383
3384 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3385
3386         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3387         doesn't handle NotDashEscaped.
3388
3389         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3390         (mml-dnd-attach-options): Fix typo in custom choice.
3391
3392         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3393         nndoc-article-type to mbox.
3394         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3395
3396         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3397         to nil, instead of html2text.
3398
3399         * imap.el (imap-debug): Add `imap-ping-server'.
3400
3401         * gnus-bookmark.el: Add FIXMEs.
3402
3403         * message.el (message-form-letter-separator)
3404         (message-send-form-letter-delay): New variables.
3405         (message-send-form-letter): Use them.  New command to send form
3406         letters.  Requested by Uwe Siart.
3407         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3408
3409 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3410
3411         * Update copyright years.
3412
3413 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3414
3415         Sync from EMACS_22_BASE.
3416
3417         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3418
3419 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3420
3421         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3422         empty author.
3423
3424 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3425
3426         * gnus-registry.el (gnus-registry-marks): Add variable for
3427         customization of marks and their appearance.
3428         (gnus-registry-read-mark): Use it.
3429         (gnus-registry-do-marks): Add utility function to loop through
3430         `gnus-registry-marks'.
3431         (gnus-registry-install-shortcuts-and-menus): Add function to install
3432         shortcuts and menus.
3433         (gnus-registry-initialize): Use it.
3434         (gnus-registry-default-mark): Clarify documentation.
3435
3436 2008-02-29  Glenn Morris  <rgm@gnu.org>
3437
3438         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3439         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3440         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3441         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3442         Change defcustom :version from 23.0 to 23.1.
3443
3444 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3445
3446         * gnus-registry.el (gnus-registry-follow-group-p)
3447         (gnus-registry-post-process-groups): Add functions to aid registry
3448         splitting and improve logging.  Clarify behavior in function
3449         documentation.
3450         (gnus-registry-split-fancy-with-parent): Use them.
3451
3452 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3453
3454         * gnus-art.el: Use with-current-buffer.
3455
3456 2008-02-27  David Engster  <dengste@eml.cc>
3457
3458         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3459         Express real group name in the response.
3460
3461 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3462
3463         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3464         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3465         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3466         autoload gnus-registry-fetch-group when compiling.
3467         (nnmairix-request-group-with-article-number-correction): Remove
3468         unreferenced argument passed to nnmairix-call-backend.
3469
3470 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3471
3472         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3473         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3474         Wilde.
3475
3476 2008-02-27  Glenn Morris  <rgm@gnu.org>
3477
3478         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3479         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3480         variables to defconsts.  Convert comments to doc-strings.
3481         (nnmairix-last-server, nnmairix-current-server): Convert from free
3482         variables to defvars.  Convert comments to doc-strings.
3483         (gnus-registry-fetch-group): Autoload.
3484         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3485         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3486         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3487         caddr.
3488         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3489         nnmairix-request-group-with-article-number-correction call.
3490         (nnmairix-fast, nnmairix-group): New, less general names, for free
3491         variables passed from nnmairix-request-group to
3492         nnmairix-request-group-with-article-number-correction.  Declare.
3493         (nnmairix-request-group-with-article-number-correction):
3494         Use nnmairix-fast, nnmairix-group rather than fast, group.
3495
3496 2008-02-26  David Engster  <dengste@eml.cc>
3497
3498         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3499         version 0.5.
3500
3501 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3502
3503         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3504         instead of making an extra function call.  Don't add the current group
3505         to articles only when they have the group.  Use
3506         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3507         Reported by David <de_bb@arcor.de>.
3508
3509 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3510
3511         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3512         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3513
3514 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3515
3516         * mail-source.el (mail-source-delete-incoming): Change default.
3517         Supplement doc string.
3518
3519         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3520
3521 2008-02-14  Glenn Morris  <rgm@gnu.org>
3522
3523         * time-date.el (format-seconds): New function.
3524
3525 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3526
3527         * nnmail.el (nnmail-message-id-cache-file): Derive from
3528         `gnus-home-directory'.
3529
3530 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3531
3532         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3533         Document negative prefix.
3534
3535         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3536
3537 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * message.el (message-unsent-separator): Add the Exim bounce
3540         separator.
3541
3542 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3543
3544         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3545         list.
3546         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3547         recipient/signer list.
3548
3549 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3550
3551         * Makefile.in (datarootdir): Define.
3552         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3553         name that might contain whitespace.
3554
3555 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3556
3557         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3558         fbound (Emacs 23 unicode), signal an error.
3559
3560 2008-02-08  Glenn Morris  <rgm@gnu.org>
3561
3562         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3563
3564 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3565
3566         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3567         ports to the calls to `netrc-machine-user-or-password' in addition to
3568         "imap" and "imaps".
3569
3570 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3571
3572         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3573
3574         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3575
3576 2008-02-01  Kenichi Handa  <handa@m17n.org>
3577
3578         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3579         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3580         (rfc2104-hash): Convert the result of concat to unibyte string.
3581
3582 2008-02-01  Dave Love  <fx@gnu.org>
3583
3584         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3585         coding-system-for-read.
3586         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3587
3588 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3589
3590         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3591         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3592         <hanche@math.ntnu.no>.
3593
3594 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3595
3596         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3597
3598         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3599
3600 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3601
3602         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3603         * message.el (message-beginning-of-line): Use featurep instead of bound
3604         tests in order to resolve conditionals at compile time.
3605
3606 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3607
3608         * mail-source.el (mail-sources): Add `group' choice.
3609
3610         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3611         parameter `in-group' to control into which group the articles go.
3612         Add treatment of `group' mail-source.
3613
3614 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3615
3616         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3617
3618         * mm-decode.el (mm-dissect-buffer): Decode description.
3619
3620         * mml.el (mml-to-mime): Encode message header first.
3621
3622 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3623
3624         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3625         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3626
3627         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3628         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3629
3630 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3631
3632         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3633
3634 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3635
3636         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3637         prefix keys.
3638         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3639         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3640         gnus-xmas.el.
3641
3642         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3643         (gnus-xmas-article-describe-bindings): New function.
3644         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3645         gnus-xmas-article-describe-bindings.
3646
3647         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3648
3649 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3650
3651         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3652         Add new variables for article mark management.
3653         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3654         list of extra data entries which, when present, will indicate that the
3655         article ID should not be trimmed from the registry.
3656         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3657         functions.
3658         (gnus-registry-read-mark): New function to read a mark name from the
3659         user.
3660         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3661         (gnus-registry-set-article-mark-internal): New functions to add and
3662         remove marks.
3663         (gnus-registry-get-article-marks): New function to show the marks for
3664         an article, or retrieve them for further use.
3665
3666 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3669         keys when no argument is given.
3670
3671 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3672
3673         * imap.el (imap-ping-server): New variable.
3674         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3675         (imap-ping-server): Minor doc string fixes.
3676
3677 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3678
3679         * imap.el (imap-ping-server): New function.
3680         (imap-opened): Call imap-ping-server.
3681
3682 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3683
3684         * gnus-sum.el (gnus-article-sort-by-random)
3685         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3686         jidanni@jidanni.org.
3687
3688 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * gnus-art.el (gnus-article-describe-bindings): New function.
3691         (gnus-article-read-summary-keys): Use it.
3692         (gnus-article-mode-map): Bind `C-h b' to it.
3693
3694 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3695
3696         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3697         XEmacs.
3698         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3699         against non-character events.
3700
3701         * lpath.el: Fbind map-keymap for Emacs 21.
3702
3703 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3704
3705         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3706         command.
3707         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3708         instead of END.  Change name of the temp file.
3709         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3710         customizable.
3711
3712 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3713
3714         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3715         bind `S W' to gnus-article-wide-reply-with-original; set default
3716         binding to gnus-article-read-summary-send-keys.
3717         (gnus-article-read-summary-keys): Fix the order of keys; display
3718         continuation keys correctly in the echo area; describe bindings
3719         correctly when keys end with `C-h'.
3720         (gnus-article-read-summary-send-keys): New function.
3721         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3722         for gnus-article-read-summary-send-keys; display continuation keys
3723         correctly in the echo area.
3724         (gnus-article-reply-with-original): Ignore prefix argument.
3725         (gnus-article-wide-reply-with-original): New function.
3726
3727         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3728         Emacs 21.
3729
3730 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3731
3732         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3733         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3734
3735 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3736
3737         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3738         (gnus-group-read-ephemeral-gmane-group): New command.
3739
3740 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3741
3742         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3743
3744 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3745
3746         * message.el (message-send-mail-function): Increase custom version.
3747
3748         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3749         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3750
3751 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3752
3753         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3754         for the cases where imap-authenticate is called with a nil buffer
3755         parameter.
3756
3757 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3758
3759         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3760         html parts correctly; support forwarded messages.
3761         (gnus-article-browse-html-article): Remove work buffers.
3762
3763         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3764         compiling.
3765         (netrc-bound-and-true-p): New macro.
3766         (netrc-parse): Use it instead of bound-and-true-p that is not available
3767         in XEmacs 21.4.
3768
3769 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3770
3771         * gnus-registry.el (gnus-registry-mark-article)
3772         (gnus-registry-article-marks): Add functionality to mark articles
3773         through the Gnus registry.
3774
3775         * encrypt.el: Clarify documentation for the new pgg method.
3776         (encrypt-file-alist): Add PGG option.
3777         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3778         functionality.  Abstract password key and messaging to external
3779         functions.
3780         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3781         (encrypt-message-method-and-cipher): Add new convenience external
3782         functions.
3783         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3784         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3785
3786         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3787         (netrc-parse): Use encrypt-file-alist to determine if
3788         encrypt-find-model or encrypt-insert-file-contents should be used.
3789
3790         * encrypt.el: Clarify documentation.  Load password-cache or
3791         password, whichever one is found first, instead of autoloading.
3792
3793 2007-12-19  Glenn Morris  <rgm@gnu.org>
3794
3795         * mml.el (message-options-set, message-narrow-to-head)
3796         (message-in-body-p, message-mail-p, message-encode-message-body):
3797         Autoload.
3798         (message-remove-header, message-narrow-to-headers-or-head)
3799         (message-subscribed-p, message-make-mail-followup-to)
3800         (message-position-on-field, message-news-p)
3801         (message-options-set-recipient, message-generate-headers)
3802         (message-sort-headers): Declare as functions.
3803
3804 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3805
3806         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3807         convention in doc string.
3808
3809 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3812         title to html parts.
3813         (gnus-article-browse-html-article): Pass message header to it.
3814
3815         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3816
3817 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3818
3819         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3820         or password compatible with XEmacs.
3821
3822 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3823
3824         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3825         format document.
3826         (gnus-mime-delete-part): Don't write description line if empty.
3827         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3828
3829 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3830
3831         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3832         (gnus-summary-mark-read-and-unread-as-read)
3833         (gnus-summary-mark-current-read-and-unread-as-read)
3834         (gnus-summary-mark-unread-as-ticked): Doc fix.
3835         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3836
3837 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3838
3839         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3840         Christoph Conrad <christoph.conrad@gmx.de>.
3841
3842 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3843
3844         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3845         yes-or-no-p.
3846
3847 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * mm-decode.el (mm-add-meta-html-tag): New function.
3850         (mm-save-part-to-file, mm-pipe-part): Use it.
3851
3852         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3853         gnus-y-or-n-p instead of y-or-n-p.
3854         (gnus-article-browse-html-parts): Work with message/external-body; use
3855         mm-add-meta-html-tag.
3856
3857 2007-12-11  Glenn Morris  <rgm@gnu.org>
3858
3859         * gnus-cache.el: Require gnus-sum not just when compiling.
3860
3861         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3862
3863         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3864         definitions before use.
3865
3866         * mm-decode.el: Require gnus-util.
3867         (mm-remove-part): Only call delete-annotation on XEmacs.
3868
3869         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3870
3871         * nnmail.el: Require gnus-int.
3872
3873         * spam.el: Move `require's before `eval-when-compile's.
3874
3875         * gnus-ems.el (gnus-alive-p):
3876         * gnus-fun.el (message-goto-eoh):
3877         * gnus-util.el (gnus-group-name-decode):
3878         * mail-source.el (gnus-compress-sequence):
3879         * message.el (Info-goto-node, format-spec):
3880         * mm-bodies.el (message-options-get):
3881         * mm-decode.el (mm-view-pkcs7):
3882         * mm-util.el (gmm-write-region):
3883         * mml-smime.el (mml-compute-boundary)
3884         (gnus-completing-read-with-default):
3885         * mml.el (widget-button-press, gnus-make-hashtable):
3886         * mml1991.el (mm-decode-content-transfer-encoding)
3887         (mm-encode-content-transfer-encoding)
3888         (message-options-get, message-options-set):
3889         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3890         * nnfolder.el (gnus-request-group):
3891         * nnheader.el (ietf-drums-unfold-fws):
3892         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3893         * smime.el (gnus-run-mode-hooks):
3894         * spam-stat.el (gnus-message): Autoload.
3895
3896         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3897         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3898         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3899         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3900         Add declare-function compatibility definition.
3901
3902         * gnus-cache.el (nnvirtual-find-group-art):
3903         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3904         (gnus-add-image, gnus-add-wash-type):
3905         * gnus-group.el (nnkiboze-score-file):
3906         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3907         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3908         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3909         (message-tokenize-header, gnus-get-buffer-create)
3910         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3911         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3912         * gnus.el (gnus-group-decoded-name):
3913         * mail-source.el (imap-capability):
3914         * mm-bodies.el (message-options-set):
3915         * mm-decode.el (gnus-configure-windows):
3916         * mm-extern.el (message-goto-body):
3917         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3918         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3919         (epg-sub-key-validity, message-options-set):
3920         * mml.el (widget-event-point, gnus-configure-windows):
3921         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3922         * mml2015.el (epg-check-configuration, epg-configuration)
3923         (message-options-set):
3924         * nndb.el (nndb-request-article):
3925         * nnfolder.el (gnus-request-create-group):
3926         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3927         * nnmaildir.el (gnus-group-mark-article-read):
3928         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3929         * rfc1843.el (message-fetch-field):
3930         * spam.el (gnus-extract-address-components):
3931         Declare as functions.
3932
3933 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3936
3937         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3938
3939         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3940         bind show-trailing-whitespace for XEmacs.
3941
3942 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3943
3944         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3945         new no-op macro for backward compatibility.
3946
3947         * imap.el (imap-string-to-integer): New function.
3948
3949 2007-12-09  Glenn Morris  <rgm@gnu.org>
3950
3951         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3952
3953         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3954         * message.el, mm-view.el, sieve-manage.el, smime.el:
3955         Add declare-function compatibility definition.
3956
3957         * gnus-art.el (w3-region, w3m-region, Info-menu):
3958         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3959         * gnus-sum.el (gnus-get-predicate):
3960         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3961         * message.el (mail-abbrev-in-expansion-header-p):
3962         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3963         (w3m-detect-meta-charset, w3m-region):
3964         * sieve-manage.el (password-read, password-cache-add)
3965         (password-cache-remove):
3966         * smime.el (password-read-and-add): Declare as functions.
3967
3968 2007-12-08  David Kastrup  <dak@gnu.org>
3969
3970         * gnus-sum.el (gnus-summary-simplify-subject-query):
3971         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3972         `message'.
3973
3974 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3975
3976         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3977         it to bind idna-program, installation-directory, defined-colors, and
3978         face-attribute for XEmacs of the version that compiles defcustom forms.
3979
3980 2007-12-07  Glenn Morris  <rgm@gnu.org>
3981
3982         * gnus-art.el (article-make-date-line): Revert previous change.
3983
3984 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3985
3986         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3987
3988 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3989
3990         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3991         Call gnus-add-to-range ranges only once with a prepared article-list.
3992
3993 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3994
3995         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3996         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3997         group names with backslashes.  Reported by Tassilo Horn
3998         <tassilo@member.fsf.org>.
3999
4000 2007-12-06  Deepak Goel  <deego3@gmail.com>
4001
4002         * gnus-art.el (article-make-date-line):
4003         * gnus-start.el (gnus-load):
4004         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4005
4006 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * gnus-art.el (gnus-use-idna)
4009         * gnus-start.el (gnus-site-init-file)
4010         * message.el (message-use-idna)
4011         * mm-uu.el (mm-uu-hide-markers)
4012         * smiley.el (smiley-style): Revert changes that suppress warnings.
4013
4014 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4017         specify charset to html source.  Reported by Christoph Conrad
4018         <christoph.conrad@gmx.de>.
4019
4020 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4023         idna-program in order to suppress byte compile warning issued by XEmacs
4024         that came to byte compile the default value section of defcustom forms
4025         recently.
4026
4027         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4028         value of installation-directory.
4029
4030         * message.el (message-use-idna): Don't directly refer to the value of
4031         idna-program.
4032
4033         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4034
4035         * smiley.el (smiley-style): Don't directly call face-attribute.
4036
4037 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4038
4039         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4040
4041         * gnus-dired.el: Reduce Gnus dependencies.
4042         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4043         require.  Use autoloads instead.
4044         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4045         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4046         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4047         (gnus-dired-mode): Adjust doc string.
4048         (gnus-dired-mail-mode): New variable.
4049         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4050         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4051         (gnus-dired-mail-buffers): New function.  Return mail or message
4052         composition buffers.
4053         (gnus-dired-attach): Use it.
4054         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4055         NO-DECODE.
4056         (gnus-dired-print): Use `gnus-print-buffer' depending on
4057         `gnus-dired-mail-mode'.
4058
4059 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * rfc2047.el (rfc2047-encoded-word-regexp)
4062         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4063         explaining what regexp patterns are for.
4064
4065 2007-12-04  Glenn Morris  <rgm@gnu.org>
4066
4067         * password.el: Move to password-cache.el.
4068
4069         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4070         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4071         * mml-smime.el (password-read, password-cache-add)
4072         (password-cache-remove):
4073         No need to autoload, since mml-sec requires password.
4074
4075         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4076         * message.el (gnus-extract-address-components):
4077         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4078
4079         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4080         password.
4081
4082 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4083
4084         * mailcap.el: Reduce dependencies.
4085         (mail-header-parse-content-type): Autoload.
4086         (mailcap-delete-duplicates): New alias.
4087         (mailcap-mime-info): Add optional argument NO-DECODE.
4088         (mailcap-mime-types): Use mailcap-delete-duplicates.
4089
4090         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4091
4092 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4093
4094         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4095         (imap-parse-status): Upcase status-att for servers that sends them
4096         lower-case (e.g., MS Exchange 2007).
4097
4098 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4099
4100         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4101         function.
4102
4103         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4104         (gnus-uu-yenc-article): New function.
4105
4106         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4107
4108         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4109         buffer.
4110
4111 2007-12-02  Glenn Morris  <rgm@gnu.org>
4112
4113         * binhex.el (binhex): New custom group.
4114         (binhex-decoder-program, binhex-decoder-switches)
4115         (binhex-use-external): Move to the binhex custom group.
4116
4117         * uudecode.el (uudecode): New custom group.
4118         (uudecode-decoder-program, uudecode-decoder-switches)
4119         (uudecode-use-external): Move to the uudecode custom group.
4120
4121         * netrc.el (top-level): Don't load `encrypt' features.
4122         (netrc-parse): Don't use encrypt.
4123         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4124
4125         * encrypt.el: Remove file.
4126
4127 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4128
4129         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4130         matches on patches.
4131
4132         * gnus-art.el (gnus-article-browse-html-article): Mention
4133         `mm-text-html-renderer' in the doc string.
4134
4135         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4136         string.  Add comments.
4137
4138         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4139         if rhs is ASCII.
4140
4141 2007-12-01  Glenn Morris  <rgm@gnu.org>
4142
4143         * mail-source.el (top-level): Require format-spec before
4144         eval-when-compile.
4145
4146 2007-11-30  Glenn Morris  <rgm@gnu.org>
4147
4148         * encrypt.el: Require password, rather than autoloading password-read.
4149
4150 2007-11-29  Glenn Morris  <rgm@gnu.org>
4151
4152         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4153         (sasl-make-client, sasl-next-step, sasl-step-data)
4154         (sasl-step-set-data): Declare as functions.
4155
4156 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4157
4158         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4159
4160 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4161
4162         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4163         certs should be verified and what is to be done in the event of a
4164         verification failure.
4165
4166         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4167         caller can indicate whether the cache should be disregarded for this
4168         call.  This way the result of the call is reproducible at all times and
4169         can be considered a canonical server name for the supplied method.
4170         (gnus-agent-method-p): Canonicalize server names by pushing their
4171         method through `gnus-method-to-server' using the no-cache argument.
4172
4173         * gnus-srvr.el (gnus-server-insert-server-line): Call
4174         `gnus-method-to-server' with `no-cache' argument.
4175
4176         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4177         gnus-agent-possibly-synchronize-flags as this should be called when the
4178         server is actually being opened.
4179         (gnus-agent-possibly-synchronize-flags)
4180         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4181         flags file of an agentized server to the latter function.
4182
4183         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4184         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4185         after a connection has been established successfully.
4186
4187 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4188
4189         * gnus-art.el (article-display-face): Force to display face if called
4190         interactively; check if gnus-article-x-face-too-ugly matches author.
4191         (article-display-x-face): Display face even if From header is missing
4192         as article-display-face does.
4193
4194 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4195
4196         * hashcash.el (message-narrow-to-headers-or-head)
4197         (message-fetch-field, message-goto-eoh)
4198         (message-narrow-to-headers): Declare as functions.
4199
4200 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4201
4202         * mail-source.el (mail-sources): Default to fetch from file for
4203         compatibility with default of nnmail-spool-file.
4204
4205 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4208         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4209         to look for encoded word that should be encoded again.
4210         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4211         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4212         encoding pattern.
4213         (rfc2047-decode-region): Switch strict regexp and loose one according
4214         to rfc2047-allow-irregular-q-encoded-words.
4215
4216 2007-11-25  Romain Francoise  <romain@orebokech.com>
4217
4218         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4219
4220 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4221
4222         * tls.el (tls-program): Provide more custom choices from
4223         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4224         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4225
4226 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4227
4228         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4229         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4230
4231         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4232         `nnmail-spool-file'.
4233
4234         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4235         `nnmail-spool-file'.
4236
4237         * gnus-move.el (gnus-change-server): Ditto.
4238
4239         * gnus-kill.el (gnus-batch-score): Ditto.
4240
4241         * gnus-cache.el (gnus-jog-cache): Ditto.
4242
4243         * gnus-msg.el (gnus-summary-reply):
4244         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4245
4246 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4247
4248         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4249         version.  Minor improvement to doc strings.
4250         (tls-program): Add comment.
4251
4252 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4253
4254         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4255         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4256         mismatch between the hostname provided in the certificate and the name
4257         of the host connnecting to.
4258         (open-tls-stream): Use them.  Check certificates against trusted root
4259         certificates.
4260
4261 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4262
4263         * gnus-cache.el (gnus-cache-generate-nov-databases):
4264         Use nnml-generate-nov-databases-directory instead of
4265         nnml-generate-nov-databases-1.
4266
4267 2007-11-24  Glenn Morris  <rgm@gnu.org>
4268
4269         * message.el (message-tool-bar-retro): Update for rename
4270         mail_send.xpm->mail-send.xpm.
4271
4272 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4273
4274         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4275         `smime-ldap-search' for Emacs 22 and up.
4276
4277 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4278
4279         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4280
4281         * message.el (message-send-mail-function): Fix error convention.
4282         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4283         (message-widen-reply, message-send-mail, message-talkative-question)
4284         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4285         (message-clone-locals, message-send-news): Use with-current-buffer.
4286         (message-insert-or-toggle-importance): Remove unused var `valid'.
4287         (message-make-references): Remove unused var `new-references'.
4288         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4289
4290 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4291
4292         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4293         (spam-split-symbolic-return-positive): Reflow docstring.
4294         (spam-backends, spam-summary-exit-behavior)
4295         (spam-mark-ham-unread-before-move-from-spam-group)
4296         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4297         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4298         (spam-clear-cache, spam-backend-check, spam-install-backend)
4299         (spam-install-statistical-backend, spam-list-of-processors)
4300         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4301         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4302         (spam-check-crm114, spam-initialize, spam-unload-hook):
4303         Fix typos in docstrings.
4304
4305 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4306
4307         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4308         been checked if they have never been read and those group levels are
4309         higher than the one that a user specified.
4310
4311 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4314         foreign groups unless a group level is specified by a user.
4315         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4316
4317 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4318
4319         * message.el (message-send-mail-function): Require sendmail.
4320
4321 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4322
4323         * message.el (message-send-mail-function): Check for smtpmail too.
4324
4325         * utf7.el (utf7-encode, utf7-decode): Use coding system
4326         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4327
4328         * message.el (message-send-mail-function): New function.
4329         (message-send-mail-function): Set default using
4330         message-send-mail-function.  Adjust doc string.
4331         (message-send-mail-with-mailclient): New function.
4332
4333 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4334
4335         * smime.el (from):
4336         * rfc2047.el (message-posting-charset):
4337         * qp.el (mm-use-ultra-safe-encoding):
4338         * pop3.el (parse-time-months):
4339         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4340         * nnml.el (files):
4341         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4342         (jka-compr-compression-info-list, ange-ftp-path-format)
4343         (efs-path-regexp):
4344         * nndiary.el (files):
4345         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4346         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4347         (epg-digest-algorithm-alist, inhibit-redisplay)
4348         (password-cache-expiry):
4349         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4350         (pgg-output-buffer, password-cache-expiry):
4351         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4352         (efs-path-regexp):
4353         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4354         (inhibit-redisplay):
4355         * mm-uu.el (file-name, start-point, end-point, entry)
4356         (gnus-newsgroup-name, gnus-newsgroup-charset):
4357         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4358         (latin-unity-ucs-list):
4359         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4360         (mm-uu-binhex-decode-function):
4361         * message.el (gnus-message-group-art, gnus-list-identifiers)
4362         (rmail-enable-mime-composing, gnus-local-organization)
4363         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4364         (gnus-read-active-file, facemenu-add-face-function)
4365         (facemenu-remove-face-function, gnus-article-decoded-p)
4366         (tool-bar-mode):
4367         * mail-source.el (display-time-mail-function):
4368         * gnus-util.el (nnmail-pathname-coding-system)
4369         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4370         (gnus-original-article-buffer, gnus-user-agent)
4371         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4372         (xemacs-codename, sxemacs-codename, emacs-program-version):
4373         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4374         * gnus-start.el (gnus-agent-covered-methods)
4375         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4376         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4377         (gnus-newsgroup-headers, gnus-group-list-mode)
4378         (gnus-group-mark-positions, gnus-newsgroup-data)
4379         (gnus-newsgroup-unreads, nnoo-state-alist)
4380         (gnus-current-select-method, mail-sources)
4381         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4382         (nnmail-spool-file, gnus-cache-active-hashtb):
4383         * gnus-mh.el (mh-lib-progs):
4384         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4385         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4386         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4387         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4388         (gnus-group-buffer):
4389         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4390         (font-lock-set-defaults):
4391         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4392         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4393         (gnus-summary-post-menu, total-parts, type, condition, length):
4394         * gnus-agent.el (gnus-agent-read-agentview):
4395         * flow-fill.el (show-trailing-whitespace):
4396         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4397         eval-and-compile wrappers for byte compiler pacifiers.
4398
4399         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4400         (mm-display-inline-fontify): Check for featurep 'xemacs not
4401         extent-list.
4402
4403         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4404         itimer-list.
4405         (mm-create-image-xemacs): Only do something for XEmacs.
4406         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4407
4408         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4409
4410         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4411         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4412
4413 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4414
4415         * nnimap.el (nnimap-split-download-body):
4416         * gnus-demon.el (gnus-demon):
4417         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4418
4419 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4422         macros.
4423         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4424         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4425         copy data from unibyte buffer to multibyte current buffer.
4426         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4427         to copy data from unibyte current buffer to multibyte buffer.
4428         (nntp-make-process-buffer): Make process buffer unibyte.
4429
4430         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4431
4432 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4433
4434         * pop3.el (pop3-open-server): Accept and process data more robustly at
4435         connexion start to avoid spurious "POP SSL connexion failed" errors.
4436
4437 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4438
4439         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4440         read group names.
4441
4442 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4443
4444         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4445
4446 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4449         (nnmail-save-active): Use a unibyte buffer when saving active file,
4450         which may contain non-ASCII group names.
4451
4452         * nnml.el (nnml-request-group): Decode group names in messages.
4453
4454 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4455
4456         * message.el (message-citation-line-function)
4457         (message-insert-formatted-citation-line): Fix spelling of
4458         `message-insert-formated-citation-line'.
4459
4460 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4461
4462         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4463
4464 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4467         nnmail-pathname-coding-system.
4468
4469         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4470         that a user enters; decode group names in messages.
4471
4472         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4473
4474 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4475
4476         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4477
4478         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4479
4480         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4481         risky local variable.
4482
4483         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4484
4485 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4486
4487         * encrypt.el: Improve documentation to fix function name typo.
4488         Reported by Daiki Ueno <ueno@unixuser.org>.
4489
4490 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4491
4492         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4493         even if the point is not in the last page of an article.
4494         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4495         back to the previous page.
4496
4497 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4498
4499         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4500
4501 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4504
4505 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4506
4507         * message.el (message-check-news-body-syntax): Avoid
4508         mm-string-as-multibyte.
4509         (message-hide-headers): Don't assume (point-min)==1.
4510
4511 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4512
4513         * message.el (message-remove-blank-cited-lines): Fix if remove is
4514         given.
4515         (message-bogus-address-regexp): New variable.
4516         (message-bogus-recipient-p): New function.
4517         (message-check-recipients): New command.
4518         (message-syntax-checks): Add `bogus-recipient'.
4519         (message-fix-before-sending): Add `bogus-recipient'.
4520
4521         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4522         (gnus-treat-body-boundary): Don't test window-system.
4523
4524 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4525
4526         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4527
4528 2007-10-28  Miles Bader  <miles@gnu.org>
4529
4530         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4531         at compile-time too.
4532
4533 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4534
4535         * gnus-msg.el (gnus-message-setup-hook): Add
4536         `message-remove-blank-cited-lines' to options.
4537
4538 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4539
4540         * message.el (message-remove-blank-cited-lines): New function.
4541         Suggested by Karl Plästerer.
4542
4543 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4546         mapc.
4547
4548         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4549         (top-level): Use mapc to set functions to be traced for debugging.
4550
4551         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4552         called for effect with while loop.
4553
4554         * message.el (message-talkative-question): Replace mapcar called for
4555         effect with mapc.
4556
4557         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4558         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4559         called for effect with dolist.
4560
4561         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4562
4563         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4564         gnus-extra-headers and nnmail-extra-headers.
4565
4566         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4567         called for effect with dolist.
4568         (top-level): Use mapc to set functions to be traced for debugging.
4569
4570         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4571         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4572         dolist.
4573
4574         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4575         Replace mapcar called for effect with mapc.
4576         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4577         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4578         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4579         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4580
4581         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4582         remove-if that's a cl function.
4583
4584         * webmail.el (webmail-debug): Replace mapcar called for effect with
4585         dolist.
4586
4587         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4588         with mapc.
4589
4590 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4593         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4594         with while loop.
4595
4596         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4597         functions from article-* functions.
4598         (gnus-multi-decode-header): Replace mapcar called for effect with
4599         dolist.
4600
4601         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4602         (gnus-bookmark-show-details): Replace mapcar called for effect with
4603         while loop.
4604
4605         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4606         called for effect with while loop.
4607
4608         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4609         with dolist.
4610
4611         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4612         mapcar called for effect with dolist.
4613
4614         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4615
4616         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4617         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4618         Replace mapcar called for effect with dolist.
4619         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4620         mapc.
4621
4622         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4623         Replace mapcar called for effect with dolist.
4624         (gnus-topic-list): Replace mapcar called for effect with mapc.
4625
4626         * gnus.el: Use mapc instead of mapcar to add autoloads.
4627
4628 2007-10-23  Richard Stallman  <rms@gnu.org>
4629
4630         * gnus-group.el (gnus-group-highlight): Mark as risky.
4631
4632 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus.el (gnus-server-to-method): Return method found first in
4635         gnus-newsrc-alist.
4636
4637         * gnus-art.el (gnus-article-highlight-signature)
4638         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4639         button overlay without the front stickiness.
4640
4641 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4642
4643         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4644         overview buffer needed a catch to receive its throw.
4645         (gnus-agent-flush-cache): Declared as interactive to make this function
4646         easier to use.
4647
4648 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4649
4650         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4651         `next-line'.
4652
4653 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4656         exclude address matching message-dont-reply-to-names.
4657
4658 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * gnus-util.el (gnus-string<): New function.
4661
4662         * gnus-sum.el (gnus-article-sort-by-author)
4663         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4664
4665 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4668         the frame-focus tag is set in gnus-buffer-configuration.
4669
4670 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4671
4672         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4673         the front stickiness.
4674
4675 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4676
4677         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4678         url pattern; remove duplicate one.
4679         (gnus-article-extend-url-button): New function.
4680         (gnus-article-add-buttons): Use it.
4681         (gnus-button-push): Use concatenated url that it makes.
4682
4683 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4684
4685         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4686
4687 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4688
4689         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4690         Don't hardcode point-min==1.
4691
4692 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4693
4694         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4695         Fix comment about "iso8859-1".
4696
4697 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4698
4699         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4700         ones returned from the verify-function.
4701
4702         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4703         mml2015-extract-cleartext-signature if extraction failed.
4704
4705 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4706
4707         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4708         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4709         failed.
4710
4711 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4712
4713         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4714
4715 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4716
4717         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4718         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4719         recommends to use EasyPG instead of PGG.
4720
4721         * pgg.el: Revert to revision 6.23.2.16.
4722
4723         * pgg-def.el: Revert to revision 6.6.2.14.
4724
4725         * pgg-gpg.el: Revert to revision 6.23.2.34.
4726
4727 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4728
4729         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4730         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4731         thread for both the null and zero (kill/expire thread) universal prefix
4732         cases.
4733         (gnus-summary-expire-thread): Add new function to expire a thread,
4734         using gnus-summary-kill-thread.
4735         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4736         shortcuts for gnus-summary-expire-thread.
4737         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4738         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4739
4740 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4741
4742         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4743         extras value, so an extras entry can be deleted.
4744         (gnus-registry-delete-extra-entry): Use it.
4745         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4746         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4747         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4748         storage through the gnus-registry, and provide an appropriate API for
4749         it.
4750
4751 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4752
4753         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4754         Suggested by Leo <sdl.web@gmail.com>.
4755
4756         * gnus.el: Do.
4757
4758 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4759
4760         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4761         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4762
4763         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4764
4765         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4766         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4767
4768 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4769
4770         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4771         newline.
4772         (nnmbox-request-accept-article): Don't change article in source buffer;
4773         narrow to header to use message-fetch-field rather than
4774         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4775         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4776         as delimiters; make sure article ends with newline.
4777         (nnmbox-delete-mail): Correct last position of article to be deleted;
4778         ignore X-Gnus-Newsgroup header in article body.
4779         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4780         positions; make sure article ends with newline.
4781
4782         * message.el (message-display-abbrev): Don't infloop when a user
4783         inserts SPC in the beginning of header.
4784
4785         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4786         coding-system-for-read and coding-system-for-write for XEmacs having no
4787         file-coding feature.
4788
4789         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4790
4791 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4792
4793         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4794         list of groups not followed by default.  Fix type to be regexp.
4795         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4796
4797 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4798
4799         * hmac-def.el (define-hmac-function): Switch from old-style to
4800         new-style backquotes.
4801
4802         * md4.el (md4-make-step): Likewise.
4803
4804 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4807         raw-text coding system when saving .newsrc file, which may contain
4808         non-ASCII group names.
4809
4810 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4811
4812         * gnus-cus.el (gnus-score-extra): New widget.
4813         (gnus-score-extra-convert): New function.
4814         (gnus-score-customize): Use it for Extra.
4815
4816 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4817
4818         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4819         (mml2015-mailcrypt-clear-verify): Use it.
4820         (mml2015-gpg-clear-verify): Use it.
4821         (mml2015-pgg-clear-verify): Use it.
4822         (mml2015-epg-clear-verify): Replace the current part with the output
4823         from GnuPG; don't extract the plaintext by itself.
4824
4825         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4826         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4827         mml2015-clear-verify-function; don't touch the armor headers or
4828         dash-escaped text here.
4829
4830 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4831
4832         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4833         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4834         parts, or application/octet-stream as a last resort.
4835         (gnus-mime-view-part-as-type): Don't toggle display.
4836         (gnus-mime-view-part-as-charset): Don't turn off display before
4837         querying charset.
4838
4839         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4840         stuff to undisplayer function in Emacs.
4841         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4842
4843         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4844         text/calendar parts.
4845
4846 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4849         decoding text/calendar parts.
4850
4851         * message.el (message-forward-make-body-mime): Always mark body as
4852         having no illegible text; remove signed-or-encrypted argument.
4853         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4854
4855         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4856         (mml-generate-mime-1): Don't encode body if it is specified to be in
4857         raw form; don't make buffer be unibyte when inserting multibyte string.
4858
4859 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4860
4861         * sha1.el: Fix up comment style.
4862         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4863         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4864
4865         * hex-util.el: Fix up comment style.
4866         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4867
4868         * gnus-salt.el: Use with-current-buffer.
4869         (gnus-pick-setup-message): Fix long-standing typo.
4870
4871 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4872
4873         * imap.el (imap-logout-timeout): New variable.
4874         (imap-logout, imap-logout-wait): New functions.
4875         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4876
4877         * nnimap.el (nnimap-logout-timeout): New server variable.
4878         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4879         nnimap-logout-timeout.
4880
4881         * gnus-art.el (gnus-article-summary-command-nosave)
4882         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4883
4884 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * gnus.el (gnus-maximum-newsgroup): New variable.
4887
4888         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4889         according to gnus-maximum-newsgroup.
4890
4891         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4892         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4893         Limit the range of articles according to gnus-maximum-newsgroup.
4894
4895 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4896
4897         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4898         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4899         Don't perform gnus-configure-windows here; reuse existing sticky
4900         article buffer.
4901
4902         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4903         it doesn't exist in gnus-article-mode.
4904
4905 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4908         (gnus-agent-decoded-group-name): New function.
4909         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4910         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4911
4912 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4913
4914         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4915         Add binding for gnus-sticky-article.
4916         (gnus-summary-exit): Don't kill sticky article buffers.
4917
4918         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4919         article buffer.
4920         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4921         (gnus-kill-sticky-article-buffers): New commands.
4922
4923 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * nntp.el (nntp-xref-number-is-evil): New server variable.
4926         (nntp-find-group-and-number): If it is non-nil, don't trust article
4927         numbers in the Xref header.
4928
4929 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4930
4931         * gnus-agent.el (gnus-agent-read-group): New function.
4932         (gnus-agent-flush-group, gnus-agent-expire-group)
4933         (gnus-agent-regenerate-group): Use it.
4934         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4935         nnmail-pathname-coding-system.
4936
4937 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4940
4941         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4942         that are unread as unread, and also as selected so that information of
4943         marks having been changed by a user may be updated when exiting group.
4944
4945 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4948         calculated ignoring signature parts to gnus-treat-article.
4949
4950 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4953         a point here in order to keep the window start.
4954         (gnus-insert-mime-security-button): Make a button overlay without the
4955         front stickiness.
4956         (gnus-mime-display-security): Goto the end of a button.
4957
4958         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4959
4960 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4963         group-name-at-point.
4964         (gnus-group-completing-read): New function that offers decoded
4965         non-ASCII group names for completion.
4966         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4967         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4968         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4969         (gnus-group-fetch-control): Use it.
4970         (gnus-fetch-group): Use group-name-at-point for the initial value
4971         rather than the default value; use gnus-alive-p.
4972
4973         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4974         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4975         (gnus-summary-post-news): Use gnus-group-completing-read.
4976
4977         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4978         (gnus-read-move-group-name): Decode group name for completion.
4979
4980 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4981
4982         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4983         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4984         Yamaoka slightly modified the code).
4985
4986 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4989         (nnmail-split-incoming): Bind it.
4990
4991         * nnml.el (nnml-group-name-charset): New function.
4992         (nnml-decoded-group-name): Use it; don't decode group name if
4993         nnmail-group-names-not-encoded-p is non-nil.
4994         (nnml-encoded-group-name): New function.
4995         (nnml-group-pathname): Inline nnml-decoded-group-name.
4996         (nnml-request-expire-articles): Decode group name in message.
4997         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4998         nnmail-pathname-coding-system.
4999         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5000         not decoded ones according to nnmail-group-names-not-encoded-p.
5001         (nnml-generate-active-info): Use nnml-encoded-group-name.
5002
5003 2007-08-08  Glenn Morris  <rgm@gnu.org>
5004
5005         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5006         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5007         doc-strings and comments.
5008
5009 2007-07-25  Glenn Morris  <rgm@gnu.org>
5010
5011         * Relicense all FSF files to GPLv3 or later.
5012
5013 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * gnus-sum.el (gnus-summary-move-article): Make
5016         gnus-summary-respool-article work.
5017
5018 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5019
5020         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5021         string.
5022
5023 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5024
5025         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5026         that should be ignored when comparing distant RSS articles with local
5027         ones.
5028         (nnrss-make-hash-index): New function.  Create a hash index according
5029         to the ignored fields.
5030         (nnrss-check-group): Use it.
5031
5032 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5035
5036         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5037
5038         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5039         the new optional argument ENCODED is non-nil.
5040         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5041         coding system for encoding group name.
5042         (gnus-group-make-rss-group): Pass un-encoded group name to
5043         gnus-group-make-group.
5044         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5045         encoded.
5046
5047         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5048         Encode group name to which articles are moved or copied.
5049         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5050         coding system for encoding Newsgroup, Followup-To and Xref headers.
5051
5052         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5053         marks; use nnheader-file-coding-system to write a file.
5054         (nnagent-retrieve-headers): Bind file-name-coding-system to
5055         nnmail-pathname-coding-system.
5056
5057         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5058
5059         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5060         (nnml-request-article, nnml-request-create-group)
5061         (nnml-request-rename-group, nnml-find-id)
5062         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5063         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5064         (nnml-save-marks): Use nnml-group-pathname instead of
5065         nnmail-group-pathname.
5066
5067         (nnml-request-create-group, nnml-request-expire-articles)
5068         (nnml-request-move-article, nnml-request-delete-group)
5069         (nnml-deletable-article-p, nnml-possibly-create-directory)
5070         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5071         (nnml-open-marks): Bind file-name-coding-system to
5072         nnmail-pathname-coding-system.
5073
5074         (nnml-request-article): Pass server argument to nnml-find-group-number.
5075         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5076         server argument to nnml-possibly-create-directory.
5077         (nnml-request-accept-article): Pass server argument to
5078         nnml-active-number and nnml-save-mail.
5079         (nnml-find-group-number): Pass server argument to nnml-find-id.
5080         (nnml-request-update-info): Pass server argument to
5081         nnml-marks-changed-p.
5082
5083         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5084         (nnml-save-mail, nnml-active-number): Add server argument.
5085
5086         (nnml-request-delete-group): Warn if group is missing.
5087         (nnml-get-nov-buffer): Decode group name.
5088         (nnml-generate-active-info): Encode group name.
5089         (nnml-open-marks): Decode group name in messages.
5090
5091 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5092
5093         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5094         if it is not specified.
5095         (gnus-article-pipe-part, gnus-article-save-part)
5096         (gnus-article-interactively-view-part, gnus-article-copy-part)
5097         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5098         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5099         (gnus-article-replace-part, gnus-article-delete-part)
5100         (gnus-article-view-part-as-type): Pass raw prefix argument to
5101         gnus-article-part-wrapper.
5102
5103 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5104
5105         * gnus-agent.el (gnus-agent-save-active): Bind
5106         nnheader-file-coding-system to gnus-agent-file-coding-system.
5107
5108         * gnus-cache.el (gnus-cache-save-buffers)
5109         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5110         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5111         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5112         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5113         (gnus-cache-generate-active, gnus-cache-rename-group)
5114         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5115         (gnus-cache-update-overview-total-fetched-for): Bind
5116         file-name-coding-system to nnmail-pathname-coding-system.
5117         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5118         variables.
5119         (gnus-cache-decoded-group-name): New function.
5120         (gnus-cache-file-name): Use it.
5121         (gnus-cache-generate-active): Use non-decoded group name for active.
5122
5123         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5124         right place.
5125         (gnus-write-active-file): Don't break non-ASCII group names.
5126
5127         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5128         nnmail-pathname-coding-system.
5129
5130         * lpath.el: Bind default-file-name-coding-system,
5131         file-name-coding-system and language-info-alist for XEmacs.
5132
5133         * gnus-uu.el (gnus-uu-decode-save): Typo.
5134
5135 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5138
5139 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5142         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5143         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5144         (gnus-agent-flush-group, gnus-agent-flush-cache)
5145         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5146         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5147         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5148         (gnus-agent-regenerate-group)
5149         (gnus-agent-update-files-total-fetched-for)
5150         (gnus-agent-update-view-total-fetched-for): Bind
5151         file-name-coding-system to nnmail-pathname-coding-system.
5152         (gnus-agent-group-pathname): Don't encode file names by
5153         nnmail-pathname-coding-system.
5154         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5155         coding-system-for-write instead of buffer-file-coding-system to
5156         gnus-agent-file-coding-system.
5157
5158         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5159         Decode group name.
5160
5161         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5162
5163         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5164         (gnus-read-newsrc-el-file): Make group names unibyte.
5165
5166         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5167         nnmail-pathname-coding-system.
5168
5169         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5170         (nnrss-request-delete-group): Bind file-name-coding-system to
5171         nnmail-pathname-coding-system.
5172         (nnrss-read-server-data, nnrss-read-group-data): Bind
5173         file-name-coding-system correctly.
5174         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5175
5176         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5177         (nntp-server-to-method-cache): New variable.
5178         (nntp-group-pathname): New function that decodes non-ASCII group names.
5179         (nntp-possibly-create-directory, nntp-marks-changed-p)
5180         (nntp-save-marks, nntp-open-marks): Use it.
5181         (nntp-possibly-create-directory, nntp-open-marks):
5182         Bind file-name-coding-system to nnmail-pathname-coding-system.
5183         (nntp-open-marks): Decode group names when bootstrapping marks.
5184
5185         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5186         Newsgroups and Folowup-To headers.
5187
5188 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5191         (gnus-server-closed-face, gnus-server-denied-face)
5192         (gnus-server-offline-face): Remove variable.
5193         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5194
5195         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5196         of modifying message-stack directly for XEmacs.
5197
5198         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5199         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5200         if the coding-system argument is nil for XEmacs.
5201
5202         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5203         mm-charset-override-alist.
5204
5205         * rfc2047.el: Don't require base64; require rfc2045 for the function
5206         rfc2045-encode-string.
5207         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5208         to quote the parameter value.
5209
5210 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5213         form in gnus-group-name-charset-method-alist.
5214
5215         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5216         overrides the default layout edit-form.
5217
5218         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5219
5220         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5221
5222 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5225         as unfetched articles.
5226
5227 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5228
5229         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5230
5231 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5234         original back end that keeps marks in the local system.
5235
5236 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5239         arg of pop-to-buffer for XEmacs.
5240         (gnus-article-read-summary-keys): Ditto; don't restore window
5241         configuration if summary command ends up with neither article buffer
5242         nor summary buffer; describe bindings if summary keys end with C-h.
5243
5244 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * message.el (message-fix-before-sending): Skip raw message part to be
5247         forwarded while checking illegible text.
5248         (message-forward-make-body-mime, message-forward-make-body): Mark
5249         signed or encrypted raw message as having no illegible text.
5250
5251 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5254         (gnus-message-with-timestamp-1): New macro.
5255         (gnus-message-with-timestamp): New function.
5256         (gnus-message): Use them.
5257
5258         * nnheader.el (nnheader-message): Use them.
5259
5260 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5261
5262         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5263         .newsrc.eld file.
5264
5265 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * gnus-agent.el (gnus-agent-fetch-headers)
5268         (gnus-agent-retrieve-headers): Bind
5269         gnus-decode-encoded-address-function to identity.
5270
5271         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5272         available also when the server returns simply a dot.
5273
5274         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5275
5276 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5279
5280 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5281
5282         * gnus-ems.el (gnus-x-splash): Make it work.
5283
5284         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5285         from being used.
5286
5287         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5288
5289 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5290
5291         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5292         4th and the 5th arguments.
5293
5294         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5295         the front stickiness.
5296         (gnus-article-summary-command-nosave): Correct the order of the
5297         arguments passed to pop-to-buffer.
5298         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5299         summary command ends up with the article buffer.
5300
5301         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5302         the same faces.
5303
5304 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5305
5306         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5307
5308 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5309
5310         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5311         * gnus-sum.el (gnus-summary-highlight):
5312         * pgg.el (pgg-sign-region, pgg-sign):
5313         * mail-source.el (mail-source-delete-old-incoming-confirm):
5314         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5315
5316 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * gnus-art.el (gnus-mime-view-part-externally)
5319         (gnus-mime-view-part-internally): Fix predicate function passed to
5320         completing-read.
5321
5322         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5323
5324         * gnus.el (gnus-update-message-archive-method): Add :version.
5325
5326 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * gnus.el (gnus-update-message-archive-method): New variable.
5329
5330         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5331         according to gnus-message-archive-method if
5332         gnus-update-message-archive-method is non-nil.
5333
5334 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5337         by Loic Dachary <loic@dachary.org>.
5338         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5339
5340 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * message.el (message-pop-to-buffer): Add switch-function argument.
5343         (message-mail): Pass switch-function argument to it.
5344
5345 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5346
5347         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5348         Improve doc string.
5349
5350 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5351
5352         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5353         (gnus-header-content)
5354         * gnus-cite.el (gnus-cite-10)
5355         * gnus-srvr.el (gnus-server-closed)
5356         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5357         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5358         (gnus-group-mail-3-empty, gnus-group-mail-low)
5359         (gnus-group-mail-low-empty, gnus-splash)
5360         * message.el (message-header-to, message-header-cc)
5361         (message-header-subject, message-header-other, message-header-name)
5362         (message-header-xheader, message-separator, message-cited-text)
5363         (message-mml): Lighten colors of faces used for dark background.
5364
5365 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5366
5367         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5368         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5369
5370 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * message.el (message-narrow-to-headers-or-head):
5373         Ignore mail-header-separator in the body.
5374
5375 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5376
5377         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5378         same as window size.
5379
5380 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5381
5382         * message.el (message-font-lock-keywords): Use message-header-xheader
5383         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5384         ahead of the anything pattern, to get it recognised.
5385
5386 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5389         spam.el loads uses it in the compiled defadvice form.
5390
5391 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5392
5393         * gnus-sum.el (gnus-articles-to-read)
5394         (gnus-summary-insert-old-articles): Don't truncate group name for
5395         `read-string'.
5396
5397         * gnus-util.el (gnus-limit-string): Delete this function.
5398
5399         * gnus-sum.el (gnus-simplify-subject-fully): Use
5400         `truncate-string-to-width' instead.
5401
5402 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5403
5404         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5405         if, on summary exit, the next group has to be selected.
5406         (gnus-summary-exit): Use it.
5407
5408 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5409
5410         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5411         non-break space.
5412
5413 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5414
5415         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5416         Check if group is not a directory.
5417         (nnfolder-request-expire-articles): Don't delete articles if the target
5418         group is not available.
5419
5420         * nnml.el (nnml-request-create-group): Properly check if group is not a
5421         file.
5422         (nnml-request-expire-articles): Don't delete articles if the target
5423         group is not available.
5424
5425         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5426         Don't quote characters that are within parentheses.
5427
5428 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5431         (gnus-handle-ephemeral-exit): Select article according to it.
5432
5433 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5434
5435         * message.el (message-insert-formated-citation-line): Remove newline.
5436         (message-citation-line-format): Add final \n here so that the user can
5437         avoid a blank line.
5438
5439 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5440
5441         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5442         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5443         Update lanl/arXiv support.
5444
5445 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5446
5447         * gnus.el: Bump version number.
5448
5449 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5450
5451         * gnus.el (gnus-version-number): Bump version.
5452
5453 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5454
5455         * gnus.el: No Gnus v0.6 is released.
5456
5457 2007-04-27  Didier Verna  <didier@xemacs.org>
5458
5459         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5460         * gmm-utils.el (gmm-regexp-concat): here.
5461         * message.el: Don't require 'gnus-util.
5462         (message-dont-reply-to-names): Handle name change above.
5463         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5464
5465 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5468         since the initial value varies according to the system.
5469
5470 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5473
5474 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5475
5476         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5477
5478 2007-04-24  Didier Verna  <didier@xemacs.org>
5479
5480         Improve the type of gnus-ignored-from-addresses.
5481         * gnus-util.el (gnus-orify-regexp): New function.
5482         * message.el (gnus-util): Require it.
5483         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5484         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5485         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5486
5487 2007-04-24  Didier Verna  <didier@xemacs.org>
5488
5489         * gnus-sum.el:
5490         * gnus-utils.el: Fix some trailing whitespaces.
5491
5492 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5495         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5496         article's Message-ID; refer parent article in summary buffer.
5497
5498         * message.el (message-bounce): Call mime-to-mml.
5499
5500         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5501         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5502         optimize and/or forms properly.
5503
5504 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5505
5506         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5507         URL.
5508
5509 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5512
5513 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5516         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5517         displayed of multipart/alternative part if it is invoked from summary
5518         buffer.
5519
5520         * mm-view.el (mm-inline-text-html-render-with-w3m)
5521         (mm-inline-text-html-render-with-w3m-standalone)
5522         (mm-inline-render-with-function): Use mail-parse-charset by default.
5523
5524 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5525
5526         * parse-time.el (parse-time-string-chars): Check if CHAR
5527         is less than the length of parse-time-syntax.
5528
5529 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5532         from gnus-newsgroup-processable.
5533
5534 2007-04-16  Didier Verna  <didier@xemacs.org>
5535
5536         * gnus-msg.el (gnus-configure-posting-styles): Handle
5537         message-signature-directory properly with :file syntax.  Reported by
5538         "Leo".
5539
5540 2007-04-11  Didier Verna  <didier@xemacs.org>
5541
5542         New user option: message-signature-directory.
5543         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5544         * message.el (message-insert-signature): Ditto.
5545         * message.el (message-signature-file): Doc update.
5546         * message.el (message-signature-directory): New.
5547
5548 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5549
5550         * gnus-msg.el (gnus-inews-yank-articles): Use
5551         message-exchange-point-and-mark instead of exchange-point-and-mark.
5552
5553 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * message.el (message-yank-original): Make sure cited text ends with
5556         newline; don't exchange point and mark.
5557
5558 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5559
5560         * tls.el (open-tls-stream): Properly handle case where there
5561         is no associated buffer.
5562
5563 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5564
5565         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5566         message-yank-original, make sure (< mark TEXT point).
5567
5568 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5569
5570         * message.el (message-fill-column): New variable.
5571         (message-mode): Use it.  Add comment on a possible new hook.
5572
5573         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5574         (nnmail-get-new-mail): Reformat.
5575
5576         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5577
5578         * gmm-utils.el: Fix Commentary.
5579         (gmm-tool-bar-from-list): Fix typo in doc string.
5580
5581 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5582
5583         * message.el (message-yank-original): Don't switch point and mark
5584         unnecessarily to put point and mark as documented.
5585
5586 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5587
5588         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5589         from the message heads.
5590
5591 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5592
5593         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5594         article buffer does not have a window.  This may not be the best
5595         solution but is certainly better than setting the start of the null,
5596         that is the current, window.
5597
5598 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5599
5600         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5601         (gnus-draft-setup): Run it.
5602
5603         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5604         gnus-score-fast-scoring.  Allow regexp.
5605         (gnus-score-headers): Use it.
5606
5607         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5608         XEmacs.
5609
5610         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5611         string.
5612         (gnus-button-alist): Also catch `<f1> k ...'.
5613         (gnus-treat-display-x-face): Fix doc string.
5614
5615 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5616
5617         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5618         evaluation of gnus-extended-version to ensure correct generation of the
5619         User-Agent header when message-generate-headers-first is used.
5620
5621 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5622
5623         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5624         hashcash-path is nil.  Don't call callback with incorrect number of
5625         parameters if val is 0.
5626
5627 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5628
5629         * message.el (message-required-news-headers):
5630         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5631
5632 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5633
5634         * tls.el (open-tls-stream): In handshake-waiting loop,
5635         don't wait more if there is output available to process.
5636
5637 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5638
5639         * tls.el (tls-program): Doc fix.
5640
5641 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5642
5643         * message.el (message-generate-new-buffers): Change the meaning of the
5644         nil value; add `standard' to the choices; treat t as `unique'; improve
5645         doc string.
5646         (gnus-select-frame-set-input-focus): Autoload.
5647         (message-buffer-name): Search for the existing message buffer if
5648         message-generate-new-buffers is nil or `standard'; treat the value t of
5649         message-generate-new-buffers as `unique'.
5650         (message-pop-to-buffer): Raise the frame already displaying the message
5651         buffer; clear the echo area after querying.
5652         (message-setup): Pass the `continue' argument to compose-mail.
5653         (message-mail): Prefer `switch-function' if it is given; search for the
5654         existing message buffer if the `continue' argument is non-nil; pass
5655         continue and switch-function arguments to compose-mail by way of
5656         message-setup.
5657         (message-mail-other-window): Adjust argument of message-setup.
5658         (message-mail-other-frame): Ditto.
5659
5660 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5663         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5664         to turn font-lock on when turning gnus-message-citation-mode on.
5665
5666 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5667
5668         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5669         (mml-smime-function-alist): New variable; add epg as the backend.
5670         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5671         mml-smime- functions instead.
5672         * mm-view.el: Require smime.
5673
5674 2007-03-05  Didier Verna  <didier@xemacs.org>
5675
5676         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5677         instead of just inheritance for posting styles.
5678         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5679
5680 2007-02-24  Chris Moore  <dooglus@gmail.com>
5681
5682         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5683         * pgg-pgp.el (pgg-pgp-encrypt-region):
5684         * pgg-gpg.el (pgg-gpg-encrypt-region):
5685         Check pgg-encrypt-for-me if no other recipients.
5686
5687 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5688
5689         * tls.el (tls-certtool-program): Fix custom type.
5690
5691 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5692
5693         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5694         and point-at-eol instead of line-(beginning|end)-position.
5695
5696         * assistant.el (assistant-parse-buffer): Ditto.
5697
5698         * netrc.el (netrc-parse-services): Ditto.
5699
5700 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5701
5702         * mml2015.el (mml2015-epg-find-usable-key): New function.
5703         (mml2015-epg-sign): Use it.
5704         (mml2015-epg-encrypt): Use it.
5705
5706 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * message.el (message-make-in-reply-to): Quote name containing
5709         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5710         if there are special characters.  Reported by NAKAJI Hiroyuki
5711         <nakaji@jp.freebsd.org>.
5712
5713 2007-02-27  Didier Verna  <didier@xemacs.org>
5714
5715         Include the group parameters as well as the topic ones in the
5716         inheritance filter process.
5717         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5718         argument GROUP-PARAMS-LIST.
5719         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5720
5721 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * nntp.el (nntp-never-echoes-commands)
5724         (nntp-open-connection-functions-never-echo-commands): New variables.
5725         (nntp-send-command): Use them.
5726
5727 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5728
5729         * mml2015.el (mml2015-epg-verify): Simplified.
5730
5731 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * mml.el (mml-content-disposition-alist): New user option.
5734         (mml-content-disposition): New function.
5735         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5736         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5737
5738 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5739
5740         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5741         verification.
5742
5743 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5744
5745         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5746         articles posted in the last 24 hours.
5747
5748 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5749
5750         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5751
5752 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5753
5754         * nntp.el (nntp-send-command): Don't wait for echoes when
5755         nntp-open-ssl-stream is used.
5756
5757 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5758
5759         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5760         (gnus-message-add-citation-keywords)
5761         (gnus-message-remove-citation-keywords): Remove.
5762         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5763         directly, make the variables in font-lock-defaults buffer-local, add
5764         gnus-message-citation-keywords to them and then update the value of
5765         font-lock-keywords.
5766
5767 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * message.el (message-cite-original-1): Don't call
5770         gnus-article-highlight-citation.
5771
5772         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5773         citations; fix line count.
5774
5775 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5778         (gnus-message-add-citation-keywords)
5779         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5780         versions of font-lock-add-keywords and font-lock-remove-keywords to
5781         work with XEmacs correctly.
5782
5783 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * gnus-cite.el (gnus-cite-face-list): Set the values of
5786         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5787         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5788         (gnus-message-cite-prefix-regexp): New variable.
5789         (gnus-message-search-citation-line): Use it; protect against long
5790         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5791         the 0th match data for Emacs.
5792         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5793         (gnus-message-add-citation-keywords): Append keywords rather than
5794         prepending; emulate font-lock-add-keywords if it is not available.
5795         (gnus-message-remove-citation-keywords): Emulate
5796         font-lock-remove-keywords if it is not available.
5797
5798         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5799
5800         * message.el (message-cite-prefix-regexp): Set the value of
5801         gnus-message-cite-prefix-regexp.
5802
5803 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5804
5805         * nnweb.el (nnweb-google-parse-1): Update parser.
5806
5807 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5808
5809         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5810
5811 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5812
5813         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5814         regexp.
5815
5816 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5819         string-to-multibyte.
5820         (uudecode-decode-region-internal): Use it.
5821
5822         * lpath.el: Fbind string-as-multibyte for XEmacs.
5823
5824 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5825
5826         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5827         custom choice.
5828
5829         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5830
5831 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5832
5833         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5834
5835         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5836         `write-region' to respect `mm-inhibit-file-name-handlers'.
5837
5838 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5839
5840         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5841         Use gnus-home-directory instead of "~/" or "$HOME".
5842
5843 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5844
5845         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5846         to mention filename.
5847         Add comments at beginning regarding usage.
5848         (encrypt-write-file-contents): Change interactive so a string is
5849         acceptable.  If the file has no associated model, show an error instead
5850         of a nonsense prompt.
5851
5852 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5853
5854         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5855         Thanks to Yoshihiko Yamada for kind notification of this typo.
5856
5857 2007-01-12  Kenichi Handa  <handa@m17n.org>
5858
5859         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5860         multibyte buffer.
5861
5862 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5863
5864         * gnus-score.el (gnus-score-fast-scoring): New variable.
5865         (gnus-score-headers): Use it.
5866
5867         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5868
5869         * message.el (message-cite-original-1): Call
5870         gnus-article-highlight-citation if requested.
5871         (message-make-from): Allow name and address as optional arguments.
5872
5873         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5874
5875         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5876         bugs to doc string.
5877         (gnus-button-alist): Add mid\\|message-id.
5878         (gnus-button-fetch-group): Extend for use in
5879         `browse-url-browser-function'.
5880         (gnus-button-url-regexp): Try to catch paired parentheses like in
5881         Wikipedia URLs.
5882
5883         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5884         Suggested by Simon Krahnke <overlord@gmx.li>.
5885
5886 2007-01-13  Romain Francoise  <romain@orebokech.com>
5887
5888         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5889         Update copyright.
5890
5891 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5892
5893         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5894
5895 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5896
5897         * gnus-registry.el (gnus-registry-unfollowed-groups)
5898         (gnus-registry-split-fancy-with-parent): Fix documentation.
5899
5900 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5901
5902         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5903         from nnweb groups.
5904
5905 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5906
5907         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5908         Xref urls.  Erase buffer before requesting head.
5909
5910 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5911
5912         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5913         customizable.
5914
5915 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5916
5917         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5918         no signing key is found.
5919         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5920         no encrypting and/or signing key is found.
5921
5922 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5923
5924         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5925
5926 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5927
5928         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5929         headers read from disk with the ones newly found in the current search.
5930         This should no longer cause problems, because the article numbers in
5931         Gmane's `nov.php' output are ignored since the previous change.
5932
5933 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5934
5935         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5936
5937 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5940         replace-regexp-in-string; bind url-version; fbind display-images-p and
5941         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5942         find-face and set-itimer-function for Emacs; bind itimer-list for
5943         Emacs.
5944
5945         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5946
5947 2007-01-01  Romain Francoise  <romain@orebokech.com>
5948
5949         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5950
5951 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5952
5953         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5954         `define-minor-mode' macro definition expanded properly.
5955         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5956         exclude it there.
5957
5958         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5959         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5960         `fboundp' test.
5961         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5962         This is OK to autoload in (S)XEmacs now.
5963
5964 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5965
5966         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5967         keystroke.
5968         (gnus-summary-limit-to-singletons): Fix typo.
5969
5970         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5971         else fails.
5972
5973 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5974
5975         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5976         docstring.
5977
5978         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5979         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5980         (gnus-summary-insert-dormant-articles): Fix typo in message.
5981
5982 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5983
5984         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5985         nil for XEmacs.
5986         (gnus-message-citation-mode): Don't autoload in XEmacs.
5987
5988         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5989
5990 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5991
5992         * nnimap.el (nnimap-expunge-search-string): Mention
5993         nnimap-search-uids-not-since-is-evil in docstring.
5994
5995 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5996
5997         * spam.el: Revert to make-obsolete-variable because
5998         define-obsolete-variable-alias is not supported in Emacs 21.
5999
6000         * spam.el (spam-ifile-path, spam-ifile-database-path)
6001         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6002         make-obsolete-variable.
6003         (spam-bsfilter-path, spam-bsfilter-program)
6004         (spam-spamassassin-path, spam-spamassassin-program)
6005         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6006         use "path" inappropriately.
6007         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6008         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6009         variable names.
6010
6011 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6012
6013         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6014         summary buffer.
6015
6016         * password.el (password-cache-remove): Use clear-string to burn
6017         password, if available.
6018
6019 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6020
6021         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6022
6023         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6024
6025         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6026         (gnus-message-highlight-citation): Move defcustom here from
6027         gnus-cite.el.
6028         (gnus-message-citation-mode): Autoload.
6029
6030         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6031         checks to make it compile with XEmacs.
6032         (gnus-message-citation-mode): New minor mode.
6033         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6034         (gnus-message-highlight-citation): New variables.
6035         (gnus-message-search-citation-line)
6036         (gnus-message-add-citation-keywords)
6037         (gnus-message-remove-citation-keywords)
6038         (turn-on-gnus-message-citation-mode)
6039         (turn-off-gnus-message-citation-mode): New functions.
6040
6041 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6042
6043         * gnus-cite.el: Enable highlighting of different citation levels in
6044         message-mode.
6045
6046 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6047
6048         * message.el (message-make-fqdn): Fix comment.
6049         (message-bogus-system-names): Add ".local".
6050
6051         * spam.el (spam-ifile-path, spam-ifile-program)
6052         (spam-ifile-database-path, spam-ifile-database)
6053         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6054         Don't use "path" inappropriately.
6055         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6056         strings.
6057         (spam-check-ifile, spam-ifile-register-with-ifile)
6058         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6059         new variable names.
6060
6061         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6062         (gnus-treat-display-smileys): Simplify using
6063         gnus-image-type-available-p.
6064
6065         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6066         available.
6067
6068         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6069         `display-images-p' if available.
6070
6071 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6074         one after turning on the buffer's multibyteness instead of decoding
6075         them directly in the unibyte buffer that causes unexpected conversion
6076         in Emacs 23 (unicode).
6077
6078 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6079
6080         * message.el (message-generate-hashcash): Fix custom type.
6081
6082 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6083
6084         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6085
6086 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6087
6088         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6089         disconnect icons.  Add help text.
6090
6091 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6092
6093         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6094         negated to be consistent with the others we handle.
6095
6096 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6097
6098         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6099         version of gnus-summary-buffer to something, so that we can use two
6100         article buffers at the same time.
6101
6102 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6103
6104         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6105         trigger all the extra headers.
6106         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6107         sorting.
6108
6109 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6110
6111         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6112         solid groups.
6113
6114 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6115
6116         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6117
6118 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6119
6120         * legacy-gnus-agent.el: Add Copyright notice.
6121
6122 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6123
6124         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6125
6126 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6127
6128         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6129
6130         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6131         to make it work reliably in CVS Emacs.
6132         (gnus-summary-limit-strange-charsets-predicate)
6133         (gnus-summary-limit-to-predicate): New functions.
6134
6135 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6136
6137         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6138         specifying array size.
6139         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6140         array if it is too small.
6141         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6142         (gnus-sort-threads-loop): New function.
6143
6144 2006-12-06  Chris Moore  <dooglus@gmail.com>
6145
6146         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6147         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6148
6149 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6150
6151         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6152         options.
6153
6154 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6155
6156         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6157         DOS-ing the recipient.
6158
6159         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6160         the headers when creating the mapping to avoid mismappings.
6161         (nnweb-gmane-create-mapping): Always nix out old mapping.
6162
6163 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6164
6165         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6166         and mm-verify-option to never.
6167
6168 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6169
6170         * message.el (message-signed-or-encrypted-p): New function.
6171         (message-forward-make-body): Use it.
6172
6173         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6174         Replace encode-coding-string with mm-encode-coding-string.
6175
6176 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6177
6178         * nneething.el (nneething-decode-file-name): Replace
6179         decode-coding-string with mm-decode-coding-string.
6180
6181         * gnus-int.el (gnus-open-server): Say failed server's name.
6182
6183 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6184
6185         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6186         strings to a single string.  Quote `errors-file-name'.
6187         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6188         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6189         Adjust calls.  Use `shell-quote-argument'.
6190
6191 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6192
6193         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6194         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6195
6196         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6197         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6198         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6199         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6200         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6201         (gnus-subscribe-newsgroup, gnus-1):
6202         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6203         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6204         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6205         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6206
6207 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6208
6209         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6210         keystroke.
6211         (gnus-summary-limit-to-bodies): Implement headersp.
6212
6213 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6214
6215         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6216
6217 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6220
6221 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6222
6223         * message.el (message-generate-hashcash): Expand range of values to
6224         include `opportunistic'.
6225         (message-send-mail): Use it.
6226
6227 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6228
6229         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6230         and comment it.
6231
6232         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6233
6234 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6235
6236         * gnus-util.el (gnus-extract-address-components): Improve comment.
6237
6238 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * gnus-util.el (gnus-extract-address-components): Work with address in
6241         which the name portion contains @.
6242
6243         * lpath.el: Fbind custom-autoload.
6244
6245 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6246
6247         * gnus.el (gnus-start): Move custom group up.
6248         (gnus-select-method): Don't autoload, but make it available for
6249         `customize-variable'.
6250         (gnus-getenv-nntpserver): Don't autoload.
6251
6252 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6253
6254         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6255
6256 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6257
6258         * message.el (message-sendmail-extra-arguments): New variable.
6259         (message-send-mail-with-sendmail): Use it.
6260
6261 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6262
6263         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6264         mm-with-unibyte-current-buffer to make string unibyte.
6265
6266         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6267         mm-string-as-multibyte.
6268
6269 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6270
6271         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6272         Reported by Werner Koch <wk@gnupg.org>.
6273
6274 2006-11-14  Daiki Ueno  <ueno@p360>
6275
6276         * mml2015.el: Autoload epa-select-keys when compiling.
6277
6278 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6279
6280         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6281         message-options.
6282         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6283
6284 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6285
6286         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6287         EasyPG (< 0.0.6).
6288         (mml2015-always-trust): New user option.
6289         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6290         prompt.
6291
6292 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * nntp.el (nntp-authinfo-force): New variable.
6295         (nntp-send-authinfo): Use it.
6296
6297 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6298
6299         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6300         decode encoded words.  Improve prompt.  Add comment about forwarding.
6301         (message-replacement-char): Move up.
6302
6303 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6304
6305         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6306         instead of gnus-intersection because arguments of gnus-sorted-nunion
6307         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6308
6309 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6310
6311         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6312         (message-simplify-subject-functions): Enable
6313         message-strip-subject-encoded-words by default.
6314
6315 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6316
6317         * message.el (message-strip-subject-encoded-words): New function.
6318         (message-simplify-subject-functions): New variable.
6319         (message-simplify-subject): Use it.  Fix typo in doc string.
6320         Support message-strip-subject-encoded-words.
6321
6322 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6323
6324         * gnus-diary.el (gnus-diary-delay-format-function):
6325         * nndiary.el (nndiary-reminders):
6326         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6327
6328 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6329
6330         * gnus-art.el (article-hide-boring-headers): Fetch date from
6331         gnus-original-article-buffer to avoid problems with localized date
6332         strings.
6333
6334 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6337
6338 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6339
6340         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6341         New variables.
6342         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6343         (mm-charset-synonym-alist): Move some entries to
6344         mm-codepage-iso-8859-list.
6345         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6346         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6347
6348 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6351
6352 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6353
6354         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6355         with Emacs 21 and XEmacs.
6356
6357 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6358
6359         * spam.el (spam-parse-address): New function for better parsing,
6360         catching errors, etc.
6361         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6362
6363 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6364
6365         * mm-view.el: Add interactive arg to html2text autoload.
6366
6367 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6370
6371 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6372
6373         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6374         variables.
6375         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6376         (mm-charset-synonym-alist): Move some entries to
6377         mm-codepage-iso-8859-list.
6378
6379         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6380
6381 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6382
6383         * message.el (message-citation-line-format)
6384         (message-insert-formated-citation-line): Fix implementation of %E, %N
6385         and %n according to the doc string.
6386
6387 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6388
6389         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6390         car-safe to avoid bad parses.
6391
6392 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6395         names.
6396
6397         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6398
6399 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6400
6401         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6402         header.
6403
6404         * message.el (message-draft-headers): Add Date.
6405         (message-headers-to-generate): Fix typo in docstring.
6406
6407         * nndraft.el (nndraft-required-headers): New variable.
6408         (nndraft-generate-headers): Use it.
6409
6410         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6411
6412 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6413
6414         * gnus-registry.el (gnus-registry-wash-for-keywords)
6415         (gnus-registry-find-keywords): New functions to allow easy searching of
6416         articles that are in the registry.
6417
6418 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6419
6420         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6421         ietf-drums-parse-address instead of gnus-extract-address-components.
6422         Reported by Damien Elmes <damien@repose.cx>.
6423
6424 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6425
6426         * gnus.el (gnus-mime): Remove unused custom group.
6427
6428 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6429
6430         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6431         "blank line" when searching for end of armor headers.
6432
6433 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * gmm-utils.el (gmm-write-region): Fix variable name.
6436
6437 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6438
6439         * gmm-utils.el (gmm-write-region): New function based on compatibility
6440         code from `mm-make-temp-file'.
6441
6442         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6443
6444         * nnmaildir.el (nnmaildir--update-nov)
6445         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6446         Use `gmm-write-region'.
6447
6448 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6449
6450         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6451         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6452
6453         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6454
6455         * message.el (message-replacement-char): New variable.
6456         (message-fix-before-sending): Use it.
6457         (message-simplify-subject): New function to remove duplicate code.
6458         (message-reply, message-followup): Use it.
6459
6460         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6461         gnus-summary-limit-to-articles.
6462
6463 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6464
6465         * gnus-util.el (gnus-with-local-quit): New macro.
6466
6467         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6468
6469 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6470
6471         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6472         ignore non-string data.
6473
6474 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6475
6476         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6477         non-string data (needs to be done in the registry too).
6478
6479 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6480
6481         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6482         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6483         (gnus-registry-split-fancy-with-parent)
6484         (gnus-registry-fetch-simplified-message-subject-fast)
6485         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6486         Remove text properties on ingress into the registry and when it's saved.
6487         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6488         registry from entries with no groups.
6489
6490 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6491
6492         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6493         function to remove string properties.
6494
6495 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6496
6497         * gmm-utils.el (gmm): Adjust custom version.
6498
6499         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6500         custom version.
6501
6502         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6503
6504 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6505
6506         * gnus-art.el (gnus-insert-prev-page-button)
6507         (gnus-insert-next-page-button): Simplify.  Reformat.
6508
6509 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6510
6511         * gnus-art.el (gnus-insert-prev-page-button)
6512         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6513
6514 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6515
6516         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6517
6518 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6519
6520         * gnus-art.el (gnus-insert-mime-button)
6521         (gnus-insert-mime-security-button):
6522         Apply gnus-article-button-face to MIME and security buttons.
6523
6524 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6525
6526         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6527         readable.
6528
6529 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6532
6533 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6534
6535         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6536         `browse-url-of-file' instead of `browse-url'.
6537
6538 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6539
6540         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6541         regexp.  Articles containing quotation were cut prematurely.
6542
6543 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * message.el (message-cite-original-1): Use nobody by default for the
6546         value of From header.
6547         (message-reply): Ditto.
6548
6549 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6550
6551         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6552         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6553         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6554
6555 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6556
6557         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6558         mails in the doc string.  Add some URLs in comment.
6559         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6560
6561 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6562
6563         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6564         backslashes handling and the way to find boundaries of quoted strings.
6565
6566 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6567
6568         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6569         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6570         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6571         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6572
6573 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6574
6575         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6576         doc string.
6577         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6578
6579 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * lpath.el: Fbind epg-check-configuration.
6582
6583 2006-09-06  Simon Josefsson  <jas@extundo.com>
6584
6585         * mml2015.el (mml2015-use): Doc fix, mention epg.
6586
6587 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6588
6589         * mml2015.el (mml2015-use): Default to epg, if available.
6590
6591 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6592
6593         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6594         message-sender.
6595         (mml1991-epg-encrypt): Ditto.
6596         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6597         message-sender.
6598         (mml2015-epg-encrypt): Ditto.
6599
6600 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6601
6602         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6603         several common directories.
6604
6605 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6606
6607         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6608         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6609
6610 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * gnus-art.el (article-decode-encoded-words): Make it fast.
6613
6614 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6617
6618         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6619         in quoted string into `\'.
6620
6621 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6624         Use standard-syntax-table.
6625
6626 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6627
6628         * gnus-art.el (gnus-decode-address-function): New variable.
6629         (article-decode-encoded-words): Use it to decode headers which are
6630         assumed to contain addresses.
6631         (gnus-mime-delete-part): Remove useless `or'.
6632
6633         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6634         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6635         (gnus-nov-parse-line): Use it to decode From header.
6636         (gnus-get-newsgroup-headers): Ditto.
6637         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6638
6639         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6640         (mail-decode-encoded-address-string): New alias.
6641
6642         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6643         New function.
6644         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6645         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6646         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6647         (rfc2047-decode-string): Ditto.
6648         (rfc2047-decode-address-region): New function.
6649         (rfc2047-decode-address-string): New function.
6650
6651 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6652
6653         * message.el (message-caesar-buffer-body): Allow rotating headers.
6654
6655         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6656
6657         * message.el (message-insert-formated-citation-line): Fix %f.
6658         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6659
6660 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6663         (gnus-bookmark-mouse-available-p): New macro.
6664         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6665         (gnus-bookmark-bmenu-show-infos): Use it.
6666         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6667         (gnus-bookmark-bmenu-hide-infos): Ditto.
6668         (gnus-bookmark-remove-properties): New function.
6669         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6670         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6671         (gnus-bookmark-write-file): Bind coding-system-for-write.
6672         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6673         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6674         group before selecting it.
6675         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6676         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6677         quit-window if it is not available; use gnus-mouse-2 and bind it to
6678         gnus-bookmark-bmenu-select-by-mouse.
6679         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6680         (gnus-bookmark-bmenu-select-by-mouse): New function.
6681
6682 2006-08-13  Romain Francoise  <romain@orebokech.com>
6683
6684         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6685         space.
6686
6687 2006-08-10  Romain Francoise  <romain@orebokech.com>
6688
6689         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6690         (dns-mode-soa-auto-increment-serial): New user option.
6691         (dns-mode-soa-maybe-increment-serial): New function.
6692         (dns-mode): Add the latter to `write-contents-functions'.
6693
6694 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6695
6696         * compface.el (uncompface): Use binary rather than raw-text-unix.
6697
6698 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6699
6700         * compface.el (uncompface): Make sure the eol conversion doesn't take
6701         place when communicating with the external programs.  Reported by
6702         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6703
6704 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6705
6706         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6707
6708 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6709
6710         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6711         Make it more robust by parsing author and date independently.
6712
6713 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6714
6715         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6716
6717 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6718
6719         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6720         first matching secret key.
6721         (mml2015-epg-encrypt): Ditto.
6722
6723         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6724         first matching secret key.
6725         (mml1991-epg-encrypt): Ditto.
6726
6727         * mml2015.el (mml2015-encrypt-to-self): New user option.
6728         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6729         mml2015-epg-encrypt-to-self is set.
6730
6731         * mml1991.el (mml1991-encrypt-to-self): New variable.
6732         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6733         mml1991-epg-encrypt-to-self is set.
6734
6735         * mml2015.el (mml2015-signers): New user option.
6736         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6737         (mml2015-epg-encrypt): Allow to select signing keys.
6738
6739         * mml1991.el (mml1991-signers): New variable.
6740         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6741         (mml1991-epg-encrypt): Allow to select signing keys.
6742
6743 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * nnheader.el (nnheader-insert-head): Make it work even if the file
6746         uses CRLF for the line-break code.
6747
6748 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6749
6750         * mml2015.el: Require mml-sec instead of password.
6751         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6752         (mml2015-cache-passphrase): Inherit the default value from
6753         mml-secure-cache-passphrase.
6754         (mml2015-passphrase-cache-expiry): Inherit the default value from
6755         mml-secure-passphrase-cache-expiry.
6756
6757         * mml1991.el: Require mml-sec instead of password.
6758         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6759         (mml1991-cache-passphrase): Inherit the default value from
6760         mml-secure-cache-passphrase.
6761         (mml1991-passphrase-cache-expiry): Inherit the default value from
6762         mml-secure-passphrase-cache-expiry.
6763
6764         * mml-sec.el: Require password.
6765         (mml-secure-verbose): New user option.
6766         (mml-secure-cache-passphrase): New user option.
6767         (mml-secure-passphrase-cache-expiry): New user option.
6768
6769 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6770
6771         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6772         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6773         andreas@altroot.de (Andreas Vögele).
6774
6775         FIXME: Use `tiny change'?
6776
6777 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6778
6779         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6780         workaround for the url package included with Emacs.
6781
6782         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6783
6784 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6787         correctly.  This fixes a bug caused by the 2006-05-12 change.
6788
6789 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6790
6791         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6792         some information about the error when saying that the `bogus' mail
6793         group will be used.
6794
6795 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6796
6797         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6798         string.
6799
6800 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6801
6802         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6803
6804 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6805
6806         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6807
6808 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6809
6810         * mml1991.el (mml1991-function-alist): Add epg.
6811         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6812         (mml1991-epg-encrypt): New functions.
6813
6814 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6815
6816         * mml2015.el (mml2015-verbose): New variable.
6817         (mml2015-cache-passphrase): Ditto.
6818         (mml2015-passphrase-cache-expiry): Ditto.
6819         (mml2015-function-alist): Add epg.
6820         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6821         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6822         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6823         functions.
6824
6825 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6826
6827         * message.el (message-cite-original-1): Preserve region when removing
6828         quoted text due to X-No-Archive in order to avoid bogus attribution
6829         when citing multiple messages.
6830
6831 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6832
6833         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6834         Kenneth Jacker <khj@be.cs.appstate.edu>.
6835
6836 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6837
6838         * gnus-diary.el (gnus-user-format-function-d)
6839         (gnus-user-format-function-D): Autoload.
6840
6841         * imap.el (Commentary): Fix typo.
6842
6843         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6844         2006-04-22 contribution.
6845
6846 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6847
6848         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6849         It didn't really fix the bogosity I'm seeing with solid web groups.
6850
6851 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6852
6853         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6854         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6855         created using server names.  If we use the feature without declaring
6856         it, Gnus does not properly manage server and group state.
6857
6858         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6859         bound.
6860
6861 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6862
6863         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6864         looking up the method using GROUP's prefix before inventing a new one.
6865         It is used on killed/unknown groups in various places where returning
6866         an all-new method isn't expected by the caller.
6867
6868         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6869         and match semantics of gnus-group-real-prefix.
6870
6871 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6872
6873         * nnmail.el (nnmail-broken-references-mailers): New variable.
6874         (nnmail-ignore-broken-references): New function generalizing
6875         nnmail-fix-eudora-headers.
6876         (nnmail-fix-eudora-headers): Now obsolete.
6877
6878         * gnus-art.el (gnus-button-handle-custom): Support
6879         `customize-apropos*'.
6880
6881 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6882
6883         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6884
6885         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6886         articles.
6887
6888 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6889
6890         * message.el (message-cite-reply-above): New variable.
6891         (message-yank-original): Use it.
6892
6893 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6896
6897 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6898
6899         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6900         as read.
6901
6902         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6903
6904 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6905
6906         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6907         (gnus-bookmark-default-file): Use gnus-directory.
6908         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6909         Remove "*" in doc string.
6910         (gnus-bookmark-write-file): Simplify.
6911         (gnus-bookmark-maybe-sort-alist): Use `when'.
6912         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6913         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6914         FIXME about Emacs 21 and XEmacs compatibility.
6915         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6916         compatibility.
6917         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6918         compatibility.
6919         (gnus-bookmark-menu-heading): Fix version.
6920
6921 2006-06-19  Bastien Guerry  <bzg@altern.org>
6922
6923         * gnus-bookmark.el: New file.
6924
6925 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * message.el (message-syntax-checks): Doc fix.
6928
6929 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6930
6931         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6932         unsubscribed groups as if they were killed ones.  It causes duplicate
6933         entries in gnus-newsrc-alist.
6934
6935 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * message.el (message-syntax-checks): Doc fix.
6938         (message-send-mail): Add check for continuation headers.
6939         (message-check-news-header-syntax): Fix regexp used to check for
6940         continuation headers.
6941
6942 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6945
6946 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6947
6948         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6949
6950 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6953         default-truncate-lines.
6954
6955 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6958         to fill the utf-8 entry.
6959
6960         * lpath.el: Fbind unicode-precedence-list.
6961
6962 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6963
6964         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6965
6966 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6967
6968         * gnus-agent.el (directory-files-and-attributes): Move all the way
6969         forward (the third and final move).
6970         (gnus-agent-read-agentview): Trap reconstruction errors due to
6971         nonexistant directory.  Handle by returning nil.
6972
6973 2006-05-30  Didier Verna  <didier@xemacs.org>
6974
6975         * message.el (message-dont-reply-to-names): Update the custom type.
6976         * message.el (message-dont-reply-to-names): New defsubst: potentially
6977         convert a list of regexps into a single one.
6978         * message.el (message-get-reply-headers): Use it.
6979         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6980
6981 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * gnus-agent.el (directory-files-and-attributes): Move forward.
6984
6985 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6986
6987         * gnus-ml.el (gnus-mailing-list-subscribe)
6988         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6989         (gnus-mailing-list-message): Fix doc strings.
6990
6991 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6992
6993         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6994         of doing it manually.
6995
6996 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6997
6998         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6999         comment.
7000
7001 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7002
7003         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7004         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7005         (gnus-agent-read-local): All symbols allocated in my-obarray.
7006         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7007         (gnus-agent-regenerate-group): Check numeric names to see if they are
7008         messages or groups.
7009         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7010         better way of do this...)
7011
7012         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7013         'dummy.group' (there should be a better way of do this...)
7014
7015 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7018         (gnus-saved-headers): Ditto.
7019         (gnus-default-article-saver): Mention functions may have properties.
7020         (gnus-article-save): Override gnus-save-all-headers and
7021         gnus-saved-headers by :headers property which saver function may have.
7022         (gnus-summary-save-in-file): Add :headers property.
7023         (gnus-summary-write-to-file): Ditto.
7024
7025         * gnus-sum.el (gnus-summary-save-article): Bind
7026         gnus-prompt-before-saving to t when saving many articles in a file;
7027         always show all headers.
7028
7029         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7030
7031 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7032
7033         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7034         marks.
7035
7036         * message.el (message-indent-citation): Add optional arguments to allow
7037         using it outside of message buffers.
7038
7039         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7040         (gnus-article-treat-unfold-headers): Use it.
7041         (gnus-article-truncate-lines): New variable.
7042         (gnus-article-mode): Use it.
7043         (gnus-article-toggle-truncate-lines): New function.
7044
7045         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7046         gnus-article-toggle-truncate-lines.
7047
7048         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7049         coding system in XEmacs, use binary.
7050
7051 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7054         after-load-alist.
7055
7056         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7057         this function should save decoded articles.
7058         (gnus-summary-write-to-file): Use property to specify this function
7059         should save decoded articles and specify gnus-summary-save-in-file
7060         should be used to save articles other than the first one when saving
7061         many articles.
7062         (gnus-summary-save-body-in-file): Use property to specify this
7063         function should save decoded articles.
7064         (gnus-summary-write-body-to-file): Use property to specify this
7065         function should save decoded articles and specify
7066         gnus-summary-save-body-in-file should be used to save articles other
7067         than the first one when saving many articles.
7068
7069         * gnus-sum.el (gnus-summary-save-article): Simplify.
7070
7071 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * gnus-art.el (gnus-default-article-saver): Add
7074         gnus-summary-write-body-to-file.
7075         (gnus-article-save-coding-system): Don't use coding system object
7076         in XEmacs.
7077         (gnus-read-save-file-name): Add optional `dir-var' argument which
7078         specifies directory in which files are saved; work even if optional
7079         `variable' argument is not specified.
7080         (gnus-summary-write-to-file): Read file name.
7081         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7082         (gnus-summary-write-body-to-file): New function.
7083
7084         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7085         (gnus-summary-local-variables): Add it.
7086         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7087         (gnus-summary-save-article): Remove optional `decode' argument;
7088         determine whether to decode articles by the value of
7089         gnus-default-article-saver; when saving many files using
7090         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7091         it first and use gnus-summary-save-in-file or
7092         gnus-summary-save-body-in-file thereafter unless
7093         gnus-prompt-before-saving is always; move point to article which
7094         will be saved.
7095         (gnus-summary-save-article-file): Revert.
7096         (gnus-summary-write-article-file): Revert.
7097         (gnus-summary-save-article-body-file): Revert.
7098         (gnus-summary-write-article-body-file): New function.
7099
7100 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * gnus-art.el (gnus-default-article-saver): Doc fix.
7103         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7104         from gnus-summary-save-article-coding-system, and default to a
7105         certain coding system.
7106         (gnus-output-to-file): Add coding cookie and encode text according
7107         to gnus-article-save-coding-system; don't use mm-append-to-file.
7108
7109         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7110         gnus-art.el and rename to gnus-article-save-coding-system.
7111         (gnus-summary-save-article): Require gnus-art; don't show all
7112         headers if it decodes articles; don't add coding cookie here;
7113         don't bind mm-text-coding-system-for-write.
7114         (gnus-summary-save-article-file): Save decoded articles.
7115         (gnus-summary-write-article-file): When saving many files, use
7116         gnus-summary-write-to-file first and gnus-summary-save-in-file
7117         thereafter unless gnus-prompt-before-saving is always.
7118         (gnus-summary-save-article-body-file): Save decoded articles.
7119
7120         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7121
7122 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7123
7124         * nnrss.el (nnrss-check-group): Bind hash-index.
7125
7126 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7127
7128         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7129         its hash index.  Store this hash in `nnrss-group-data'.
7130         (nnrss-read-group-data): Update accordingly.
7131
7132 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7133
7134         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7135         entry.
7136
7137         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7138         gnus-article-browse-html-article.
7139
7140 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7141
7142         * gnus-sum.el (gnus-summary-mime-map): Add
7143         gnus-article-browse-html-article.
7144
7145         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7146
7147 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7148
7149         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7150         suitable coding systems in customize.
7151
7152 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7153
7154         * mail-source.el (mail-sources): Fix custom type.
7155
7156 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7157
7158         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7159         (gnus-summary-expire-articles-now): Shorten prompt.
7160
7161         * gmm-utils.el (wid-edit): Require.
7162         (defun-gmm): Renamed from `gmm-defun-compat'.
7163         (gmm-image-search-load-path): Use it.
7164         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7165
7166 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7169         variable.
7170         (gnus-summary-save-article): Add optional `decode' argument.  If
7171         it is set and gnus-summary-save-article-coding-system is non-nil,
7172         save decoded article.
7173         (gnus-summary-write-article-file): Save decoded article if
7174         gnus-summary-save-article-coding-system is non-nil.
7175
7176         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7177         type.
7178
7179 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7182
7183 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7184
7185         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7186         first to test gnus-single-article-buffer which may be buffer-local.
7187
7188         * gnus-sum.el (gnus-summary-setup-buffer): Make
7189         gnus-single-article-buffer buffer-local and nil in ephemeral
7190         group; make gnus-article-buffer, gnus-article-current, and
7191         gnus-original-article-buffer always buffer-local.
7192         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7193         group.
7194         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7195
7196 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7197
7198         * nnml.el (nnml-request-compact-group): Compressed files might not
7199         have .gz extension.
7200
7201 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7202
7203         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7204         (mm-copy-to-buffer): Use with-current-buffer.
7205         (mm-display-part): Simplify.
7206         (mm-inlinable-p): Add optional arg `type'.
7207
7208 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7209
7210         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7211         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7212         Try harder to show the attachment internally or externally using
7213         gnus-mime-view-part-as-type.
7214
7215 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7216
7217         * message.el (message-from-style, message-signature-separator)
7218         (message-user-organization-file, message-send-mail-function)
7219         (message-citation-line-function, message-yank-prefix)
7220         (message-indent-citation-function, message-signature)
7221         (message-signature-file, message-signature-insert-empty-line):
7222         Remove autoloads.
7223
7224         * gnus-art.el (gnus-buttonized-mime-types): Remove
7225         "multipart/signed".  Revert 2006-04-26 change.
7226
7227 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7228
7229         * gnus.el (gnus-version-number): Bump version.
7230
7231 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7232
7233         * gnus.el: No Gnus v0.5 is released.
7234
7235 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7236
7237         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7238         fetching articles by message-id.
7239
7240 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7241
7242         * message.el (hashcash): Require hashcash as normal.
7243
7244         * ecomplete.el (ecomplete-highlight-match-line): Use
7245         point-at-eol.
7246         (ecomplete-highlight-match-line): Use `highlight', because that
7247         face exists in both Emacs and XEmacs.
7248
7249         * message.el (message-display-abbrev): Use point-at-bol.
7250
7251         * mail-source.el: Don't require timer/timer-funcs.
7252
7253         * gnus-async.el: Ditto.
7254
7255         * password.el: Ditto.
7256
7257         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7258
7259         * mm-url.el: Ditto.
7260
7261         * gnus-xmas.el: Don't require timer-funcs.
7262
7263         * mm-util.el: Require timer/timer-funcs.
7264
7265 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7266
7267         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7268         Close.
7269
7270 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7273         unibyte after clear-decrypt function runs.
7274
7275         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7276         returns as a unibyte string.
7277
7278 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * lpath.el: Revert.
7281
7282         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7283         (pgg-gpg-process-sentinel): Revert.
7284
7285         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7286         (pgg-pgp-lookup-key): Revert.
7287
7288         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7289         (pgg-pgp5-lookup-key): Revert.
7290
7291         * pgg.el (pgg-fetch-key): Revert.
7292
7293 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * lpath.el: Fbind string-as-multibyte for XEmacs.
7296
7297         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7298         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7299         (mml1991-pgg-encrypt): Ditto.
7300
7301         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7302         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7303         a multibyte buffer.
7304
7305         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7306         (pgg-pgp-lookup-key): Ditto.
7307
7308         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7309         (pgg-pgp5-lookup-key): Ditto.
7310
7311         * pgg.el (pgg-fetch-key): Ditto.
7312
7313 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7314
7315         * message.el (message-user-organization-file): Check several
7316         locations of the organization file.
7317
7318         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7319         Add gnus-article-view-part-as-type.
7320
7321         * gnus-art.el (gnus-article-view-part-as-type): New function.
7322
7323         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7324         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7325
7326         * mml.el: Simplify autoload.
7327         (mml-mode): defvar dnd-protocol-alist instead of using
7328         symbol-value.
7329         (mml-default-directory): New variable.
7330         (mml-minibuffer-read-file): Use it.
7331         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7332
7333         * message.el (message-citation-line-format): New variable.
7334         (message-insert-formated-citation-line): New function.
7335         (message-citation-line-function): Add
7336         `message-insert-formated-citation-line' to custom type.
7337
7338         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7339         to doc string.
7340
7341         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7342         depending on mm-verify-option.
7343
7344 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7347         binding pgg-* variables; reimplement the section which prevents
7348         MIME header from being signed.
7349         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7350         pgg-text-mode; remove a blank line at the top of body.
7351
7352         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7353         lines at the top of body; use gnus-newsgroup-charset if there's no
7354         Charset header.
7355
7356 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * message.el (message-self-insert-commands): Doc fix.
7359
7360         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7361         (mm-uu-pgp-encrypted-test): Ditto.
7362         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7363         between header and body; return application/pgp-encrypted handle
7364         if decryption failed; decode decrypted body by charset.
7365
7366         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7367         element match to application/pgp-*.
7368
7369 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7370
7371         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7372         HTML.
7373
7374 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7375
7376         * mail-source.el (mail-source-call-script): Message the error
7377         string.
7378
7379 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7380
7381         * gnus-util.el (gnus-byte-compile): Use it.
7382
7383 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7384
7385         * gnus-util.el (kill-empty-logs): New function.
7386
7387 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7388
7389         * message.el (message-mail-alias-type): Doc fix.
7390         (message-mail-alias-type-p): New function.
7391         (message-send): Use it.
7392         (message-mode): Ditto.
7393         (message-strip-forbidden-properties): Ditto.
7394
7395         * ecomplete.el (ecomplete-database-file-coding-system): New
7396         variable.
7397         (ecomplete-save): Use it.
7398         (ecomplete-setup): Use it.
7399
7400 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * message.el (message-self-insert-commands): New variable.
7403         (message-strip-forbidden-properties): Use it.
7404
7405 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7406
7407         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7408         that doesn't make XEmacs choke.
7409
7410 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7411
7412         * gnus-util.el (gnus-replace-in-string):
7413         Prefer replace-regexp-in-string over of replace-in-string.
7414
7415 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * gnus-util.el (gnus-select-frame-set-input-focus):
7418         Use select-frame-set-input-focus if it is available in XEmacs; use
7419         definition defined in Emacs 22 for old Emacsen.
7420
7421         * dgnushack.el: Autoload unmorse-region for XEmacs.
7422
7423         * lpath.el: Bind cursor-in-non-selected-windows and
7424         select-frame-set-input-focus for XEmacs.
7425
7426 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7429
7430 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7431
7432         * gnus-registry.el (gnus-registry-cache-save): Remove text
7433         properties when saving via the temp buffer.
7434
7435 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7436
7437         * message.el (message-generate-hashcash): Honor custom type.
7438
7439 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7440
7441         * message.el (message-generate-hashcash): Default to non-nil when
7442         hashcash is found.
7443
7444         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7445         (gnus-refer-thread-limit): Increase default to 500.
7446
7447         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7448
7449         * flow-fill.el (fill-flowed): Allow delete-space.
7450
7451 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7452
7453         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7454         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7455         Remove autoloads.
7456
7457 2006-04-18  Simon Josefsson  <jas@extundo.com>
7458
7459         * message.el (message-generate-hashcash): Default to.
7460
7461 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7464         concatenating segments rather than before concatenating them.
7465
7466 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7467
7468         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7469
7470 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7471
7472         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7473
7474         * message.el (message-forward-make-body-plain): Allow
7475         message-forward-ignored-headers to be a list.
7476         (message-remove-ignored-headers): Factor out into function.
7477         (message-forward-make-body-mml): Use it.
7478
7479         * imap.el (imap-quote-specials): New function.
7480         (imap-login-auth): Quote specials.
7481
7482         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7483         (rfc2231-parse-string): Allow concatanation of parameters that
7484         aren't contiguous.  The test case is
7485           (mail-header-parse-content-type "message/external-body;
7486             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7487             access-type=LOCAL-FILE;
7488             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7489
7490 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7491
7492         * nntp.el (nntp-accept-process-output): Return the value of
7493         `nnheader-accept-process-output'.
7494
7495 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7496
7497         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7498         (gnus-button-alist): Recognize more diff formats.
7499         (gnus-button-patch): Strip directory.
7500
7501 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7502
7503         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7504         Emacs 22 when setting focus.
7505
7506 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7507
7508         * gnus-art.el (gnus-article-treat-types): Do treatment of
7509         text/x-verbatim parts.
7510         (gnus-button-patch): New command.
7511
7512         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7513         addresses that contain invalid characters.
7514
7515 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7516
7517         * message.el (message-put-addresses-in-ecomplete): Use
7518         gnus-replace-in-string.
7519         (message-is-yours-p): Use the more correct
7520         mail-header-parse-address instead of
7521         mail-extract-address-components.
7522         (message-put-addresses-in-ecomplete): Fix typo.
7523
7524         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7525         keystroke.
7526
7527         * gnus-art.el (gnus-treatment-function-alist): Change order of
7528         newsgroups/generic header folding to avoid double-folding.
7529
7530         * message.el (message-hidden-headers): Add X-Draft-From.
7531
7532         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7533         command.
7534         (gnus-summary-repeat-search-article-backward): New command.
7535
7536         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7537         groups in the parent topic.
7538
7539 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7540
7541         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7542         (spam-extra-header-to-number): Return the CRM114 number as a
7543         number instead of a string.
7544
7545 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7546
7547         * gnus-art.el (gnus-face-properties-alist): Moved here from
7548         gnus-fun.
7549
7550         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7551
7552 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7553
7554         * message.el (message-strip-forbidden-properties): Only display on
7555         self-insert-command.
7556
7557         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7558         reindent.
7559         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7560
7561 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7562
7563         * smiley.el (smiley-style): Fix typo.
7564
7565 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7566
7567         * hashcash.el (hashcash-insert-payment-async-2): Use
7568         message-goto-eoh instead of doing it manually.
7569         (mail-add-payment): Use message-narrow-to-header instead of trying
7570         to do the same itself.
7571
7572         * message.el (message-hidden-headers): Add Face.
7573
7574         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7575         reparenting code.
7576         (gnus-summary-reparent-children): Refactored out code.
7577         (gnus-summary-thread-map): New keystroke.
7578         (gnus-summary-reparent-children): Make into command.
7579
7580         * smiley.el (smiley-style): Default to `medium' if using a large
7581         font.
7582
7583         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7584         does it itself.
7585
7586         * message.el (message-point-in-header-p): Simplify definition.
7587
7588 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7589
7590         * nnagent.el (nnagent-request-set-mark): Silence log file
7591         writing.
7592         (nnagent-request-set-mark): Use write-region instead of
7593         append-to-file.
7594
7595         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7596         strange select method.
7597
7598         * ecomplete.el (ecomplete-display-matches): Get highlightling
7599         right.
7600         (ecomplete-display-matches): Use literals.
7601         (ecomplete-display-matches): Disable message logging.
7602
7603         * message.el (message-display-abbrev): Small optimization.
7604
7605         * ecomplete.el (ecomplete-display-matches): Allow automatic
7606         display.
7607
7608         * message.el (message-strip-forbidden-properties): Display
7609         abbrevs.
7610         (message-display-abbrev): Get automatic display right.
7611
7612         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7613         keystrokes.
7614
7615 2006-04-13  Romain Francoise  <romain@orebokech.com>
7616
7617         TODO: Backport to v5-10!
7618
7619         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7620         Moved here (and renamed) from gnus-registry.el.
7621
7622         * gnus-registry.el: Require gnus-util.
7623         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7624
7625 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7626
7627         * gnus-group.el (gnus-group-catchup-current): Change
7628         if-then-else-if-then-else into cond.
7629         (gnus-group-catchup): Indent.
7630         (group-name-at-point): New function.
7631         (gnus-fetch-group): Provide default from thing at point.
7632
7633 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7634
7635         * message.el (message-display-abbrev): Fix regexp.
7636
7637         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7638         choosing.
7639         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7640         dead variables.
7641
7642         * message.el (message-newline-and-indent): Remove debugging.
7643         (message-display-abbrev): Use new implementation.
7644
7645 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7646
7647         * gnus-art.el (gnus-article-mode): Set
7648         cursor-in-non-selected-windows to nil.
7649
7650         * smiley.el: Revert previous change.
7651         (smiley-data-directory): defvar it before using it in the
7652         defcustom of `smiley-style'.
7653
7654 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7655
7656         * message.el (message-newline-and-indent): New function.
7657
7658         * ecomplete.el: Implement more bits.
7659
7660         * message.el (message-put-addresses-in-ecomplete): Clean up the
7661         string.
7662
7663         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7664
7665         * gnus-sum.el (gnus-summary-save-parts): Bind
7666         gnus-summary-save-parts-counter and use it to make unique file
7667         names.
7668
7669         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7670
7671         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7672         parameter to say whether to actually parse the individual
7673         addresses.
7674
7675         * message.el (message-put-addresses-in-ecomplete): New function.
7676         (ecomplete): Require.
7677         (message-mail-alias-type): Add ecomplete as an option.
7678
7679 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7680
7681         * flow-fill.el (fill-flowed): Remove trailing space from blank
7682         quoted lines.
7683
7684 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7685
7686         * smiley.el (smiley-style): Move definition later to avoid a
7687         compilation warning.
7688
7689 2006-04-12  Kenichi Handa  <handa@m17n.org>
7690
7691         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7692         buffer and then decode the buffer text if necessary.
7693         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7694         first, and after mm-encode-body, change the buffer to unibyte.
7695         Use mm-disable-multibyte instead of set-buffer-multibyte.
7696
7697 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7698
7699         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7700         Content-Type header instead of Content-Disposition header.
7701         (gnus-mime-inline-part): Ditto.
7702         (gnus-mime-view-part-as-charset): Ignore charset that the part
7703         specifies.
7704
7705         * mm-decode.el (mm-display-part): Work with external parts and
7706         usual parts similarly.
7707
7708         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7709         instead of gnus-display-mime.
7710
7711         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7712         instead of with-temp-buffer.
7713
7714         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7715         tag to summarized topics part in order to encode non-ASCII text.
7716
7717 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7718
7719         * smiley.el (smiley-style): New variable.
7720         (smiley-directory): New function.
7721         (smiley-data-directory): Derive from `smiley-style' using
7722         `smiley-directory'.
7723         (smiley-regexp-alist): Add new entries.
7724
7725         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7726         (gnus-article-browse-delete-temp): Add :version.
7727
7728 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7729
7730         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7731         the sieve region.
7732
7733 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7734
7735         * gnus.el (gnus-version-number): Bump version.
7736
7737 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7738
7739         * gnus.el: No Gnus v0.4 is released.
7740
7741 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7742
7743         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7744         layout.
7745
7746         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7747         unknown charset.
7748
7749         * message.el (message-header-synonyms): Add Original-To to the
7750         default.
7751
7752         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7753         optional parameter.
7754
7755 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7756
7757         * gnus-fun.el (gnus): Require it for gnus-directory.
7758
7759 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7760
7761         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7762
7763 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7764
7765         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7766
7767 2006-04-05  Simon Josefsson  <jas@extundo.com>
7768
7769         * password.el (password-reset): New function.
7770
7771 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7772
7773         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7774         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7775
7776 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7777
7778         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7779         Some whitespace was matched into the url, which broke browsing hits
7780         > 100 when mm-url-use-external was nil.
7781
7782 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7783
7784         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7785         gnus-extra-headers for 'Newsgroups.
7786
7787         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7788         bound.
7789
7790 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7791
7792         * pgg-gpg.el: Clean up process buffers every time gpg processes
7793         complete.
7794
7795 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7796
7797         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7798         doc string.
7799
7800 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7801
7802         * pgg-gpg.el (pgg-gpg-process-filter)
7803         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7804
7805         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7806         lines, temporary fix.
7807
7808 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7809
7810         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7811
7812 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7813
7814         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7815         default-enable-multibyte-characters.  This reverts the change from
7816         revision 6.17 which is no longer necessary because the passphrase
7817         is sent separately now.  GnuPG messages are unreadable under
7818         multibyte locales with default-enable-multibyte-characters set to
7819         nil.
7820
7821 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7822
7823         * message.el (message-tool-bar-gnome): Move "spell".
7824
7825 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7826
7827         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7828         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7829         instead.
7830
7831 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7832
7833         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7834         newsgroups handling for NNTP overviews which don't include
7835         Newsgroups.
7836
7837 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7838
7839         * message.el (message-resend): Bind message-generate-hashcash to nil.
7840
7841 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7842
7843         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7844         when searching for already-paid recipients.
7845
7846 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7847
7848         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7849         passphrases when it is not needed.
7850         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7851         passphrase stuff from gpg, should only be necessary when you use
7852         gpg with a smartcard.
7853
7854 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * mml.el (mml-insert-mime): Ignore cached contents of
7857         message/external-body part.
7858
7859         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7860         (mm-insert-part): Ditto.
7861
7862 2006-03-23  Simon Josefsson  <jas@extundo.com>
7863
7864         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7865         Reiner.
7866         (pgg-gpg-use-agent-p): Use it again.
7867
7868 2006-03-23  Simon Josefsson  <jas@extundo.com>
7869
7870         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7871         older emacsen.
7872         (pgg-gpg-use-agent-p): Don't use it.
7873
7874 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7875
7876         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7877         if we can.
7878
7879 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7880
7881         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7882         (pgg-gpg-update-agent): New function.
7883         (pgg-gpg-use-agent-p): New function.
7884         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7885         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7886         (pgg-gpg-sign-region): Use it.
7887
7888 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7889
7890         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7891         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7892
7893 2006-03-21  Simon Josefsson  <jas@extundo.com>
7894
7895         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7896         <wilde@sha-bang.de>.
7897         (pgg-gpg-use-agent): New variable.
7898         (pgg-gpg-process-region): Use it.
7899         (pgg-gpg-encrypt-region): Likewise.
7900         (pgg-gpg-encrypt-symmetric-region): Likewise.
7901         (pgg-gpg-decrypt-region): Likewise.
7902         (pgg-gpg-sign-region): Likewise.
7903         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7904
7905 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7906
7907         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7908
7909         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7910         Add comment on version.
7911
7912 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7913
7914         * smiley.el: Add missing test smiley.
7915
7916 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * mm-decode.el (mm-with-part): New macro.
7919         (mm-get-part): Use it; work with message/external-body as well.
7920         (mm-save-part): Treat name and filename equally.
7921
7922         * mm-extern.el (mm-extern-cache-contents): New function.
7923         (mm-inline-external-body): Use it; force the part to be displayed;
7924         move undisplayer added to the cached handle to the parent.
7925
7926         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7927         (gnus-mime-view-part-as-type): Work with message/external-body.
7928
7929         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7930
7931 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7932
7933         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7934         images in image-load-path.  [Sync with image.el, revision 1.60, in
7935         Emacs.]
7936
7937 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7938
7939         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7940         path rather than symbol.  Always return list of directories.
7941         Guarantee that image directory comes first.  [Sync with image.el,
7942         revision 1.59, in Emacs.]
7943
7944         * message.el (message-make-tool-bar): Adjust to new API of
7945         `gmm-image-load-path-for-library'.
7946
7947         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7948
7949         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7950
7951 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7952
7953         * gnus-art.el (gnus-article-only-boring-p):
7954         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7955         intangible text.
7956         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7957
7958 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7959
7960         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7961         `defun' instead of `gmm-defun-compat'.
7962
7963 2006-03-14  Simon Josefsson  <jas@extundo.com>
7964
7965         * message.el (message-unique-id): Don't use message-number-base36
7966         if (user-uid) is a float.
7967         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7968
7969 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7972
7973         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7974         empty line between a part and a message part.
7975
7976 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7977
7978         * smiley.el: Add more test smileys.
7979         (smiley-data-directory, smiley-regexp-alist)
7980         (gnus-smiley-file-types): Fix doc strings.
7981         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7982         adding new elements.
7983         (smiley-mouse-map): Unused code.  Make it a comment.
7984
7985 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7988         scan latest NoCeM messages instead of old ones.
7989         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7990         delimiters that are recently used.
7991         (gnus-nocem-load-cache): Add autoload cookie.
7992
7993         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7994
7995         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7996         level which is larger than gnus-use-nocem is specified.
7997
7998         * gnus-group.el (gnus-group-get-new-news): Ditto.
7999
8000 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8001
8002         * gnus-util.el (gnus-tool-bar-update): New function.
8003
8004         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8005         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8006
8007         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8008
8009         * gnus-group.el (gnus-group-redraw-when-idle)
8010         (gnus-group-redraw-check): Remove.
8011         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8012
8013 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8014
8015         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8016         if optional last element is specified in splits (FIELD VALUE...).
8017
8018 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8019
8020         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8021         to gmm-image-load-path-for-library.  Call with no-error argument.
8022         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8023
8024         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8025
8026         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8027
8028         * gmm-utils.el (gmm-image-load-path): Remove alias.
8029
8030 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8031
8032         * gmm-utils.el (gmm-image-load-path): Add alias.
8033
8034         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8035         nnml-generate-nov-databases-1.
8036         (nnml-generate-nov-databases): Use it.
8037         (nnml-generate-nov-databases-directory): Document no-active
8038         argument.
8039
8040         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8041         directory if path is t.  Add no-error.
8042
8043         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8044         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8045
8046         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8047         resetting gnus-article-browse-html-temp-list.
8048
8049         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8050         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8051         Add example to docstring.  Rename local variables.  Move error
8052         checks to default case in cond and simplify.
8053
8054 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8057         handle is multipart when calling it recursively.
8058         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8059
8060 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8061
8062         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8063         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8064
8065 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8068         is loaded.
8069
8070         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8071         loaded.
8072
8073 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8074
8075         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8076         to "Emacs 23 (unicode)" in doc string.
8077
8078         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8079         "Emacs 23 (unicode)" in comment.
8080
8081 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8084
8085         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8086         characters 160 through 255 in Emacs 23.
8087
8088 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8089
8090         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8091         gnus-article-browse-html-temp.
8092         (gnus-article-browse-delete-temp): Make it customizable.  Add
8093         `file'.  Adjust doc string.
8094         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8095         query for each file.  Adjust doc string.
8096         (gnus-article-browse-html-parts): Add
8097         `gnus-article-browse-delete-temp-files' to
8098         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8099
8100 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8101
8102         * gnus-art.el (gnus-article-browse-html-temp)
8103         (gnus-article-browse-delete-temp): New variables.
8104         (gnus-article-browse-delete-temp-files): New function.
8105         (gnus-article-browse-html-parts): Use it.
8106
8107 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8108
8109         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8110
8111         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8112         string.
8113
8114         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8115         gnus-summary-insert-new-articles when unplugged.  Remove
8116         gnus-summary-search-article-forward.
8117
8118         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8119         display-visual-class instead of display-color-cells.
8120
8121 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8122
8123         * dgnushack.el: Autoload customize-group for XEmacs.
8124
8125         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8126         message/* containing non-ASCII text properly.
8127
8128 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8129
8130         * message.el: Require gmm-utils, remove autoloads.
8131         (message-tool-bar): Set default based on
8132         gmm-tool-bar-style.
8133         (message-tool-bar-gnome): Add gmm-customize-mode.
8134
8135         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8136         gmm-tool-bar-style.
8137         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8138
8139         * gnus-group.el (gnus-group-tool-bar): Set default based on
8140         gmm-tool-bar-style.
8141         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8142
8143         * gmm-utils.el (gmm-image-directory): Rename variable from
8144         gmm-image-load-path.
8145         (gmm-image-load-path): Use gmm-image-directory.
8146         (gmm-customize-mode): New function.
8147         (gmm-tool-bar-style): New variable.
8148
8149         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8150         gnus-group-redraw-line-number.
8151         (gnus-group-redraw-check): Simplify.
8152         (gnus-group-tool-bar-update): Remove redraw check.
8153         (gnus-group-make-tool-bar): Add redraw check.
8154
8155 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8156
8157         * gnus-art.el (gnus-button): Add missing parentheses.
8158
8159 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * lpath.el: Fbind line-number-at-pos.
8162
8163 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8166
8167 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * gnus-art.el (gnus-button): New face.
8170         (gnus-article-button-face): Use it.
8171
8172         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8173         gnus-summary-next-page.  Re-order.
8174
8175         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8176         next-node are now included.
8177         (gnus-group-redraw-line-number): New internal variable.
8178         (gnus-group-redraw-check): Helper function for updating the tool
8179         bar.
8180         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8181
8182         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8183
8184         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8185         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8186         Use it to match format of Spamassassin 3.0 and later.  Reported by
8187         IRIE Tetsuya <irie@t.email.ne.jp>.
8188         (spam-check-bogofilter)
8189         (spam-bogofilter-register-with-bogofilter): Fix args of
8190         `gnus-error' calls.
8191
8192 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8193
8194         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8195         unnecessary interaction when sending queued mails.  Reported by
8196         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8197
8198 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8199
8200         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8201         first or last are nil.
8202
8203 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8204
8205         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8206
8207 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8208
8209         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8210
8211 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8212
8213         * dns.el (query-dns): Protect more against buggy tcp output.
8214
8215 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8216
8217         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8218         nov.php.
8219
8220 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8221
8222         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8223         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8224         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8225         output on the server side.
8226         (nnweb-google-create-mapping): Update regexps and add some
8227         progress indication.
8228
8229 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8230
8231         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8232         gnus-agent-toggle-plugged.  Re-order icons.
8233         (gnus-group-tool-bar-gnome): Add
8234         gnus-group-{prev,next}-unread-group.
8235         (gnus-group-tool-bar-gnome): Re-order icons.
8236
8237         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8238         gnus-summary-insert-new-articles.
8239
8240         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8241         comments.
8242
8243         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8244         also available in Emacs 21.3.
8245
8246         * message.el (message-fix-before-sending): Change "Emacs 22" to
8247         "Emacs 23 (unicode)" in comment.
8248
8249         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8250         "Emacs 23 (unicode)" in comment.
8251
8252         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8253         comment.
8254         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8255
8256         * mm-view.el (mm-fill-flowed): Add :version.
8257
8258 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8261         and load-path.
8262
8263 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8264
8265         * message.el: Autoload gmm-image-load-path.
8266         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8267         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8268         consitency.
8269
8270         * gmm-utils.el (gmm-image-load-path): Also search in
8271         "../etc/images".  Don't set gmm-image-load-path if we don't find
8272         the image.
8273
8274 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8275
8276         * gmm-utils.el (gmm-image-load-path): Don't make
8277         `gmm-image-load-path' include subdirectories which the second arg
8278         `image' might specify.
8279
8280         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8281         subdirectory to icon file names.
8282
8283         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8284
8285 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8286
8287         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8288         gmm-image-load-path calls.
8289
8290         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8291
8292         * message.el (message-make-tool-bar): Ditto.
8293
8294         * mml.el (mml-preview): Added comment concerning tool bar icons.
8295
8296         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8297         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8298
8299         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8300         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8301
8302         * message.el (message-tool-bar-gnome): Use new icon names.
8303         (message-make-tool-bar): Use `gmm-image-load-path'.
8304
8305         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8306         functions from MH-E.
8307         (gmm-image-load-path): New variable from MH-E.
8308         (gmm-image-load-path): New function from MH-E.  Added arguments
8309         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8310         *-image-load-path-called-flag.
8311
8312 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8313
8314         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8315
8316 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8317
8318         * nnimap.el (nnimap-request-move-article): Change folder back to
8319         source group before deleting.
8320
8321 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8322
8323         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8324
8325         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8326         mm-url.
8327
8328         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8329
8330 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8331
8332         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8333         coding system which mm-charset-to-coding-system returns for a
8334         given charset is valid.
8335
8336 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8337
8338         * html2text.el (html2text-remove-tag-list):
8339         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8340
8341 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8342
8343         * gnus-cus.el: Revert 2005-10-17 change.
8344
8345 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * gnus-art.el (article-strip-banner): Call
8348         article-really-strip-banner only when the regexp match is made.
8349
8350 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * gnus-art.el (article-strip-banner): Use
8353         gnus-extract-address-components instead of
8354         mail-header-parse-addresses to make it work with non-ASCII text;
8355         remove mail-encode-encoded-word-string.
8356
8357         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8358         values which are surrounded with \"...\"; make it never cause a
8359         Lisp error; give up parsing of parameters if it failed in
8360         extracting type.
8361
8362 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8363
8364         * smime.el (smime-cert-by-ldap-1): Fix bug where
8365         `smime-ldap-search' returns results without userCertificates.
8366
8367 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8370
8371 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8372
8373         * spam.el (spam-check-spamassassin-headers): Adapt format for
8374         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8375         <ari@mbf.ocn.ne.jp>.
8376         (spam-list-of-processors): Add spam-use-gmane.
8377
8378 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8381         make-temp-file; make it work with XEmacs as well.
8382
8383         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8384         mm-make-temp-file.
8385
8386         * mm-decode.el (mm-display-external): Use the 3rd arg of
8387         mm-make-temp-file.
8388         (mm-create-image-xemacs): Ditto.
8389
8390 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8393         with message-narrow-to-headers.
8394         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8395         (gnus-draft-check-draft-articles): New function.
8396         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8397
8398 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8399
8400         * gnus-art.el (gnus-article-browse-html-parts):
8401         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8402         Don't use suffix argument for mm-make-temp-file for Emacs 21
8403         compatibility.  Remove useless `format'.
8404
8405 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8406
8407         * nnweb.el (nnweb-google-wash-article): Update regexps.
8408         (nnweb-group-alist): Use defvoo instead of defvar.
8409
8410 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8413         re-loading nn* modules.
8414
8415 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8416
8417         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8418         for `tool-bar-mode' and don't check it's default-value.
8419
8420         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8421
8422         * message.el (message-make-tool-bar): Ditto.
8423
8424         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8425         `substring'.  Shorten tmp-file name.
8426
8427         * gnus.el: Remove bogus comment.
8428
8429 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8430
8431         * gnus-art.el (gnus-article-browse-html-parts): New function.
8432         (gnus-article-browse-html-article): New function for viewing html
8433         articles with a browser.
8434
8435 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8436
8437         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8438         in elisp.
8439         (pgg-gpg-encrypt-symmetric-region): Ditto.
8440         (pgg-gpg-sign-region): Ditto.
8441
8442         * pgg-def.el (pgg-text-mode): New variable.
8443
8444         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8445         (mml2015-pgg-encrypt): Ditto.
8446
8447         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8448         (mml1991-pgg-encrypt): Ditto.
8449
8450 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8453         message-make-date instead of current-time-string.
8454
8455         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8456         to gnus-decoded which mm-uu might set.
8457
8458 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8459
8460         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8461         don't decode quoted parameters; remove misimported Emacs code.
8462         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8463         (rfc2231-decode-encoded-string): Don't use split-string which
8464         behaves differently according to Emacs version; use
8465         mm-decode-coding-region to convert charset to coding-system.
8466         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8467         (rfc2231-encode-string): Remove misimported Emacs code.
8468
8469 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8472         when calling mail-header-parse-content-type.
8473         (article-de-quoted-unreadable): Ditto.
8474         (article-de-base64-unreadable): Ditto.
8475         (article-wash-html): Ditto.
8476
8477         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8478         calling mail-header-parse-content-type and
8479         mail-header-parse-content-disposition.
8480         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8481         mail-header-parse-content-type.
8482
8483         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8484         insert charset and format parameters; encode description after
8485         inserting it to buffer.
8486         (mml-insert-parameter): Fold lines properly even if a parameter is
8487         segmented into two or more lines; change the max column to 76.
8488
8489         * rfc1843.el (rfc1843-decode-article-body): Don't use
8490         ignore-errors when calling mail-header-parse-content-type.
8491
8492         * rfc2231.el (rfc2231-parse-string): Return at least type if
8493         possible; don't cause an error even if it fails in parsing of
8494         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8495         (rfc2231-encode-string): Don't break lines at the beginning, leave
8496         it to mml-insert-parameter.
8497
8498         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8499         calling mail-header-parse-content-type.
8500
8501 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8502
8503         * spam-report.el (spam-report-gmane-use-article-number):
8504         Improve doc string.
8505         (spam-report-gmane-internal): Check if a suitable header was found
8506         in the article.
8507
8508 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8509
8510         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8511         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8512
8513 2006-02-05  Romain Francoise  <romain@orebokech.com>
8514
8515         Update copyright notices of all files in the gnus directory.
8516
8517 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8518
8519         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8520
8521 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8522
8523         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8524         segmented lines of parameter value to cope with Thunderbird 1.5
8525         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8526         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8527         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8528
8529 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8530
8531         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8532         parts.
8533
8534 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8535
8536         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8537         there's only one active file for all servers.
8538         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8539         solid groups.  Gnus might have used a FAST request to select the group.
8540         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8541         and nnweb-search redundantly in the active file.
8542         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8543         (nnweb-request-create-group): Don't use ARGS.
8544         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8545         initialisations.  Let nnoo do the work.
8546
8547 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8548
8549         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8550         Say the part has been decoded.
8551
8552         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8553
8554 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8555
8556         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8557         mailcap-viewer-test-cache when there's no 'test clause, since that
8558         will invert the meaning of a "nil" test previously determined by
8559         mailcap-mailcap-entry-passes-test.
8560
8561 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8564         compiling.
8565
8566         * gnus-sum.el: Ditto.
8567
8568         * message.el: Don't bind tool-bar-map when compiling.
8569
8570 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8571
8572         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8573
8574 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8575
8576         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8577         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8578         current Google Groups.
8579
8580 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8581
8582         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8583         and tool-bar-mode.
8584
8585         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8586         and tool-bar-mode.
8587
8588         * message.el (message-tool-bar-update): Simplify.
8589         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8590
8591         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8592         gnus-summary-buffer.
8593         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8594         gnus-summary-reply.
8595
8596         * gmm-utils.el (gmm): Add :version.
8597
8598 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * Makefile.in (clean): New rule.
8601         (distclean): Use it.
8602
8603 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8604
8605         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8606         autoload.
8607
8608 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * gmm-utils.el (gmm-verbose): Add :group.
8611
8612 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8613
8614         * message.el: Change some comments WRT tool-bars.
8615
8616         * gnus-sum.el (gnus-summary-tool-bar)
8617         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8618         (gnus-summary-tool-bar-zap-list): New variables.
8619         (gnus-summary-make-tool-bar): Complete rewrite using
8620         `gmm-tool-bar-from-list'.
8621
8622         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8623         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8624         variables.
8625         (gnus-group-make-tool-bar): Complete rewrite using
8626         `gmm-tool-bar-from-list'.
8627         (gnus-group-tool-bar-update): New function.
8628
8629         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8630
8631 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8634         is dissected into a single part of which the type is the same as
8635         the given one; decode charset.
8636
8637 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8638
8639         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8640         into alists as symbol not string, since that's what
8641         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8642         look for.
8643
8644 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8645
8646         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8647         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8648
8649         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8650
8651 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8654         (gnus-xmas-mime-security-button-menu): New function.
8655
8656         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8657         (gnus-mime-security-button-menu): New definition.
8658         (gnus-mime-security-button-map): Use them.
8659         (gnus-mime-security-button-menu): New function.
8660         (gnus-insert-mime-security-button): Addition to help echo.
8661         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8662         (gnus-mime-security-pipe-part): New functions.
8663
8664         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8665         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8666
8667         * mm-decode.el (mm-handle-set-disposition): Remove.
8668         (mm-handle-set-description): Remove.
8669
8670 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8673         (mm-w3m-standalone-supports-m17n-p): New function.
8674         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8675         w3m usage.
8676
8677         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8678         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8679
8680 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8681
8682         * message.el (message-tool-bar-zap-list): Use
8683         gmm-tool-bar-zap-list as custom type.
8684         (message-tool-bar-update): New function.
8685         (message-tool-bar, message-tool-bar-gnome)
8686         (message-tool-bar-retro): Add message-tool-bar-update.
8687         (message-tool-bar-gnome): Add flyspell-buffer.
8688
8689         * gnus-util.el (gnus-error): Describe `args'.
8690
8691         * gmm-utils.el (gmm-error): Describe `args'.
8692         (gmm-tool-bar-zap-list): New widget.
8693         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8694
8695 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8696
8697         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8698         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8699         the number of recursive calls.
8700
8701         * mm-decode.el (mm-handle-set-disposition): New macro.
8702         (mm-handle-set-description): New macro.
8703
8704 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8707         encoding.
8708
8709 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8710
8711         * message.el (message-tool-bar-zap-list, message-tool-bar)
8712         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8713         (message-tool-bar-local-item-from-menu): Remove.
8714         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8715         (message-make-tool-bar): New function.
8716         (message-mode): Use `message-make-tool-bar'.
8717
8718         * gmm-utils.el: New file.
8719         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8720         (gmm-lazy): New widget copied from `nnmail.el'.
8721         (gmm-tool-bar-from-list): New function for creating customizable
8722         tool bars.
8723         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8724         output.
8725         (gmm): Add :prefix to defgroup.
8726
8727 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8728
8729         * gmm-utils.el (gmm-widget-p): New function.
8730
8731 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8732
8733         * mml.el (mml-attach-file): Describe `description' in doc string.
8734         (mml-menu): Add Emacs MIME manual and PGG manual.
8735
8736 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8737
8738         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8739
8740 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8741
8742         * nntp.el (nntp-end-of-line): Doc fix.
8743
8744 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8745
8746         * imap.el (imap-open): Handle case where buffer is a buffer
8747         object.
8748
8749 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8750
8751         * gnus-delay.el (gnus-delay): Don't autoload.
8752         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8753         to be re-loaded when customizing the `gnus-delay' group.
8754
8755 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8756
8757         * message.el (message-insert-citation-line): Use newlines.
8758
8759 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8760
8761         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8762         (pgg-pgp-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-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8766         pgg-add-passphrase-to-cache function.
8767
8768         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8769         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8770         these routines, so the passphrase can be managed externally and
8771         passed in to the system.
8772         (pgg-pgp5-sign-region): Use new name of
8773         pgg-add-passphrase-to-cache function.
8774
8775 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8776
8777         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8778         part of the decoded armor to find the key-identifier.
8779         (pgg-gpg-lookup-key-owner): New function to return the
8780         human-readable identifier of a key owner.
8781         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8782         itself.
8783         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8784         the key value) if we have a key and can match it against a secret
8785         key.  Also, added a note pointing out fact that the prompt only
8786         indicates the first matching key.
8787
8788         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8789         pgg-decrypt-region.
8790         (pgg-add-passphrase-to-cache): Rename from
8791         `pgg-add-passphrase-cache' to reduce confusion (all callers
8792         changed).
8793         (pgg-remove-passphrase-from-cache): Rename from
8794         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8795         changed).
8796         (pgg-read-passphrase, pgg-add-passphrase-cache)
8797         (pgg-remove-passphrase-cache): Add informative docstrings.
8798         (pgg-decrypt): Convey provided passphrase in subordinate call to
8799         pgg-decrypt-region.
8800
8801 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8802
8803         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8804         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8805         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8806         'passphrase' argument, so the passphrase can be managed externally
8807         and then passed in to the system.
8808
8809         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8810         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8811         so the passphrase cache can be used reliably with identifiers
8812         besides a pgp packet's key id.
8813
8814         * pgg-gpg.el (pgg-gpg-encrypt-region)
8815         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8816         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8817         these routines, so the passphrase can be managed externally and
8818         passed in to the system.
8819
8820         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8821         'notruncate' argument, so the passphrase cache can be used
8822         reliably with identifiers besides a pgp packet's key id.
8823
8824 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8825
8826         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8827         symmetric encryption.
8828         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8829         encrypted session key.
8830         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8831         message ask for the passphrase in a proper way.
8832
8833         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8834         New user commands for symmetric encryption.
8835
8836 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8839
8840         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8841
8842 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8843
8844         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8845
8846 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8847
8848         * mm-decode.el (mm-inlined-types): Add application/pgp.
8849         (mm-automatic-display): Ditto.
8850
8851         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8852         part as text.
8853
8854 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * nnrss.el: Update copyright.
8857         (nnrss-opml-import): Query whether to subscribe to each entry.
8858
8859         * gnus-art.el:
8860         * gnus-sum.el:
8861         * gnus-xmas.el:
8862         * messagexmas.el:
8863         * mm-uu.el:
8864         * mm-view.el: Update copyright.
8865
8866 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8867
8868         * message.el (message-info): New function.
8869         (message-mode-menu): Add it.
8870         Update copyright.
8871
8872         * ChangeLog: Fix and update copyright.
8873
8874 2006-01-13  Romain Francoise  <romain@orebokech.com>
8875
8876         * message.el (message-forward-subject-name-subject): Prefer the
8877         address to 'nowhere' if the sender has no name.
8878         Fix typo.  Update copyright year.
8879
8880 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * gnus-art.el (article-wash-html): Use
8883         gnus-summary-show-article-charset-alist if a numeric arg is given.
8884         (gnus-article-wash-html-with-w3m-standalone): New function.
8885
8886         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8887         mm-inline-text-html-render-with-w3m-standalone.
8888         (mm-text-html-washer-alist): Map w3m-standalone to
8889         gnus-article-wash-html-with-w3m-standalone.
8890         (mm-inline-text-html-render-with-w3m-standalone): New function.
8891
8892 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8893
8894         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8895         Improve LaTeX.
8896
8897 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8900         (nnrss-request-article): Render text/plain parts as HTML.
8901
8902         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8903         the buffer.
8904
8905 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8906
8907         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8908         custom definition of `gnus-posting-styles'.
8909
8910         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8911         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8912
8913 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8914
8915         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8916         Use nntp for bug archive.
8917
8918 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8921         parts.
8922         (nnrss-normalize-date): New function converts ISO 8601 date into
8923         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8924         (nnrss-check-group): Use it.
8925
8926 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8929
8930         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8931         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8932         (nnrss-insert-w3): Ditto.
8933
8934 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8937         the articles to be forwarded including the case where neither a
8938         number of articles nor a region is specified.
8939
8940 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * nnrss.el (nnrss-request-article): Fix last change; fill
8943         text/plain parts.
8944
8945 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8948         in text/plain part.
8949         (nnrss-check-group): Don't add excessive newline to dc:subject.
8950
8951 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8952
8953         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8954         article.
8955
8956 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8957
8958         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8959         (nnml-use-compressed-files, nnml-save-mail): Support other
8960         comression programs such as bzip2.
8961
8962 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8963
8964         * dns.el (query-dns): Make sure we check the buffer size before
8965         removing tcp headers.
8966
8967 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8970         remove MIME buttons associated with multipart/alternative parts.
8971         (gnus-mime-display-alternative): Tag buttons using `article-type'
8972         text property.
8973
8974         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8975         associated with multipart/alternative parts.
8976
8977         * gnus-art.el (gnus-signature-separator): Fix custom type.
8978
8979         * mm-decode.el (mm-inlined-types): Fix custom type.
8980         (mm-keep-viewer-alive-types): Ditto.
8981         (mm-automatic-display): Ditto.
8982         (mm-attachment-override-types): Ditto.
8983         (mm-inline-override-types): Ditto.
8984         (mm-automatic-external-display): Ditto.
8985
8986 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8987
8988         * spam-report.el (spam-report-user-mail-address)
8989         (spam-report-user-agent): New variables.
8990         (spam-report-url-ping-plain): Use spam-report-user-agent.
8991
8992 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8993
8994         * gnus-art.el (gnus-button-handle-custom): Do not just use
8995         `customize-apropos' for any "M-x customize-*" button but the
8996         function called for.  Accept both the function name and its
8997         argument in order to achieve this.
8998         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8999         function name to `gnus-button-handle-custom' in case of "M-x
9000         customize-*" buttons.
9001
9002 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9003
9004         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9005         multipart/alternative and add xref to mm-discouraged-alternatives
9006         in doc string.
9007
9008         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9009         gnus-buttonized-mime-types in doc string.
9010
9011 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9012
9013         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9014         Suggest image/.* in the doc string.
9015
9016 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9017
9018         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9019         message-marks (Debian bug #342521).
9020
9021 2005-12-12  Simon Josefsson  <jas@extundo.com>
9022
9023         * password.el (password-read-from-cache): Add.
9024         (password-read): Use it.
9025
9026 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9029         us-ascii as a MIME charset.
9030
9031         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9032         against the case where the 2nd arg TYPE is nil.
9033
9034 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9035
9036         * pop3.el (pop3-stream-type): Fix custom version.
9037
9038         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9039
9040 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9041
9042         * mm-decode.el (mm-display-external): Add missing cdr.
9043
9044 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9045
9046         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9047         RFC1524) if it is in mailcap or add a suffix according to
9048         mailcap-mime-extensions when generating a temp filename; postpone
9049         deleting a temp file for 2 seconds for some wrappers, shell
9050         scripts, and so on, which might exit right after having started a
9051         viewer command as a background job.
9052
9053 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9054
9055         * nntp.el (nntp-marks-directory): Fix custom group.
9056
9057         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9058         steps when < 10.
9059
9060         * gnus-start.el (gnus-no-server-1): Mention
9061         `gnus-level-default-subscribed' in doc string.
9062
9063 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9064
9065         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9066         parens.
9067
9068 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9069
9070         * gnus-xmas.el (gnus-use-toolbar): Revert.
9071         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9072         gnus-use-toolbar is default.
9073
9074         * messagexmas.el (message-use-toolbar): Revert.
9075         (message-setup-toolbar): Use global default-toolbar if
9076         message-use-toolbar is default.
9077
9078 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9081         according to default-toolbar-visible-p.
9082
9083         * messagexmas.el (message-use-toolbar): Ditto.
9084
9085 2005-11-26  Dave Love  <fx@gnu.org>
9086
9087         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9088         (tls-program, tls-success): Provide openssl alternative.
9089
9090         * starttls.el: Doc fixes.
9091         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9092         SERVICE to PORT.
9093
9094         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9095         port null or service name.
9096         (starttls-negotiate): Autoload.
9097
9098 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9099
9100         * message.el (message-kill-to-signature): Fix interactive spec.
9101
9102 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9103
9104         * pop3.el (pop3-open-server): Recognize a string as a service name.
9105
9106 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9107
9108         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9109
9110 2005-11-23  Dave Love  <fx@gnu.org>
9111
9112         Add pop3s, pop3/starttls.
9113
9114         * pop3.el (pop3-authentication-scheme): Clarify doc.
9115         (open-tls-stream, starttls-open-stream): Autoload.
9116         (pop3-stream-type): New.
9117         (pop3-open-server): Use it.
9118
9119         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9120         for POP.
9121         (mail-source-keyword-map): Add :stream for POP.
9122         (mail-source-fetch-pop): Use pop3-stream-type.
9123
9124 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9127         of current-time-string.
9128
9129 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9130
9131         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9132         date header.
9133
9134 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9135
9136         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9137         it can seriously impact performance as it bypasses the agent's
9138         local caches.
9139
9140 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9141
9142         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9143         must be explicitly online rather than "not explicitly offline" for
9144         its flags to be synchronized.
9145
9146         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9147         that gnus-uu-unmark-thread will function correctly.
9148
9149         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9150         1024K is instead displayed as 1M.
9151
9152 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9153
9154         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9155
9156 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9157
9158         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9159
9160 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9161
9162         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9163         error message to display actual error condition.
9164         (gnus-agent-save-local): Avoid saving symbols that are bound to
9165         nil as they simply result in a warning message in
9166         gnus-agent-read-local.
9167
9168 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9171         rather than make-variable-buffer-local for file-precious-flag.
9172
9173 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9174
9175         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9176         for duplicates which are removed.  The invalid sort check then
9177         triggers a rescan after the sort as sorting may have moved
9178         duplicate entries such that they can be cheaply detected.
9179
9180 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9183
9184 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9185
9186         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9187         internal variable to a custom variable.  Changed default value
9188         from compressed(2) to uncompressed(1).
9189         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9190         support for uncompressed agentview files.  Taken together, reading
9191         the agentview file should now be 6-7 times faster.
9192
9193 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9194
9195         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9196         as a buffer-local variable.  This avoids creating truncated
9197         dribble files as a result of a hang up, eg.
9198
9199 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9200
9201         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9202         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9203         XEmacs.
9204
9205 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9206
9207         * gnus-start.el (gnus-start-draft-setup): Enforce
9208         `gnus-draft-mode' for nndraft:drafts at startup.
9209
9210         * gnus.el (gnus-splash): Change custom group.
9211         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9212         allow-list argument.
9213
9214         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9215         string.
9216
9217 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9218
9219         * gnus-art.el (gnus-default-article-saver): Add user-defined
9220         `function' to custom type.
9221
9222 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9223
9224         * imap.el (imap-open): Handle case where buffer is a buffer
9225         object.
9226
9227 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9228
9229         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9230         long lines.
9231         (gnus-cache-delete-group): Wrap doc strings.
9232
9233         * gnus-agent.el (gnus-agent-rename-group)
9234         (gnus-agent-delete-group): Wrap doc strings.
9235
9236 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * messagexmas.el (message-use-toolbar): Change the valid values
9239         into default, top, bottom, left, and right.
9240         (message-toolbar-thickness): New variable.
9241         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9242         well.
9243         (message-setup-toolbar): Make it work.
9244
9245         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9246         (gnus-use-toolbar): Change the valid values into default, top,
9247         bottom, left, and right.
9248         (gnus-toolbar-thickness): New variable.
9249         (gnus-xmas-setup-toolbar): New function.
9250         (gnus-xmas-setup-group-toolbar): Use it.
9251         (gnus-xmas-setup-summary-toolbar): Use it.
9252
9253 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9254
9255         * gnus-start.el (gnus-1): Add "native" to
9256         gnus-predefined-server-alist.
9257
9258         * gnus.el (gnus-method-to-server): Don't add "native" to the
9259         lists here, because that leads to problems when
9260         gnus-select-method is bound.
9261
9262 2005-11-09  Simon Josefsson  <jas@extundo.com>
9263
9264         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9265         use (not sort-by-date) instead.
9266
9267 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9268
9269         * gnus-delay.el (gnus-delay-group): Don't autoload.
9270         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9271         to be re-loaded when customizing the `gnus-delay' group.
9272
9273 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9274
9275         * message.el: Revert last changes.
9276         (message-insert-citation-line): Use newlines.
9277
9278 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9279
9280         * message.el (message-courtesy-message)
9281         (message-mark-insert-begin, message-mark-insert-end)
9282         (message-elide-ellipsis, message-cancel-message)
9283         (message-add-header, message-change-subject)
9284         (message-cross-post-followup-to-header)
9285         (message-cross-post-insert-note, message-reduce-to-to-cc)
9286         (message-widen-reply, message-delete-not-region)
9287         (message-kill-to-signature, message-insert-signature)
9288         (message-insert-importance-high, message-insert-importance-low)
9289         (message-insert-or-toggle-importance)
9290         (message-insert-disposition-notification-to)
9291         (message-indent-citation, message-yank-original)
9292         (message-cite-original-without-signature, message-cite-original)
9293         (message-insert-citation-line, message-position-on-field)
9294         (message-fix-before-sending, message-send-mail-partially)
9295         (message-send-mail, message-send-mail-with-sendmail)
9296         (message-send-mail-with-qmail, message-send-news)
9297         (message-check-news-header-syntax, message-generate-headers)
9298         (message-insert-courtesy-copy, message-fill-address)
9299         (message-fill-header, message-shorten-references)
9300         (message-setup-1, message-cancel-news)
9301         (message-forward-make-body-plain, message-forward-make-body-mime)
9302         (message-forward-make-body-mml, message-encode-message-body)
9303         (message-forward-make-body-digest-plain)
9304         (message-forward-make-body-digest-mime)
9305         (message-use-alternative-email-as-from): Insert `hard-newline'
9306         instead of ordinary newlines.
9307
9308 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * message.el (message-generate-headers): Downcase the argument
9311         given to message-check-element.
9312
9313 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9314
9315         * nntp.el (nntp-authinfo-rejected): New error condition.
9316         (nntp-wait-for): Use new error condition to signal authentication
9317         error.
9318         (nntp-retrieve-data): Rethrow new error condition to break out of
9319         recursive call to nntp-send-authinfo.
9320
9321 2005-11-08  Romain Francoise  <romain@orebokech.com>
9322
9323         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9324         (gnus-summary-exit-map): Bind to `Z p'.
9325         (gnus-summary-make-menu-bar): Add menu item.
9326
9327 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9328
9329         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9330         (gnus-treat-*): Add `first' in all doc strings.
9331
9332         * gnus-group.el (gnus-group-compact-group): Fix typo.
9333
9334 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * gnus.el (gnus-parameters-case-fold-search): New variable.
9337         (gnus-parameters-get-parameter): Use it.
9338
9339         * gnus-score.el (gnus-home-score-file): Doc fix.
9340
9341 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9342
9343         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9344
9345 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9346
9347         * mm-util.el (mm-special-display-p): New function.
9348
9349         * mml.el (mml-preview): Use it; doc fix.
9350
9351 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9352
9353         * imap.el (imap-open): Handle case where buffer is a buffer object.
9354
9355 2005-10-29  Romain Francoise  <romain@orebokech.com>
9356
9357         * message.el (message-fix-before-sending): Fix comment.
9358
9359 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9360
9361         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9362
9363 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9364
9365         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9366         Used in gnus-score.el.
9367
9368 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9369
9370         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9371
9372 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9373
9374         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9375         whitespace removed in revision 7.8.  Use concatenated string to
9376         protect trailing whitespace.
9377
9378 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9379
9380         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9381         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9382         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9383         Courier IMAP ("some version from 2004").  Mostly based on similar
9384         code in the same function.
9385
9386 2005-10-26  Didier Verna  <didier@xemacs.org>
9387
9388         * gnus-group.el (gnus-group-compact-group): Invalidate original
9389         article buffer.
9390         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9391         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9392         NOV database and in article itself.
9393         Invalidate article backlog.
9394
9395 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9396
9397         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9398
9399 2005-10-26  Simon Josefsson  <jas@extundo.com>
9400
9401         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9402         part of 2004-07-25 change.
9403
9404 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * message.el (message-display-completion-list): New function.
9407         (message-expand-group): Use it; make sure the Completions buffer
9408         is modifiable.
9409 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9410
9411         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9412         user-mail-name is an empty string.
9413
9414 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9415
9416         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9417         depending on gnus-score-decay-constant.
9418
9419         * encrypt.el (encrypt-insert-file-contents)
9420         (encrypt-write-file-contents): Don't use `gnus-message'.
9421
9422         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9423         arguments.
9424         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9425         arguments to mm-uu-verbatim-marks-extract.
9426         (mm-uu-hide-markers): New variable.
9427         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9428
9429         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9430         (gnus-convert-image-to-face-command): Use "convert" by default to
9431         allow other input image formats.
9432         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9433         accordingly.
9434
9435 2005-10-23  Simon Josefsson  <jas@extundo.com>
9436
9437         * imap.el (imap-gssapi-program): Align command line parameters
9438         with latest GNU SASL.
9439         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9440
9441 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9442
9443         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9444         HTML.
9445         (nnslashdot-request-article): Ditto.
9446
9447         * lpath.el (featurep): Add nobreak-char-display.
9448
9449 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9450
9451         * mail-source.el (mail-source-fetch-pop): Require pop3.
9452         (mail-source-check-pop): Ditto.
9453
9454 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9457         errors.
9458
9459 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9460
9461         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9462         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9463
9464         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9465
9466         * mm-bodies.el (mm-decode-string): Call
9467         `mm-charset-to-coding-system' with allow-override argument.
9468
9469 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9472         (rfc2047-charset-to-coding-system): New function.
9473         (rfc2047-decode-encoded-words): New function.
9474         (rfc2047-decode-region): Use them.
9475         (rfc2047-decode-cte): Remove.
9476         (rfc2047-parse-and-decode): Remove.
9477         (rfc2047-decode): Remove.
9478
9479 2005-10-15  Kenichi Handa  <handa@m17n.org>
9480
9481         * rfc2047.el (rfc2047-decode-cte): New function.
9482         (rfc2047-decode-region): Change the way to decode successive
9483         encoded-words: decode B- or Q-encoding in each encoded-word,
9484         concatenate them, and decode it as charset.
9485
9486 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * lpath.el: Fbind codepage-setup for XEmacs.
9489
9490 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9491
9492         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9493         widget-move-and-invoke.
9494         (gnus-custom-mode): Use gnus-custom-map.
9495
9496 2005-10-15  Bill Wohler  <wohler@newt.com>
9497
9498         * message.el (message-tool-bar-map): Renamed image file from
9499         mail_send to mail/send.
9500
9501 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9502
9503         * message.el (message-expand-group): Pass the common
9504         prefix substring of completion to `display-completion-list'.
9505
9506 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9507
9508         * mml-sec.el (mml-secure-method): New internal variable.
9509         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9510         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9511         functions using mml-secure-method.
9512
9513         * mml.el (mml-mode-map): Add key bindings for those functions.
9514         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9515         Harder <harder@myrealbox.com>.
9516         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9517         end of message if point is the headers of the message.
9518
9519         * message.el (message-in-body-p): New function.
9520
9521         * assistant.el: Autoload gnus-util and netrc.
9522
9523         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9524         Use `mm-charset-override-alist' only when decoding.
9525
9526         * mm-bodies.el (mm-decode-body): Call
9527         `mm-charset-to-coding-system' with allow-override argument.
9528
9529         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9530         `filename' from Content-Disposition if Content-Type doesn't
9531         provide `name'.
9532         (gnus-mime-view-part-as-type): Set default instead of
9533         initial-input.
9534
9535 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9536
9537         * format-spec.el (format-spec): Propagate text properties of % spec.
9538
9539 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * gnus-art.el (gnus-treat-predicate): Add `first'.
9542
9543 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9544
9545         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9546         (mm-charset-override-alist): New variable.
9547         (mm-charset-to-coding-system): Use it.
9548         (mm-codepage-setup): New helper function.
9549         (mm-charset-eval-alist): New variable.
9550         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9551         about unknown charsets.
9552
9553         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9554
9555 2005-10-04  David Hansen  <david.hansen@gmx.net>
9556
9557         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9558         (nnrss-check-group): Ditto.
9559
9560 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9561
9562         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9563         Rename x-gnus-verbatim to x-verbatim.
9564         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9565
9566         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9567         x-verbatim.
9568
9569         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9570
9571         * gnus-util.el (gnus-remove-duplicates): Remove.
9572
9573         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9574         instead of gnus-remove-duplicates.
9575
9576         * message.el (message-remove-duplicates): Remove.
9577         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9578         message-remove-duplicates.
9579
9580         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9581         available, else use implementation from `delete-dups'.
9582
9583         * message.el (message-insert-expires): New function.
9584         (message-mode-map): Add key binding.
9585         (message-mode-field-menu): Add menu entry.
9586         (message-mode): Document it.
9587         (message-make-expires-date): Use `message-make-date'.
9588
9589 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9590
9591         * message.el (message-make-expires-date): New function.
9592
9593 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9594
9595         * Makefile.in (list-installed-shadows): New entry.
9596         (install): Use it.
9597         (remove-installed-shadows): New entry.
9598
9599         * dgnushack.el (dgnushack-default-load-path): New variable.
9600         (dgnushack-find-lisp-shadows): New function.
9601         (dgnushack-remove-lisp-shadows): New function.
9602
9603 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * Makefile.in (install-el-elc): New entry.
9606         (install): Use it so that .el files are necessarily installed.
9607
9608 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9609
9610         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9611
9612 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9613
9614         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9615         function rather than the diff-mode.el package.
9616         (mm-display-external): Use with-current-buffer.
9617         (mm-viewer-completion-map, mm-viewer-completion-map):
9618         Move initialization inside declaration.
9619
9620 2005-09-29  Simon Josefsson  <jas@extundo.com>
9621
9622         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9623         autoload mail-check-payment.
9624         (spam-check-hashcash): Define unconditionally, since hashcash.el
9625         is part of Gnus now.  Ignore errors from payment checking.
9626
9627 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9628
9629         * message.el (message-bold-region, message-unbold-region): Rename
9630         from `bold-region' and `unbold-region'.
9631
9632         * message.el: Remove useless autoloads.
9633
9634 2005-09-28  Simon Josefsson  <jas@extundo.com>
9635
9636         * message.el (message-use-idna): Default to t.
9637         (message-use-idna): Test whether encoding works too.  Doc fix.
9638
9639 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * nntp.el (nntp-warn-about-losing-connection): Remove.
9642
9643 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9646         customizable.  Change default value.
9647         (mm-uu-diff-groups-regexp): Change default value.
9648         (mm-uu-type-alist): Add doc string.
9649         (mm-uu-configure): Add doc string.  Make it interactive.
9650         (mm-uu-tex-groups-regexp): New variable.
9651         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9652         (mm-uu-type-alist): Add LaTeX documents.
9653         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9654         of "text/verbatim".
9655         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9656
9657         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9658         instead of "text/verbatim".
9659
9660         * message.el (message-mark-inserted-region)
9661         (message-mark-insert-file): Use slrn style marks when called with
9662         prefix argument.
9663
9664 2005-09-27  Simon Josefsson  <jas@extundo.com>
9665
9666         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9667
9668 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9669
9670         * message.el (message-remove-duplicates): New function.
9671         Implementation borrowed from `gnus-remove-duplicates'.
9672         (message-idna-to-ascii-rhs): Also encode idna addresses in
9673         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9674         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9675         only ask about the same idna domain once per header and also tell
9676         in what header to replace the idna domain.
9677
9678         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9679         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9680         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9681         a header is decoded and not just the last one.
9682
9683 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9684
9685         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9686         has been decoded.
9687
9688         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9689         (mm-insert-part): Don't modify text if it has been decoded.
9690
9691         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9692         decoded.
9693
9694         * mm-view.el (mm-inline-text): Don't strip text props unless
9695         decoding enriched or richtext parts.
9696
9697 2005-09-25  Romain Francoise  <romain@orebokech.com>
9698
9699         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9700         * gnus-start.el (gnus-subscribe-interactively):
9701         * gnus-uu.el (gnus-uu-grab-articles):
9702         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9703         space.
9704
9705 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9706
9707         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9708         * mm-view.el (mm-view-pkcs7-decrypt):
9709         * gnus-sum.el (gnus-summary-limit-to-extra)
9710         (gnus-summary-respool-article, gnus-read-move-group-name):
9711         * gnus-score.el (gnus-summary-increase-score):
9712         * gnus-util.el (gnus-completing-read-with-default):
9713         * gnus-art.el (gnus-read-save-file-name)
9714         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9715         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9716         * message.el (message-check-news-header-syntax):
9717         Follow convention for reading with the minibuffer.
9718
9719 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9720
9721         * spam-report.el (spam-report-url-ping-plain):
9722         Use gnus-extended-version as User-Agent.
9723
9724         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9725         default value is nil.
9726
9727         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9728         (mm-uu-verbatim-marks-extract): New function.
9729         (mm-uu-extract): New face.
9730         (mm-uu-copy-to-buffer): Use it.
9731
9732         * spam-report.el (spam-report-gmane-ham): Renamed from
9733         `spam-report-gmane-unspam'.
9734         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9735         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9736
9737         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9738         Autoload.
9739         (spam-report-gmane-unregister-routine): Renamed
9740         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9741
9742 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9743
9744         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9745         (spam-report-gmane-unregister-routine): Add support for gmane
9746         unregistration.
9747
9748         * spam-report.el (spam-report-gmane-unspam)
9749         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9750         (spam-report-gmane): Change to take a single article and do unspam
9751         registration.
9752
9753 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9754
9755         * mm-url.el (mm-url-decode-entities): Fix regexp.
9756
9757 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9758
9759         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9760         default to nil, to be able to use Gnus at all.  If the default
9761         switches to something else, then the function should be fixed not
9762         be exceedingly slow.
9763
9764 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9765
9766         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9767         fail hard.
9768
9769         * spam-report.el: Add better Keywords line.
9770
9771         * spam.el: Add Maintainer and better Keywords line.
9772
9773 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9774
9775         * gnus-art.el (gnus-article-replace-part)
9776         (gnus-mime-replace-part): New functions.
9777         (gnus-mime-action-alist, gnus-mime-button-commands)
9778         (gnus-mime-save-part-and-strip): Added file argument.
9779         (gnus-article-part-wrapper): Added interactive argument.
9780
9781         * gnus-sum.el (gnus-summary-mime-map): Add
9782         `gnus-article-replace-part'.
9783
9784 2005-09-19  Didier Verna  <didier@xemacs.org>
9785
9786         The nnml compaction feature:
9787         * nnml.el (nnml-request-compact-group): New function.
9788         * nnml.el (nnml-request-compact): New function.
9789         * gnus-int.el (gnus-request-compact-group): New function.
9790         * gnus-int.el (gnus-request-compact): New function.
9791         * gnus-group.el (gnus-group-compact-group): New function.
9792         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9793         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9794         * gnus-srvr.el (gnus-server-compact-server): New function.
9795         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9796         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9797
9798 2005-09-18  Deepak Goel  <deego@gnufans.org>
9799
9800         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9801         format spec.
9802
9803 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9804
9805         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9806
9807 2005-09-15  Romain Francoise  <romain@orebokech.com>
9808
9809         * message.el (message-fill-paragraph): Clarify docstring.
9810
9811 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * gnus-art.el (gnus-mime-display-part): Protect against broken
9814         MIME messages.
9815
9816 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9819         before parsing header.
9820
9821 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9822
9823         * html2text.el (html2text-replace-list): Add new entities.
9824
9825 2005-09-11  Romain Francoise  <romain@orebokech.com>
9826
9827         * message.el (message-alternative-emails): Improve docstring.
9828         (message-setup-1): Call `message-use-alternative-email-as-from'
9829         after `message-setup-hook' to give it precedence over posting
9830         styles, etc.
9831         (message-use-alternative-email-as-from): Add docstring.  Remove
9832         the original From header if present.
9833
9834         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9835         (nnml-save-mail): Use it.
9836
9837         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9838         articles.  Add new argument `silent'.
9839         (gnus-uu-mark-all): Report the total number of marked articles.
9840
9841 2005-09-10  Romain Francoise  <romain@orebokech.com>
9842
9843         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9844         (gnus-uu-mark-series): Likewise.
9845
9846 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9847
9848         * spam-report.el (spam-report-gmane): Fix generation of spam
9849         report URL.
9850
9851 2005-09-10  Simon Josefsson  <jas@extundo.com>
9852
9853         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9854         t, based on discussion on the ding list with Robert Epprecht
9855         <epprecht@solnet.ch>.
9856
9857 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9858
9859         * spam-report.el (spam-report-gmane): Make it work without
9860         X-Report-Spam header.  Gmane now only provides Archived-At.
9861         This is only used if `spam-report-gmane-use-article-number' is nil.
9862         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9863
9864         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9865         make `gnus-summary-sort-by-recipient' work with threading.
9866
9867         * nnweb.el (nnweb-google-wash-article): Print a message if article
9868         is not available.
9869
9870 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9871
9872         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9873         change.  Decode text/* parts content before displaying.
9874
9875 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9876
9877         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9878
9879 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9882
9883         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9884         url-package-name, url-package-version,
9885         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9886         w3m-display-inline-images, and w3m-minor-mode-map.
9887
9888 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9889
9890         * message.el (message-tab-body-function): Fix mismatched custom type.
9891
9892         * gnus.el (gnus-group-change-level-function): Ditto.
9893
9894         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9895
9896         * gnus-art.el (gnus-signature-limit)
9897         (gnus-article-mime-part-function): Ditto.
9898
9899 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9900
9901         * mml.el (mml-mode): Silence the byte compiler.
9902
9903         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9904         using `(sit-for 0)' before moving the point to the specified part;
9905         skip unbuttonized parts.
9906         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9907         return to the summary window if gnus-auto-select-part is non-nil.
9908
9909 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9910
9911         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9912         variables.
9913         (mml-dnd-attach-file, mml-mode): Use them.
9914
9915         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9916         Make fetching article by MID work again for Google Groups.  Added
9917         FIXME concerning gnus-group-make-web-group.
9918
9919         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9920         Don't depend on Gnus by using mail-extract-address-components if
9921         gnus-extract-address-components is not bound.
9922
9923 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9924
9925         * gnus-art.el (gnus-mime-display-security): Don't display the
9926         signature, but only the signed part.
9927
9928 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9929
9930         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9931
9932         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9933         list, not listp.
9934
9935 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9936
9937         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9938         when encoding.
9939
9940         * mm-bodies.el (mm-decode-content-transfer-encoding):
9941         De-canonicalize CRLF for all text content types, not just
9942         text/plain.
9943
9944 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9945
9946         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9947         valid article; point arrow and cursor at the MIME button.
9948
9949 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9952         Suggested by Dan Christensen <jdc@uwo.ca>.
9953
9954         * mm-decode.el (mm-save-part): Enable change of prompt.
9955
9956 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9957
9958         * gnus-msg.el (gnus-inews-add-send-actions): Made
9959         `message-post-method' lambda parameter ARG `&optional'.
9960
9961 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9962
9963         * gnus-sum.el (gnus-summary-mime-map): Added
9964         gnus-article-save-part-and-strip, gnus-article-delete-part and
9965         gnus-article-jump-to-part.
9966
9967         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9968         (gnus-article-edit-part): Use it.
9969         (gnus-article-part-wrapper): Added no-handle argument.
9970         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9971         functions.
9972
9973 2005-08-29  Romain Francoise  <romain@orebokech.com>
9974
9975         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9976         docstring.
9977         (gnus-face-from-file): Likewise.
9978
9979 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9980
9981         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9982         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9983         non-nil.
9984         (gnus-auto-select-part): New variable.
9985         (gnus-article-jump-to-part): New function.
9986         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9987         (gnus-mime-delete-part): Allow selecting specified part after
9988         deleting or stripping parts.
9989         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9990         part if argument is bogus.
9991
9992 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9993
9994         * gnus-art.el (w3m-minor-mode-map):
9995         * gnus-spec.el (gnus-newsrc-file-version):
9996         * gnus-util.el (nnmail-active-file-coding-system)
9997         (gnus-original-article-buffer, gnus-user-agent):
9998         * gnus.el (gnus-ham-process-destinations)
9999         (gnus-parameter-ham-marks-alist)
10000         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10001         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10002         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10003         * mm-decode.el (gnus-current-window-configuration):
10004         * mm-extern.el (gnus-article-mime-handles):
10005         * mm-url.el (url-current-object, url-package-name)
10006         (url-package-version):
10007         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10008         (smime-keys, w3m-cid-retrieve-function-alist)
10009         (w3m-current-buffer, w3m-display-inline-images)
10010         (w3m-minor-mode-map):
10011         * mml-smime.el (gnus-extract-address-components):
10012         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10013         (gnus-newsrc-hashtb, message-default-charset)
10014         (message-deletable-headers, message-options)
10015         (message-posting-charset, message-required-mail-headers)
10016         (message-required-news-headers):
10017         * mml1991.el (mc-pgp-always-sign):
10018         * mml2015.el (mc-pgp-always-sign):
10019         * nnheader.el (nnmail-extra-headers):
10020         * rfc1843.el (gnus-decode-encoded-word-function)
10021         (gnus-decode-header-function, gnus-newsgroup-name):
10022         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10023
10024 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10025
10026         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10027         the end of the date treatments.
10028
10029 2005-08-15  Simon Josefsson  <jas@extundo.com>
10030
10031         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10032         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10033         Capello and Romain Francoise.
10034         (pgg-fetch-key-function): Removed, not used?
10035         (pgg-insert-url-with-w3): Require url, to get
10036         url-insert-file-contents regardless of where it is defined.
10037
10038 2005-08-13  Romain Francoise  <romain@orebokech.com>
10039
10040         * message.el (message-cite-original-1): New function.
10041         (message-cite-original): Use it.
10042         (message-cite-original-without-signature): Ditto.
10043
10044 2005-08-08  Romain Francoise  <romain@orebokech.com>
10045
10046         * message.el (message-yank-empty-prefix): New variable.
10047         (message-indent-citation): Use it.
10048         (message-cite-original-without-signature): Respect X-No-Archive.
10049
10050 2005-08-08  Simon Josefsson  <jas@extundo.com>
10051
10052         * pgg.el: Autoload url-insert-file-contents instead of loading
10053         w3/url.
10054         (pgg-insert-url-with-w3): Don't load url here.
10055
10056 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10057
10058         * message.el (message-kill-to-signature): Don't insert newline at
10059         bol.
10060         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10061
10062 2005-08-06  Romain Francoise  <romain@orebokech.com>
10063
10064         * message.el (message-user-fqdn): Fix typo in docstring.
10065
10066 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10067
10068         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10069
10070         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10071
10072 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * mm-bodies.el (mm-encode-body): Use coding system rather than
10075         charset to encode text.
10076
10077         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10078         number of charsets if utf-8 is available (XEmacs).
10079
10080 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10081
10082         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10083         taken from `gnus-button-mid-or-mail-regexp'.
10084         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10085         (gnus-button-alist): Improve regexp for domain part of the MIDs
10086         for news:localpart@domain buttons.
10087         (gnus-button-ctan-directory-regexp): Update.
10088
10089 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10090
10091         * sieve-manage.el (sieve-manage-interactive-login): Use
10092         make-local-variable rather than make-variable-buffer-local.
10093         (sieve-manage-open): Ditto.
10094         (sieve-manage-authenticate): Ditto.
10095
10096         * mml.el (mml-generate-mime-1): Make the content type default to
10097         text/plain if the filename is not specified.
10098
10099 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10102         instead of insert-buffer.
10103
10104         * message.el (message-yank-original): Ditto; set the mark at the
10105         end of the yanked message.
10106
10107 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10110         lines to scroll rather than to stop it.
10111
10112         * mml.el (mml-generate-default-type): Add doc string.
10113         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10114         default to application/octet-stream when determining the content
10115         type if it is not specified for the part or the mml contents; add
10116         a comment about mml-generate-default-type.
10117
10118 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10119
10120         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10121         make it default to application/octet-stream when determining the
10122         content type if it is not specified for the external contents.
10123
10124 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10125
10126         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10127         segmented parameter but also other parameters might be there.
10128
10129 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * mm-decode.el (mm-display-external): Delete temp file, directory
10132         and buffer immediately if the external process is exited.
10133
10134 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10137         fewer lines than that of scroll-margin.
10138         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10139
10140 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10141
10142         * gnus-art.el (gnus-article-next-page): Revert.
10143         (gnus-article-beginning-of-window): New macro.
10144         (gnus-article-next-page-1): Use it.
10145         (gnus-article-prev-page): Ditto.
10146         (gnus-article-edit-part): Use insert-buffer-substring instead of
10147         insert-buffer.
10148         (gnus-article-edit-exit): Ditto.
10149
10150         * gnus-util.el (gnus-beginning-of-window): Remove.
10151         (gnus-end-of-window): Remove.
10152
10153         * lpath.el: Don't bind header-line-format and scroll-margin.
10154
10155 2005-07-25  Simon Josefsson  <jas@extundo.com>
10156
10157         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10158         to have the url package without w3.  Reported by Daiki Ueno
10159         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10160
10161 2005-07-20  Didier Verna  <didier@xemacs.org>
10162
10163         * gnus-diary.el: Remove the description comment (nndiary is now
10164         properly documented in the Gnus manual).
10165         Fix the spelling of "Back End".
10166         * nndiary.el: Ditto.
10167         Fix the copyright notice.
10168
10169 2005-07-18  Romain Francoise  <romain@orebokech.com>
10170
10171         * gnus-sum.el (gnus-summary-to-prefix)
10172         (gnus-summary-newsgroup-prefix): New variables.
10173         (gnus-summary-from-or-to-or-newsgroups): Use them.
10174
10175 2005-07-17  Romain Francoise  <romain@orebokech.com>
10176
10177         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10178         space as it's generally not especially interesting to the user.
10179
10180 2005-07-16  Romain Francoise  <romain@orebokech.com>
10181
10182         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10183         nil to avoid prompting and file modification if one of the
10184         messages at the top of the nnfolder file contains a copyright
10185         notice.
10186         Update copyright notice.
10187
10188         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10189         instead of `current-time-string' as the latter creates a time
10190         string that is not RFC 2822 compliant (it lacks the zone).
10191         Update copyright notice.
10192
10193 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10194
10195         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10196         for text/rtf.  Display default in prompt.  Pass default for M-n.
10197
10198         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10199
10200 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10201
10202         * gnus-msg.el (gnus-button-mailto): Remove
10203         save-selected-window-window hackery because it relies on
10204         save-selected-window internals.
10205
10206 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10207
10208         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10209         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10210         (gnus-article-prev-page): Ditto.
10211
10212         * gnus-util.el (gnus-beginning-of-window): New function.
10213         (gnus-end-of-window): New function.
10214
10215         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10216
10217 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10218
10219         * gnus-score.el (gnus-score-edit-all-score): Set
10220         gnus-score-edit-exit-function to gnus-score-edit-done and call
10221         gnus-message.
10222
10223 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10224
10225         * gnus-msg.el (gnus-button-mailto): Remove
10226         save-selected-window-window hackery because it relies on
10227         save-selected-window internals.
10228
10229 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10230
10231         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10232         add-minor-mode.
10233         (gnus-binary-mode): Ditto.
10234
10235         * gnus-topic.el (gnus-topic-mode): Ditto.
10236
10237 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10238
10239         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10240         (gnus-article-prev-page): Take scroll-margin into consideration.
10241
10242 2005-07-04  Lute Kamstra  <lute@gnu.org>
10243
10244         Update FSF's address in GPL notices.
10245
10246 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10247
10248         * gnus.el (gnus-exit):
10249         * gnus-group.el (gnus-group-icons):
10250         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10251
10252         * gnus-nocem.el (gnus-nocem):
10253         * message.el (message-various, message-buffers, message-sending)
10254         (message-interface, message-forwarding, message-insertion)
10255         (message-headers, message-news, message-mail):
10256         * pgg-gpg.el (pgg-gpg):
10257         * pgg-parse.el (pgg-parse):
10258         * pgg-pgp.el (pgg-pgp):
10259         * pgg-pgp5.el (pgg-pgp5):
10260         * pop3.el (pop3): Finish `defgroup' description with period.
10261
10262 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10263
10264         * gnus-art.el (article-display-face): Improve the efficiency.
10265         (article-display-x-face): Ditto; remove grey x-face stuff.
10266
10267 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10268
10269         * gnus-art.el (article-display-face): Correct the position in
10270         which Faces are inserted.
10271
10272 2005-06-29  Didier Verna  <didier@xemacs.org>
10273
10274         * gnus-art.el (article-display-face): Display faces in correct
10275         order.
10276
10277 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10280         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10281         (gnus-nocem-check-article): Fetch the Type header.
10282         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10283         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10284         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10285         make sure gnus-nocem-hashtb is initialized.
10286         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10287         (gnus-nocem-unwanted-article-p): Ditto.
10288
10289         * pgg.el (pgg-verify): Return the verification result.
10290
10291 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10292
10293         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10294         is ascii.
10295
10296 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10297
10298         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10299         `show-nonbreak-escape'.
10300
10301 2005-06-23  Lute Kamstra  <lute@gnu.org>
10302
10303         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10304
10305         * dig.el (dig-mode):
10306         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10307
10308 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10309
10310         * nnimap.el (nnimap-split-download-body): Fix spellings.
10311
10312 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10313
10314         * gnus-art.el (gnus-article-encrypt-body):
10315         * gnus-cus.el (gnus-score-customize):
10316         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10317         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10318
10319 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10320
10321         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10322         header by looking for magic "MII" at the beginnig.
10323
10324 2005-06-16  Miles Bader  <miles@gnu.org>
10325
10326         * gnus-xmas.el (gnus-xmas-group-startup-message):
10327         Use renamed gnus-splash face.
10328
10329         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10330         (assistant-field-face): New backward-compatibility alias for renamed
10331         face.
10332         (assistant-render-text): Use renamed assistant-field face.
10333
10334         * spam.el (spam): Remove "-face" suffix from face name.
10335         (spam-face): New backward-compatibility alias for renamed face.
10336         (spam-face, spam-initialize): Use renamed spam face.
10337
10338         * message.el (message-header-to, message-header-cc)
10339         (message-header-subject, message-header-newsgroups)
10340         (message-header-other, message-header-name)
10341         (message-header-xheader, message-separator, message-cited-text)
10342         (message-mml): Remove "-face" suffix from face names.
10343         (message-header-to-face, message-header-cc-face)
10344         (message-header-subject-face, message-header-newsgroups-face)
10345         (message-header-other-face, message-header-name-face)
10346         (message-header-xheader-face, message-separator-face)
10347         (message-cited-text-face, message-mml-face):
10348         New backward-compatibility aliases for renamed faces.
10349         (message-font-lock-keywords): Use renamed message faces.
10350
10351         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10352         (sieve-test-commands, sieve-tagged-arguments):
10353         Remove "-face" suffix from face names.
10354         (sieve-control-commands-face, sieve-action-commands-face)
10355         (sieve-test-commands-face, sieve-tagged-arguments-face):
10356         New backward-compatibility aliases for renamed faces.
10357         (sieve-control-commands-face, sieve-action-commands-face)
10358         (sieve-test-commands-face, sieve-tagged-arguments-face):
10359         Use renamed sieve faces.
10360
10361         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10362         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10363         (gnus-group-news-3-empty, gnus-group-news-4)
10364         (gnus-group-news-4-empty, gnus-group-news-5)
10365         (gnus-group-news-5-empty, gnus-group-news-6)
10366         (gnus-group-news-6-empty, gnus-group-news-low)
10367         (gnus-group-news-low-empty, gnus-group-mail-1)
10368         (gnus-group-mail-1-empty, gnus-group-mail-2)
10369         (gnus-group-mail-2-empty, gnus-group-mail-3)
10370         (gnus-group-mail-3-empty, gnus-group-mail-low)
10371         (gnus-group-mail-low-empty, gnus-summary-selected)
10372         (gnus-summary-cancelled, gnus-summary-high-ticked)
10373         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10374         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10375         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10376         (gnus-summary-low-undownloaded)
10377         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10378         (gnus-summary-low-unread, gnus-summary-normal-unread)
10379         (gnus-summary-high-read, gnus-summary-low-read)
10380         (gnus-summary-normal-read, gnus-splash):
10381         Remove "-face" suffix from face names.
10382         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10383         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10384         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10385         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10386         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10387         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10388         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10389         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10390         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10391         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10392         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10393         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10394         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10395         (gnus-summary-normal-ticked-face)
10396         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10397         (gnus-summary-normal-ancient-face)
10398         (gnus-summary-high-undownloaded-face)
10399         (gnus-summary-low-undownloaded-face)
10400         (gnus-summary-normal-undownloaded-face)
10401         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10402         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10403         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10404         (gnus-splash-face):
10405         New backward-compatibility aliases for renamed faces.
10406         (gnus-group-startup-message): Use renamed gnus faces.
10407
10408         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10409         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10410         (gnus-server-agent): Remove "-face" suffix from face names.
10411         (gnus-server-agent-face, gnus-server-opened-face)
10412         (gnus-server-closed-face, gnus-server-denied-face)
10413         (gnus-server-offline-face):
10414         New backward-compatibility aliases for renamed faces.
10415         (gnus-server-agent-face, gnus-server-opened-face)
10416         (gnus-server-closed-face, gnus-server-denied-face)
10417         (gnus-server-offline-face): Use renamed gnus faces.
10418
10419         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10420         Remove "-face" suffix from face names.
10421         (gnus-picon-xbm-face, gnus-picon-face):
10422         New backward-compatibility aliases for renamed faces.
10423
10424         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10425         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10426         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10427         (gnus-cite-11): Remove "-face" suffix from face names.
10428         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10429         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10430         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10431         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10432         New backward-compatibility aliases for renamed faces.
10433         (gnus-cite-attribution-face, gnus-cite-face-list)
10434         (gnus-article-boring-faces): Use renamed gnus faces.
10435
10436         * gnus-art.el (gnus-signature, gnus-header-from)
10437         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10438         (gnus-header-content): Remove "-face" suffix from face names.
10439         (gnus-signature-face, gnus-header-from-face)
10440         (gnus-header-subject-face, gnus-header-newsgroups-face)
10441         (gnus-header-name-face, gnus-header-content-face):
10442         New backward-compatibility aliases for renamed faces.
10443         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10444
10445         * gnus-sum.el (gnus-summary-selected-face)
10446         (gnus-summary-highlight): Use renamed gnus faces.
10447         * gnus-group.el (gnus-group-highlight): Likewise.
10448
10449 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10450
10451         * gnus-sieve.el (gnus-sieve-article-add-rule):
10452         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10453         * spam-stat.el (spam-stat-buffer-change-to-spam)
10454         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10455
10456         * message.el (message-is-yours-p):
10457         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10458
10459 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * mm-view.el (mm-inline-text): Withdraw the last change.
10462
10463 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10466         executing enriched-decode.
10467
10468 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10471         charset of tar files.
10472
10473 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10474
10475         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10476
10477 2005-06-04  Lute Kamstra  <lute@gnu.org>
10478
10479         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10480         information is never recorded.
10481
10482 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10483
10484         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10485
10486 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * pop3.el (pop3-apop): Run md5 in the binary mode.
10489
10490         * starttls.el (starttls-set-process-query-on-exit-flag):
10491         Use eval-and-compile.
10492
10493 2005-05-31  Simon Josefsson  <jas@extundo.com>
10494
10495         * smime.el (smime-replace-in-string): Define.
10496         (smime-cert-by-ldap-1): Use it.
10497
10498 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10499
10500         * gnus-art.el (article-display-x-face): Replace
10501         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10502
10503         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10504         set-process-query-on-exit-flag or process-kill-without-query.
10505
10506         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10507         loop instead of replace-regexp.
10508
10509         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10510         instead of process-kill-without-query if it is available.
10511
10512         * lpath.el: Fbind ldap-search-entries.
10513
10514         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10515         instead of find-file-hooks if it is available.
10516
10517         * mml1991.el: Bind pgg-default-user-id when compiling.
10518
10519         * mml2015.el: Bind pgg-default-user-id when compiling.
10520
10521         * nndraft.el (nndraft-request-associate-buffer):
10522         Use write-contents-functions instead of write-contents-hooks if it is
10523         available.
10524
10525         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10526         instead of find-file-hooks if it is available.
10527
10528         * nntp.el (nntp-open-connection): Replace
10529         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10530         (nntp-open-ssl-stream): Ditto.
10531         (nntp-open-tls-stream): Ditto.
10532
10533         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10534         set-process-query-on-exit-flag or process-kill-without-query.
10535         (starttls-open-stream-gnutls): Use it instead of
10536         process-kill-without-query.
10537         (starttls-open-stream): Ditto.
10538
10539 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10540
10541         * smime.el (smime-cert-by-ldap-1): Don't use
10542         replace-regexp-in-string.
10543
10544 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10545
10546         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10547
10548         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10549         in PEM format.  Adjust to the XEmacs compability.
10550
10551 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10552
10553         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10554         by `string-to-number'.
10555         * gnus-agent.el (gnus-agent-regenerate-group)
10556         (gnus-agent-fetch-articles): Ditto.
10557         * gnus-art.el (gnus-button-fetch-group): Ditto.
10558         * gnus-cache.el (gnus-cache-generate-active)
10559         (gnus-cache-articles-in-group): Ditto.
10560         * gnus-group.el (gnus-group-set-current-level)
10561         (gnus-group-insert-group-line): Ditto.
10562         * gnus-score.el (gnus-score-set-expunge-below)
10563         (gnus-score-set-mark-below, gnus-summary-score-effect)
10564         (gnus-summary-score-entry): Ditto.
10565         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10566         (gnus-soup-pack): Ditto.
10567         * gnus-spec.el (gnus-xmas-format): Ditto.
10568         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10569         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10570         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10571         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10572         * nndb.el (nndb-get-remote-expire-response): Ditto.
10573         * nndiary.el (nndiary-parse-schedule-value)
10574         (nndiary-string-to-number, nndiary-request-replace-article)
10575         (nndiary-request-article): Ditto.
10576         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10577         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10578         * nneething.el (nneething-make-head): Ditto.
10579         * nnfolder.el (nnfolder-request-article)
10580         (nnfolder-retrieve-headers): Ditto.
10581         * nnheader.el (nnheader-file-to-number): Ditto.
10582         * nnkiboze.el (nnkiboze-request-article): Ditto.
10583         * nnmail.el (nnmail-process-unix-mail-format)
10584         (nnmail-process-babyl-mail-format): Ditto.
10585         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10586         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10587         (nnmh-request-create-group, nnmh-request-list-1)
10588         (nnmh-request-group, nnmh-request-article): Ditto.
10589         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10590         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10591         * nnsoup.el (nnsoup-make-active): Ditto.
10592         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10593         * nntp.el (nntp-find-group-and-number)
10594         (nntp-retrieve-headers-with-xover): Ditto.
10595         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10596         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10597         (pgg-format-key-identifier): Ditto.
10598         * pop3.el (pop3-last, pop3-stat): Ditto.
10599         * qp.el (quoted-printable-decode-region): Ditto.
10600
10601         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10602         of concat.
10603
10604 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10607
10608         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10609
10610         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10611
10612         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10613
10614         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10615
10616         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10617
10618         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10619         (gnus-carpal-mode): Ditto.
10620
10621         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10622         (gnus-browse-mode): Ditto.
10623
10624         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10625
10626         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10627
10628 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10629
10630         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10631
10632 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10633
10634         * gnus-util.el (gnus-run-mode-hooks): New function.
10635
10636         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10637
10638         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10639         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10640
10641 2005-05-27  Lute Kamstra  <lute@gnu.org>
10642
10643         * dns-mode.el (dns-mode): Specify customization group.
10644
10645 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10646
10647         * gnus-agent.el (gnus-agent-make-mode-line-string):
10648         Use mode-line-highlight as mouse-face.
10649
10650 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * canlock.el (canlock): Change the parent group to news.
10653
10654         * deuglify.el (gnus-outlook-deuglify): Add :group.
10655
10656         * dig.el (dig): Add :group.
10657
10658         * dns-mode.el (dns-mode): Add :group.
10659
10660         * encrypt.el (encrypt): Add :group.
10661
10662         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10663         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10664         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10665         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10666         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10667
10668         * gnus-diary.el (gnus-diary): Add :group.
10669
10670         * gnus.el (gnus-group-news-1-face): Add :group.
10671         (gnus-group-news-1-empty-face): Ditto.
10672         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10673         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10674         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10675         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10676         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10677         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10678         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10679         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10680         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10681         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10682         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10683         (gnus-summary-high-ticked-face): Ditto.
10684         (gnus-summary-low-ticked-face): Ditto.
10685         (gnus-summary-normal-ticked-face): Ditto.
10686         (gnus-summary-high-ancient-face): Ditto.
10687         (gnus-summary-low-ancient-face): Ditto.
10688         (gnus-summary-normal-ancient-face): Ditto.
10689         (gnus-summary-high-undownloaded-face): Ditto.
10690         (gnus-summary-low-undownloaded-face): Ditto.
10691         (gnus-summary-normal-undownloaded-face): Ditto.
10692         (gnus-summary-high-unread-face): Ditto.
10693         (gnus-summary-low-unread-face): Ditto.
10694         (gnus-summary-normal-unread-face): Ditto.
10695         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10696         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10697
10698         * hashcash.el (hashcash): New custom group.
10699         (hashcash-default-payment): Add :group.
10700         (hashcash-payment-alist): Ditto.
10701         (hashcash-default-accept-payment): Ditto.
10702         (hashcash-accept-resources): Ditto.
10703         (hashcash-path): Ditto.
10704         (hashcash-extra-generate-parameters): Ditto.
10705         (hashcash-double-spend-database): Ditto.
10706         (hashcash-in-news): Ditto.
10707
10708         * message.el (message-minibuffer-local-map): Add :group.
10709
10710         * netrc.el (netrc): Add :group.
10711
10712         * sieve-manage.el (sieve-manage-log): Add :group.
10713         (sieve-manage-default-user): Diito.
10714         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10715         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10716         (sieve-manage-authenticators): Ditto.
10717         (sieve-manage-authenticator-alist): Ditto.
10718         (sieve-manage-default-port): Ditto.
10719
10720         * sieve-mode.el (sieve-control-commands-face): Add :group.
10721         (sieve-action-commands-face): Ditto.
10722         (sieve-test-commands-face): Ditto.
10723         (sieve-tagged-arguments-face): Ditto.
10724
10725         * smime.el (smime): Add :group.
10726
10727         * spam-report.el (spam-report): Add :group.
10728
10729         * spam.el (spam, spam-face): Add :group.
10730
10731 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10732
10733         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10734         return \n.\n.\n at the end of articles.  Protect against that.
10735         (nntp-with-open-group): Allow debugging.
10736
10737         * nnheader.el (mail-header-set-extra): Make into a function
10738         because I just could't understand how to quote the list properly.
10739
10740         * dns.el (query-dns-cached): New function.
10741
10742 2005-05-26  Lute Kamstra  <lute@gnu.org>
10743
10744         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10745
10746 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10747
10748         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10749
10750         * gnus-art.el: Don't autoload mail-extract-address-components.
10751
10752         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10753         eval-and-compile to evaluate it.
10754
10755         * hashcash.el: Don't autoload executable-find.
10756
10757         * nndb.el: Don't declare the nndb back end two or more times; don't
10758         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10759
10760         * nntp.el: Autoload format-spec instead of format; use
10761         eval-and-compile to evaluate autoload forms.
10762
10763 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10764
10765         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10766
10767 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10768
10769         * gnus.el (gnus-version-number): Bump version.
10770
10771 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10772
10773         * gnus.el: No Gnus v0.3 is released.
10774
10775 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10776
10777         * lpath.el (featurep): Bind show-nonbreak-escape.
10778
10779 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * gnus-art.el (gnus-article-edit-part): Disable undo.
10782
10783 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10786         gnus-article-date-lapsed-new-header is t if date timer is active;
10787         skip headers in which the original date value is empty.
10788         (gnus-article-save-original-date): Redefine it as a macro.
10789         (gnus-display-mime): Use it.
10790
10791 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10792
10793         * gnus-art.el (article-date-ut): Support converting date in
10794         forwarded parts as well.
10795         (gnus-article-save-original-date): New function.
10796         (gnus-display-mime): Use it.
10797
10798 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10799
10800         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10801         enclosure element of <item>.
10802
10803 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10804
10805         * message.el (message-kill-buffer-query): Renamed from
10806         `message-kill-buffer-query-if-modified'.  Added :version.
10807
10808 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10811         window layout.
10812
10813 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10814
10815         * mml.el: Autoload dnd when compiling.
10816
10817 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10818
10819         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10820         x-dnd-*.
10821
10822 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * qp.el (quoted-printable-encode-region): Save excursion.
10825
10826 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10827
10828         * message.el (message-kill-buffer-query-if-modified): Add new variable
10829         so the user can kill a modified message buffer quickly.
10830         (message-kill-buffer): Use it.
10831
10832 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10833
10834         * lpath.el: Fbind display-time-event-handler; don't fbind
10835         string-to-multibyte.
10836
10837         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10838
10839 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10840
10841         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10842         contained in text because xml.el decodes entities) with LFs.
10843
10844 2005-04-11  Lute Kamstra  <lute@gnu.org>
10845
10846         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10847         differently.
10848
10849 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10850
10851         * mm-util.el (mm-detect-coding-region): Typo.
10852
10853 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10856
10857 2005-04-06  Deepak Goel  <deego@gnufans.org>
10858
10859         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10860         user-function allow user modifications of the scores.
10861         (spam-stat-score-buffer-user): New function, to allow
10862         user-computed modifications to the score.
10863         (spam-stat-score-buffer-user-functions): List of additional
10864         scoring functions.
10865         (spam-stat-error-holder): Global temporary error holder.
10866         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10867         variable.
10868
10869 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10870
10871         * gnus-registry.el (gnus-registry-clean-empty-function)
10872         (gnus-registry-trim, gnus-registry-fetch-groups)
10873         (gnus-registry-delete-group): Groups that match
10874         `gnus-registry-ignored-groups' are removed from the registry
10875         entries, not just ignored for splitting.  This helps clean up the
10876         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10877         to get all the groups a message ID is in.
10878
10879         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10880         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10881         (spam-stat-score-buffer-user-functions): Add :number custom type.
10882
10883 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10886         argument in XEmacs.
10887
10888         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10889         (nnrss-request-group): Decode group name first.
10890         (nnrss-request-article): Make a text/plain article if mml-to-mime
10891         failed.
10892         (nnrss-get-encoding): Return a compatible encoding according to
10893         nnrss-compatible-encoding-alist.
10894         (nnrss-find-el): Use consp instead of listp.
10895         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10896
10897 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10900         which Emacs 20 doesn't support.
10901         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10902
10903 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10904
10905         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10906         silence the byte compiler inside the defun.
10907
10908         * gnus-demon.el (parse-time-string): Add autoload.
10909
10910         * gnus-delay.el (parse-time-string): Add autoload.
10911
10912         * gnus-art.el (parse-time-string): Add autoload.
10913
10914         * nnultimate.el (parse-time): Require for `parse-time-string'.
10915
10916 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10917
10918         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10919
10920         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10921
10922         * smime.el (smime-ldap-host-list): Add :version.
10923
10924 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10925
10926         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10927         pass it to `gnus-browse-read-group'.
10928         (gnus-browse-read-group): Add NUMBER argument and pass it to
10929         `gnus-group-read-ephemeral-group'.
10930
10931         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10932         argument and pass it to `gnus-group-read-group'.
10933
10934 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10935
10936         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10937         mm-xemacs-find-mime-charset-1 if we have the mule feature
10938         available at runtime.
10939
10940 2005-03-25  Werner Lemberg  <wl@gnu.org>
10941
10942         * nnmaildir.el: Replace `illegal' with `invalid'.
10943
10944 2005-03-23  Lute Kamstra  <lute@gnu.org>
10945
10946         * time-date.el: Add comment on time value formats.
10947         Don't require parse-time.
10948         (with-decoded-time-value): New macro.
10949         (encode-time-value): New function.
10950         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10951         (days-to-time): Return a valid time value when arg is huge.
10952         (time-since): Use time-subtract.
10953         (time-to-number-of-days): Use time-to-seconds.
10954
10955 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10956
10957         * gnus-start.el (gnus-display-time-event-handler):
10958         Check display-time-timer at runtime rather than only at load time
10959         in case display-time-mode is turned off in the mean time.
10960
10961 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10962
10963         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10964         used.
10965
10966         * nneething.el (nneething-map-file-directory): Derive from
10967         `gnus-directory'.
10968
10969         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10970         the To/Cc button.
10971
10972 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10973
10974         * nnmaildir.el (nnmaildir-request-accept-article):
10975         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10976
10977 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10978
10979         * gnus-async.el: Require timer-funcs at compile time when in
10980         XEmacs for `run-with-idle-timer'.
10981
10982 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10983
10984         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10985         autoloaded function.
10986
10987 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10988
10989         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10990
10991 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10992
10993         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10994
10995 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10996
10997         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10998         gnus-expert-user to default.
10999
11000 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11001
11002         * nnimap.el (nnimap-open-server): Ditto.
11003
11004         * imap.el (imap-authenticate): Fix typo.
11005
11006 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11007
11008         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11009         buffer (since IMAP server might return FETCH response out of
11010         order, and the nntp buffer must be sorted).
11011
11012 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11013
11014         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11015         comparison on string.
11016
11017         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11018         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11019         (gnus-agent-summary-fetch-series): Modified to protect against
11020         gnus-agent-summary-fetch-group clearing processable flags.
11021         (gnus-agent-synchronize-group-flags): Update live group buffer as
11022         synchronization may occur due to the user toggle the plugged
11023         status.
11024         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11025         successfully downloaded.
11026         (gnus-agent-expire-group-1): Avoid using markers when the overview
11027         is in ascending order; greatly improves performance.
11028         (gnus-agent-regenerate-group): Use
11029         gnus-agent-synchronize-group-flags to reset read status in both
11030         gnus and server.
11031         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11032
11033 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11034
11035         * message.el: Don't autoload former message-utils variables.
11036         (message-strip-subject-trailing-was): Change doc string.
11037
11038         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11039         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11040         (nnweb-google-search): Add "hl=en" here.
11041         (nnweb-google-parse-1, nnweb-google-create-mapping):
11042         Don't hardcode URL.
11043
11044 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11045
11046         * message.el (message-get-reply-headers, message-followup):
11047         Mention related variables `message-use-followup-to' and
11048         `message-use-mail-followup-to', in the information buffer.
11049
11050         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11051         of broken groups(-beta).google.com.
11052
11053 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11054
11055         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11056         parameter to invoked gnus-request-move-article; remove the
11057         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11058         all at once instead of once per article.
11059         (gnus-summary-remove-process-mark): Accept a list of articles as
11060         well as a single article for processing.
11061
11062         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11063         parameter.
11064
11065         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11066
11067         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11068
11069         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11070         parameter.
11071
11072         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11073         parameter.
11074
11075         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11076         parameter and remove the gnus-sum-hint-move-is-internal variable.
11077
11078         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11079         parameter.
11080
11081         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11082         parameter.
11083
11084         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11085         parameter.
11086
11087         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11088
11089         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11090         parameter.
11091
11092         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11093         parameter.
11094
11095 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11096
11097         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11098         a more conservative way.
11099
11100 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11101
11102         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11103         buffer, so it moves the window's cursor.
11104
11105 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11106
11107         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11108         `mm-dissect-multipart' and receive the from field as an (optional)
11109         argument from `mm-dissect-multipart'.
11110         (mm-dissect-multipart): Receive the from field as an argument and
11111         pass it on when we call `mm-dissect-buffer' on MIME parts.
11112         Fixes verification/decryption of signed/encrypted MIME parts.
11113
11114 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11115
11116         * gnus-sum.el (gnus-summary-move-article): Set
11117         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11118         whatever it calls (right now, only nnimap-request-move article
11119         respects it).
11120
11121         * nnimap.el (nnimap-request-move-article): When
11122         gnus-sum-hint-move-is-internal is set, don't do the extra
11123         nnimap-request-article.
11124
11125 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11126
11127         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11128
11129         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11130         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11131
11132         * gnus-sum.el (gnus-summary-caesar-message):
11133         Apply `gnus-treat-article' after rotation.
11134
11135         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11136         doc string.
11137
11138 2005-02-22  Simon Josefsson  <jas@extundo.com>
11139
11140         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11141         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11142         <arne@arnested.dk>.
11143         (encrypt): Add password-cache and password-cache-expiry as group
11144         members.
11145
11146 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11147
11148         * smime.el (smime-ldap-host-list): Doc fix.
11149         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11150         cache) password.
11151         (smime-sign-region): Use it.
11152         (smime-decrypt-region): Use it.
11153         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11154         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11155         fails.
11156         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11157         certificate from DER to PEM format rather than calling openssl.
11158
11159         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11160
11161         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11162         for signing/encryption.
11163
11164         * mml.el (mml-parse-1): Use them.
11165
11166 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11167
11168         * nnrss.el (nnrss-verbose): Removed.
11169         (nnrss-request-group): Use `nnheader-message' instead.
11170
11171 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11172
11173         * nnrss.el (nnrss-verbose): New variable.
11174         (nnrss-request-group): Make it say nnrss is requesting a group.
11175
11176 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11177
11178         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11179         Handle news URL with given port correctly.
11180
11181 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11182
11183         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11184         containing special characters.
11185
11186         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11187
11188         * mml.el (mime-to-mml): Ditto.
11189
11190         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11191         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11192         (rfc2047-decode-region): Quote decoded words containing special
11193         characters when rfc2047-quote-decoded-words-containing-tspecials
11194         is non-nil.
11195
11196 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11197
11198         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11199
11200         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11201
11202 2005-02-15  Simon Josefsson  <jas@extundo.com>
11203
11204         * nnimap.el (nnimap-debug): Doc fix.
11205
11206         * imap.el (imap-debug): Doc fix.
11207
11208 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11211
11212 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11213
11214         * gnus.el (spam-contents): Improve docs for spam-contents
11215         parameter in its variable incarnation.
11216
11217 2005-02-14  Simon Josefsson  <jas@extundo.com>
11218
11219         * smime-ldap.el: Use require instead of load-library for ldap.
11220         (smime-ldap-search): Indent.
11221         (smime-ldap-search-internal): Shorten line.
11222
11223         * smime.el (smime-cert-by-dns): Add doc-string.
11224         (smime-cert-by-ldap-1): Indent.
11225
11226         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11227         mml-smime-get-dns-ldap.
11228         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11229
11230 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11231
11232         * smime.el: Require smime-ldap.
11233         (smime-ldap-host-list): New variable.
11234         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11235
11236         * mml-smime.el (mml-smime-encrypt-query): New function.
11237         (mml-smime-encrypt-query): Use it.
11238
11239         * smime-ldap.el: New file.
11240
11241 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11244
11245 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11246
11247         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11248         argument in doc string.  Make query for type more clear.
11249
11250 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11251
11252         * gnus.el (gnus-group-startup-message): Search for gnus images in
11253         etc/images/gnus.
11254         * mm-util.el (mm-image-load-path): Likewise.
11255         * smiley.el (smiley-data-directory): Search for smilies in
11256         etc/images/smilies.
11257
11258 2005-02-09  Kim F. Storm  <storm@cua.dk>
11259
11260         Change Emacs release version from 21.4 to 22.1 throughout.
11261         Change Emacs development version from 21.3.50 to 22.0.50.
11262
11263 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11266
11267         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11268         non-Mule XEmacs as well.
11269         (mm-decompress-buffer): Signal an error intentionally if it does
11270         not decompress compressed data because auto-compression-mode is
11271         disabled.
11272
11273 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11274
11275         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11276         an ID in the registry even if it has no groups.
11277
11278 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11281         merge it into mm-decompress-buffer.
11282         (gnus-mime-copy-part): Use the MIME part charset, the value which
11283         a user specified or gnus-newsgroup-charset for decoding, like
11284         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11285         save-buffer what was used.  Suggested by Kevin Ryde
11286         <user42@zip.com.au>.
11287         (gnus-mime-inline-part): Allow the name parameter as well as the
11288         filename parameter; force decompressing of compressed data; always
11289         display contents being not decoded as unibyte.
11290
11291         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11292         as well as the filename parameter.
11293
11294         * mm-util.el (mm-decompress-buffer): Merge
11295         gnus-mime-jka-compr-maybe-uncompress.
11296         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11297         of compressed data.
11298
11299 2005-02-08  Simon Josefsson  <jas@extundo.com>
11300
11301         * imap.el (imap-log): Doc fix.
11302
11303 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11304
11305         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11306         the coding cookies; decompress compressed parts.
11307
11308         * mml.el (mml-generate-mime-1): Add the charset parameter according
11309         to the value which a user specified manually or the coding cookie.
11310
11311         * mm-util.el (mm-string-to-multibyte): New function.
11312         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11313         (mm-coding-system-to-mime-charset): New function.
11314         (mm-decompress-buffer): New function.
11315         (mm-find-buffer-file-coding-system): New function.
11316
11317         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11318         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11319         parts.
11320
11321 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11322
11323         * mm-view.el (mm-display-inline-fontify): Decode a part according
11324         to the charset parameter.
11325
11326 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11329         prefix arg is neither nil nor a number, as info specifies.
11330
11331 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11334         timestamps.
11335
11336 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11337
11338         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11339         groups error checking and notify user.
11340
11341 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11342
11343         * message.el (message-send-mail-function): Check existence of
11344         sendmail-program first before using default value
11345         `message-send-mail-with-sendmail'.  Otherwise use more generic
11346         `smtpmail-send-it'.
11347
11348 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * nntp.el (nntp-request-update-info): Always return nil.
11351
11352 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11353
11354         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11355
11356 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11357
11358         * message.el (message-beginning-of-line): Change the behavior when
11359         invoked between BOL and : so that it first moves backward.
11360
11361 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11362
11363         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11364         article buffer when editing of the article is discarded.
11365         (gnus-article-prepare): Revert.
11366
11367 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * gnus-art.el (gnus-article-prepare):
11370         Remove message-strip-forbidden-properties from the local hook.
11371
11372 2005-01-27  Simon Josefsson  <jas@extundo.com>
11373
11374         * password.el (password-cache-add): Only start one timer per key.
11375         Reported by Derek Atkins <warlord@MIT.EDU>.
11376
11377 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11378
11379         * run-at-time.el: Removed.  It is no longer needed as
11380         timer-funcs.el in the xemacs-base package has a working version of
11381         `run-at-time'.
11382
11383         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11384
11385         * password.el: Require timer-funcs instead of run-at-time in
11386         XEmacs.
11387         Remove `password-run-at-time' macro.
11388         (password-cache-add): Use `run-at-time' instead of
11389         `password-run-at-time'.
11390
11391         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11392         Remove `nnheader-cancel-function-timers' alias,
11393         `cancel-function-timers' exists in XEmacs in timer-funcs.
11394
11395         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11396         for `run-with-idle-timer'.
11397
11398         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11399         for `run-at-time'.
11400
11401         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11402         for `with-timeout'.
11403
11404         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11405         the same as for XEmacs 21.4.
11406         No need to ignore `run-with-idle-timer', this function exists in
11407         XEmacs now in timer-funcs.el in the xemacs-base package.
11408         (dgnushack-compile): No need to delete
11409         run-at-time.el from the list of files to compile because it
11410         doesn't exist anymore.
11411
11412 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11415         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11416
11417 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11418
11419         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11420         sensitively.
11421
11422 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11423
11424         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11425
11426 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11427
11428         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11429         which will be inserted according to the multibyteness of a buffer
11430         rather than the type of contents.  Suggested by ARISAWA Akihiro
11431         <ari@mbf.ocn.ne.jp>.
11432
11433         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11434         of string which old xml.el may return rather than a string.
11435
11436 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11437
11438         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11439
11440 2005-01-16  Simon Josefsson  <jas@extundo.com>
11441
11442         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11443         idn/idna.el isn't available.
11444         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11445         <michael@waxrat.com>.
11446
11447         * hashcash.el: Remove non-FSF copyright header.
11448
11449         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11450         (hashcash-generate-payment): Use it.
11451         (hashcash-generate-payment-async): Use it.
11452
11453 2005-01-15  Simon Josefsson  <jas@extundo.com>
11454
11455         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11456         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11457
11458         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11459         gnus-summary-idna-message.
11460         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11461         (gnus-summary-idna-message): New function.
11462
11463 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11464
11465         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11466         gnus-novice-user.
11467
11468 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * nnrss.el (nnrss-request-delete-group): Delete entries in
11471         nnrss-group-alist as well.
11472         (nnrss-save-server-data): Insert newline.
11473
11474 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11475
11476         * gnus.el (gnus-user-agent): Use list of symbols instead of
11477         symbols.  Display full version number for (S)XEmacs.  Optionally
11478         display (S)XEmacs codename.
11479
11480         * gnus-util.el (gnus-emacs-version): Update for new
11481         `gnus-user-agent'.
11482
11483         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11484         Gnus version.
11485
11486 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11487
11488         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11489         which is unreadable in some setups.
11490
11491 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * gnus-spec.el (gnus-update-format-specifications): Flush the
11494         group format spec cache if it doesn't support decoded group names.
11495
11496 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11497
11498         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11499         Allow to apply decay on score files matching a regexp.
11500
11501 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11504         compatibility in %g and %c.
11505
11506 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11507
11508         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11509         name for only %g and %c.
11510         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11511         of gnus-tmp-group to decoded group name.
11512         (gnus-group-make-rss-group): Exclude `/'s from group names.
11513
11514 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * nnrss.el (nnrss-get-encoding): Fix regexp.
11517
11518 2004-12-27  Simon Josefsson  <jas@extundo.com>
11519
11520         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11521         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11522         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11523
11524 2004-12-17  Kim F. Storm  <storm@cua.dk>
11525
11526         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11527
11528         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11529
11530 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11531
11532         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11533
11534 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11535
11536         * nnrss.el: Require rfc2047 and mml.
11537         (nnrss-file-coding-system): New variable.
11538         (nnrss-format-string): Redefine it as an inline function.
11539         (nnrss-decode-group-name): New function.
11540         (nnrss-string-as-multibyte): Remove.
11541         (nnrss-retrieve-headers): Decode group name; don't use
11542         nnrss-format-string.
11543         (nnrss-request-group): Decode group name.
11544         (nnrss-request-article): Decode group name; allow a Message-ID as
11545         well as an article number; don't use nnrss-format-string; encode a
11546         Message-ID string which may contain non-ASCII characters; use
11547         mml-to-mime to compose a MIME article.
11548         (nnrss-request-expire-articles): Decode group name.
11549         (nnrss-request-delete-group): Decode group name.
11550         (nnrss-fetch): Clarify error message.
11551         (nnrss-read-server-data): Use insert-file-contents instead of load;
11552         bind file-name-coding-system; use multibyte buffer.
11553         (nnrss-save-server-data): Bind coding-system-for-write to the
11554         value of nnrss-file-coding-system; bind file-name-coding-system;
11555         add coding cookie.
11556         (nnrss-read-group-data): Use insert-file-contents instead of load;
11557         bind file-name-coding-system; use multibyte buffer.
11558         (nnrss-save-group-data): Bind coding-system-for-write to the
11559         value of nnrss-file-coding-system; bind file-name-coding-system.
11560         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11561         make it work with non-ASCII text.
11562         (nnrss-find-el): Make it work with old xml.el as well.
11563
11564 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11565
11566         * nnrss.el (nnrss-get-encoding): New function.
11567         (nnrss-fetch): Use unibyte buffer initially; bind
11568         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11569         decode contents according to the encoding attribute.
11570         (nnrss-save-group-data): Add coding cookie.
11571         (nnrss-mime-encode-string): New function.
11572         (nnrss-check-group): Use it to encode subject and author.
11573
11574 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11575
11576         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11577         imaginary variable.
11578
11579 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11582         correctly even if there are wide characters.
11583
11584 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11585
11586         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11587         downcased symbol names; make a new cache instead of reusing
11588         bbdb-hashtable.
11589
11590 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11591
11592         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11593         concatenating segments rather than before concatenating them.
11594         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11595
11596         * message.el (message-get-reply-headers): Bind `extra'.
11597
11598 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11599
11600         * message.el (message-extra-wide-headers): New variable.
11601         (message-get-reply-headers): Use it.
11602
11603 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11604
11605         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11606         (gnus-agent-group-pathname): Ditto.
11607
11608         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11609
11610         * gnus-group.el (gnus-group-make-group): Decode group name.
11611         (gnus-group-make-rss-group): Register the group data after opening
11612         the nnrss group.
11613
11614 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11615
11616         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11617         by expiry now get marked as read.
11618
11619 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11622
11623 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11624
11625         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11626         unify Latin characters in XEmacs.
11627         (mm-find-mime-charset-region): Use it.
11628
11629 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11630
11631         * gnus-util.el (gnus-delete-directory): New function.
11632
11633         * gnus-agent.el (gnus-agent-delete-group): Use it.
11634
11635         * gnus-cache.el (gnus-cache-delete-group): Use it.
11636
11637 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11638
11639         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11640         names.
11641
11642 2004-12-16  Simon Josefsson  <jas@extundo.com>
11643
11644         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11645
11646 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11649
11650         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11651         (gnus-group-set-current-level): Decode group name.
11652
11653 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11654
11655         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11656         failed.
11657
11658 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * gnus-group.el (gnus-group-delete-group): Decode group name.
11661         (gnus-group-make-rss-group): Encode group name.
11662         (gnus-group-catchup-current): Decode group name.
11663         (gnus-group-kill-group): Decode group name.
11664
11665 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11666
11667         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11668
11669 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * gnus-group.el (gnus-group-make-rss-group):
11672         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11673
11674         * gnus-start.el (gnus-setup-news): Honor user's setting to
11675         gnus-message-archive-method.  Suggested by Lute Kamstra
11676         <lute@gnu.org>.
11677
11678 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11679
11680         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11681         global counterparts of the buffer-local variables.
11682
11683 2004-11-16  Romain Francoise  <romain@orebokech.com>
11684
11685         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11686         counterparts of the buffer-local variables.
11687
11688 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11689
11690         * message.el (message-forbidden-properties): Fixed typo in doc
11691         string.
11692
11693 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11694
11695         * gnus-util.el (gnus-replace-in-string): Added doc string.
11696
11697         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11698         to avoid problems when splitting mails with many recipients.
11699
11700 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11701
11702         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11703         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11704
11705 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11706
11707         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11708         if there is no hashtable in memory or file modification time is
11709         newer than cached timestamp.
11710
11711 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11712
11713         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11714         not-matching option.
11715
11716 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11717
11718         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11719         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11720         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11721         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11722         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11723         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11724
11725 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11726
11727         * message.el (message-forward-make-body-mml): Remove headers
11728         according to message-forward-ignored-headers if a message is decoded.
11729
11730 2004-12-02  Romain Francoise  <romain@orebokech.com>
11731
11732         * message.el (message-forward-make-body-plain): Always remove
11733         headers according to message-forward-ignored-headers.
11734
11735 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11736
11737         * spam.el (spam-summary-prepare-exit): Remove the
11738         gnus-summary-limit pop for now, it has problems with ham marks for
11739         me.
11740
11741 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11742
11743         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11744         correctly.
11745
11746 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11747
11748         * format-spec.el (format-spec): Message the char.
11749
11750 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11751
11752         * gnus-art.el (gnus-split-methods): Reformat comments.
11753
11754         * spam.el (spam-summary-prepare-exit): Remove article limits
11755         before exiting the summary buffer.
11756
11757 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11758
11759         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11760         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11761
11762         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11763         order to silence the byte compiler.
11764
11765         * spam.el: Fix the way to silence the byte compiler, which
11766         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11767         bbdb-search-simple, spam-BBDB-register-routine,
11768         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11769         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11770         spam-stat-buffer-is-spam, spam-stat-load,
11771         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11772         spam-stat-save and spam-stat-split-fancy.
11773
11774 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11777         which may confuse users.
11778         (canlock-password-for-verify): Ditto.
11779
11780         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11781
11782         * gnus-art.el (gnus-emphasis-alist): Ditto.
11783
11784         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11785
11786         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11787
11788         * gnus-start.el (gnus-save-killed-list): Ditto.
11789
11790         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11791         (gnus-sum-thread-tree-root): Ditto.
11792         (gnus-sum-thread-tree-false-root): Ditto.
11793         (gnus-sum-thread-tree-single-indent): Ditto.
11794
11795         * message.el (message-courtesy-message): Ditto.
11796         (message-archive-note): Ditto.
11797         (message-subscribed-address-file): Ditto.
11798         (message-user-fqdn): Ditto.
11799
11800         * spam-report.el (spam-report-gmane-regex): Ditto.
11801
11802         * spam.el (spam-blackhole-good-server-regex): Ditto.
11803
11804 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11805
11806         * mml.el (mml-preview): Widen the message buffer before copying
11807         the contents to the preview buffer; sort headers before previewing.
11808
11809         * message.el (message-hidden-headers): Fix the way to avoid a bug
11810         in the `repeat' widget in Emacs 21.3 or earlier.
11811
11812 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * message.el (message-hidden-headers): Default to "^References:".
11815         Improve customization type.  Suggested by Reiner Steib
11816         <Reiner.Steib@gmx.de>.
11817
11818 2004-11-25  Romain Francoise  <romain@orebokech.com>
11819
11820         * message.el (message-strip-forbidden-properties): Remove check for
11821         obsolete `message-hidden' text property, hidden headers are not
11822         accessible in the buffer anymore.
11823
11824 2004-11-22  Romain Francoise  <romain@orebokech.com>
11825
11826         * message.el (message-header-format-alist): Add `From' in list
11827         so that it can be sorted.
11828         (message-fix-before-sending): Widen and sort headers before
11829         sending.
11830         (message-hide-headers): Use narrowing to hide headers by moving
11831         them to the top of the buffer and narrowing to the region
11832         underneath.
11833
11834 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11835
11836         * message.el (message-strip-forbidden-properties): Bind
11837         buffer-read-only (etc) to nil.
11838
11839 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11840
11841         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11842         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11843
11844 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11845
11846         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11847
11848 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11849
11850         * dns.el (query-dns): Use sit-for to time instead of
11851         accept-process-output, since that doesn't seem to work on udp
11852         sockets.
11853
11854 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11855
11856         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11857
11858 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11859
11860         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11861         doc string.  Improve doc string.
11862
11863 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * nntp.el (nntp-request-update-info): Return nil if
11866         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11867         may not call gnus-activate-group which uselessly issues the GROUP
11868         commands for all nntp groups and wastes time.  Reported by Romain
11869         Francoise <romain@orebokech.com>.
11870
11871         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11872
11873 2004-11-15  Simon Josefsson  <jas@extundo.com>
11874
11875         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11876         headers separately.
11877         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11878         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11879
11880 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11881
11882         * gnus-start.el (gnus-convert-old-newsrc):
11883         Assign legacy-gnus-agent to 5.10.7.
11884
11885 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11886
11887         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11888         start of the lines.
11889
11890 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11891
11892         * hashcash.el (hashcash-default-payment): Change default to 20.
11893         (hashcash-default-accept-payment): Change default to 20.
11894         (hashcash-process-alist): New variable.
11895         (hashcash-generate-payment-async): Add.
11896         (hashcash-already-paid-p): Add.
11897         (hashcash-insert-payment): Don't generate payments twice.
11898         (hashcash-insert-payment-async): Add.
11899         (hashcash-insert-payment-async-2): Add.
11900         (hashcash-cancel-async): Add.
11901         (hashcash-wait-async): Add.
11902         (hashcash-processes-running-p): Add.
11903         (hashcash-wait-or-cancel): Add.
11904         (mail-add-payment): New optional argument.  Conditionally start
11905         asynchronous calculation.
11906         (mail-add-payment-async): Add.
11907
11908         * message.el (message-send-mail): Wait for asynchronous hashcash
11909         results.  Don't clobber existing X-Hashcash headers.
11910         (message-setup-1): Call mail-add-payment-async when
11911         message-generate-hashcash is non-nil.
11912
11913 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11914
11915         * message.el (message-use-alternative-email-as-from): Examine the
11916         From header as well; use message-make-from in order to include a
11917         user's full name.
11918
11919 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11922         default; improve customization type.
11923         (gnus-emphasis-custom-with-format): New macro.
11924         (gnus-emphasis-custom-value-to-external): New function.
11925         (gnus-emphasis-custom-value-to-internal): New function.
11926
11927 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11928
11929         * dns.el (query-dns): Resolve reverse addresses.
11930
11931 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11932
11933         * gnus-group.el (gnus-group-get-new-news): Use it.
11934
11935         * gnus-start.el (gnus-check-reasonable-setup): New function.
11936
11937 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11940         "Args out of range" error.  Reported by Arnaud Giersch
11941         <arnaud.giersch@free.fr>.
11942
11943 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11944
11945         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11946
11947 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11948
11949         * spam.el (spam group): Add :version.
11950
11951         * pgg-def.el (pgg group): Add :version.
11952
11953 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11954
11955         * gnus-art.el (gnus-article-edit-article): Don't associate the
11956         article buffer with a draft file.  This is a temporary measure
11957         against the 2004-08-22 change to gnus-article-edit-mode.
11958
11959 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11962         (html2text-format-tags): Remove unused variable `attr'.
11963
11964 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11965
11966         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11967
11968         * tls.el (tls-process-connection-type, tls-success)
11969         (tls-certtool-program): Add :version.
11970
11971         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11972         (starttls-extra-arguments, starttls-process-connection-type)
11973         (starttls-connect, starttls-failure, starttls-success): Add :version.
11974
11975         * spam-stat.el (spam-stat): Add :version.
11976
11977         * sieve.el (sieve): Add :version.
11978
11979         * sha1.el (sha1): Add :version.
11980         (sha1-use-external): Remove redundant version.
11981
11982         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11983         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11984         (nnmail-split-fancy-match-partial-words)
11985         (nnmail-split-lowercase-expanded): Add :version.
11986
11987         * nndiary.el (nndiary): Add :version.
11988
11989         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11990
11991         * mml-sec.el (mml-default-sign-method)
11992         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11993         Add :version.
11994
11995         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11996
11997         * mm-url.el (mm-url-use-external, mm-url-program)
11998         (mm-url-arguments): Add :version.
11999
12000         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12001         (mm-attachment-file-modes, mm-decrypt-option)
12002         (mm-w3m-safe-url-regexp): Add :version.
12003
12004         * message.el (message-cite-prefix-regexp)
12005         (message-sendmail-envelope-from, message-minibuffer-local-map)
12006         (message-user-fqdn, message-completion-alist): Add :version.
12007
12008         * gnus-win.el (gnus-configure-windows-hook)
12009         (gnus-use-frames-on-any-display): Add :version.
12010
12011         * gnus-art.el (gnus-article-address-banner-alist)
12012         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12013         (gnus-treat-from-picon, gnus-treat-mail-picon)
12014         (gnus-treat-x-pgp-sig): Add :version.
12015
12016         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12017         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12018         (gnus-summary-article-delete-hook)
12019         (gnus-summary-display-while-building): Add :version.
12020
12021         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12022         (gnus-get-top-new-news-hook): Add :version.
12023
12024         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12025         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12026
12027         * gnus-registry.el (gnus-registry): Add :version.
12028
12029         * gnus-spec.el (gnus-use-correct-string-widths)
12030         (gnus-make-format-preserve-properties): Add :version.
12031
12032         * gnus.el (gnus-group-charter-alist)
12033         (gnus-group-fetch-control-use-browse-url)
12034         (gnus-install-group-spam-parameters): Add :version.
12035
12036         * gnus-diary.el (gnus-diary): Add :version.
12037
12038         * gnus-delay.el (gnus-delay): Add :version.
12039
12040         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12041         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12042         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12043         Add :version.
12044
12045         * gnus-agent.el (gnus-agent-max-fetch-size)
12046         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12047         (gnus-agent-prompt-send-queue): Add :version.
12048
12049         * deuglify.el (gnus-outlook-deuglify): Add :version.
12050
12051         * html2text.el: Beautify code.  Improve doc strings.  Some
12052         checkdoc cleanup.
12053         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12054
12055 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12056
12057         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12058
12059 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12060
12061         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12062         when package is loaded.
12063
12064         * spam.el (spam-summary-score-preferred-header): Add global preference
12065         for people who want to override the default SpamAssassin over
12066         Bogofilter preference (when both are set).
12067         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12068         (spam-user-format-function-S): Check
12069         spam-summary-score-preferred-header.
12070         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12071         (spam-user-format-function-S): Format the score correctly.
12072
12073 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12076         signature file.  Suggested by Manoj Srivastava
12077         <srivasta@golden-gryphon.com>.
12078
12079         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12080         iso-2022-jp even in the Japanese language environment.
12081         Suggested by Jason Rumney <jasonr@gnu.org>.
12082
12083 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12086         use the same characters as the dummy marks; make it free from
12087         getting affected by the language environment.
12088         (gnus-summary-read-group-1): Update mark positions only when the
12089         format spec is updated.
12090
12091         * gnus-spec.el (gnus-update-format-specifications): Return a list
12092         of updated types.
12093
12094 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12097         of boundp to check if display-warning is available.
12098
12099 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12100
12101         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12102
12103 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * nnspool.el (nnspool-spool-directory): Use news-path if the
12106         news-directory variable is not bound.
12107
12108         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12109         function instead of display-warning if it is not available.
12110
12111 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12112
12113         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12114         v5-10: Use `point-at-bol'.
12115
12116 2004-10-26  Simon Josefsson  <jas@extundo.com>
12117
12118         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12119         <chenggao@gmail.com>.
12120
12121 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12122
12123         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12124         instead.
12125
12126 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12127
12128         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12129         to remove a server from the nnimap-server-buffer-alist.
12130         (nnimap-open-connection, nnimap-close-server): Use it.
12131
12132         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12133
12134 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12137         running the major-mode function.
12138
12139 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12142         dummy marks in the right way.
12143
12144 2004-10-18  David Edmondson  <dme@dme.org>
12145
12146         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12147         excessively.
12148
12149 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12150
12151         * gnus-util.el (gnus-split-references): Accept a nil references
12152         string and go on blissfully.
12153
12154         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12155         cases where the references string is non-nil but has no references.
12156
12157         * encrypt.el: Add autoload tags.
12158
12159         * spam.el (spam-resolve-registrations-routine): Remove article
12160         from unregistration list too.  Reported by David Hanak
12161         <dhanak@isis.vanderbilt.edu>
12162
12163 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12164
12165         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12166         nil.  Changed custom type.
12167
12168 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12169
12170         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12171
12172         * gnus-sum.el (gnus-summary-move-article): Use it.
12173
12174 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12175
12176         * encrypt.el: Add autoload cookies.
12177
12178         * spam.el (spam-backend-article-list-property)
12179         (spam-backend-get-article-todo-list)
12180         (spam-backend-put-article-todo-list)
12181         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12182         Resolve registrations separately.
12183         (spam-register-routine): Format comments.
12184         (spam-unregister-routine, spam-register-routine): Always call with
12185         specific-articles, no default list.
12186         (spam-summary-prepare-exit): Use the spam-classifications function.
12187
12188         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12189         gnus-encrypt.el.
12190
12191         * encrypt.el: Copied from gnus-encrypt.el.
12192
12193         * gnus-encrypt.el: Commented that it's obsolete.
12194
12195 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12196
12197         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12198         (gnus-score-save): Use it.
12199
12200         * message.el (message-bury): Use `window-dedicated-p'.
12201
12202 2004-10-15  Simon Josefsson  <jas@extundo.com>
12203
12204         * pop3.el (top-level): Don't require nnheader.
12205         (pop3-read-timeout): Add.
12206         (pop3-accept-process-output): Add.
12207         (pop3-read-response, pop3-retr): Use it.
12208
12209 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12210
12211         * spam.el (spam-register-routine): Move comment.
12212         (spam-verify-bogofilter): Use 'unknown for the initial
12213         spam-bogofilter-valid state, not 'never.
12214
12215         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12216         for netrc-machine.
12217
12218         * nnimap.el (nnimap-open-connection): Use
12219         netrc-machine-user-or-password.
12220
12221 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12222
12223         * gnus-registry.el (gnus-registry-unload-hook):
12224         Set as a variable with add-hook.
12225
12226         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12227         of news-path.
12228
12229         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12230
12231         * spam.el: Delete duplicate `provide'.
12232         (spam-unload-hook): Set as a variable with add-hook.
12233
12234 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12235
12236         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12237         in the doc string.
12238
12239         * message.el (message-ignored-news-headers)
12240         (message-ignored-supersedes-headers)
12241         (message-ignored-resent-headers)
12242         (message-forward-ignored-headers): Improve custom type.
12243
12244 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12245
12246         * message.el (message-tokenize-header): Fix 2004-09-06 change
12247         which used point-min in the wrong place.
12248
12249 2004-10-12  Simon Josefsson  <jas@extundo.com>
12250
12251         * tls.el (tls-certtool-program): New variable.
12252         (tls-certificate-information): New function, based on
12253         ssl-certificate-information.
12254
12255 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * compface.el: Move the version of ELisp-based uncompface program
12258         to the contrib directory because of the copyright problem.
12259
12260 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12261
12262         * message.el (message-kill-buffer): Raise the current frame.
12263
12264 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12265
12266         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12267
12268         * gnus.el (message-y-or-n-p): Autoload.
12269
12270         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12271         (pop3-password-required, pop3-authentication-scheme)
12272         (pop3-leave-mail-on-server): Made customizable.
12273         (pop3): New custom group.
12274         (pop3-retr): Remove `sleep-for' statements.
12275         Suggested by Dave Love <fx@gnu.org>.
12276
12277         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12278         Windows/DOS.
12279
12280         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12281         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12282         Dave Love <fx@gnu.org>.
12283
12284         * mml.el (mml-minibuffer-read-disposition): Require match.
12285         Suggested by Dave Love <fx@gnu.org>.
12286
12287 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12288
12289         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12290         doc string.
12291
12292 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12295
12296 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12297
12298         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12299         instead of calling `mm-insert-inline', to decode text/* parts
12300         before displaying them.
12301
12302 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * mm-uu.el (mm-uu-text-plain-type): New variable.
12305         (mm-uu-pgp-signed-extract-1): Use it.
12306         (mm-uu-pgp-encrypted-extract-1): Use it.
12307         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12308         bind mm-uu-text-plain-type with that value.
12309         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12310         mm-uu-dissect.
12311
12312 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12313
12314         * gnus-group.el (gnus-update-group-mark-positions):
12315         * gnus-sum.el (gnus-update-summary-mark-positions):
12316         * message.el (message-check-news-body-syntax):
12317         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12318         of string-as-multibyte.
12319
12320 2004-10-05  Juri Linkov  <juri@jurta.org>
12321
12322         * gnus-group.el (gnus-update-group-mark-positions):
12323         * gnus-sum.el (gnus-update-summary-mark-positions):
12324         * message.el (message-check-news-body-syntax):
12325         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12326         8-bit unibyte values to a multibyte string for search functions.
12327
12328 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12331         (mm-uu-dissect-text-parts): New function.
12332
12333         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12334         dissect text parts.
12335
12336         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12337         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12338
12339         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12340
12341         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12342         gnus-current-topics instead of gnus-current-topic.
12343
12344 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12345
12346         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12347
12348 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12349
12350         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12351         where approriate.
12352
12353         * nnml.el (nnml-generate-active-info): do.
12354
12355         * nndiary.el (nndiary-generate-active-info): do.
12356
12357         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12358         (gnus-topic-move): do.
12359
12360         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12361         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12362
12363         * gnus-srvr.el (gnus-server-prepare)
12364         (gnus-server-open-all-servers): do.
12365
12366         * gnus-msg.el (gnus-summary-cancel-article)
12367         (gnus-summary-resend-message)
12368         (gnus-summary-mail-crosspost-complaint): do.
12369
12370         * gnus-move.el (gnus-change-server): do.
12371
12372         * gnus-group.el (gnus-group-unmark-all-groups)
12373         (gnus-group-set-current-level): do.
12374
12375 2004-10-04  Simon Josefsson  <jas@extundo.com>
12376
12377         * message.el (message-generate-hashcash): Doc fix.
12378
12379 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12380
12381         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12382         avoid infinite recursion via gnus-get-function.
12383
12384 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12385
12386         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12387
12388         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12389
12390         * nnmail.el (nnmail-split-history): do.
12391
12392         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12393         (nnml-request-delete-group): do.
12394
12395         * nnslashdot.el (nnslashdot-read-groups): do.
12396
12397         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12398         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12399
12400         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12401         (nnspool-sift-nov-with-sed): Use last.
12402         (nnspool-retrieve-headers-with-nov): Use mapc.
12403         (nnspool-request-newgroups): Use dolist.
12404         (nnspool-request-group): Use last.
12405
12406         * nntp.el (nntp-read-server-type): Use dolist.
12407
12408         * nnvirtual.el (nnvirtual-create-mapping)
12409         (nnvirtual-update-read-and-marked): Use dolist.
12410         (nnvirtual-convert-headers): Simplify.
12411
12412 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12413
12414         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12415         support for sync'ing tick marks.
12416
12417 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12418
12419         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12420         there's no visible header.
12421
12422 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12423
12424         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12425         necessary, pass full group name to gnus-request-set-marks.
12426
12427 2004-10-01  Simon Josefsson  <jas@extundo.com>
12428
12429         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12430         acroread.
12431
12432 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12433
12434         * spam-report.el (spam-report-gmane): Fix interactive.
12435
12436         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12437
12438         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12439         when writing file.
12440         (gnus-agent-synchronize-flags): Don't default to being
12441         interactive.
12442
12443 2004-09-30  Simon Josefsson  <jas@extundo.com>
12444
12445         * message.el (message-generate-hashcash): Add.
12446         (message-send-mail): Use it, call mail-add-payment.
12447
12448 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12449
12450         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12451
12452 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12453
12454         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12455         gnus-requst-update-info with explicit code to sync the in-memory
12456         info read flags with the marks being sync'd to the backend.
12457
12458         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12459
12460 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12461
12462         * spam.el (spam-verify-bogofilter): Add new function.
12463         (spam-check-bogofilter)
12464         (spam-bogofilter-register-with-bogofilter): Use it.
12465         (spam-verify-bogofilter): Add small fixes.
12466
12467 2004-09-28  Simon Josefsson  <jas@extundo.com>
12468
12469         * hashcash.el (hashcash-generate-payment): Revert.
12470
12471 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12472
12473         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12474         gnus-extract-references instead of gnus-split-references.
12475
12476         * gnus-util.el (gnus-extract-references): Add new function, analogous
12477         to gnus-split-references but extracts only the message-ID without
12478         anything extra.
12479
12480         * hashcash.el (hashcash-generate-payment)
12481         (hashcash-check-payment): Do the right thing if hashcash-path is
12482         nil (because the hashcash program could not be found).
12483
12484         * spam.el (spam-use-hashcash): Remove comment.
12485
12486 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12487
12488         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12489         (gnus-cache-enter-article, gnus-cache-remove-article)
12490         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12491
12492         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12493
12494         * gnus-art.el (article-hide-boring-headers)
12495         (article-translate-strings, article-display-face)
12496         (gnus-article-mime-match-handle-first)
12497         (gnus-article-highlight-headers)
12498         (gnus-article-add-buttons-to-head): do.
12499
12500 2004-09-27  Simon Josefsson  <jas@extundo.com>
12501
12502         * hashcash.el: New version, from
12503         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12504         ../contrib/.
12505
12506 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12507
12508         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12509
12510 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12511
12512         * gnus-dup.el (gnus-dup-open): Use mapc.
12513         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12514
12515         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12516         Reported by Stefan Wiens <s.wi@gmx.net>.
12517
12518         * gnus.el (gnus-shutdown): Use dolist.
12519
12520         * gnus-undo.el (gnus-undo): Use mapc.
12521
12522         * nnrss.el (nnrss-generate-active): do.
12523
12524         * message.el (message-cite-original-without-signature)
12525         (message-cite-original): Use mapc.
12526         (message-do-actions, message-make-forward-subject): Use dolist.
12527
12528 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12529
12530         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12531         deletion to remove entire duplicate line.  Fixes merged article
12532         number bug.
12533
12534 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12535
12536         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12537         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12538         first ask if you want to open a server and then, even when you
12539         responded with no, asking if you want to synchronize the server's
12540         flags.
12541         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12542         multi-line expressions.
12543         (gnus-agent-synchronize-group-flags): New internal function.
12544         Updates marks in memory (in the info structure) AND in the
12545         backend.
12546
12547         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12548
12549         * nnagent.el (nnagent-request-set-mark): Use
12550         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12551         method, to ensure that synchronization updates marks in the
12552         backend and in the info (in memory) structure.
12553
12554 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12557         convention fully; don't miss the root article of a thread; make
12558         the X-Draft-From header with correct article numbers.
12559
12560 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12561
12562         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12563         unless plugged.  Disable the agent so that an open failure causes
12564         an error.
12565
12566         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12567         Reverted 2004-09-21 change.  The backend must be opened while
12568         synchronizing flags even when the backend stores the flags
12569         locally.
12570
12571 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12574         in `header' match.  Reported by Svend Tollak Munkejord.
12575
12576         * message.el (message-cite-original): Fix use of
12577         `message-cite-articles-with-x-no-archive'.
12578
12579 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12580
12581         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12582         (gnus-window-to-buffer): Ditto.
12583
12584         * mml.el (mml-preview-buffer): New variable.
12585         (mml-preview): Manage window layout with gnus-buffer-configuration.
12586
12587         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12588         X-Draft-From header even if those articles aren't quoted.
12589
12590 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12591
12592         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12593         (gnus-request-set-mark, gnus-request-update-mark): Use new
12594         g-s-t-u-l-m to decide to use backend even when unplugged.
12595
12596 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12599         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12600
12601 2004-09-20  Simon Josefsson  <jas@extundo.com>
12602
12603         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12604         "utf-16-le".
12605
12606 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12607
12608         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12609
12610 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12611
12612         * uudecode.el (uudecode-use-external): Add :version.
12613
12614         * smime.el (smime-CA-file, smime-encrypt-cipher)
12615         (smime-dns-server): Add :version.
12616
12617         * smiley.el (gnus-smiley-file-types): Add :version.
12618
12619         * sha1.el (sha1-use-external): Add :version.
12620
12621         * pgg-def.el (pgg-query-keyserver): Add :version.
12622
12623         * nnmail.el (nnmail-fancy-expiry-targets)
12624         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12625         Add :version.
12626
12627         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12628         (nnimap-retrieve-groups-asynchronous): Add :version.
12629         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12630
12631         * mml.el (mml-content-disposition-parameters)
12632         (mml-insert-mime-headers-always): Add :version.
12633
12634         * mm-util.el (mm-coding-system-priorities): Add :version.
12635
12636         * mm-decode.el (mm-inline-text-html-with-images)
12637         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12638         (mm-verify-option): Add :version.
12639         (mm-text-html-renderer): Change :version.
12640
12641         * message.el (message-fcc-externalize-attachments)
12642         (message-required-headers, message-draft-headers)
12643         (message-subject-trailing-was-query)
12644         (message-subject-trailing-was-ask-regexp)
12645         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12646         (message-mark-insert-end, message-archive-header)
12647         (message-archive-note, message-cross-post-default)
12648         (message-cross-post-note, message-followup-to-note)
12649         (message-cross-post-note-function, message-use-mail-followup-to)
12650         (message-subscribed-address-functions)
12651         (message-subscribed-address-file, message-subscribed-addresses)
12652         (message-subscribed-regexps, message-allow-no-recipients)
12653         (message-yank-cited-prefix, message-signature-insert-empty-line)
12654         (message-hidden-headers, message-hierarchical-addresses)
12655         (message-mail-user-agent, message-use-idna)
12656         (message-valid-fqdn-regexp)
12657         (message-strip-special-text-properties, message-header-synonyms)
12658         (message-beginning-of-line, message-tab-body-function): Add :version.
12659         (message-insert-canlock, message-wide-reply-confirm-recipients):
12660         Change :version.
12661
12662         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12663         and :version.
12664         (mail-source-delete-old-incoming-confirm)
12665         (mail-source-movemail-program): Add :version.
12666
12667         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12668         (gnus-agent-cache, gnus-agent): Change :version.
12669
12670         * gnus-util.el (gnus-use-byte-compile): Change :version.
12671
12672         * gnus-sum.el (gnus-summary-make-false-root-always)
12673         (gnus-summary-default-high-score)
12674         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12675         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12676         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12677         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12678         (gnus-sum-thread-tree-single-indent)
12679         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12680         (gnus-sum-thread-tree-leaf-with-other)
12681         (gnus-sum-thread-tree-single-leaf): Add :version.
12682         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12683         (gnus-article-loose-mime): Change :version.
12684
12685         * gnus-start.el (gnus-backup-startup-file)
12686         (gnus-save-startup-file-via-temp-buffer): Add :version.
12687
12688         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12689         (gnus-server-offline-face): Add :version.
12690
12691         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12692
12693         * gnus-msg.el (gnus-gcc-externalize-attachments)
12694         (gnus-debug-files, gnus-debug-exclude-variables)
12695         (gnus-discouraged-post-methods): Change :version.
12696         (gnus-confirm-mail-reply-to-news)
12697         (gnus-confirm-treat-mail-like-news): Add :version.
12698
12699         * gnus-int.el (gnus-server-unopen-status): Add :version.
12700
12701         * gnus-group.el (gnus-group-jump-to-group-prompt)
12702         (gnus-large-ephemeral-newsgroup)
12703         (gnus-fetch-old-ephemeral-headers): Add :version.
12704
12705         * gnus-fun.el (gnus-x-face-directory)
12706         (gnus-convert-pbm-to-x-face-command)
12707         (gnus-convert-image-to-x-face-command)
12708         (gnus-convert-image-to-face-command): Add :version.
12709
12710         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12711
12712         * gnus-cite.el (gnus-cite-blank-line-after-header)
12713         (gnus-article-boring-faces): Add :version.
12714
12715         * gnus-art.el (gnus-buttonized-mime-types)
12716         (gnus-inhibit-mime-unbuttonizing)
12717         (gnus-treat-display-face)
12718         (gnus-treat-body-boundary): Change :version.
12719         (gnus-body-boundary-delimiter, gnus-picon-databases)
12720         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12721         (gnus-treat-date-english, gnus-treat-fold-headers)
12722         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12723         (gnus-treat-mail-picon, gnus-treat-wash-html)
12724         (gnus-article-encrypt-protocol)
12725         (gnus-use-idna, gnus-article-over-scroll)
12726         (gnus-mime-display-multipart-alternative-as-mixed)
12727         (gnus-mime-display-multipart-related-as-mixed)
12728         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12729         (gnus-ctan-url, gnus-button-ctan-handler)
12730         (gnus-button-handle-ctan-bogus-regexp)
12731         (gnus-button-ctan-directory-regexp)
12732         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12733         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12734         (gnus-button-man-level, gnus-button-emacs-level)
12735         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12736
12737         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12738         (gnus-agent-go-online): Change :version.
12739         (gnus-agent-expire-unagentized-dirs)
12740         (gnus-agent-auto-agentize-methods): Add :version.
12741
12742         * flow-fill.el (fill-flowed-display-column)
12743         (fill-flowed-encode-column): Add :version.
12744
12745         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12746         (gnus-outlook-deuglify-unwrap-max)
12747         (gnus-outlook-deuglify-cite-marks)
12748         (gnus-outlook-deuglify-unwrap-stop-chars)
12749         (gnus-outlook-deuglify-no-wrap-chars)
12750         (gnus-outlook-deuglify-attrib-cut-regexp)
12751         (gnus-outlook-deuglify-attrib-verb-regexp)
12752         (gnus-outlook-deuglify-attrib-end-regexp)
12753         (gnus-outlook-display-hook): Add :version.
12754
12755         * binhex.el (binhex-use-external): Add :version.
12756
12757 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12758
12759         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12760         and `invisible'.
12761
12762 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12763
12764         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12765         in gnus-registry-trim.
12766
12767 2004-09-13  Simon Josefsson  <jas@extundo.com>
12768
12769         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12770
12771         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12772
12773         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12774         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12775         <yamaoka@jpl.org>.
12776         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12777         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12778         <yamaoka@jpl.org>.
12779
12780         * sieve.el (sieve-manage-mode): Ditto.
12781
12782 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12783
12784         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12785
12786 2004-09-11  Simon Josefsson  <jas@extundo.com>
12787
12788         * dns-mode.el: Add.
12789
12790         * mm-view.el (mm-display-dns-inline): Add.
12791
12792         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12793         (mm-automatic-display): Ditto.
12794
12795         * mailcap.el (mailcap-mime-data): Add text/dns.
12796         (mailcap-mime-extensions): Map .soa to text/dns.
12797
12798 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12799
12800         * gnus-art.el (article-decode-mime-words, article-babel)
12801         (gnus-article-highlight-signature, gnus-article-add-buttons)
12802         (gnus-signature-toggle): Remove unnecessary bindings of
12803         `inhibit-read-only' inherited from v5.10 merge.
12804
12805 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12806
12807         * nntp.el (nntp): New customization group.
12808         (nntp-authinfo-file): Add customization group.
12809
12810         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12811
12812         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12813
12814         * gnus.el (to-address, to-list, subscribed)
12815         (large-newsgroup-initial): Ditto.
12816
12817         * flow-fill.el (fill-flowed-display-column)
12818         (fill-flowed-encode-column): Ditto.
12819
12820 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12821
12822         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12823         Use point-min rather than 1.
12824         (message-send-mail): Use buffer-size rather than point-max.
12825
12826         * gnus-sum.el (gnus-summary-search-article-forward):
12827         Signal a specific `search-failed' rather than a generic `error'.
12828
12829         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12830         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12831         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12832
12833 2004-09-10  Simon Josefsson  <jas@extundo.com>
12834
12835         * nndb.el (require): Remove tcp and duplicate cl.
12836
12837 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12838
12839         * gnus-agent.el (directory-files-and-attributes): Move forward.
12840
12841 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12842
12843         * gnus-agent.el (directory-files-and-attributes): Optionally
12844         defined to support XEmacs.
12845
12846 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12847
12848         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12849         to avoid run-time CL dependencies.
12850         (gnus-agent-unfetch-articles): New function.
12851         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12852         article numbers even when local .overview file is missing.
12853         (gnus-agent-read-article-number): New function.  Only accepts
12854         27-bit article numbers.
12855         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12856         gnus-agent-read-article-number.
12857         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12858         from backend while recognizing that article numbers in .overview
12859         must be valid.
12860         (gnus-agent-update-files-total-fetched-for): Use
12861         directory-files-and-attributes to improve performance.
12862         * gnus-int.el (gnus-request-move-article): Use
12863         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12864         improve performance.
12865
12866         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12867         some users confused by references to .newsrc when they only have a
12868         .newsrc.eld file.
12869         (gnus-convert-mark-converter-prompt)
12870         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12871         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12872         New function.  Used internally to only display 'gnus converting
12873         files' message when actually necessary.
12874
12875         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12876         methods now autoloaded.
12877
12878 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12881         identifiers.
12882
12883 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12884
12885         * gnus-picon.el: Fix indentation and closing parenthesis.
12886
12887 2004-09-01  Simon Josefsson  <jas@extundo.com>
12888
12889         * message.el (message-canlock-generate): Require sha1, not
12890         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12891         to require within a function.  Sadly, if sha1.el isn't loaded, the
12892         let binding in m-c-g will hide the defcustom definition, which is
12893         bad.)
12894
12895         * canlock.el: Require sha1, not sha1-el.
12896
12897         * message.el: Don't autoload sha1 (there is a autoload cookie in
12898         sha1.el).
12899
12900         * sha1-el.el: Renamed to sha1.el.
12901
12902 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12903
12904         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12905
12906 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12907
12908         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12909
12910 2004-08-30  Kim F. Storm  <storm@cua.dk>
12911
12912         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12913
12914         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12915         Add :group 'nnimap.
12916
12917 2004-08-30  Andreas Schwab  <schwab@suse.de>
12918
12919         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12920         ?* and ?\;.
12921
12922         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12923         and ?\' to symbol instead of whitespace.
12924
12925 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12928
12929         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12930         instead of re-search-forward.
12931
12932         * gnus-uu.el (gnus-uu-save-article): Ditto.
12933         (gnus-uu-post-encode-uuencode): Ditto.
12934
12935         * html2text.el (html2text-clean-list-items): Ditto.
12936         (html2text-clean-dtdd): Ditto.
12937         (html2text-format-tags): Ditto.
12938
12939         * message.el (message-send-mail-with-sendmail): Fix regexp.
12940         (message-fill-field-general): Use search-forward instead of
12941         re-search-forward.
12942         (unbold-region): Ditto.
12943
12944         * nnrss.el (nnrss-request-article): Ditto.
12945
12946         * nnslashdot.el (nnslashdot-request-article): Ditto.
12947
12948         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12949
12950         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12951         "Unrecognized menu descriptor" error in XEmacs.
12952
12953 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12954
12955         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12956         parent article of a sparse article in the thread hashtb.
12957
12958 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12959
12960         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12961         (nnmail-expand-newtext): Lowercase expanded entries if
12962         nnmail-split-lowercase-expanded is non-nil.
12963
12964 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12965
12966         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12967
12968         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12969         of gnus-tmp-news-method into string under XEmacs.  It will be
12970         passed to gnus-correct-length which takes only a string argument.
12971
12972 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12973
12974         * gnus-util.el (gnus-bind-print-variables): New macro.
12975         (gnus-prin1): Use it.
12976         (gnus-prin1-to-string): Use it.
12977         (gnus-pp): New function.
12978         (gnus-pp-to-string): New function.
12979
12980         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12981         Replace pp-to-string with gnus-pp-to-string.
12982         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12983         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12984         * gnus-msg.el (gnus-debug): Ditto.
12985         * gnus-score.el (gnus-score-save): Ditto.
12986         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12987         gnus-pp-to-string.
12988         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12989         with gnus-pp.
12990         * score-mode.el (gnus-score-pretty-print): Ditto.
12991         * webmail.el (webmail-debug): Ditto.
12992
12993 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * gnus-art.el (article-display-face, article-display-x-face):
12996         Use buffer-read-only.
12997
12998 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * gnus-art.el (article-hide-list-identifiers):
13001         Bind inhibit-read-only as t.
13002
13003 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13004
13005         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13006
13007 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13008
13009         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13010         (gnus-narrow-to-page): Don't assume point-min == 1.
13011         (gnus-article-edit-mode): Derive from message-mode.
13012
13013         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13014         point-min == 1.
13015
13016         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13017         Disable incorrect use of `assert'.
13018
13019         * message.el (message-mode): Set comment-start-skip.
13020
13021
13022 2004-08-22  Sam Steingold  <sds@gnu.org>
13023
13024         * pop3.el (pop3-leave-mail-on-server): New user variable.
13025         (pop3-movemail): Delete mail only when it is nil.
13026
13027 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13028
13029         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13030
13031         * mml.el (mml-preview): Use `pop-to-buffer'.
13032
13033         * message.el (message-goto-mail-followup-to): Insert after "To".
13034         (message-carefully-insert-headers): Add comment.
13035
13036         * gnus.el: Remove unused variable `gnus-article-check-size'.
13037
13038         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13039
13040         * gnus-art.el (gnus-button-alist): Improve
13041         `gnus-button-handle-library' entry.
13042
13043 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13044
13045         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13046         downcase, since XEmacs capitalizes error messages differently.
13047
13048 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13049
13050         * nntp.el: Add (require 'gnus) due to reference to
13051         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13052
13053 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13054
13055         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13056         `mm-fill-flowed'.
13057
13058         * mm-decode.el (mm-dissect-singlepart): Check it.
13059
13060 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13061
13062         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13063         'imap' for netrc parsing.
13064
13065 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * mailcap.el (mailcap-mime-data): Mark as risky.
13068
13069 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13070
13071         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13072         may be included in the encoded word.
13073         (rfc2047-encode): Don't append a space if the encoded word
13074         includes close parenthesis.
13075
13076 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13077
13078         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13079         of text within parentheses.
13080
13081 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13082
13083         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13084         (gnus-encrypt-write-file-contents): Make the password key the file
13085         name PLUS the cipher, not just the cipher.  Also remove failed
13086         passwords from the cache.
13087
13088 2004-08-06  Simon Josefsson  <jas@extundo.com>
13089
13090         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13091         fix.
13092
13093 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13096         LWSP.
13097
13098 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13099
13100         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13101         to append in-reply-to: data to the references: header.
13102
13103         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13104         (netrc-parse): Use gnus-encrypt.el functions.
13105
13106         * gnus-encrypt.el: Add new file for encryption support; currently
13107         does only a few GPG ciphers and an internal XOR cipher.
13108
13109         * password.el: Add comments on using password-read-and-add.
13110         (password-read-and-add): Add function to read and add the
13111         password to the cache at once.
13112
13113 2004-07-28  Simon Josefsson  <jas@extundo.com>
13114
13115         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13116         parameter (but don't use it, for now).
13117
13118         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13119         instead of hard coding to nil.
13120
13121 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13122
13123         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13124         as mm-inline-image-xemacs does.
13125
13126 2004-07-26  Simon Josefsson  <jas@extundo.com>
13127
13128         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13129         Revert part of 2004-07-17 change below.
13130
13131 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13132
13133         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13134         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13135
13136 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13137
13138         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13139         quotes that actually start with ">" at the beginning of the
13140         lines.
13141
13142 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13143
13144         * rfc2047.el (rfc2047-encode-region): Fix last change.
13145         (rfc2047-encode-parameter): Remove useless concat.
13146
13147 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13150         encode special characters; fix some kind of misconfigured headers;
13151         signal a real error if debug-on-quit or debug-on-error is non-nil.
13152         (rfc2047-encode-max-chars): New variable.
13153         (rfc2047-encode-1): Use it.
13154         (rfc2047-encode-parameter): New function.
13155
13156         * mml.el (mml-insert-parameter): Remove an excessive space.
13157
13158 2004-07-17  Simon Josefsson  <jas@extundo.com>
13159
13160         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13161         Kai Grossjohann <kai@emptydomain.de>.
13162         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13163         (gnus-group-make-menu-bar): Ditto.
13164
13165         * gnus-util.el (gnus-group-server): Add.
13166
13167 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13168
13169         * message.el (message-clone-locals): Clone sendmail and smtp
13170         variables.
13171
13172 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13173
13174         * rfc2047.el (rfc2047-encode-region): Fix last change.
13175
13176 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13177
13178         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13179         characters as non-special.
13180
13181 2004-07-09  Simon Josefsson  <jas@extundo.com>
13182
13183         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13184         Users will lose all flag changes made while unplugged with
13185         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13186         good default.  See numerous reports on ding mailing list.
13187
13188 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13191         add generate-head-function and generate-article-function to the
13192         rfc822-forward entry.
13193         (nndoc-rfc822-forward-generate-article): New function.
13194         (nndoc-rfc822-forward-generate-head): New function.
13195
13196         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13197
13198 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13199
13200         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13201         respect display group parameter and gnus-summary-expunge-below.
13202         (gnus-articles-to-read): Remove unused reference to display group
13203         parameter.
13204
13205 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13206
13207         * nnheader.el (nnheader-uniquify-message-id): New experimental
13208         variable.
13209         (nnheader-nov-read-message-id): Use it.
13210
13211         * spam-report.el (spam-report-gmane): Add interactive.
13212
13213 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13214
13215         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13216         qp-or-base64 for the application/* types.
13217
13218 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13219
13220         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13221
13222 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13223
13224         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13225         trim value.
13226
13227 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13228
13229         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13230         New macro and function.
13231         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13232
13233 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13236         after-load-alist.
13237
13238 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13239
13240         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13241         update info that isn't there.
13242
13243 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13244
13245         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13246         entry.
13247
13248 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13249
13250         * mm-view.el (mm-inline-render-with-function): Use multibyte
13251         buffer; decode html source by charset.
13252
13253         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13254
13255         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13256         Mule-UCS is loaded under XEmacs.
13257         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13258
13259 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13260
13261         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13262
13263 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * mm-util.el (mm-coding-system-p): Return a coding-system.
13266         (mm-mime-mule-charset-alist): Use shift_jis instead of
13267         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13268         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13269         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13270         instead of japanese-shift-jis and iso-latin-1 respectively in
13271         order to share the default value with both Emacs and XEmacs-mule.
13272         (mm-mule-charset-to-mime-charset): Make
13273         mm-coding-system-priorities effective.
13274         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13275         while predicating of candidates upon the priorities.
13276
13277 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13278
13279         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13280         gnus-uu-invert-processable.
13281
13282         * gnus.el: Autoload gnus-uu-invert-processable.
13283
13284 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * mm-util.el (mm-with-multibyte-buffer): New macro.
13287
13288         * rfc2047.el (rfc2047-encode-string): Use it.
13289         (rfc2047-encode-region): Move point to the end of the region after
13290         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13291
13292 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13295         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13296
13297 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13298
13299         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13300         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13301         Karl Chen <quarl@nospam.quarl.org>.
13302
13303 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13304
13305         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13306         invalid addresses.
13307
13308 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13309
13310         * spam.el: Change section markers, revise TODO list.
13311         (spam-backends): Make new master list of all installed backends.
13312         (spam-summary-exit-behavior): Add new variable to determine how
13313         messages moves are done at summary exit.
13314         (spam-move-spam-nonspam-groups-only)
13315         (spam-process-ham-in-nonham-groups)
13316         (spam-process-ham-in-spam-groups): Remove variables, the
13317         spam-summary-exit-behavior variable should be used to manage this
13318         behavior.
13319         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13320         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13321         and spam-old-spam-articles.
13322         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13323         Add empty variables, placeholders for the backends they represent.
13324         (spam-set-difference): Move, unchanged.
13325         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13326         unless the user has a processor variable.
13327         (spam-classifications, spam-classification-valid-p)
13328         (spam-backend-properties, spam-backend-property-valid-p)
13329         (spam-backend-function-type-valid-p)
13330         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13331         (spam-report-articles-gmane, spam-report-articles-resend):
13332         Remove functions, they are not needed.
13333         (spam-install-backend-super, spam-backend-list)
13334         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13335         (spam-backend-function, spam-backend-ham-registration-function)
13336         (spam-backend-spam-registration-function)
13337         (spam-backend-ham-unregistration-function)
13338         (spam-backend-spam-unregistration-function)
13339         (spam-backend-statistical-p, spam-backend-mover-p)
13340         (spam-install-backend-alias, spam-install-checkonly-backend)
13341         (spam-install-mover-backend, spam-install-nocheck-backend)
13342         (spam-install-backend, spam-install-statistical-backend)
13343         (spam-install-statistical-checkonly-backend): Add backend installation
13344         support.
13345         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13346         (spam-group-processor-p): Use the new backend code and respect the
13347         summary exit behavior.
13348         (spam-mark-spam-as-expired-and-move-routine): Remove.
13349         (spam-summary-prepare): Change to use the new spam-old-articles
13350         variable.
13351         (spam-copy-or-move-routine, spam-copy-spam-routine)
13352         (spam-move-spam-routine, spam-copy-ham-routine)
13353         (spam-move-ham-routine): Add code to copy/move ham or spam.
13354         (spam-fetch-field-fast): Improve doc and code, plus allow the
13355         'number request.
13356         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13357         variables.
13358         (spam-split, spam-find-spam): Use the new backend code.
13359         (spam-registration-functions): Remove variable.
13360         (spam-unregister-routine): Add convenience wrapper.
13361         (spam-log-undo-registration, spam-register-routine)
13362         (spam-log-processing-to-registry)
13363         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13364         where possible.
13365         (spam-check-gmane-xref, spam-check-regex-headers)
13366         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13367         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13368         (spam-check-bogofilter-headers, spam-check-spamoracle)
13369         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13370         (spam-check-crm114-headers): Use the spam-split-group that
13371         spam-split prepares, no need to determine it every time.
13372
13373         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13374         to the nnheader-parse-naked-head call.
13375
13376         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13377
13378         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13379         the nnheader-nov-read-message-id call.
13380
13381 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13384         gnus-activate-group twice.  Suggested by Markus Peter
13385         <warp@spin.de>.
13386
13387 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * gnus-art.el (gnus-article-time-format): Exchange the order of
13390         day and month in the default value; fix customization type.
13391         (article-date-ut): Use add-text-properties.
13392         (article-make-date-line): Use message-make-date instead of
13393         current-time-string.
13394
13395         * message.el (message-fetch-field): Don't use set-text-properties.
13396         (message-make-date): Simplify.
13397
13398         * messagexmas.el (message-xmas-make-date): New function.
13399         (message-xmas-redefine): Defalias message-make-date to it.
13400
13401 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13402
13403         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13404         (rfc2047-encode-region): Treat text within parentheses as special;
13405         show the original text when error has occurred.
13406
13407         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13408         already-computed method to gnus-activate-group.
13409
13410         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13411         same select-methods identical Lisp objects.
13412
13413         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13414         object when modifying the info.
13415
13416 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13417
13418         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13419         gnus-opened-servers since it has never been opened with the new
13420         configuration yet.
13421
13422 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13425         arg to nnheader-generate-fake-message-id.
13426
13427 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13428
13429         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13430         number and build a fake message ID localized to a group and
13431         article number (so it's repeatable from that point on).
13432         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13433         ID format.
13434
13435         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13436         nnheader-generate-fake-message-id with the article number.
13437
13438 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13439
13440         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13441         end-of-buffer.
13442
13443 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13444
13445         * message.el (message-ignored-supersedes-headers): Add Approved.
13446
13447 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13450         goto-char.
13451         (rfc2047-encode): Fold the line before encoding.
13452
13453 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13454
13455         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13456         folding -- not all headers can be folded, and this should be done
13457         by the message composition mode.  Probably.  I think.
13458
13459 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13460
13461         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13462         fast.
13463
13464         * gnus-ems.el (gnus-remove-image): Don't use
13465         message-text-with-property; remove only the image found first.
13466
13467         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13468         found first.
13469
13470 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13471
13472         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13473
13474 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * message.el (message-text-with-property): Make it fast and accept
13477         optional arguments.
13478         (message-strip-forbidden-properties): Use it.
13479         (message-fix-before-sending): Follow the m-t-w-p change.
13480
13481         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13482
13483 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * gnus-art.el (article-hide-headers): Don't change the buffer
13486         mistakenly when performing mml-preview even if
13487         gnus-single-article-buffer is nil.
13488
13489 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13490
13491         * message.el (message-expand-name-databases): New user option.
13492         (message-expand-name): Use it.
13493
13494 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13495
13496         * spam.el (spam-report-articles-resend)
13497         (spam-report-resend-register-routine): Allow ham reporting.
13498         (spam-report-resend-register-ham-routine): Add wrapper.
13499         (spam-registration-functions): Add ham resending functions.
13500         (spam-list-of-processors): Add ham resend processor.
13501
13502         * gnus.el (ham-resend-to): Add new group parameter.
13503         (spam-process): Add ham resend option.
13504
13505         * spam-report.el (spam-report-resend): Allow reporting ham.
13506         (spam-report-resend-ham): Add wrapper.
13507
13508 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13509
13510         * message.el (message-cite-articles-with-x-no-archive): New
13511         variable.
13512         (message-cite-original): Use it.
13513
13514 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13515
13516         * message.el (message-cite-original): Respect X-No-Archive.
13517
13518 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * gnus-art.el (article-hide-headers): Refer to the values for
13521         gnus-ignored-headers and gnus-visible-headers in the summary
13522         buffer since a user may have set them as group parameters.
13523
13524 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13525
13526         * assistant.el (assistant-node-name): Add convenience function.
13527         (assistant-render-text, assistant-render-node): Add error handling,
13528         plus handle multiple next nodes.
13529         (assistant-find-next-node): Comment out for now.
13530         (assistant-find-next-nodes): Add function, returns list of next
13531         nodes.
13532
13533 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13534
13535         * mail-source.el (mail-source-directory): Fix doc-string.
13536
13537 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13538
13539         * assistant.el (assistant-render-text, assistant-eval): Add :set
13540         widget type, which is different because it takes and returns a
13541         list.  Much hilarity ensues.
13542
13543 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13544
13545         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13546
13547         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13548         doc-string.
13549
13550         * gnus-start.el (gnus-activate-group): Added doc-string.
13551
13552 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13553
13554         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13555
13556 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13557
13558         * assistant.el (assistant-render-text): Try to add a :set
13559         widget, more to come.
13560
13561         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13562         strings.
13563         (spam-report-articles-resend)
13564         (spam-register-routine): Do registration iff any articles warrant
13565         it.
13566         (spam-summary-prepare-exit): Change log message for nil group
13567         destinations.
13568
13569 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13570
13571         * spam.el (spam-report-resend-register-routine): Allow
13572         spam-report-resend-to to be a group parameter or a global value.
13573
13574 2004-05-26  Simon Josefsson  <jas@extundo.com>
13575
13576         * starttls.el: Merge with my GNUTLS based starttls.el.
13577         (starttls-gnutls-program, starttls-use-gnutls)
13578         (starttls-extra-arguments, starttls-process-connection-type)
13579         (starttls-connect, starttls-failure, starttls-success): New
13580         variables.
13581         (starttls-program, starttls-extra-args): Doc fix.
13582         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13583         functions.
13584         (starttls-negotiate, starttls-open-stream): Check
13585         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13586         function if it is set.
13587
13588 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13591         structured fields.
13592
13593 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13596
13597 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13598
13599         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13600         variable.
13601         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13602         assigning the spam-mark to new messages.
13603
13604 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13605
13606         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13607
13608 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13609
13610         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13611
13612         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13613         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13614         default.
13615
13616 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13617
13618         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13619         correct data.
13620
13621 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13622
13623         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13624         (spam-group-processor-p): Fix function.
13625         (spam-group-processor-multiple-p)
13626         (spam-group-spam-processor-report-gmane-p)
13627         (spam-group-spam-processor-report-resend-p)
13628         (spam-group-spam-processor-bogofilter-p)
13629         (spam-group-spam-processor-blacklist-p)
13630         (spam-group-spam-processor-ifile-p)
13631         (spam-group-ham-processor-ifile-p)
13632         (spam-group-spam-processor-spamoracle-p)
13633         (spam-group-spam-processor-crm114-p)
13634         (spam-group-ham-processor-bogofilter-p)
13635         (spam-group-spam-processor-stat-p)
13636         (spam-group-ham-processor-stat-p)
13637         (spam-group-ham-processor-whitelist-p)
13638         (spam-group-ham-processor-BBDB-p)
13639         (spam-group-ham-processor-spamoracle-p)
13640         (spam-group-ham-processor-copy-p): Remove functions with some
13641         prejudice against unneeded code.
13642         (spam-report-articles-resend)
13643         (spam-report-resend-register-routine): Allow the group/topic
13644         spam-resend-to value to override spam-report-resend-to.
13645         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13646         properly now.
13647
13648         * gnus.el (spam-resend-to): Add group/topic parameter.
13649         (spam-process): Move the OBSOLETE processors to the end of the
13650         choices.
13651
13652 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13653
13654         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13655         with resend-to set to nil, and then ask the user if necessary.
13656         (spam-report-resend): spam-report-resend takes a list of articles, not
13657         separate article numbers.
13658
13659 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13662         addition to emacs-w3m.
13663
13664 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13665
13666         * assistant.el (assistant-authinfo-data): New function.
13667         (assistant-eval): Eval for entire assistant.
13668
13669         * netrc.el (netrc-services-file): New variable.
13670         (netrc-parse-services): New function.
13671         (netrc-find-service-name): New function.
13672         (netrc-find-service-number): New function.
13673         (netrc-port-equal): New function.
13674         (netrc-machine): Use it.
13675
13676         * nnimap.el (nnimap-open-connection): Use netrc.
13677
13678         * gnus-util.el (gnus-netrc-get): Remove aliases.
13679
13680         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13681
13682         * assistant.el (wid-edit): Fix compilation.
13683
13684         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13685
13686 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13687
13688         * gnus-util.el (gnus-set-file-modes): New function.  (small
13689         patch).
13690
13691 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13692
13693         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13694
13695         * assistant.el (assistant-render-node): Fix up rendering and
13696         read-only text.
13697         (assistant-render-node): Reset.
13698         (assistant-make-read-only): Not sticky.
13699
13700 2004-05-20  Danny Siu  <dsiu@adobe.com>
13701
13702         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13703         centered even when gnus-auto-center-summary is t.
13704
13705 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13706
13707         * dns.el (dns-get-txt-answer): New function.
13708         (dns-read-txt): Ditto.
13709         (query-dns): Use it.
13710
13711 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13712
13713         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13714         active for foreign groups even if the group level is higher than
13715         the specified value.
13716
13717 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13718
13719         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13720         non-active groups.
13721
13722         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13723
13724 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13725
13726         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13727
13728 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13729
13730         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13731         (spam-crm114-header, spam-crm114-spam-switch)
13732         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13733         (spam-crm114-positive-spam-header)
13734         (spam-crm114-database-directory, spam-list-of-processors)
13735         (spam-group-spam-processor-crm114-p)
13736         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13737         (spam-generic-score, spam-list-of-checks)
13738         (spam-list-of-statistical-checks, spam-registration-functions)
13739         (spam-check-crm114-headers, spam-crm114-score)
13740         (spam-check-crm114, spam-crm114-register-with-crm114)
13741         (spam-crm114-register-spam-routine)
13742         (spam-crm114-unregister-spam-routine)
13743         (spam-crm114-register-ham-routine)
13744         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13745         asjo@koldfront.dk (Adam Sjøgren).
13746
13747         * gnus.el: Add spam-use-crm114.
13748
13749         * spam.el (spam-list-of-processors, spam-registration-functions):
13750         Add spam-use-resend.
13751         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13752         (spam-report-articles-gmane): Add doc fix.
13753         (spam-report-articles-resend, spam-report-resend-register-routine):
13754         Add wrappers around spam-report-resend-to.
13755
13756         * spam-report.el (spam-report-resend-to, spam-report-resend):
13757         Add support for resending spam.
13758         (spam-report-gmane): Fix line length >80.
13759
13760         * gnus.el (spam-process): Add spam-use-resend.
13761
13762 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13763
13764         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13765         number of processed spam messages.
13766         (spam-ham-copy-or-move-routine): Return the number of processed
13767         ham messages.
13768         (spam-summary-prepare-exit): Use the above values to decide
13769         whether status messages shouled be displayed.
13770
13771 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13774         `rfc2047-encoding-function-alist' in order to avoid conflicting
13775         with the old version.
13776         (rfc2047-encode-region): Concatenate words containing non-ASCII
13777         characters in structured fields; don't encode space-delimited
13778         ASCII words even in unstructured fields; don't break words at
13779         char-category boundaries.
13780         (rfc2047-encode-1): New function.
13781         (rfc2047-encode): Use it; encode text so that it occupies the
13782         maximum width within 76-column; work correctly on Q encoding for
13783         iso-2022-* charsets.
13784         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13785         sure not to break a line just after the header name.
13786         (rfc2047-b-encode-region): Removed.
13787         (rfc2047-b-encode-string): New function.
13788         (rfc2047-q-encode-region): Removed.
13789         (rfc2047-q-encode-string): New function.
13790
13791         * mm-util.el (mm-replace-in-string): New function.
13792
13793 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13794
13795         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13796         get it right.
13797         (gnus-inews-make-draft): Really.
13798
13799 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13800
13801         * nnmh.el (nnmh-request-list-1): Don't check the link count
13802         before descending.  (small patch)
13803
13804 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13805
13806         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13807         stuff.
13808
13809         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13810         on real group name.
13811
13812         * gnus-art.el (gnus-signature-limit): Doc fix.
13813
13814         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13815
13816         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13817
13818 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13819
13820         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13821         isn't a string.
13822
13823 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13824
13825         * gnus-draft.el (gnus-draft-send): Bind
13826         rfc2047-encode-encoded-words.
13827
13828         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13829         (rfc2047-encodable-p): Say that =? needs encoding.
13830         (rfc2047-encode-encoded-words): New variable.
13831
13832         * gnus-group.el (gnus-group-select-group): Doc fix.
13833
13834         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13835
13836         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13837         to nil.
13838
13839         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13840
13841         * nnheader.el (nnheader-get-lines-and-char): New function.
13842
13843 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13844
13845         * gnus-msg.el (gnus-summary-followup-with-original): Document
13846         yanking of region when active.
13847
13848 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13849
13850         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13851         groups if the group level is higher than the specified value.
13852
13853 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13854
13855         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13856         (gnus-group-jump-to-group): Added prefix argument using
13857         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13858         non-active group.
13859
13860         * compface.el (uncompface): Be verbose when changing
13861         `uncompface-use-external'.
13862
13863         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13864         handle manual section.
13865
13866 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13867
13868         * gnus-art.el (gnus-button-alist): Revert previous change.
13869
13870 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13871
13872         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13873
13874 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13875
13876         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13877         whether backend can accept message.
13878
13879         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13880
13881 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13882
13883         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13884         Avoid creating directory when nntp-marks-is-evil is true.
13885         Reported by Reiner Steib.
13886
13887 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13888
13889         * gnus-picon.el (gnus-picon-style): New variable.
13890         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13891         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13892         Jesper Harder <harder@ifa.au.dk>.
13893
13894 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13895
13896         * message.el (message-fill-field): Return point.
13897         (message-generate-headers): Go to end of field.
13898
13899         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13900         stuff for non-living groups.
13901
13902 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13903
13904         * gnus-art.el (gnus-article-followup-with-original)
13905         (gnus-article-reply-with-original): gnus-mark-active-p ->
13906         gnus-region-active-p.
13907
13908 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13909
13910         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13911         only when there is spam or ham to be processed.
13912
13913 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13914
13915         * mail-source.el (mail-source-delete-crash-box): Refactor.
13916         (mail-source-fetch): Use it.
13917         (mail-source-fetch-file): Ditto.
13918         (mail-source-fetch-directory): Run postscript in loop.
13919         (mail-source-fetch-pop): Delete.
13920         (mail-source-fetch-maildir): Ditto.
13921         (mail-source-fetch-imap): Ditto.
13922
13923         * imap.el (imap-authenticators): Comment out sasl.
13924
13925         * message.el (message-skip-to-next-address): New function.
13926         (message-fill-header-address): Refactor.
13927         (message-fill-address): Use it.
13928         (message-delete-address): Use it.
13929         (message-fill-header-general): Refactor.
13930         (message-fill-field-address): Rename.
13931         (message-narrow-to-field): Find the start of the header.
13932         (message-header-format-alist): Don't pre-fill.
13933         (message-fill-header): Removed.
13934         (message-insert-header): New function.
13935         (message-shorten-references): Use it.
13936
13937         * rfc2047.el (rfc2047-field-value): Strip props.
13938
13939         * mail-parse.el (mail-header-make-address): New alias.
13940
13941         * ietf-drums.el (ietf-drums-make-address): New function.
13942
13943         * imap.el: Add compiler directives.
13944
13945         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13946
13947         * gnus-art.el (article-decode-idna-rhs): Don't use
13948         message-idna-inside-rhs-p.
13949
13950 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13951
13952         * message.el (message-idna-inside-rhs-p): Removed.
13953         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13954
13955         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13956         false positives.
13957
13958 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13959
13960         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13961
13962 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13963
13964         * nneething.el (nneething-file-name): Don't create spurious
13965         files.
13966
13967         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13968         (gnus-inews-do-gcc): Remove sleep.
13969
13970         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13971         part under point.
13972
13973         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13974         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13975
13976 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13977
13978         * spam.el (spam-summary-prepare-exit): Fixed (length).
13979
13980 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13981
13982         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13983         as expired without moving it" message when there are spam
13984         messages left.
13985
13986 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13987
13988         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13989         header is not nil.
13990
13991 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13992
13993         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13994         nntp-possibly-create-directory, not nntp-possibly-change-group.
13995         (nntp-marks-changed-p): New arg SERVER.
13996         (nntp-request-update-info): Adjust caller.
13997
13998 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13999
14000         * nntp.el (nntp-save-marks): Pass missing arg.
14001
14002 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14003
14004         * nntp.el: Support marks.
14005         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14006         (nntp-marks-modtime, nntp-marks-directory): New variables.
14007         (nntp-request-set-mark, nntp-request-update-info)
14008         (nntp-possibly-create-directory, nntp-marks-changed-p)
14009         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14010         functions.
14011
14012 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14013
14014         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14015         (gnus-xmas-redefine): Rename.
14016
14017         * gnus-score.el (gnus-score-insert-help): Use
14018         gnus-select-lowest-window.
14019
14020         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14021         appt-select-lowest-window and rename to gnus-select-lowest-window.
14022
14023         * gnus.el: do.
14024
14025 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14026
14027         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14028         encodings of MIME-encoded words, in order to improve
14029         interoperability with several broken MUAs.
14030
14031 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14032
14033         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14034         tags, only when charsets are not specified in headers.
14035         (mm-inline-text-html-render-with-w3m): Ditto.
14036
14037         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14038         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14039
14040 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14041
14042         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14043         instead of MIME-decoded from fields when checking
14044         `gnus-article-address-banner-alist'.
14045
14046 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14047
14048         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14049         description rather than subject.
14050
14051 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14052
14053         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14054
14055 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14056
14057         * gnus.el (gnus-version-number): Bump.
14058
14059 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14060
14061         * gnus.el: No Gnus v0.2 is released.
14062
14063 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14064
14065         * gnus-agent.el (gnus-agent-read-agentview): Inline
14066         gnus-uncompress-range.
14067
14068 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14069
14070         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14071         `exec-installed-p'.
14072
14073 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14074
14075         * gnus.el (spam-process, spam-autodetect-methods): Add
14076         bsfilter and bsfilter-headers.
14077
14078         * spam.el (spam-bsfilter): New customize group.
14079         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14080         (spam-bsfilter-header, spam-bsfilter-probability-header)
14081         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14082         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14083         (spam-bsfilter-database-directory): New options.
14084         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14085         (spam-list-of-statistical-checks, spam-registration-functions):
14086         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14087         (spam-bsfilter-score): New command.
14088         (spam-check-bsfilter-headers, spam-check-bsfilter)
14089         (spam-bsfilter-register-with-bsfilter)
14090         (spam-bsfilter-register-spam-routine)
14091         (spam-bsfilter-unregister-spam-routine)
14092         (spam-bsfilter-register-ham-routine)
14093         (spam-bsfilter-unregister-ham-routine): New functions.
14094         (spam-generic-score): Support bsfilter; Accept an optional argument
14095         to recalcurate spam score even if scoring header has already been
14096         added.
14097         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14098         optional argument to recalcurate spam score even if scoring header
14099         has already been added.
14100
14101 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14102
14103         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14104         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14105         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14106         link is missing.
14107
14108 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14109
14110         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14111         (html2text-get-attr): Rewrite.
14112
14113         * message.el (message-setup-1): Remove redundant put-text-property
14114         on mail-header-separator.
14115
14116 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14117
14118         * gnus-registry.el (gnus-registry-cache-whitespace)
14119         (gnus-registry-action, gnus-registry-spool-action)
14120         (gnus-registry-split-fancy-with-parent): Change message levels
14121         from 5 to 3 or 7, as needed.
14122
14123         * spam.el (spam-summary-prepare-exit)
14124         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14125         (spam-split, spam-find-spam, spam-log-undo-registration)
14126         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14127         level from 5 to 6.
14128
14129 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14132         2004-03-04 change).
14133
14134 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14135
14136         * sieve-manage.el (sieve-manage-open):
14137         * nnweb.el (nnweb-insert-html):
14138         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14139         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14140         * nnspool.el (nnspool-request-group):
14141         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14142         * nnml.el (nnml-request-update-info):
14143         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14144         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14145         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14146         (nnimap-request-set-mark):
14147         * nnfolder.el (nnfolder-request-update-info):
14148         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14149         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14150         * gnus-uu.el (gnus-uu-find-articles-matching):
14151         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14152         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14153         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14154         * gnus-nocem.el (gnus-nocem-scan-groups):
14155         * gnus-int.el (gnus-start-news-server):
14156         * gnus-group.el (gnus-group-make-kiboze-group)
14157         (gnus-group-browse-foreign-server):
14158         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14159         Use mapc when appropriate.
14160
14161 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14162
14163         FIXME: Make separate entries for each person.
14164
14165         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14166         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14167         <shields@msrl.com>:
14168
14169         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14170         may need for spam sorting and scoring.
14171         (spam-user-format-function-S): Add user format function suitable for
14172         general use.
14173         (spam-article-sort-by-spam-status): Add sorting function for summary
14174         sorting.
14175         (spam-extra-header-to-number): Add function to get a score from a
14176         header.
14177         (spam-summary-score): Add function to get a numeric score from the
14178         headers.
14179         (spam-generic-score): Fix function doc, was in wrong place.
14180         (spam-initialize): Take symbols when it's run, and install the
14181         extra headers that spam-necessary-extra-headers thinks we need.
14182
14183 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14184
14185         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14186         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14187
14188 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14189
14190         * gnus-sum.el (gnus-set-global-variables)
14191         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14192         (gnus-article-get-xrefs, gnus-summary-best-group)
14193         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14194         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14195         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14196         Use with-current-buffer.
14197
14198 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14199
14200         * spam.el (spam-summary-prepare-exit): Simplify logic.
14201         (spam-fetch-article-header): Read the article header if it's not
14202         available.
14203         (spam-list-articles): Simplify logic.
14204         (spam-filelist-register-routine): Fix bug with unregister-list.
14205
14206         * gnus-registry.el: Fix comments at beginning.
14207
14208 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14209
14210         * message.el (message-cater-to-broken-inn): Remove.
14211         (message-shorten-references): Make sure the total folded length of
14212         References is shorter than 998 characters to cater to a bug in INN
14213         2.3.  Also, don't pretend that references aren't folded -- this
14214         hasn't worked for a while.
14215
14216 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14217
14218         * gnus-agent.el (gnus-agentize):
14219         gnus-agent-send-mail-real-function no longer set to current value
14220         of message-send-mail-function but rather a lambda that calls
14221         message-send-mail-function.  The change makes the agent real-time
14222         responsive to user changes to message-send-mail-function.
14223
14224 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14225
14226         * legacy-gnus-agent.el
14227         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14228         help from Florian Weimer <fw@deneb.enyo.de>
14229
14230 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14231
14232         * nnmail.el (nnmail-cache-insert): Revert last change.
14233
14234 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * nnmail.el (nnmail-cache-insert): Always check whether
14237         nnmail-cache-ignore-groups matches a group name.
14238
14239 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14240
14241         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14242         (spam-find-spam, spam-log-processing-to-registry)
14243         (spam-log-registered-p, spam-log-unregistration-needed-p)
14244         (spam-log-undo-registration): Use gnus-message instead of
14245         gnus-error, none of these errors are fatal.
14246
14247         * gnus-registry.el (gnus-registry-clean-empty-function)
14248         (gnus-registry-clean-empty): Remove only empty entries without
14249         extra data.
14250
14251 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14252
14253         * spam-stat.el (spam-stat-buffer-change-to-spam)
14254         (spam-stat-buffer-change-to-non-spam): Change (error) to
14255         (gnus-message 8) invocation.
14256
14257 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * nntp.el (nntp-via-netcat-command): New variable.
14260         (nntp-via-netcat-switches): New variable.
14261         (nntp-open-via-rlogin-and-netcat): New function.
14262         (nntp-open-connection-function): Doc fix.
14263         (nntp-telnet-command): Doc fix.
14264         (nntp-end-of-line): Doc fix.
14265         (nntp-via-rlogin-command): Doc fix.
14266         (nntp-via-user-name): Doc fix.
14267         (nntp-via-address): Doc fix.
14268
14269 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14270
14271         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14272         error in Emacs 21.1.
14273
14274 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14275
14276         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14277
14278 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14279
14280         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14281         (gnus-agent-with-refreshed-group): New macro.
14282         (gnus-agent-rename-group): New function.
14283         (gnus-agent-delete-group): New function.
14284         (gnus-agent-save-group-info): Use gnus-command-method when
14285         `method' parameter is nil.  Don't write nil entries into the
14286         active file.
14287         (gnus-agent-get-group-info): New function.
14288         (gnus-agent-fetch-articles): Use
14289         gnus-agent-update-files-total-fetched-for to increment disk space
14290         used.
14291         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14292         gnus-agent-update-view-total-fetched-for to increment disk space
14293         used.
14294         (gnus-agent-get-local): Added optional parameters to avoid calling
14295         gnus-group-real-name and gnus-find-method-for-group.
14296         (gnus-agent-set-local): Delete stored entry if either min, or max,
14297         are nil.
14298         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14299         quit, use gnus-agent-regenerate-group to record existance of any
14300         articles fetched to disk before the quit occurred.
14301         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14302         gnus-agent-update-view-total-fetched-for, and
14303         gnus-agent-update-files-total-fetched-for to decrement disk space
14304         used.
14305         (gnus-agent-retrieve-headers): Use
14306         gnus-agent-update-view-total-fetched-for to increment disk space
14307         used.
14308         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14309         with gnus-agent-update-files-total-fetched-for to decrement disk
14310         space and fresh group buffer.
14311         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14312         (gnus-agent-need-update-total-fetched-for): New variable.
14313         (gnus-agent-update-files-total-fetched-for): New function.
14314         (gnus-agent-update-view-total-fetched-for): New function.
14315         (gnus-agent-total-fetched-for): New function.
14316
14317         * gnus-cache.el (gnus-cache-save-buffers): Use
14318         gnus-cache-update-overview-total-fetched-for to change disk space
14319         used by this group.
14320         (gnus-cache-possibly-enter-article): Use
14321         gnus-cache-update-file-total-fetched-for to increment disk space
14322         used by this group.
14323         (gnus-cache-possibly-remove-article): Use
14324         gnus-cache-update-file-total-fetched-for to decrement disk space
14325         used by this group.
14326         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14327         (gnus-cache-rename-group): New function.
14328         (gnus-cache-delete-group): New function.
14329         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14330         (gnus-cache-need-update-total-fetched-for): New variable.
14331         (gnus-cache-with-refreshed-group): New macro.
14332         (gnus-cache-update-file-total-fetched-for): New function.
14333         (gnus-cache-update-overview-total-fetched-for): New function.
14334         (gnus-cache-rename-group-total-fetched-for): New function.
14335         (gnus-cache-delete-group-total-fetched-for): New function.
14336         (gnus-cache-total-fetched-for): New function.
14337
14338         * gnus-group.el: Require gnus-sum and autoload functions to
14339         resolve warnings when gnus-group.el compiled alone.
14340         (gnus-group-line-format): Documented new %F.
14341         (size of Fetched data) group line format; identifies disk space
14342         used by agent and cache.
14343         (gnus-group-line-format-alist): Defined new F format.
14344         (gnus-total-fetched-for): New function.
14345         (gnus-group-delete-group): No longer update
14346         gnus-cache-active-altered as gnus-request-delete-group now keeps
14347         the cache in sync.
14348         (gnus-group-list-active): Let the agent store a server's active
14349         list if currently plugged.
14350
14351         * gnus-int.el (gnus-request-delete-group):
14352         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14353         local disk in sync with the server.
14354         (gnus-request-rename-group):
14355         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14356         local disk in sync with the server.
14357
14358         * gnus-start.el (gnus-get-unread-articles):
14359         Cosmetic simplification to logic.
14360
14361         * gnus-util.el (gnus-rename-file): New function.
14362
14363 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14364
14365         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14366
14367 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14368
14369         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14370         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14371
14372 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14373
14374         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14375         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14376
14377 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14378
14379         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14380
14381 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14382
14383         * spam.el (spam-set-difference): Add function to replace
14384         gnus-set-difference in spam.el.
14385         (spam-summary-prepare-exit): Use spam-set-difference.
14386
14387 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14388
14389         * gnus-registry.el (gnus-registry-cache-file): Update to use
14390         gnus-dribble-directory OR gnus-home-directory OR ~.
14391         (gnus-registry-split-fancy-with-parent): Fix doc.
14392
14393 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14394
14395         * message.el (message-exchange-point-and-mark): Use
14396         message-mark-active-p.  Suggested by Jesper Harder
14397         <harder@ifa.au.dk>.
14398
14399 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14400
14401         * message.el (message-exchange-point-and-mark): Don't activate
14402         region if it was inactive.  Suggested by Hiroshi Fujishima
14403         <pooh@nature.tsukuba.ac.jp>.
14404
14405 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * gnus-art.el (article-display-face): Display Faces in the same
14408         order as X-Faces.
14409
14410 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14411
14412         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14413
14414 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14415
14416         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14417         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14418         (gnus-article-mime-hierarchy): Remove.
14419         (gnus-article-mime-hierarchy-next): Remove.
14420         (gnus-article-mode): Revert 2004-03-19 change.
14421         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14422         (gnus-insert-mime-button): Revert 2004-03-19 change.
14423         (gnus-mime-accumulate-hierarchy): Remove.
14424         (gnus-mime-enter-multipart): Remove.
14425         (gnus-mime-leave-multipart): Remove.
14426         (gnus-mime-display-part): Revert 2004-03-19 change.
14427         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14428
14429         * mml.el (mml-preview): Revert 2004-03-19 change.
14430
14431 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14432
14433         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14434
14435 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14436
14437         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14438         t while entering a file name using the mm-with-multibyte macro.
14439         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14440
14441         * mm-util.el (mm-with-multibyte): New macro.
14442
14443 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14444
14445         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14446         user option.
14447         (gnus-mime-multipart-functions): Doc and customization fix.
14448         (gnus-article-mime-hierarchy): New variable.
14449         (gnus-article-mime-hierarchy-next): New variable.
14450         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14451         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14452         gnus-article-mime-hierarchy-next to nil.
14453         (gnus-insert-mime-button): Show hierarchy numbers.
14454         (gnus-mime-accumulate-hierarchy): New function.
14455         (gnus-mime-enter-multipart): New function.
14456         (gnus-mime-leave-multipart): New function.
14457         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14458         (gnus-mime-display-alternative): Show hierarchy numbers.
14459
14460         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14461         gnus-article-mime-hierarchy-next to nil.
14462
14463 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14464
14465         * dns.el: Don't require gnus-xmas.
14466
14467 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14468
14469         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14470         inline PGP.
14471         (mml-menu): Disable mml-quote-region if mark is inactive.
14472
14473 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14474
14475         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14476         when the group's active is not available.
14477
14478 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14479
14480         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14481         error.
14482
14483 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14484
14485         * imap.el (imap-store-password): New variable.
14486         (imap-interactive-login): Use it.
14487         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14488
14489 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14492         window-start and hscroll to summary window.
14493
14494 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14495
14496         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14497         conversion message to newsrc-dribble when an actual conversion is
14498         performed.
14499
14500 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14501
14502         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14503
14504 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14505
14506         * mm-decode.el (mm-complicated-handles): New function reviving
14507         former definition of mm-multiple-handles.
14508
14509         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14510         (gnus-mime-delete-part): Use it.
14511
14512 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14513
14514         * gnus-agent.el (gnus-agent-read-local): Bind
14515         nnheader-file-coding-system to gnus-agent-file-coding-system to
14516         avoid the implicit assumption that they will always be equal.
14517         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14518         coding-system-for-write, as the with-temp-file macro first prints
14519         to a buffer then saves the buffer.
14520
14521 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14522
14523         * gnus-art.el (gnus-article-edit-part): New function.
14524         (gnus-mime-save-part-and-strip): Use it; do query instead of
14525         signaling an error; don't use mm-multiple-handles.
14526         (gnus-mime-delete-part): Ditto.
14527
14528 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14529
14530         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14531         old file versions.
14532         (gnus-group-prepare-hook): Removed function that converted list
14533         form of gnus-agent-expire-days to group properties.
14534
14535         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14536         (gnus-request-accept-article): Re-indented.
14537
14538         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14539         converters to handle old agent file formats.  Added logic for a
14540         "backup before upgrading warning".
14541         (gnus-convert-mark-converter-prompt): Developers can mark
14542         functions as needing (default), or not needing,
14543         gnus-convert-old-newsrc's "backup before upgrading warning".
14544         (gnus-convert-converter-needs-prompt): Tests whether the user
14545         should be protected from potentially irreversable changes by the
14546         function.
14547
14548         * legacy-gnus-agent.el: New.  Provides converters that are only
14549         loaded when gnus-convert-old-newsrc needs to call them.
14550
14551 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14552
14553         * mail-source.el (mail-source-touch-pop): Doc fix.
14554
14555         * message.el (message-smtpmail-send-it): Doc fix.
14556
14557 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14558
14559         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14560
14561         * nnmail.el (nnmail-split-fancy): do.
14562
14563         * gnus-kill.el (gnus-kill, gnus-execute): do.
14564
14565 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14566
14567         * gnus-sum.el (gnus-widget-reversible-match)
14568         (gnus-widget-reversible-to-internal)
14569         (gnus-widget-reversible-to-external): New functions.
14570         (gnus-widget-reversible): New widget.
14571         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14572
14573 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14574
14575         * gnus-sum.el (gnus-thread-sort-functions)
14576         (gnus-article-sort-functions): Document `(not F)' items.
14577
14578 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14579
14580         * spam.el (spam-use-gmane-xref): Add new backend.
14581         (spam-gmane-xref-spam-group): Add variable to control the name of the
14582         Gmane spam group.
14583         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14584         (spam-regex-headers-spam, spam-regex-headers-ham)
14585         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14586         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14587         backends and checks.
14588         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14589
14590         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14591         an autodetect method.
14592
14593 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14594
14595         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14596         articles are being added to a group.
14597         (gnus-request-replace-article): Inform the agent that articles
14598         need to be uncached as the cached contents are no longer valid.
14599
14600 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * binhex.el: Don't autoload executable-find.
14603
14604         * canlock.el: Don't autoload mail-fetch-field.
14605
14606         * dgnushack.el: Autoload c-mode for XEmacs.
14607
14608         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14609
14610         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14611         rmail-dont-reply-to and rmail-output.
14612
14613         * gnus-score.el: Don't autoload ffap-string-at-point.
14614
14615         * gnus-setup.el: Don't autoload sc-cite-original.
14616
14617         * imap.el: Don't autoload base64-decode-string,
14618         base64-encode-string and md5.
14619
14620         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14621         and rmail-msg-restore-non-pruned-header.
14622
14623         * mm-decode.el: Don't autoload executable-find.
14624
14625         * mm-url.el: Don't autoload executable-find.
14626
14627         * mm-view.el: Don't autoload diff-mode.
14628
14629         * nndb.el: Don't autoload news-reply-mode, news-setup,
14630         cancel-timer and telnet.
14631
14632         * password.el: Don't autoload run-at-time for Emacs.
14633
14634         * sha1-el.el: Don't autoload executable-find.
14635
14636         * sieve-mode.el: Don't autoload c-mode.
14637
14638         * uudecode.el: Don't autoload executable-find.
14639
14640 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14641
14642         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14643         (gnus-agent-possibly-alter-active): Avoid null in numeric
14644         comparison.
14645         (gnus-agent-set-local): Refuse to save null in local object table.
14646         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14647         list of articles that will be marked as unread.
14648
14649 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14650
14651         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14652
14653 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14654
14655         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14656         language tags.
14657
14658 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14659
14660         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14661         Don't bind "obarray".
14662
14663         * gnus-sum.el (gnus-thread-sort-functions): Added
14664         `gnus-thread-sort-by-most-recent-number' and
14665         `gnus-thread-sort-by-most-recent-date'.
14666         Reported by Kai Grossjohann <kai@emptydomain.de>.
14667
14668 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14669
14670         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14671
14672 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14673
14674         * gnus-cus.el (gnus-agent-customize-category): Removed
14675         ignore-errors macro reference that required cl to be loaded at
14676         run-time.
14677
14678         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14679         single-interval range of the form (min . max).  Previously the
14680         range had to look like ((min . max)).  Likewise, return
14681         (min . max) rather than ((min . max)).
14682         (gnus-range-map): Use gnus-range-normalize to accept
14683         single-interval range.
14684
14685         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14686         the cache, but not the agent, now appear with their usual face.
14687
14688         * dgnushack.el (loaddir): New variable that is bound to the
14689         directory containing the dgnushack.el file. Use loaddir, rather
14690         than srcdir, to update load-path. Change lets dgnushack compile
14691         code in directories other than GNUS/lisp.
14692
14693 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14694
14695         * lpath.el: Don't bind w3m-safe-url-regexp.
14696
14697         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14698         w3m-safe-url-regexp variable buffer-local.
14699
14700         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14701
14702 2004-02-27  Simon Josefsson  <jas@extundo.com>
14703
14704         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14705         gnus-group-real-prefix.
14706         (gnus-summary-move-article): Use it, instead of
14707         gnus-group-real-prefix.
14708
14709 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14710
14711         * lpath.el: Bind w3m-safe-url-regexp.
14712
14713         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14714         w3m-safe-url-regexp variable buffer-local and set it as the value
14715         of mm-w3m-safe-url-regexp.
14716
14717         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14718
14719         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14720         parsing gnus-posting-styles when the message is not for replying.
14721
14722         * dgnushack.el: Autoload sgml-mode for XEmacs.
14723
14724         * nnrss.el (nnrss-opml-export): Use
14725         mm-set-buffer-file-coding-system instead of
14726         set-buffer-file-coding-system.
14727
14728 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14729
14730         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14731         of checkdoc.el).
14732         * nnrss.el: do.
14733         * gnus-mlspl.el: do.
14734         * gnus-ml.el: do.
14735         * gnus-srvr.el: do.
14736
14737         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14738
14739 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14740
14741         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14742         Corrections to custom-manual links.
14743
14744         * gnus-art.el (gnus-article): Ditto.
14745
14746         * mm-decode.el (mime-display, mime-security): Ditto.
14747
14748 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14749
14750         * flow-fill.el: Typo.
14751
14752 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14753
14754         * spam-wash.el: New file.
14755
14756 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14757
14758         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14759
14760 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14761
14762         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14763         to be run with new-articles as LIST1, not LIST2.
14764         (spam-registration-functions): Add spam-use-ham-copy as a nil
14765         registration backend.
14766
14767 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14768
14769         * spam-stat.el (spam-stat-washing-hook): New option.
14770         (spam-stat-buffer-words): Use it.
14771         (spam-stat-process-directory, spam-stat-test-directory): Use
14772         insert-file-contents-literally.
14773         (spam-stat-coding-system): New variable.
14774         (spam-stat-load, spam-stat-save): Use it.
14775
14776 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14777
14778         * spam-report.el (spam-report-plug-agent): Quote
14779         spam-report-url-to-file and spam-report-url-ping-plain.
14780
14781 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14782
14783         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14784         / in mailto URLs.
14785
14786 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14787
14788         * spam-report.el (spam-report-process-queue): Fix interactive use.
14789         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14790         (spam-report-unplug-agent): Doc fixes.
14791         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14792         (spam-report-agentize, spam-report-deagentize): Autoload.
14793
14794 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14797
14798         * message.el (message-setup-fill-variables): Add mml tags to
14799         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14800         <ajk@iu.edu>.
14801         (message-mode): Don't modify paragraph-separate there.
14802
14803 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * compface.el (uncompface-use-external): Default to undecided.
14806         (uncompface-use-external-threshold): New variable.
14807         (uncompface-float-time): New macro.
14808         (uncompface): Determine whether to use the external decoder if
14809         uncompface-use-external is undecided.
14810
14811 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14812
14813         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14814         after images.
14815
14816         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14817
14818 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14819
14820         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14821
14822         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14823
14824         * gnus-sum.el (gnus-summary-limit-to-age)
14825         (gnus-summary-limit-children): do.
14826
14827         * gnus-int.el (gnus-request-scan): do.
14828
14829         * gnus-group.el (gnus-group-suspend): do.
14830
14831         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14832
14833         * gnus-cite.el (gnus-cite-parse-attributions): do.
14834
14835         * gnus-agent.el (gnus-summary-set-agent-mark)
14836         (gnus-agent-regenerate-group): do.
14837
14838         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14839
14840         * binhex.el (binhex-decode-region-internal): do.
14841
14842 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14843
14844         * gnus-fun.el (gnus-face-properties-alist): New user option.
14845         (gnus-display-x-face-in-from): Use it.
14846
14847         * gnus-art.el (article-display-face): Ditto.
14848
14849         * compface.el (uncompface-use-external): Default to nil.
14850
14851 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14852
14853         * nntp.el (nntp-erase-buffer): New function.
14854         (nntp-retrieve-data, nntp-send-command)
14855         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14856         (nntp-possibly-change-group): Use it.
14857
14858         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14859         with-current-buffer.
14860
14861 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14862
14863         * compface.el: Merge the ELisp-based uncompface program.
14864         (compface): New customization group.
14865         (uncompface-use-external): New user option.
14866         (uncompface): Call uncompface-internal if uncompface-use-external
14867         is nil.
14868         (uncompface-internal): New function.  Note that there are also
14869         some other functions and variables added for this function.
14870
14871 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14872
14873         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14874         if necessary.
14875
14876 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14877
14878         * spam-report.el (spam-report-unplug-agent)
14879         (spam-report-plug-agent, spam-report-deagentize)
14880         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14881         Add support for the Agent in spam-report: when unplugged, report to a
14882         file; when plugged, submit all the requests.
14883
14884         * spam.el (spam-register-routine): Fix message about
14885         registration.
14886
14887 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14888
14889         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14890         dependencies.
14891         (rfc2047-encode): Use it.
14892
14893         * gnus-art.el (gnus-button-marker-list): Move before first
14894         reference.
14895
14896         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14897         (imap-parse-body): Fix format string mismatch.
14898
14899         * gnus-score.el (gnus-summary-increase-score): do.
14900
14901         * nnrss.el (nnrss-close): New function.
14902
14903 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14904
14905         * nnrss.el (nnrss-make-filename): New function.
14906         (nnrss-request-delete-group, nnrss-read-server-data)
14907         (nnrss-save-server-data, nnrss-read-group-data)
14908         (nnrss-save-group-data): Use it.
14909         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14910         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14911         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14912
14913 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14914
14915         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14916
14917 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14918
14919         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14920         files.
14921
14922         * message.el (message-generate-headers-first): Don't quote nil
14923         and t in docstrings.
14924
14925         * imap.el (imap-id): do.
14926
14927         * gnus-agent.el (gnus-agent-consider-all-articles)
14928         (gnus-agent-queue-mail): do.
14929
14930 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14931
14932         * spam-report.el (spam-report-process-queue): New function.
14933         Process requests from `spam-report-requests-file'.
14934         (spam-report-process-queue): Doc fix.
14935
14936 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14937
14938         * spam.el (spam-register-routine)
14939         (spam-log-processing-to-registry, spam-log-registered-p)
14940         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14941         Change "check" to "spam-check" for semi-clarity.
14942
14943 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14944
14945         * pop3.el: Require nnheader.
14946
14947         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14948
14949         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14950
14951         * gnus-picon.el: Require cl.
14952
14953         * gnus-fun.el: Require gnus-ems and gnus-util.
14954
14955         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14956
14957         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14958
14959         * gnus-art.el (gnus-article-edit-mode): Define before first
14960         reference.
14961
14962 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14963
14964         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14965         (gnus-uu-post-encoded): Use point-at-bol.
14966
14967         * gnus-topic.el (gnus-group-active-topic-p): do.
14968
14969         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14970
14971         * gnus-group.el (gnus-group-kill-region): do.
14972
14973         * gnus-art.el (article-date-ut): do.
14974
14975         * message.el (message-fetch-field): Remove redundant
14976         case-fold-search binding.
14977         (message-narrow-to-field): Simplify.
14978
14979 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14980
14981         * spam.el (spam-directory): Derive from `gnus-directory'.
14982
14983         * spam-report.el (spam-report-url-to-file)
14984         (spam-report-requests-file): New function and variable for offline
14985         reporting.
14986         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14987         and user defined function.
14988         (spam-report-url-ping-mm-url): Remove doubled slash.
14989
14990 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14991
14992         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14993
14994 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14995
14996         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14997         format string mismatch.
14998
14999         * sieve.el (sieve-deactivate-all): do.
15000
15001         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15002
15003         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15004
15005         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15006
15007         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15008
15009 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15010
15011         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15012         the list of checks.
15013
15014 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15015
15016         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15017         padding.
15018
15019 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15020
15021         * mm-view.el (mm-fill-flowed): New variable.
15022         (mm-inline-text): Use it.
15023
15024 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15025
15026         * spam.el (spam-spamassassin-register-ham-routine)
15027         (spam-spamassassin-register-spam-routine): Fix function names.
15028
15029 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15030
15031         * gnus.el (gnus-tmp-grouplens): Remove.
15032         (gnus-summary-line-format): Remove grouplens.
15033
15034         * gnus-group.el (gnus-group-line-format): Ditto.
15035
15036         * gnus-spec.el (gnus-format-specs): Ditto.
15037         (gnus-update-format-specifications): Flush the group format spec
15038         cache if there's the grouplens stuff.
15039         (gnus-parse-simple-format): Replace %l with the empty string.
15040
15041 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15042
15043         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15044         omission.
15045
15046 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15049         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15050
15051 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15052
15053         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15054         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15055         New macros and functions.
15056         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15057         Handle > NLINK_MAX messages.
15058         * nnmaildir.el (nnmaildir-request-set-mark): Use
15059         nnmaildir--emlink-p and nnmaildir--eexist-p.
15060
15061 2004-01-25  Alex Schroeder  <alex@gnu.org>
15062
15063         * spam-stat.el (spam-stat-process-directory-age): New option.
15064         (spam-stat-process-directory): Use it.
15065
15066 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15067
15068         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15069         (spam-stat-save): Accept prefix argument.
15070
15071 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15072
15073         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15074         links" error.
15075
15076 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15077
15078         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15079         the rest of the and/or forms.
15080
15081 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15082
15083         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15084         compatibility with old .newsrc.eld files.
15085
15086         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15087
15088         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15089
15090         * gnus-start.el (gnus-1): do.
15091
15092         * gnus-group.el (gnus-group-line-format-alist): do.
15093
15094         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15095
15096         * gnus-gl.el: Remove.
15097
15098 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15099
15100         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15101         marks consisting of a single range {for example, (3 . 5)} rather
15102         than a list of a single range { ((3 . 5)) }.
15103
15104 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15105
15106         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15107         with-current-buffer.
15108         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15109         avoid consing a string.
15110
15111         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15112         Remove obsolete entries for big5 and gb2312.
15113
15114 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15115
15116         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15117         uncompressed list.
15118
15119 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15120
15121         * spam-stat.el (spam-stat-strip-xref): New function.
15122         (spam-stat-process-directory): Use it.
15123
15124         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15125         here -- it's done in message-fetch-field.
15126
15127 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15128
15129         * gnus-agent.el (gnus-agent-queue-mail)
15130         (gnus-agent-prompt-send-queue): New variables.
15131         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15132         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15133         "nndraft:queue" along to gnus-draft-send.  Use
15134         gnus-agent-prompt-send-queue.
15135         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15136         is "nndraft:queue".  Suggested by Gaute Strokkenes
15137         <gs234@srcf.ucam.org>
15138
15139         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15140         (agent-enable-undownloaded-faces): Added.
15141         (gnus-agent-cat-groups): Use eval-and-compile, not
15142         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15143         method of gnus-agent-cat-groups even when the buffer has been
15144         evaled.
15145         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15146         delete gnus-agent-save-active-1.
15147         (gnus-agent-save-groups): Deleted.  Identical to
15148         gnus-agent-save-active.
15149         (gnus-agent-write-active): No longer adjust agent's copy of active
15150         file as agent's adjustments are now stored in their own
15151         file.  Removed optional parameter.
15152         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15153         servers.  Add use of min/max range limits from server's local
15154         file.
15155         (gnus-agent-save-alist): Removed unused optional argument.
15156         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15157         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15158         (gnus-agent-set-local): A per-server file that keeps min/max range
15159         limits for articles known to the agent.  Provides a fast mechanism
15160         for altering many active ranges.
15161         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15162         active file (local makes it unnecessary).
15163         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15164
15165         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15166         (agent-enable-undownloaded-faces): Added.
15167
15168         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15169         disable it when sending to "nndraft:queue".
15170         (gnus-group-send-queue): Add safety check to avoid sending queue
15171         when unplugged.
15172
15173         * gnus-group.el (gnus-group-catchup): Use new
15174         gnus-sequence-of-unread-articles, not
15175         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15176         numbers of articles.  Use gnus-range-map to avoid having to
15177         uncompress the unread list.
15178         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15179         Fixed invalid ange-ftp reference.
15180
15181         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15182         (gnus-sorted-range-intersection): Intersection of two ranges
15183         without requiring that they first be uncompressed.
15184
15185         * gnus-start.el (gnus-activate-group): Unless blocked by the
15186         caller, possibly expand the active range to include both cached
15187         and agentized articles.
15188         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15189         multiple version-dependent converters.
15190         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15191         gnus-agent-save-active.
15192         (gnus-save-newsrc-file): Save dirty agent range limits.
15193
15194         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15195         gnus-agent-possibly-alter-active.
15196         (gnus-adjust-marked-articles): Faster handling of simple lists.
15197
15198 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15199
15200         * spam-stat.el (spam-stat-test-directory): New optional argument
15201         displays a list of files detected.  Suggested by Andrew Cohen
15202         <cohen@andy.bu.edu>.
15203         (spam-stat-buffer-words-with-scores): Don't narrow and change
15204         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15205
15206 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15207
15208         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15209         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15210         (spam-spamassassin-arguments)
15211         (spam-spamassassin-spam-flag-header)
15212         (spam-spamassassin-positive-spam-flag-header)
15213         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15214         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15215         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15216         (spam-list-of-processors, spam-list-of-checks)
15217         (spam-list-of-statistical-checks, spam-registration-functions)
15218         (spam-check-spamassassin-headers, spam-check-spamassassin)
15219         (spam-spamassassin-score)
15220         (spam-spamassassin-register-with-sa-learn)
15221         (spam-spamassassin-register-spam-routine)
15222         (spam-spamassassin-register-ham-routine)
15223         (spam-assassin-register-spam-routine)
15224         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15225         (spam-bogofilter-score): Fix to show article before scoring.
15226
15227 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15228
15229         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15230         default scoring function.
15231         (spam-generic-score): Call spam-spamassassin-score if
15232         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15233         spam-bogofilter-score otherwise.
15234
15235         * gnus.el (spam-process, spam-autodetect-methods): Add
15236         spamassassin and spamassassin-headers.
15237
15238 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15239
15240         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15241         Suppress unnecessary messages.
15242
15243 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15244
15245         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15246         make-hash-table.
15247
15248 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15249
15250         * canlock.el (base64-encode-string): Don't autoload it.
15251
15252 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15253
15254         * run-at-time.el: Remove useless (require 'itimer),
15255         eval-and-compile and (featurep 'xemacs).
15256
15257 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15258
15259         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15260         GROUP is a virtual group.
15261
15262 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15263
15264         * gnus.el: Autoload `message-y-or-n-p'.
15265
15266 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15267
15268         * pgg-parse.el: Remove unnecessary (require 'custom).
15269
15270         * pgg-def.el: do.
15271
15272         * nnmail.el: do.
15273
15274         * gnus-undo.el: do.
15275
15276         * gnus-picon.el: do.
15277
15278         * gnus-util.el: do.
15279
15280 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15281
15282         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15283
15284 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15285
15286         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15287         handle, as well as a list.
15288
15289         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15290         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15291         (mm-w3m-cid-retrieve): Simplify.
15292
15293 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15294
15295         * message.el (message-kill-to-signature): Allow prefix arg to
15296         specify number of lines to keep before signature.
15297
15298 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15299
15300         * message.el (message-kill-to-signature): Change docstring.
15301
15302 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * canlock.el: Always require sha1-el.
15305         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15306
15307         * message.el: Autoload sha1 only when compiling.
15308
15309         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15310         eudc-expand-inline for XEmacs.
15311
15312 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * message.el (message-canlock-generate): Require sha1-el.
15315
15316 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15317
15318         * message.el (message-expand-name): Silence the byte compiler.
15319
15320         * lpath.el: Add detect-coding-system.
15321
15322         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15323         cus-edit.
15324
15325 2004-01-13  Simon Josefsson  <jas@extundo.com>
15326
15327         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15328         Invoke gnus-score-mode.  Reported by
15329         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15330
15331         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15332         Jim Blandy <jimb@redhat.com> (tiny change).
15333
15334 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15335
15336         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15337
15338 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15339
15340         * spam.el (spam-get-article-as-string): Update to use
15341         gnus-request-article-this-buffer, much simpler.
15342         (spam-get-article-as-buffer): Remove.
15343
15344 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15345
15346         * message.el (message-expand-name): Use EUDC if the user uses that.
15347
15348 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15349
15350         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15351         character for the encoding to avoid consing a string.
15352
15353         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15354         unnecessarily.
15355
15356         * mm-util.el (mm-replace-chars-in-string): Remove.
15357
15358         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15359         of mm-replace-chars-in-string.
15360
15361 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15362
15363         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15364
15365         * mm-util.el (mm-subst-char-in-string): Support inplace.
15366
15367         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15368         a new string in every iteration.  Use shy groups.
15369
15370 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15371
15372         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15373         * gnus-soup.el (gnus-soup-group-brew):
15374         * gnus-msg.el (gnus-put-message):
15375         * gnus-move.el (gnus-group-move-group-to-server):
15376         * gnus-kill.el (gnus-batch-score):
15377         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15378         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15379         (gnus-group-update-group, gnus-group-read-group)
15380         (gnus-group-make-group, gnus-group-make-help-group)
15381         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15382         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15383         (gnus-group-sort-by-unread, gnus-group-catchup)
15384         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15385         (gnus-group-yank-group, gnus-group-set-info)
15386         (gnus-group-list-groups):
15387         * gnus.el (gnus-generate-new-group-name):
15388         * gnus-delay.el (gnus-delay-send-queue):
15389         * nnvirtual.el (nnvirtual-catchup-group):
15390         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15391         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15392         (gnus-group-prepare-topics, gnus-topic-check-topology):
15393         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15394         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15395         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15396         (gnus-group-make-articles-read):
15397         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15398         (gnus-group-change-level, gnus-kill-newsgroup)
15399         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15400         (gnus-get-unread-articles, gnus-make-articles-unread)
15401         (gnus-make-ascending-articles-unread): Use accessor
15402         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15403         to get group information for improved readability.
15404
15405
15406 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15407
15408         * gnus-art.el (article-decode-mime-words, article-babel)
15409         (gnus-article-highlight-signature, gnus-article-add-buttons)
15410         (gnus-signature-toggle): Use gnus-with-article-buffer.
15411
15412         * gnus-art.el (gnus-article-highlight-headers)
15413         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15414
15415         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15416         (gnus-article-set-globals, gnus-request-article-this-buffer)
15417         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15418         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15419         (gnus-mime-display-alternative): Use with-current-buffer.
15420
15421 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15422
15423         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15424         also under 80 char limit, and call gnus-error if needed.
15425         (spam-fetch-article-header): Fix - it was a
15426         buffer-local variable (gnus-newsgroup-data).
15427         (spam-find-spam): Use spam-generate-fake-headers, forget about
15428         spam-insert-fake-headers.
15429         (spam-insert-fake-headers): Remove.
15430
15431 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15432
15433         * deuglify.el (gnus-article-outlook-unwrap-lines)
15434         (gnus-outlook-rearrange-article)
15435         (gnus-outlook-repair-attribution-outlook)
15436         (gnus-outlook-repair-attribution-block)
15437         (gnus-outlook-repair-attribution-other): Remove redundant
15438         save-excursion.
15439
15440 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15441
15442         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15443         (spam-fetch-field-subject-fast)
15444         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15445         (spam-fetch-article-header): Add functions to deal with Gnus
15446         internals for fast retrieval of article header data.
15447         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15448
15449 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15450
15451         * pop3.el (pop3-md5): Remove.
15452         (pop3-apop): Replace pop3-md5 with md5.
15453
15454         * mm-bodies.el: base64 is always built-in.
15455
15456         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15457         with-current-buffer.
15458
15459 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * canlock.el (canlock-insert-header): Remove excessive grouping in
15462         regexp.
15463
15464         * gnus-sum.el (gnus-summary-read-document): Ditto.
15465
15466         * gnus-uu.el (gnus-uu-part-number): Ditto.
15467
15468         * html2text.el (html2text-remove-tags): Ditto.
15469         (html2text-format-tags): Ditto.
15470         (html2text-format-single-elements): Ditto.
15471
15472         * mml.el (mml-parse-1): Ditto.
15473
15474 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15475
15476         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15477
15478         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15479
15480         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15481
15482         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15483
15484 2003-11-15  Simon Josefsson  <jas@extundo.com>
15485
15486         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15487         (pgg-gpg-lookup-key): Use regexp match instead of
15488         split-string (split-string is different between emacs 21.2 and
15489         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15490
15491 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15492
15493         * gnus-art.el (gnus-mime-view-all-parts)
15494         (gnus-article-part-wrapper, gnus-article-view-part): Use
15495         with-current-buffer.
15496
15497 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15498
15499         * spam.el (spam-disable-spam-split-during-ham-respool)
15500         (spam-spamoracle-database, spam-cache-lookups)
15501         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15502         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15503         (spam-group-ham-marks, spam-group-spam-marks)
15504         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15505         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15506         also add spam-use-blackholes to the statistical checks.
15507         (spam-fetch-field-fast): Add interface to fetching fields, may
15508         become a macro.
15509         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15510         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15511         (spam-insert-fake-headers): Fake an article when needed.
15512         (spam-find-spam): Fake article when possible.
15513         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15514         (spam-check-bogofilter-headers): Use message-fetch-field instead
15515         of nnmail-fetch-field.
15516
15517 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15518
15519         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15520
15521 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15522
15523         * spam.el (spam-split): Do not require spam-use-CHECK to be
15524         enabled if that check is passed to spam-split explicitly; also
15525         fix so 'spam doesn't get converted to spam-split-group when
15526         spam-split-symbolic-return is t.
15527         (spam-find-spam): Find registrations of the article and use those
15528         instead of re-running spam-split to find the spam/ham
15529         classification of the article.
15530         (spam-log-processing-to-registry, spam-log-registered-p)
15531         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15532         Use gnus-error instead of gnus-message.
15533         (spam-log-registration-type): Add function to determine the
15534         classification of a message based on registry entries; will
15535         return nil if both 'spam and 'ham are found.
15536         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15537         a reasonably fast local cache without the loading errors.
15538         (spam-cache-lookups): Set to t by default.
15539         (spam-find-spam): Don't try to guess spam-cache-lookups.
15540         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15541         spam-caches entry.
15542         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15543         caching of whitelist/blacklist entries.
15544         (spam-check-whitelist, spam-check-blacklist): Invoke
15545         spam-from-listed-p with a type, not a cache variable.
15546         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15547
15548 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15549
15550         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15551
15552         * nnmail.el (nnmail-split-fancy): do.
15553
15554         * mml.el (mml-parse): do.
15555
15556         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15557         (gnus-score-adaptive): do.
15558
15559 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15560
15561         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15562         (gnus-mime-button-map): Don't set keymap parent.
15563         (gnus-button-ctan-directory-regexp): Use shy grouping.
15564         (gnus-prev-page-map): Don't set keymap parent.
15565         (gnus-prev-page-map): Remove duplicated one.
15566         (gnus-next-page-map): Don't set keymap parent.
15567         (gnus-mime-security-button-map): Ditto.
15568
15569         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15570         version number.
15571
15572         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15573
15574 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * canlock.el (canlock-sha1-function): Remove.
15577         (canlock-sha1-function-for-verify): Remove.
15578         (canlock-openssl-program): Remove.
15579         (canlock-openssl-args): Remove.
15580         (canlock-ignore-errors): Remove.
15581         (canlock-sha1-with-openssl): Remove.
15582         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15583         (canlock-verify): Don't use canlock-ignore-errors.
15584
15585         * sha1-el.el (sha1-string-external): Make it can return a string
15586         in binary form.
15587         (sha1-region-external): Ditto.
15588         (sha1-string-internal): Ditto.
15589         (sha1-region-internal): Ditto.
15590         (sha1-region): Ditto.
15591         (sha1-string): Ditto.
15592         (sha1): Ditto.
15593
15594 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15595
15596         * spam.el (spam-report-articles-gmane): New command.
15597
15598 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15599
15600         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15601
15602         * run-at-time.el (run-at-time-saved): Remove.
15603         (run-at-time): Doc fix.
15604
15605 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15606
15607         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15608         (gnus-summary-limit-map): Add it.
15609         (gnus-summary-make-menu-bar): do.
15610
15611 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15612
15613         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15614         Make attempt at some caching support (done for BBDB only now).
15615         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15616         addresses to be checked.
15617         (spam-clear-cache-BBDB): Add function, to be invoked by
15618         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15619         (spam-check-BBDB): Check and use the caches, if
15620         spam-cache-lookups is on, remove superfluous (provide).
15621
15622 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15623
15624         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15625
15626 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15627
15628         * run-at-time.el (run-at-time-saved): Move to after the definition
15629         of `run-at-time'.
15630
15631         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15632
15633 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15634
15635         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15636         mm-w3m-local-map-property.
15637
15638         * mm-view.el (mm-w3m-mode-map): Remove.
15639         (mm-w3m-local-map-property): Remove.
15640         (mm-inline-text-html-render-with-w3m): Don't use
15641         mm-w3m-local-map-property.
15642
15643 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15644
15645         * run-at-time.el: New file.
15646
15647         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15648         under Emacs.
15649
15650         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15651         of gnus-set-text-properties.
15652
15653         * gnus-uu.el (gnus-uu-save-article): Ditto.
15654
15655         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15656
15657         * gnus-cite.el (gnus-cite-parse): Ditto.
15658
15659         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15660         of gnus-.
15661
15662         * gnus-xmas.el (run-at-time): Require run-at-time.
15663
15664         * gnus.el: Changed calls to nnheader-run-at-time and
15665         password-run-at-time throughout to use run-at-time directly.
15666
15667         * password.el: Removed definition of run-at-time.
15668
15669         * nnheaderxm.el: Remove definition of run-at-time.
15670
15671 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15672
15673         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15674         in prompt.
15675
15676 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15677
15678         * messagexmas.el (message-xmas-redefine): Alias
15679         `message-make-caesar-translation-table' to
15680         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15681         version.
15682
15683         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15684         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15685         `gnus-xmas-set-text-properties'.
15686         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15687         `gnus-xmas-completing-read'.
15688         (gnus-xmas-completing-read): Removed.
15689         (gnus-xmas-open-network-stream): Removed.
15690
15691         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15692         XEmacs version.
15693
15694         * dns.el (dns-make-network-process): Use `open-network-stream'
15695         instead of `gnus-xmas-open-network-stream'.
15696
15697         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15698
15699         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15700
15701 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15702
15703         * gnus-art.el (gnus-mime-display-alternative)
15704         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15705         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15706         Don't use gnus-local-map-property.
15707
15708         * gnus-util.el (gnus-local-map-property): Remove.
15709
15710         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15711         gnus-completing-read-maybe-default with completing-read.
15712
15713         * gnus-util.el (gnus-completing-read): do.
15714         (gnus-completing-read-maybe-default): Remove.
15715
15716 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15717
15718         * password.el: Only autoload `run-at-time' if not XEmacs.
15719         Only autoload the itimer functions if XEmacs.
15720
15721 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15724         XEmacsen.
15725
15726         * dgnushack.el: Autoload executable-find for XEmacs.
15727
15728 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15729
15730         * gnus-art.el (gnus-read-string): Remove.
15731         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15732         read-string.
15733
15734 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15735
15736         * netrc.el: Autoload password-read.
15737         (netrc): Add configuration group.
15738         (netrc-encoding-method, netrc-openssl-path): Add
15739         variables for encoding and decoding of files with symmetric
15740         ciphers.
15741         (netrc-encode): Add assistant function to encode a file with
15742         netrc-encoding-method.
15743         (netrc-parse): Add interactive parameter, added optional
15744         decoding if netrc-encoding-method is non-nil but otherwise
15745         behavior is standard.
15746         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15747         Do s/encode/encrypt/ everywhere.
15748
15749         * spam.el: Remove executable-find autoload.
15750
15751 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15752
15753         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15754
15755         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15756
15757 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15758
15759         * gnus-art.el (gnus-treat-ansi-sequences)
15760         (article-treat-ansi-sequences): New variable and function.
15761         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15762
15763         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15764         Use it.
15765
15766 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15767
15768         * mm-util.el (mm-quote-arg): Remove.
15769
15770         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15771         shell-quote-argument.
15772
15773         * gnus-uu.el (gnus-uu-command): do.
15774
15775         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15776
15777         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15778         with make-char.
15779
15780         * mm-util.el (mm-make-char): Remove.
15781
15782         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15783         add-minor-mode.
15784
15785         * gnus-undo.el (gnus-undo-mode): do.
15786
15787         * gnus-topic.el (gnus-topic-mode): do.
15788
15789         * gnus-sum.el (gnus-dead-summary-mode): do.
15790
15791         * gnus-start.el (gnus-slave-mode): do.
15792
15793         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15794
15795         * gnus-ml.el (gnus-mailing-list-mode): do.
15796
15797         * gnus-gl.el (gnus-grouplens-mode): do.
15798
15799         * gnus-draft.el (gnus-draft-mode): do.
15800
15801         * gnus-dired.el (gnus-dired-mode): do.
15802
15803         * gnus-ems.el (gnus-add-minor-mode): Remove.
15804
15805         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15806         Replace gnus-char-width with char-width.
15807
15808         * gnus-ems.el (gnus-char-width): Remove.
15809
15810         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15811         Replace gnus-char-width with char-width.
15812
15813         * gnus-ems.el (gnus-char-width): Remove.
15814
15815         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15816         definition.
15817         Remove Emacs 20 hash table compatibility code.
15818
15819         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15820         20 compatibility code.
15821
15822         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15823
15824         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15825
15826         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15827         with point-at-{eol,bol}.
15828
15829         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15830
15831         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15832
15833         * flow-fill.el (fill-flowed-point-at-bol)
15834         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15835
15836         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15837         Replace with point-at-{eol,bol} throughout all files.
15838
15839 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15840
15841         * ntlm.el (ntlm-string-as-unibyte): New macro.
15842         (ntlm-build-auth-response): Use it.
15843
15844         Remove Emacs 20 stuff:
15845         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15846         (butlast, mapc, remove): Remove the compiler macros.
15847         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15848         of delq and copy-sequence.
15849         * gnus-art.el (popup-menu): Remove the compiler macro.
15850         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15851         Emacs 20.
15852
15853 2004-01-05  Simon Josefsson  <jas@extundo.com>
15854
15855         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15856         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15857         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15858         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15859         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15860         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15861         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15862         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15863         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15864         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15865         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15866         string-xor into ntlm-string-xor.  Suggested by
15867         Jesper Harder <harder@myrealbox.com>.
15868
15869         * ntlm.el: Don't include poem.
15870
15871         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15872         Jesper Harder <harder@myrealbox.com>.
15873
15874         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15875
15876         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15877         probably breaks emacs with DL patch, but do we care? Is anyone
15878         still using the DL stuff?)
15879
15880         * sieve-manage.el: Use the password package.
15881         (sieve-manage-read-passwd): Remove.
15882         (sieve-manage-interactive-login): Use password.  Re-add
15883         condition-case around loop.
15884
15885         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15886         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15887         the password package.
15888
15889 2003-02-19  Simon Josefsson  <jas@extundo.com>
15890
15891         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15892         token.
15893
15894 2002-08-07  Simon Josefsson  <jas@extundo.com>
15895
15896         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15897         (sieve-manage-authenticators):
15898         (sieve-manage-authenticator-alist): Add some SASL mechs.
15899         (sieve-sasl-auth): New function.
15900         (sieve-manage-cram-md5-auth):
15901         (sieve-manage-plain-auth): Rewrite using SASL library.
15902         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15903         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15904         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15905         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15906
15907 2004-01-05  Simon Josefsson  <jas@extundo.com>
15908
15909         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15910         New files.
15911
15912 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15913
15914         * gnus-group.el (gnus-no-groups-message): Update.
15915
15916         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15917
15918 2003-11-09  Simon Josefsson  <jas@extundo.com>
15919
15920         * imap.el: Support for ID IMAP extension (RFC 2971).
15921         (imap-local-variables): Add imap-id.
15922         (imap-id): New variable.
15923         (imap-id): New function.
15924         (imap-parse-response): Parse untagged ID response.
15925         * nnimap.el (nnimap-id): New variable.
15926         (nnimap-open-connection): Use it.
15927
15928 2003-12-28  Simon Josefsson  <jas@extundo.com>
15929
15930         * gnus-score.el (gnus-score-edit-all-score): New.
15931         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15932
15933 2004-01-04  Simon Josefsson  <jas@extundo.com>
15934
15935         * password.el: Add.
15936
15937 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15938
15939         * dns.el (dns-query-types): Fix typo.
15940         (dns-query-types): New function.
15941         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15942         PTR and SOA replies, see RFC 1035.
15943
15944 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15945
15946         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15947
15948         * Moved to Changelog.2.
15949
15950 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15951
15952         * gnus.el (gnus-version-number): Bump version.
15953
15954 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15955
15956         * gnus.el: No Gnus v0.1 is released.
15957
15958 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15959
15960         * gnus.el: No Gnus v0.0 is released.
15961
15962 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15963
15964         * gnus.el (gnus-version-number): Bump.
15965         (gnus-version): No.
15966
15967 See ChangeLog.2 for earlier changes.
15968
15969     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15970       Free Software Foundation, Inc.
15971
15972   This file is part of GNU Emacs.
15973
15974   GNU Emacs is free software: you can redistribute it and/or modify
15975   it under the terms of the GNU General Public License as published by
15976   the Free Software Foundation, either version 3 of the License, or
15977   (at your option) any later version.
15978
15979   GNU Emacs is distributed in the hope that it will be useful,
15980   but WITHOUT ANY WARRANTY; without even the implied warranty of
15981   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15982   GNU General Public License for more details.
15983
15984   You should have received a copy of the GNU General Public License
15985   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15986
15987 ;; Local Variables:
15988 ;; coding: utf-8
15989 ;; fill-column: 79
15990 ;; add-log-time-zone-rule: t
15991 ;; End: