Limit end-tag matching to the current line to work around bugs in the output from...
[gnus] / lisp / ChangeLog
1 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4         current line to work around bugs in the output from w3m.
5
6         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7         for groups that want that.
8
9         * nntp.el (nntp-wait-for-string): Supply a timeout for
10         accept-process-output to ensure progress.
11
12         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
13         level to get unread articles from, then use that for foreign groups,
14         too.
15
16         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
17         confuses the rest of the function.
18
19         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
20         for the methods that support -retrieve-groups, too.
21
22         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
23
24 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25
26         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
27         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
28
29         * pop3.el: Require cl when compiling.
30         (pop3-number-of-responses): Search for "+OK", not "+OK ".
31
32 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
33
34         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
35         that aren't going to be activated.
36         (gnus-get-unread-articles): Fix up the last commit.
37
38         * gnus-html.el (gnus-article-html): Allow calling without specifying
39         the handle.  In that case, dissect the buffer first.
40
41         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
42
43         * nnimap.el (nnimap-open-connection): Revert the change that would look
44         into authinfo for imaps instead of imap.
45
46         * gnus-start.el (gnus-activate-group): Take an optional parameter to
47         say that you don't want to call gnus-request-group with don-check, but
48         do check the reponse.  This is for virtual groups only.
49         (gnus-get-unread-articles): Count the archive groups as secondary, so
50         that they're activated the same way as before.
51
52         * imap.el (imap-message-map): Removed optional buffer parameter, since
53         no callers use it.
54         (imap-message-get): Ditto.
55         (imap-message-put): Ditto.
56         (imap-mailbox-map): Ditto.
57         (imap-mailbox-put): Ditto.
58         (imap-mailbox-get): Ditto.
59         (imap-mailbox-get): Revert last change for this function.
60
61         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
62         case-insensitively.
63         (nnimap-debug): Removed.
64
65         * imap.el (imap-fetch-safe): Removed function, and altered all callers
66         to use `imap-fetch' instead.  According to the comments, this should be
67         safe, since all other IMAP clients use the 1:* syntax.
68         (imap-enable-exchange-bug-workaround): Removed.
69         (imap-debug): Removed -- doesn't seem very useful.
70
71         * mail-source.el (mail-source-fetch): Don't message if we're fetching
72         mail from a file, and the file doesn't exist.
73
74         * imap.el (imap-log): New convenience function used throughout instead
75         of repeating the same code all over the place.
76
77         * pop3.el (pop3-streaming-movemail): Return t for success.
78
79         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
80         .authinfo if we're using ssl connection.
81
82         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
83         already have if we're in a main Gnus `g' run.
84
85         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
86
87 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
88
89         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
90
91         * nnmh.el (nnmh-request-list-1): Bind `file'.
92
93         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
94         alias to set-process-query-on-exit-flag or process-kill-without-query.
95         (pop3-open-server): Use it.
96
97 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
98
99         * mail-source.el (mail-source-delete-crash-box): Always move the crash
100         box to the Incoming file.  Fixes mistake in previous checkin.
101
102         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
103         request loop (for debugging purposes) removed.
104
105         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
106         culprit is more visible.
107         (nnml-save-incremental-nov, nnml-open-incremental-nov)
108         (nnml-add-incremental-nov): New functions to do "incremental" nov
109         updates, where we just append to the end of the existing nov files
110         without reading/writing them in full.
111
112         * mail-source.el (mail-source-delete-crash-box): Really only check the
113         incoming files once in a while.
114
115         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
116
117         * mail-source.el (mail-source-delete-crash-box): Only check the
118         incoming files for deletion once per day to save a lot of file
119         accesses.
120
121         * pop3.el (pop3-logon): Fix up unbound variable typo.
122
123         * mail-source.el (pop3-streaming-movemail): Autoload.
124
125         * pop3.el (pop3-streaming-movemail): Respect
126         pop3-leave-mail-on-server.
127
128         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
129         retrieval.
130
131         * pop3.el (pop3-process-filter): Removed unused function.
132         (pop3-streaming-movemail, pop3-send-streaming-command)
133         (pop3-wait-for-messages, pop3-write-to-file)
134         (pop3-number-of-responses): New functions for streaming pop3
135         retrieval.
136
137         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
138         come from no known methods.
139         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
140         list.
141
142         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
143         message sizes.
144         (pop3-movemail): Use erase-buffer instead of looping and deleting
145         regions, which seems rather odd.
146
147         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
148         file once per `g' run.
149
150         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
151         directories.  This makes the draft queue directory work.
152
153         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
154         data from the backends, so that we only request the list of groups from
155         each method once.  This should speed things up considerably.
156
157         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
158         detect that it's not implemented.
159
160         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
161         we actually do recurse down into the tree, but don't stat all leaf
162         nodes.
163
164         * gnus-html.el (gnus-html-show-images): If there are no images to show,
165         then say so instead of bugging out.
166
167         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
168         files exist before trying to read them.
169
170         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
171         around <pre_int>.
172
173         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
174
175         * nnmh.el (nnmh-request-list-1): Optimize for speed.
176
177 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * mm-util.el (mm-image-load-path): Just return the image directories,
180         not all directories in the path in addition to the image directories.
181         (mm-image-load-path): Maintain a cache of the image directories so that
182         the `g' command in Gnus doesn't have to stat dozens of directories each
183         time.
184
185         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
186         (gnus-html-wash-tags): Add a new `i' command to insert images.
187         (gnus-html-insert-image): New command and keystroke.
188         (gnus-html-redisplay-with-images): New command and keystroke.
189         (gnus-html-show-images): Renamed command.
190         (gnus-html-wash-tags): Remove more white space before <pre_int> image
191         spacers.
192         (gnus-html-wash-tags): Decode entities at the end, so that entities
193         inside the tags don't mess up the rest of the "parsing".
194
195         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
196         so that nnimap methods aren't agentized by default.  There's apparently
197         many problems related to agent/imap behaviour.
198
199         * gnus-art.el (gnus-article-copy-string): New command and key binding.
200
201         * gnus-html.el: Doc fix.
202
203 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
204
205         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
206         specifier-spec-list for Emacs 21.
207
208         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
209         glyph-width and glyph-height instead of display-graphic-p and
210         image-size; make avoidance of displaying small images work for XEmacs.
211
212         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
213         for XEmacs.
214
215         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
216         of symbol that holds plist data.
217         (gnus-process-plist): Remove plist of process after getting it.
218
219 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * message.el (message-generate-hashcash): Change default to
222         'opportunistic if hashcash is installed.
223
224         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
225         (gnus-html-put-image): Only call image-size once, since it's somewhat
226         time-consuming on remote X servers.
227
228 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
229
230         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
231         type on data, not a file name.
232
233         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
234         window-pixel-edges for Emacs 21.
235
236         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
237         decoded contents.
238         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
239
240 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
243         group line format, since it isn't very interesting.
244
245         * gnus-agent.el (gnus-agent-short-article),
246         (gnus-agent-long-article): Increase values for these two variables,
247         since most people are likely to have more network connection and
248         storage than before.
249
250         * gnus.el (gnus-refer-article-method): Change default to 'current.
251         When referring an article, the common behaviour is to refer it from the
252         current select method, not the native select method.  The chances of
253         the native select method having the message in question is rather slim
254         these days.
255
256         * gnus-sum.el (gnus-auto-select-subject): Change default to
257         `unseen-or-unread'.  I think it's likely that most people want to
258         select an unseen article over a previously seen, but unread one.
259
260         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
261         means that in the article buffer none of the minor mode elements will
262         be shown, usually, and this is not desirable in most cases.
263
264         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
265         that commands like `d' (and the like) go to the next line in the
266         buffer, instead of the next unread article.  I think this is the
267         behaviour that is most natural for most users.
268         (gnus-single-article-buffer): Change default to nil, so that people can
269         have as many article buffers open as they have summary buffer.  I think
270         this is the most natural way for the groups to behave.
271
272         * message.el (message-generate-new-buffers): Change default to
273         `unsent', so that all new message buffers start their names with the
274         string "*unsent", and it's easier to find the buffers if you move from
275         them.
276
277 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
280         small. They're probably tracking images.
281         (gnus-html-wash-tags): Remove all <pre_int> place holders.
282         (gnus-html-rescale-image): Yet another try at getting the image sizing
283         right.
284
285         * nntp.el (nntp-request-set-mark): Refuse to do marks if
286         nntp-marks-file-name is nil.
287
288 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
289
290         * gnus-html.el (gnus-html-wash-tags)
291         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
292         Better logging.
293
294 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
295
296         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
297
298         * gnus-html.el (gnus-html-wash-tags): Check the value of
299         gnus-blocked-images in the summary buffer.
300
301 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
302
303         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
304
305 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306
307         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
308         like "a", it seems like.
309         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
310         since it needs to be picked from the correct buffer.
311
312         * nnwfm.el: Removed.
313
314         * nnlistserv.el: Removed.
315
316 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
317
318         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
319         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
320
321 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
322
323         * nnkiboze.el: Removed.
324
325         * nndb.el: Removed.
326
327         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
328         alt text.
329         (gnus-html-rescale-image): Try to get the rescaling logic right for
330         images that are just wide and not tall.
331
332         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
333         overshadow variable bindings.
334
335 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
336
337         * gnus-html.el (gnus-html-wash-tags)
338         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
339         extra logging.
340
341 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342
343         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
344         (gnus-max-image-proportion): New variable.
345         (gnus-html-rescale-image): New function.
346         (gnus-html-put-image): Rescale images.
347
348 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
349
350         Fix up some byte-compiler warnings.
351         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
352         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
353         (gnus-article-fill-cited-article, gnus-article-hide-citation)
354         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
355         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
356         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
357         (gnus-group-update-group): Use save-excursion and with-current-buffer.
358
359 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
360
361         * gnus-html.el (gnus-article-html): Decode contents by charset.
362
363 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
364
365         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
366         (gnus-html-frame-width, gnus-blocked-images)
367         * message.el (message-prune-recipient-rules): Add custom version.
368         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
369
370         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
371         functions.
372
373         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
374         gnus-process-get.
375
376 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
377
378         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
379         instead of lsub directly.
380
381 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
382
383         * nnwarchive.el: Removed.
384
385         * gnus-soup.el: Removed.
386
387         * nnsoup.el: Removed.
388
389         * nnultimate.el: Removed.
390
391         * gnus-html.el (gnus-blocked-images): New variable.
392
393         * message.el (message-prune-recipients): New function.
394         (message-prune-recipient-rules): New variable.
395
396         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
397         guess whether a long line is natural text or not.
398
399         * gnus-html.el (gnus-html-schedule-image-fetching): Use
400         gnus-process-plist and friends for compatibility.
401
402 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
403
404         * gnus-html.el: Require packages that define macros used in this file.
405         (gnus-article-mouse-face): Declare to silence byte-compiler.
406         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
407         process-get.
408         (gnus-html-put-image): Use plist-get to avoid getf.
409         (gnus-html-prefetch-images): Use with-current-buffer.
410
411 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
412
413         * gnus-ems.el: Provide compatibility functions for
414         gnus-set-process-plist.
415
416         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
417         header-line-format for XEmacs 21.4.
418
419         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
420         * gnus.el (gnus-valid-select-methods)
421         * message.el (message-send-mail-partially-limit)
422         * mm-decode.el (mm-text-html-renderer)
423         * mml.el (mml-insert-mime-headers-always)
424         * smiley.el (smiley-regexp-alist): Bump custom version.
425
426 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
427
428         * gnus-html.el: require mm-url.
429         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
430         with the url to `url'.
431         (gnus-html-wash-tags): Support cid: URLs/images.
432
433 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
434
435         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
436         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
437         bindings, as they aren't useful at all. `w' is moved to `W w'.
438
439         * gnus-move.el: Removed file, since it doesn't really work.
440
441         * gnus-html.el (gnus-article-html): Tell w3m that the input is
442         UTF-8. This seems to fix problems with some German web feeds.
443
444         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
445         at the top so that the proper colours are applied.
446
447         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
448         don't have dots in their names.
449
450         * gnus-art.el (gnus-article-view-part): Doc fix.
451
452         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
453         XEmacs-compatible.
454         (gnus-html-put-image): Don't do images on non-graphic displays.
455
456         * nnslashdot.el: Removed this unused backend.
457
458         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
459         actions.
460         (gnus-undo-register-1): Revert last change.
461
462         * gnus-group.el (gnus-group-completing-read): Protect against not
463         having completion-styles bound.
464
465         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
466         make broken recipients happier.
467
468         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
469
470         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
471         point parameter.
472
473         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
474
475         * gnus-group.el (gnus-group-completing-read): Add 'substring to
476         completion-styles for group selection.
477
478 2009-02-04  Andreas Schwab  <schwab@suse.de>
479
480         * gnus-score.el (gnus-score-string): Fix regex for matching extra
481         headers and regexp-quote the match if necessary.
482
483 2009-03-24  Miles Bader  <miles@gnu.org>
484
485         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
486         the blinking smiley.
487
488 2009-03-24  Simon Josefsson  <simon@josefsson.org>
489
490         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
491         blink smiley.
492
493 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
494
495         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
496         where the dribbel file lives exists.
497
498         * message.el (message-send-mail-partially-limit): Change the default to
499         nil, since most people don't want this.
500
501         * mm-url.el (mm-url-decode-entities): Also decode entities like
502         &#x3212.
503
504 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
505
506         * gnus-sum.el (gnus-summary-idna-message):
507         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
508         Hyperlink urls in docstrings with URL `...'.
509
510 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
511
512         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
513         functions.
514
515 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
516
517         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
518         say what the mouseover text should be.
519
520         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
521         version of the mm-w3m-safe-url-regexp variable to only download images
522         in the groups where we want that to happen.
523
524         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
525
526         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
527         easier debugging.
528         (gnus-article-beginning-of-window): Add kludge to allow spacing past
529         big pictures in the article buffer.
530
531         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
532         gnus-article-html.
533         (mm-text-html-renderer): gnus-article-html needs curl in addition to
534         w3m.
535
536         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
537
538 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
539
540         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
541         which doesn't exist.
542
543         * message.el (message-inhibit-ecomplete): New variable to allow some
544         function to inhibit ecomplete address storage.
545         (message-resend): Disable ecomplete message storage when resending
546         messages.
547
548         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
549
550 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
551
552         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
553         Save excursion while copying, moving, and deleting articles in order to
554         prevent the cursor from jumping to unforeseen place.
555
556 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
557
558         * lpath.el: No need to bind bookmark-current-buffer,
559         bookmark-yank-point and bookmark-make-record-function.
560
561 2010-08-17  Glenn Morris  <rgm@gnu.org>
562
563         * gnus-sync.el: Require gnus components whose functions are used.
564
565         * gnus-art.el (bookmark-make-record-function):
566         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
567         Declare for compiler.
568
569         * mm-url.el (mml-compute-boundary): Autoload.
570
571 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
574
575 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
576
577         Typo fix "hoo4a" -> "hook".
578
579         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
580
581 2010-08-14  Glenn Morris  <rgm@gnu.org>
582
583         * gnus-sync.el (gnus-sync): Fix defgroup version.
584
585 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
586
587         Doc fixes and keep unknown groups (ammended for nunion bug fix).
588
589         * gnus-sync.el: Fix docs.
590         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
591         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
592
593 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
594
595         Optimizations for gnus-sync.el.
596
597         * gnus-sync.el: Add docs about gnus-sync-backend
598         possibilities.
599         (gnus-sync-save): Remove unnecessary message.
600         (gnus-sync-read): Optimize and show what groups were skipped.
601
602 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
603
604         Minor bug fixes for gnus-sync.el.
605
606         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
607         read the sync on get-new-news.
608
609         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
610         quiet.
611
612         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
613
614 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
615
616         Make saving and restoring of hidden threads work with overlays.
617         Patch applied by Ted Zlatanov.
618
619         * gnus-sum.el (gnus-hidden-threads-configuration)
620         (gnus-restore-hidden-threads-configuration): Update to deal with text
621         properties, rather than searching for a magic character.
622
623 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
624
625         New gnus-sync.el library for synchronization of marks.
626
627         * gnus-sync.el: New library for synchronization of marks.
628
629         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
630         renamed from `gnus-registry-grep-in-list'.
631
632         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
633
634         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
635
636 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
639         determining charset of text fails.
640
641 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
642
643         * nnmail.el (nnmail-get-new-mail-1): Revert.
644
645         * nnml.el (nnml-active-number): Make sure names of newly created groups
646         in nnml-group-alist are encoded.
647
648 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
649
650         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
651         containing non-ASCII characters in active file for nnml back end.
652
653 2010-07-24  David Engster  <dengste@eml.cc>
654
655         * mml-smime.el (mml-smime-epg-verify): Also accept the older
656         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
657
658 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
659
660         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
661         tag (Bug#6654).
662
663 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
664
665         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
666         the article buffer, not the summary buffer.
667
668 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
669
670         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
671         Emacs 23 as well.
672
673 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
676         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
677
678 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
679
680         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
681         Patch applied by Karl Fogel.
682
683         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
684         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
685
686 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
687
688         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
689         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
690         C-w still not working correctly from Article buffers; Thierry's
691         patch to fix that will be applied after this.
692
693         * gnus-art.el (bookmark-make-record-function): New local variable.
694
695         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
696         article buffer.
697         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
698
699 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
700
701         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
702         on changes in bookmark.el.
703
704 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
705
706         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
707         `no-log' instead of message not to log prompt string.
708
709 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
710
711         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
712         the *other* type of HTML form submission.
713
714 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
715
716         * auth-source.el (auth-source-pick): If choice does not contain a
717         questioned keyword, set the check to t.
718
719 2010-06-12  Romain Francoise  <romain@orebokech.com>
720
721         * gnus-util.el (gnus-date-get-time): Move up before first use.
722
723 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
724
725         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
726         (gnus-article-edit-part): Bind it to make last part that is substituted
727         or deleted visible.
728         (gnus-mime-display-single): Buttonize part of which id equals to
729         gnus-mime-buttonized-part-id.
730
731 2010-06-10  Dan Christensen  <jdc@uwo.ca>
732
733         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
734         (gnus-dd-mmm): Use gnus-date-get-time.
735         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
736         simplify logic.
737         (gnus-summary-limit-to-age): Use gnus-date-get-time.
738         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
739
740 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
741
742         * auth-source.el (top): Autoload `secrets-list-collections',
743         `secrets-create-item', `secrets-delete-item'.
744         (auth-sources): Fix tag string.
745         (auth-get-source, auth-source-retrieve, auth-source-create)
746         (auth-source-delete): New defuns.
747         (auth-source-pick): Rewrite in order to avoid 2 passes.
748         (auth-source-forget-user-or-password): New parameter USERNAME.
749         (auth-source-user-or-password): New parameters CREATE-MISSING and
750         DELETE-EXISTING.  Retrieve password interactively, if needed.
751
752 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
753
754         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
755         deleting unused directories when gnus-expert-user is t.
756
757 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
758
759         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
760         for each temp file when gnus-article-browse-delete-temp is ask.
761
762 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
763
764         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
765         Lisp calls to delete-backward-char by calls to delete-char.
766
767 2010-05-20  Kevin Ryde  <user42@zip.com.au>
768
769         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
770
771 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
772
773         * password-cache.el (password-cache-remove): Fix docstring.
774
775 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
776
777         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
778         article unless decoding article to be saved.
779
780 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
781
782         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
783         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
784         generated within the mm-with-unibyte-current-buffer macro.
785
786 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
787
788         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
789         to nil when we're in a mml-preview buffer and no group is selected.
790
791 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
792
793         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
794         when catching the `C-g'.  Reported by "Leo".
795
796 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
797
798         * message.el (message-forward-make-body-plain)
799         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
800         multibyte-string-p.
801
802         * lpath.el: Revert.
803
804 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
805
806         * message.el (message-forward-make-body-mml): Assume original message
807         is multibyte string; error on unibyte.
808         (message-forward-make-body-plain): Ditto; don't add excessive newline
809         in body end.
810
811         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
812
813 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
814
815         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
816         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
817
818 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
819
820         * mm-extern.el (mm-extern-url): Don't use
821         mm-with-unibyte-current-buffer.
822         (mm-extern-cache-contents): Use with-current-buffer instead of
823         save-excursion + set-buffer.
824
825 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * mm-util.el (mm-emacs-mule): Remove.
828
829 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
830
831         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
832         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
833         change.
834
835 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
836
837         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
838         bind the default value of enable-multibyte-characters to nil.
839
840 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * message.el (message-forward-make-body-plain)
843         (message-forward-make-body-mml):
844         Don't use mm-with-unibyte-current-buffer.
845
846 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
847
848         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
849
850 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
851
852         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
853         (Bug#5592).
854
855 2010-05-07  Julien Danjou  <julien@danjou.info>
856
857         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
858         it to mm-pipe-part.
859
860         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
861         it is given.
862
863 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
864
865         * binhex.el (binhex-decode-region-internal)
866         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
867         (dns-query)
868         * nnweb.el (nnweb-gmane-search)
869         * pgg-parse.el (pgg-parse-armor)
870         * pgg.el (pgg-verify-region)
871         * sha1.el (sha1-string-external)
872         * uudecode.el (uudecode-decode-region-internal)
873         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
874         XEmacs.
875
876         * gnus-art.el (gnus-article-browse-html-parts)
877         * gnus-group.el (gnus-read-ephemeral-gmane-group)
878         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
879         make-temp-file.
880
881         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
882         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
883         compiling.
884
885         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
886         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
887         XEmacs when compiling.
888
889         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
890         gnus-pick-mode-off-hook for XEmacs when compiling.
891         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
892         gnus-binary-mode-off-hook for XEmacs when compiling.
893
894         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
895         nil if char-charset is not available.
896
897         * imap.el (imap-disable-multibyte)
898         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
899         macros.
900
901         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
902         instead of encode-coding-string.
903
904         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
905         'xemacs) instead of mm-emacs-mule to switch function definitions.
906         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
907
908         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
909         bind temporary-file-directory for XEmacs;
910         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
911         timer-set-function for XEmacs 21.4 and SXEmacs;
912         bind timer-list for XEmacs 21.4 and SXEmacs;
913         fbind char-charset and find-charset-region for non-Mule XEmacs;
914         fbind decode-coding-region, decode-coding-string, detect-coding-region,
915         encode-coding-region and encode-coding-string for XEmacs having no
916         file-coding feature.
917
918 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
919
920         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
921
922 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
923
924         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
925         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
926
927 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
928
929         * mm-util.el (mm-decompress-buffer): Use `delete-file';
930         alias `jka-compr-delete-temp-file' no longer exists.
931
932 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
933
934         Use define-minor-mode in Gnus where applicable.
935         * mml.el (mml-mode): Use define-minor-mode.
936         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
937         (gnus-undo-mode): Use define-minor-mode.
938         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
939         (gnus-dead-summary-mode): Use define-minor-mode.
940         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
941         Initialize in declaration.
942         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
943         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
944         (gnus-mailing-list-mode): Use define-minor-mode.
945         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
946         (gnus-draft-mode): Use define-minor-mode.
947         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
948         (gnus-dired-mode): Use define-minor-mode.
949
950 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
951
952         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
953         handles on recursive mml-to-mime translation and check them for
954         boundary delimiter collisions.  Reported by Greg Troxel.
955
956 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
957
958         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
959
960 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
961
962         * mm-util.el (mm-find-buffer-file-coding-system):
963         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
964
965 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
966
967         * message.el (message-generate-headers): Record insertion of optional
968         headers as well.  Otherwise the check to prevent repeated insertion of
969         optional headers is a no-op.
970
971 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
972
973         * smime.el: Don't mention CVS.
974
975         * nnrss.el (nnrss-fetch): Don't mention CVS.
976
977         * nnir.el: Don't mention CVS.
978
979 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
980
981         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
982
983 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * lpath.el: Fbind bookmark-default-handler,
986         bookmark-get-bookmark-record, bookmark-make-record-default,
987         bookmark-prop-get for Emacs <23 and XEmacs.
988
989 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
990
991         * gnus-sum.el: Add bookmark declarations to silence the compiler.
992         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
993         Use with-current-buffer to silence the byte-compiler.
994         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
995         bother to require `gnus'.
996         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
997
998 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
999
1000         * gnus-sum.el (gnus-summary-bookmark-make-record)
1001         (gnus-summary-bookmark-jump): New functions.
1002         (gnus-summary-mode): Setup bookmark support.
1003
1004 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1005
1006         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1007         if set.
1008
1009 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1010
1011         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1012         gnus-article-browse-html-save-cid-image; make it work recursively for
1013         forwarded messages as well.
1014         (gnus-article-browse-html-parts): Work when prefix arg is given.
1015         (gnus-article-browse-html-article): Doc fix.
1016
1017 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1018
1019         * message.el (message-default-mail-headers):
1020         (message-default-headers): Carry the value mail-default-headers over
1021         into message-default-mail-headers, rather than message-default-headers.
1022
1023 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1024
1025         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
1026         charset.
1027
1028         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1029         charset into the <meta> tag when the article is encoded to utf-8.
1030
1031 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
1034         directories as well.
1035         (gnus-article-browse-html-parts): Work for images that do not specify
1036         file names; delete temp directory when quitting; insert header at the
1037         right place; use file: scheme for image files.
1038
1039 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1040
1041         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1042         (gnus-article-browse-html-parts): Use it to make temporary cid image
1043         files in addition to html file so that browser may display them.
1044
1045 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1046
1047         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1048
1049 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1050
1051         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1052
1053 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1054
1055         * auth-source.el (auth-sources): Change default to be simpler.  Explain
1056         about Secret Service API sources.  Improve Customize options.
1057         (auth-source-pick): Change to accept any number of search parameters.
1058         Implement fallbacks iteratively, not recursively.  Add scoring on the
1059         second pass and sort by score.  Call Secret Service API when needed.
1060         (auth-source-user-or-password): Use it.  Call Secret Service API
1061         directly when needed to get the user name and the password.
1062
1063 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1064
1065         * message.el (message-interactive): Doc fix.
1066         (message-qmail-inject-args): Reflow.
1067         (message-kill-to-signature): Fix typo in docstring.
1068
1069         * smiley.el (smiley-buffer): Fix typo in docstring.
1070
1071 2010-03-24  Glenn Morris  <rgm@gnu.org>
1072
1073         * mail-source.el (gnus-message): Declare.
1074         (mail-source-delete-old-incoming): Require gnus-util.
1075
1076 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1077
1078         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1079
1080         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1081
1082         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1083         password-cache's default if it is not bound.
1084         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1085         password-cache-expiry's default if it is not bound.
1086
1087         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1088         available in Emacs 21.
1089
1090         * lpath.el: Suppress compiler warnings for:
1091         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
1092         XEmacs;
1093         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
1094         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
1095         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
1096
1097 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1098
1099         * auth-source.el (auth-sources): Fix up definition so extra parameters
1100         are always inline.
1101
1102 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1103
1104         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1105         wasn't updated after mismatch.  Clear cached mailbox info correctly
1106         when uidvalidity changes.
1107         (nnimap-group-prefixed-name): New function to avoid some code
1108         duplication.
1109         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1110         (nnimap-request-group): Use it.
1111         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1112         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1113         with many imap folders.  This is done by caching the group status from
1114         the imap server persistently in a group parameter `imap-status'.  (This
1115         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1116         but not persistently, so every Gnus startup was still very slow.)
1117
1118 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
1119
1120         * assistant.el (assistant-render-text): Run `widget-setup' and don't
1121         delete the extra newline.  Otherwise editing of :string and :number
1122         types don't work.
1123
1124 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1125
1126         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1127         secrets.el dependency.
1128         (auth-sources): Add optional user name.  Add secrets.el configuration
1129         choice (unused right now).
1130
1131 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1132
1133         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1134         `gnus-registry-install-shortcuts' fill in the functions.
1135
1136         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1137         warnings.
1138         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1139         (gnus-registry-install-shortcuts): Populate and use it in a
1140         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1141
1142 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1143
1144         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1145         In-place substitutions for the group name encoding/decoding.
1146         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1147         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1148         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1149         (nnimap-update-unseen, nnimap-request-list)
1150         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1151         (nnimap-request-set-mark, nnimap-split-to-groups)
1152         (nnimap-split-articles, nnimap-request-newgroups)
1153         (nnimap-request-create-group, nnimap-request-accept-article)
1154         (nnimap-request-delete-group, nnimap-request-rename-group)
1155         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1156         `encoded-mbx' for consistency.
1157         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1158         variable `imap-current-mailbox'.
1159
1160         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1161         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1162
1163 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1164
1165         * pop3.el (pop3-display-message-size-flag): Display message size byte
1166         counts during POP3 download.
1167         (pop3-movemail): Use it.
1168         (pop3-list): Implement listing of available messages.
1169
1170 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1171
1172         * nnir.el (nnir-get-article-nov-override-function): New function to
1173         override the normal NOV retrieval.
1174         (nnir-retrieve-headers): Use it.
1175
1176 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1177
1178         * auth-source.el (netrc-machine-user-or-password): Autoload.
1179
1180 2010-03-19  Glenn Morris  <rgm@gnu.org>
1181
1182         Stop message.el from loading about 40 libraries it doesn't always need.
1183         The general approach is to autoload rather than require, and to
1184         require in the specific functions rather than the file.  (Bug#5642)
1185
1186         * gmm-utils.el: Don't require wid-edit.
1187         (widget-create-child-value, widget-convert, widget-default-get):
1188         Autoload.
1189
1190         * gnus-util.el: Don't require time-date, netrc.
1191         (message-fetch-field, gnus-group-name-decode): Declare rather than
1192         autoloading.
1193         (gnus-fetch-field): Require message.
1194         (gnus-decode-newsgroups): Require gnus-group.
1195
1196         * ietf-drums.el: Don't require time-date.
1197
1198         * message.el: Don't require hashcash, canlock, ecomplete.
1199         Do require mail-utils.  Require nnheader only when compiling.
1200         (smtpmail-default-smtp-server): Remove declaration.
1201         (message-send-mail-function): Check smtpmail-default-smtp-server
1202         is bound rather than requiring smtpmail.
1203         (message-auto-save-directory, message-insert-signature): Use
1204         expand-file-name rather than nnheader-concat.
1205         (nnheader-insert-file-contents): Autoload.
1206         (hashcash-wait-async): Declare.
1207         (message-send-mail): Only call gnus-setup-posting-charset if
1208         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1209         (message-send-mail-with-sendmail): Require sendmail.
1210         (canlock-password, canlock-password-for-verify): Declare.
1211         (message-canlock-password): Require canlock.
1212         (nnheader-get-report): Autoload.
1213         (gnus-setup-posting-charset): Declare.
1214         (message-send-news): Require gnus-msg.
1215         (message-make-references, message-make-in-reply-to): Use mail-header-id
1216         rather than the alias mail-header-message-id.
1217         (ecomplete-add-item, ecomplete-save): Declare.
1218         (message-put-addresses-in-ecomplete): Require ecomplete.
1219         (ecomplete-display-matches): Autoload.
1220
1221         * mm-decode.el: Don't require mailcap, gnus-util.
1222         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1223         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1224         Autoload.
1225         (mailcap-mime-extensions): Declare.
1226
1227         * mm-encode.el: Don't require mailcap.
1228         (mailcap-extension-to-mime): Autoload.
1229
1230         * mml-sec.el: Don't require password-cache.
1231
1232         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1233         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1234         (mml-minibuffer-read-type): Require mailcap.
1235         (mml-preview): Require gnus-msg.
1236
1237         * mml1991.el: Require password-cache.
1238         (password-cache-expiry): Remove declaration.
1239
1240         * mml2015.el: Require password-cache.
1241         (password-cache-expiry): Remove declaration.
1242
1243         * nneething.el (mailcap): Require mailcap.
1244
1245         * nnheader.el (declare-function): Add compatibility stub.
1246         (message-remove-header): Declare rather than autoload.
1247         (nnheader-replace-header): Require message.
1248
1249         * nnimap.el (declare-function): Add compatibility stub.
1250         (netrc-parse, netrc-machine-user-or-password): Declare.
1251         (nnimap-open-connection): Require netrc.
1252
1253         * nntp.el (declare-function): Add compatibility stub.
1254         (netrc-parse, netrc-machine, netrc-get): Declare.
1255         (nntp-send-authinfo): Require netrc.
1256
1257         * rfc2047.el: Don't require qp.
1258         (quoted-printable-encode-region, quoted-printable-decode-string):
1259         Autoload.
1260
1261         * sieve-mode.el: Don't require easymenu.
1262         (easy-menu-add-item): Autoload it.
1263
1264         * spam-stat.el (time-to-number-of-days): Autoload it.
1265
1266 2010-03-19  Glenn Morris  <rgm@gnu.org>
1267
1268         * password-cache.el (password-cache, password-cache-expiry): Autoload.
1269
1270 2010-03-18  Glenn Morris  <rgm@gnu.org>
1271
1272         * hashcash.el (declare-function): Remove duplicate definition.
1273
1274 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1275
1276         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1277         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1278         value if any backslash escapes).
1279
1280 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1283         if it is available.  (bug#5647)
1284
1285         * lpath.el: Suppress compiler warning for coding-system-from-name for
1286         Emacs 21 and XEmacs.
1287
1288 2010-03-14  Juri Linkov  <juri@jurta.org>
1289
1290         * hmac-def.el:
1291         * hmac-md5.el:
1292         * netrc.el: Fix keywords.
1293
1294 2010-02-26  Glenn Morris  <rgm@gnu.org>
1295
1296         * message.el (message-send-mail-function): Change the default, so that
1297         it inherits from a customized send-mail-function.  (Bug#5643)
1298
1299 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1300
1301         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1302         shell-command-to-string signals an error (bug#5299).
1303
1304 2010-02-24  Glenn Morris  <rgm@gnu.org>
1305
1306         * message.el (message-smtpmail-send-it)
1307         (message-send-mail-with-mailclient): Doc fixes.
1308
1309 2010-02-16  Glenn Morris  <rgm@gnu.org>
1310
1311         * message.el (message-default-mail-headers): Change the default value
1312         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1313
1314 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
1317         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
1318
1319 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1320
1321         * time-date.el (date-to-time): Doc fix (Bug#5408).
1322
1323 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1324
1325         * message.el (message-mail): Just pass yank-action on to message-setup.
1326         (message-setup): Handle (FUN . ARGS) form of yank-action.
1327         (message-with-reply-buffer, message-widen-reply)
1328         (message-yank-original): Handle non-buffer values of
1329         message-reply-buffer (Bug#4080).
1330         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1331
1332 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1333
1334         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1335         Fix typo in docstring.
1336
1337 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1338
1339         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1340         response.
1341
1342 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1343
1344         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1345
1346         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1347
1348         * message.el (message-check-news-header-syntax): Protect against a
1349         string that `rfc822-addresses' returns when parsing fails.
1350
1351 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1352
1353         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1354         (gnus-previous-char-property-change): New functions.
1355
1356         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1357
1358 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1359
1360         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1361         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1362
1363 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1364
1365         * message.el (message-exchange-point-and-mark): Rework last change to
1366         avoid using optional arg of exchange-point-and-mark, for backward
1367         compatibility.
1368
1369 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1370
1371         * message.el (message-exchange-point-and-mark): Call
1372         exchange-point-and-mark with an argument rather than setting
1373         mark-active by hand (Bug#5175).
1374
1375 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1376
1377         * nntp.el (nntp-service-to-port): Work for service expressed with
1378         numeric string; replace [:digit:] with [0-9] for XEmacs.
1379
1380 2009-12-17  Glenn Morris  <rgm@gnu.org>
1381
1382         * gnus-group.el (gnus-bug-group-download-format-alist):
1383         Change emacs entry to debbugs.gnu.org.  Bump :version.
1384
1385 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1386
1387         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1388
1389 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1390
1391         * message.el (message-info): Explain why we use `Info-goto-node'.
1392
1393 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
1396
1397 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1398
1399         * message.el (message-completion-in-region): New compatibility function.
1400         (message-expand-group): Use it.
1401
1402 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1405         with no unread article should be listed if the 2nd arg `predicate' is
1406         given.
1407
1408 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1409
1410         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
1411
1412 2009-11-29  Juri Linkov  <juri@jurta.org>
1413
1414         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1415         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1416         on `gnus-recenter'. (Bug#4698, Bug#4981)
1417
1418 2009-11-26  Kevin Ryde  <user42@zip.com.au>
1419
1420         * sha1.el (sha1-string-external): default-directory "/" in case
1421         otherwise non-existent.  process-connection-type pipe for touch of
1422         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
1423
1424 2009-11-25  Kevin Ryde  <user42@zip.com.au>
1425
1426         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
1427         it's comms related and sgml-mode.el has "comm" on that basis too.
1428
1429 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1432         containing tspecial characters if they have been already quoted.
1433
1434 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1435
1436         * dns-mode.el (auto-mode-alist): Purecopy string.
1437
1438 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1439
1440         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
1441
1442 2009-10-24  Glenn Morris  <rgm@gnu.org>
1443
1444         * gnus-art.el (help-xref-stack-item): Define for compiler.
1445
1446 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1447
1448         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
1449
1450 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1451
1452         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1453
1454 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1455
1456         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1457         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1458
1459 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1462         (gnus-overlays-in): New alias to overlays-in.
1463
1464         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1465         gnus-overlay-get, and gnus-delete-overlay.
1466         (gnus-summary-show-thread): Make it work as well for systems in which
1467         next-single-char-property-change is not available.
1468         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1469
1470         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1471         (gnus-overlay-get): New alias to extent-property.
1472         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1473
1474         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1475         SXEmacs.
1476
1477         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1478         SXEmacs.
1479
1480 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1481
1482         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1483
1484 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1485
1486         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1487         and XEmacs that don't have `remove-overlays'.
1488
1489 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1490
1491         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1492         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1493         selective display.  Use overlays instead.
1494
1495 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1496
1497         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1498
1499 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1500
1501         * spam-stat.el (spam-stat-load): Fix typo in message.
1502
1503 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1504
1505         * dig.el (dig-invoke): Fix typo in docstring.
1506         (query-dig): Reflow docstring.
1507
1508 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1509
1510         * gnus-art.el (gnus-article-encrypt-body):
1511         * message.el (message-check-recipients):
1512         * mm-util.el (mm-codepage-setup):
1513         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1514         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1515
1516 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1517
1518         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1519         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1520         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1521         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1522         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1523
1524 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1525
1526         * dig.el: Add "Keywords: comm", as per net-utils.el.
1527
1528 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1529
1530         * dig.el (dig-mode): Use define-derived-mode.
1531
1532 2009-09-19  Glenn Morris  <rgm@gnu.org>
1533
1534         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1535
1536 2009-09-18  Glenn Morris  <rgm@gnu.org>
1537
1538         * gnus-diary.el (gnus-diary-check-message):
1539         * message.el (message-insert-formatted-citation-line):
1540         * nnbabyl.el (top-level):
1541         * nndiary.el (nndiary-schedule):
1542         Fix typos in condition-case handlers.
1543
1544 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1547         configuration that provides the sole article window in a frame;
1548         position point correctly after deleting a part.
1549
1550 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1551
1552         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1553         (spam-resolve-registrations-routine): Use it to unregister articles
1554         that change status.
1555
1556 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1557
1558         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1559         with XEmacs.
1560         (parse-time-string-chars): Use it.
1561
1562 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1563
1564         * imap.el (imap-interactive-login): Better messages.
1565         (imap-open): Fix bug with renamed buffer on reconnect.
1566         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1567         for easier debugging and cleaner code.  On successful (guessed based on
1568         server capabilities) secondary authentication, set imap-state
1569         correctly.
1570         (imap-last-authenticator): Define imap-last-authenticator as a variable
1571         to avoid warnings.
1572
1573 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1574
1575         * nnrss.el (nnrss-request-article): Remove binding of
1576         default-enable-multibyte-characters that has gotten needless by
1577         the 2007-07-13 change in rfc2047-encode-message-header.
1578
1579         * mml.el (mml-insert-multipart): Error on the message header.
1580         (mml-insert-part): Error on the message header; position point at
1581         the end of a MIME tag.
1582
1583 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * time-date.el (autoload): Expand define-obsolete-function-alias into
1586         defalias and make-obsolete for old Emacsen that Gnus supports.
1587         (with-no-warnings): Define it for old Emacsen.
1588         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1589         is available.
1590         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1591         float-time is available; suppress compile warning for time-to-seconds.
1592
1593         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1594         (gnus-float-time): Alias to float-time if it exists.
1595
1596         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1597         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1598         float-time is available; suppress compile warning for time-to-seconds.
1599
1600         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1601         XEmacs.
1602
1603 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1604
1605         * imap.el (imap-message-map): Docstring fix.
1606
1607 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1608
1609         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1610         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1611         Add the optional argument `encoding' that overrides the default.
1612
1613         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1614         mm-encode-buffer.
1615
1616 2009-09-04  Glenn Morris  <rgm@gnu.org>
1617
1618         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1619         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1620         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1621         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1622         * mm-util.el (mm-with-unibyte-current-buffer)
1623         (mm-find-buffer-file-coding-system):
1624         * yenc.el (yenc-decode-region): Use default-value rather than
1625         default-enable-multibyte-characters.
1626
1627 2009-09-03  Glenn Morris  <rgm@gnu.org>
1628
1629         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1630         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1631         than default-enable-multibyte-characters.
1632
1633 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1634
1635         * gnus-art.el (gnus-article-read-summary-keys):
1636         Fix gnus-buffer-configuration's value temporarily used.
1637
1638 2009-09-02  Glenn Morris  <rgm@gnu.org>
1639
1640         * gnus-util.el (gnus-float-time): New function.
1641         * gnus-delay.el (gnus-delay-article):
1642         * gnus-sum.el (gnus-thread-latest-date):
1643         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1644         * nnspool.el (nnspool-request-newgroups):
1645         Use gnus-float-time rather than time-to-seconds.
1646         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1647
1648         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1649         (gnus-header-subject-face, gnus-header-newsgroups-face)
1650         (gnus-header-name-face, gnus-header-content-face):
1651         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1652         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1653         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1654         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1655         (gnus-cite-face-11):
1656         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1657         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1658         (gnus-server-closed-face, gnus-server-denied-face)
1659         (gnus-server-offline-face):
1660         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1661         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1662         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1663         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1664         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1665         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1666         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1667         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1668         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1669         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1670         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1671         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1672         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1673         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1674         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1675         (gnus-summary-high-undownloaded-face)
1676         (gnus-summary-low-undownloaded-face)
1677         (gnus-summary-normal-undownloaded-face)
1678         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1679         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1680         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1681         (gnus-splash-face):
1682         * message.el (message-header-to-face, message-header-cc-face)
1683         (message-header-subject-face, message-header-newsgroups-face)
1684         (message-header-other-face, message-header-name-face)
1685         (message-header-xheader-face, message-separator-face)
1686         (message-cited-text-face, message-mml-face):
1687         * sieve-mode.el (sieve-control-commands-face)
1688         (sieve-action-commands-face, sieve-test-commands-face)
1689         (sieve-tagged-arguments-face):
1690         * spam.el (spam-face):
1691         Mark face aliases with "-face" in the name as obsolete.
1692
1693 2009-09-01  Glenn Morris  <rgm@gnu.org>
1694
1695         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1696         than goto-line.
1697
1698 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1699
1700         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1701         Don't move point if the command is invoked inside the message header.
1702
1703 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1704
1705         * imap.el (imap-send-command): Simplify.
1706         (imap-wait-for-tag): point-max -> buffer-size.
1707
1708 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1709
1710         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1711         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1712         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1713         * nnir.el (nnir-swish-e-index-file):
1714         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1715         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1716         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1717         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1718         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1719         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1720
1721 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1722
1723         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1724         Don't save excursion.
1725
1726 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1727
1728         * nnheader.el (nnheader-find-file-noselect):
1729         * mm-util.el (mm-insert-file-contents):
1730         Use (default-value 'major-mode) instead of default-major-mode.
1731
1732 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1733
1734         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1735
1736 2009-08-26  Glenn Morris  <rgm@gnu.org>
1737
1738         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1739         than placing in files.el.
1740
1741 2009-08-25  Glenn Morris  <rgm@gnu.org>
1742
1743         * nnir.el (top-level): Don't require cl at run-time.
1744         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1745         Replace cl-function substitute with gnus-replace-in-string.
1746         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1747         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1748         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1749         simplified expansions.
1750
1751 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1752
1753         * dig.el (dig): Add autoload cookie.
1754
1755 2009-08-22  Glenn Morris  <rgm@gnu.org>
1756
1757         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1758         goto-line.
1759
1760 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1761
1762         * parse-time.el (parse-time-string-chars): Save match data.
1763
1764 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1765
1766         * parse-time.el (parse-time-string-chars): Compute using character
1767         classes, to handle non-ascii characters (Bug#3190).
1768
1769 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1770
1771         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1772
1773         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1774         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1775         (gnus-mm-display-part, gnus-mime-display-single)
1776         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1777         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1778
1779         * gnus-sum.el
1780         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1781         (gnus-summary-move-article): Add expirable mark to articles copied or
1782         moved to group that has auto-expire turned on if the option is non-nil.
1783
1784 2009-07-24  Glenn Morris  <rgm@gnu.org>
1785
1786         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1787         Fix typo.  (Bug#3903)
1788
1789 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1790
1791         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1792         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1793         that should not be used for draft articles.
1794         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1795         that has no concern in minor mode keys.
1796         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1797         Abolish.
1798
1799 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1802         article without making inquiry to a user for unknown encoding.
1803
1804         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1805         (nnmaildir--scan): Assume i-node and device number that file-attributes
1806         returns might be cons-cell.
1807
1808         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1809
1810         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1811
1812 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1813
1814         * auth-source.el: Remove docs now in auth.texi.  Don't use
1815         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1816         `auth-source-hide-passwords' and use them.
1817
1818 2009-07-15  Glenn Morris  <rgm@gnu.org>
1819
1820         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1821
1822 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1823
1824         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1825         excessive whitespace from the default values of title and description.
1826
1827 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1828
1829         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1830         mail-fetch-field to fetch Content-Description header in order to
1831         exclude newlines.
1832
1833 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1834
1835         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1836         format used by GnuPG 2.0.11.
1837
1838 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1841         to deleted part.
1842
1843 2009-05-30  David Engster  <dengste@eml.cc>
1844
1845         * nnmairix.el: Remove old documentation in the commentary block.
1846         (nnmairix-request-group): Do not update active file for nnml back ends.
1847         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1848         end so that overview files are ignored.
1849         (nnmairix-update-groups): Make updating the groups more robust by using
1850         marks.
1851         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1852         with dollar characters in message-id.
1853
1854 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1855
1856         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1857         2008-12-25 in dns.el.
1858
1859 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1860
1861         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1862         could happen if the text is only composed of spaces and/or tabs.
1863
1864 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1865
1866         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1867         when sending a queued message to avoid extra mml tags.
1868
1869 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1870
1871         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1872
1873 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1874
1875         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1876         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1877         rmail-toggle-header for XEmacs;
1878         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1879
1880 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1881
1882         * gnus-dired.el: Remove autoload for gnus-setup-message.
1883         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1884         displaying Gnus logo; always use compose-mail.
1885
1886 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1887
1888         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1889
1890 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1891
1892         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1893         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1894         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1895         available.
1896         (gnus-nocem-epg-verify): New function.
1897
1898 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1899
1900         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1901
1902 2009-02-15  Glenn Morris  <rgm@gnu.org>
1903
1904         * gnus-util.el (rmail-insert-rmail-file-header)
1905         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1906         autoloads.
1907         (rmail-default-rmail-file): Remove unnecessary declaration.
1908         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1909
1910 2009-02-14  Glenn Morris  <rgm@gnu.org>
1911
1912         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1913         variable (only used in gnus-util, which declares it anyway).
1914         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1915         which was only needed by gnus-art (changed to not use it any more).
1916         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1917         only used in gnus-util, which autoloads it itself.
1918         (rmail-update-summary): Fix autoload.
1919
1920         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1921         rather than rmail-output-to-rmail-file.
1922
1923 2009-02-07  Glenn Morris  <rgm@gnu.org>
1924
1925         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1926         autoload of function that no longer exists.
1927         (rmail-toggle-header): Declare.
1928         (message-forward-rmail-make-body): Handle mbox Rmail.
1929
1930 2009-01-31  Glenn Morris  <rgm@gnu.org>
1931
1932         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1933         2009-01-09 change.
1934
1935 2009-01-31  Dave Love  <fx@gnu.org>
1936
1937         * imap.el (imap-fetch-safe): Bind debug-on-error.
1938         (imap-debug): Add imap-fetch-safe.
1939
1940 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1941
1942         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1943         (auth-source-forget-all-cached): New convenience function.
1944         (auth-source-user-or-password): Accept list of modes or a single mode.
1945
1946         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1947         auth-source modes.
1948
1949         * netrc.el (netrc-machine-user-or-password): Use list of
1950         auth-source modes.
1951
1952         * nnimap.el (nnimap-open-connection): Use list of
1953         auth-source modes.
1954
1955         * nntp.el (nntp-send-authinfo): Use list of
1956         auth-source modes.
1957
1958 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1959
1960         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1961         now.
1962
1963 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1964
1965         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1966         coding system in XEmacs; add a workaround for XEmacs.
1967
1968         * lpath.el: Fbind coding-system-aliasee.
1969
1970 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1973         of current-language-environment.
1974
1975 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1976
1977         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1978         available at runtime.
1979
1980 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1983
1984 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1985
1986         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1987         the greatest positive fixnum value doesn't work under an XEmacs with
1988         bignum support; use the most-positive-fixnum constant instead,
1989         available since Emacs 21.1 with cl and XEmacs 21.1.
1990
1991 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1994         XEmacs gets not to work.
1995
1996 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1997
1998         * mm-util.el (mm-coding-system-priorities): Allow the value like
1999         "Japanese (UTF-8)" of current-language-environment.
2000
2001 2009-01-09  Glenn Morris  <rgm@gnu.org>
2002
2003         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2004         with last-command-event.
2005
2006 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2007
2008         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
2009         in the doc string.
2010
2011         * message.el (message-fix-before-sending): Amend comment.
2012
2013 2009-01-08  Dave Love  <fx@gnu.org>
2014
2015         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
2016
2017 2009-01-07  David Engster  <dengste@eml.cc>
2018
2019         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2020         simplified server definitions by converting it via
2021         gnus-server-to-method.
2022
2023 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2024
2025         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2026         parameter's operands.
2027
2028 2009-01-06  David Engster  <dengste@eml.cc>
2029
2030         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2031         primary select method (for gnus-group-mark-article-as-read).
2032
2033 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2034
2035         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2036         `(gnus)Face', not `(gnus)X-Face'.
2037
2038 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2039
2040         * mm-util.el (mm-ucs-to-char): New function.
2041
2042         * mm-url.el (mm-url-decode-entities): Use it.
2043
2044         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
2045         unicode-to-char.
2046
2047 2009-01-05  Dave Love  <fx@gnu.org>
2048
2049         * time-date.el: Require cl for `declare'.
2050
2051 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
2052
2053         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
2054         Dave Love.
2055
2056 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2057
2058         * message.el (message-fix-before-sending): Add `eight-bit' to
2059         illegible-text check.
2060
2061 2009-01-03  Michael Olson  <mwolson@gnu.org>
2062
2063         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2064         `headers' is nil.  This can occur if the IMAP server does not have
2065         permissions to read messages from a folder, but can write new messages
2066         to the folder.
2067         (nnimap-request-article-part): Do not insert `data' if it is nil.
2068
2069         * imap.el (imap-parse-fetch): Courier can insert spurious blank
2070         characters which will confuse `read', so skip past them.
2071
2072 2009-01-01  Dave Love  <fx@gnu.org>
2073
2074         * imap.el (imap-string-to-integer): Fix typo.
2075         (imap-fetch-safe): New function.
2076         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2077
2078         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2079
2080         * imap.el (imap-process-connection-type, imap-debug, imap-open):
2081         (imap-parse-greeting): Fix doc strings.
2082         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2083         (imap-parse-flag-list): Make messages unique.
2084         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2085
2086         * nnimap.el: Fix author email.
2087         (nnimap-split-rule): Add FIXME comment.
2088         (nnimap-debug): Fix doc string.
2089
2090 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2091
2092         * dns.el (dns-set-servers): Check "Address".  Fix typo.
2093
2094 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
2095
2096         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
2097         nslookup if resolv.conf isn't available.
2098         (dns-query): Rename from query-dns.
2099         (dns-query-cached): Rename from query-dns-cached.
2100
2101 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2104         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2105         to check if those variables exist (first appeared in Emacs 18.50).
2106
2107 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * mm-util.el (mm-line-number-at-pos): New function.
2110
2111         * spam-report.el (spam-report-process-queue): Use it.
2112
2113 2008-12-24  David Engster  <dengste@eml.cc>
2114
2115         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2116         parameters that haven't existed as variables as buffer-local variables.
2117
2118 2008-12-23  Dave Love  <fx@gnu.org>
2119
2120         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2121         cadar.
2122
2123         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2124         imap-starttls-p.
2125         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2126
2127 2008-12-22  Dave Love  <fx@gnu.org>
2128
2129         * imap.el: Fix author email.  Doc fixes.
2130         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2131         reply.
2132
2133 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2134
2135         * spam-report.el (spam-report-gmane-max-requests): New constant.
2136         (spam-report-gmane-wait): New variable.
2137         (spam-report-gmane-ham, spam-report-gmane-spam)
2138         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2139         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2140         the server.
2141
2142         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2143         Add explanations.
2144
2145         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2146         nnheader-accept-process-output and nnheader-read-timeout if available.
2147         (pop3-movemail): Use it.
2148
2149         * message.el (message-check-news-body-syntax): Fix signature check if
2150         there's an attachment.
2151
2152 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2153
2154         * mm-util.el: Add comments to the mm- emulating functions.
2155
2156 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2157
2158         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2159         by Stephen Berman <stephen.berman@gmx.net>.
2160
2161 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2162
2163         * mm-util.el (mm-substring-no-properties): New function.
2164         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2165         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2166         (mm-string-to-multibyte): Doc fix.
2167
2168         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2169
2170 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2171
2172         * mml.el (mml-attach-file): Strip text properties from file name.
2173         (Bug#1574)
2174
2175 2008-12-16  Glenn Morris  <rgm@gnu.org>
2176
2177         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2178
2179 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2180
2181         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2182         knows since the charset specified might be a bogus alias that
2183         mm-charset-synonym-alist provides.
2184
2185 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2186
2187         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2188         "ISO_8859-1".
2189
2190         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2191
2192 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2193
2194         * mm-util.el (mm-charset-eval-alist):
2195         Define it before mm-charset-to-coding-system.
2196         (mm-charset-to-coding-system): Add optional argument `silent';
2197         define it before mm-charset-override-alist.
2198         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2199         default value if it can be used in Emacs currently running;
2200         silence mm-charset-to-coding-system.
2201
2202 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2205         `allow-override' which says whether to use `mm-charset-override-alist'.
2206         (rfc2047-decode-encoded-words): Use it.
2207
2208         * mm-util.el (mm-charset-override-alist): Fix custom type;
2209         add `(gb2312 . gbk)' to choices.
2210
2211 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2212
2213         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2214         fast.
2215
2216         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2217
2218         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
2219
2220 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2221
2222         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2223         on links.
2224
2225         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2226
2227 2008-12-03  Lute Kamstra  <lute@gnu.org>
2228
2229         * sha1.el: Remove leading * from docstrings of defcustoms,
2230         deffaces, defconsts and defuns.
2231
2232 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2235         users' addresses that don't have domain parts.
2236         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2237         rather than message-narrow-to-head since there will be the message
2238         header separator.
2239
2240 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2241
2242         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2243         since the result is inserted in a unibyte buffer anyway.
2244         (nnimap-demule-use-string-to-multibyte): Remove.
2245         (nnimap-demule): Alias it to mm-string-to-multibyte.
2246
2247 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2248
2249         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2250         variable for debugging bug#464 and bug#1174.
2251         (nnimap-demule): Use it.
2252
2253 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2254
2255         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2256         score calculation correctly.
2257
2258 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2259
2260         * message.el (message-send-mail): Just set the buffer to unibyte
2261         rather than use mm-with-unibyte-current-buffer which does a lot more.
2262         (message-send-mail-partially): Don't bother with
2263         mm-with-unibyte-current-buffer since it's already been made unibyte by
2264         message-send-mail.
2265
2266 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2267
2268         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2269
2270 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2271
2272         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2273
2274 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2275
2276         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2277         require itself and to remove `with-no-warnings'.
2278
2279 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2280
2281         * starttls.el (starttls-any-program-available): Get the name of the
2282         available TLS layer program.
2283         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2284         well as the host name in the "opening" message.
2285
2286         * auth-source.el (auth-source-cache, auth-source-do-cache)
2287         (auth-source-user-or-password): Cache passwords and logins by default,
2288         allow override with `auth-source-do-cache'.
2289         (auth-source-forget-user-or-password): Allow users to remove cache
2290         entries if needed.
2291
2292 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
2293
2294         * md4.el (md4-buffer): Fix typo in docstring.
2295         (md4, md4-64): Doc fixes.
2296         (md4-pack-int32): Reflow docstring.
2297
2298 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2299
2300         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2301         condition-case to only the forward-sexp call.
2302
2303 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2304
2305         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2306         quotes contained.  Make it more robust regardless by an extra
2307         condition-case wrapper.
2308
2309 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * lpath.el: No need to fbind codepage-setup for Emacs 23.
2312
2313 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2314
2315         * nnml.el (nnml-request-expire-articles): Check if the function set to
2316         `nnmail-expiry-target' returns the symbol `delete'.
2317
2318         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2319
2320         * nnmail.el (nnmail-expiry-target): Fix custom type.
2321
2322 2008-10-02  Glenn Morris  <rgm@gnu.org>
2323
2324         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2325         Silence compiler warning.
2326
2327 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2328
2329         * tls.el (open-tls-stream): Show the actual command being
2330         executed, instead of the format string.
2331
2332 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2333
2334         * lpath.el: Fbind codepage-setup for Emacs 23.
2335
2336 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2337
2338         * mml.el (mml-menu): Don't assume mml2015 is bound.
2339
2340 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2343         exists.
2344
2345 2008-09-27  Glenn Morris  <rgm@gnu.org>
2346
2347         * gnus-util.el (mail-header-remove-comments): Autoload it.
2348
2349 2008-09-27  Andreas Schwab  <schwab@suse.de>
2350
2351         * gnus-util.el (gnus-split-references): Strip comments.
2352         (gnus-parent-id): Likewise.
2353
2354 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2355
2356         * message.el (message-confirm-send): Fix version.
2357
2358 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2359
2360         * message.el (message-idna-to-ascii-rhs-1): Use
2361         mail-extract-address-components rather than mail-header-parse-addresses
2362         that is an alias by default to ietf-drums-parse-addresses that does not
2363         support non-ASCII names in headers' contents.
2364
2365 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2366
2367         * message.el (message-confirm-send): Fixed variable documentation to
2368         avoid the "y/n" wording.
2369
2370 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2371
2372         * message.el (message-set-auto-save-file-name): Save to a different
2373         filename so multiple messages (especially drafts) can be recovered.
2374
2375 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2376
2377         * message.el (message-confirm-send): Add appropriate version.
2378
2379 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2380
2381         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2382         defvar.
2383
2384 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2385
2386         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2387         (mm-pkcs7-enveloped-magic): Ditto.
2388
2389 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2390
2391         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2392         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2393
2394 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2395
2396         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2397         default, it's better.
2398
2399 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2400
2401         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2402         summary line gnus-number property and ignore them (with a warning
2403         message).
2404
2405 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2408         macro caddr in the interactive form since it won't be expanded.
2409
2410 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2413         `charset'; fix name of function called recursively.
2414         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2415
2416 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2417
2418         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2419         (gnus-mime-set-charset-parameters): New function.
2420         (gnus-mime-view-part-as-charset): Use it to correctly display part
2421         specifying wrong charset.
2422
2423 2008-09-08  David Engster  <dengste@eml.cc>
2424
2425         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2426         in completing-read for back end server.
2427
2428 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2429
2430         * message.el (message-confirm-send): New variable to confirm sending a
2431         message.
2432         (message-send): Use it.
2433
2434 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2435
2436         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2437
2438 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2441
2442 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2443
2444         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2445         prevent tracking too many groups.
2446         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2447         Use it.
2448
2449 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2450
2451         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2452         moving point to the bottom of the window in order to avoid recentering.
2453
2454 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2455
2456         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2457
2458         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2459         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2460         (gnus-article-beginning-of-window): Fix calculation.
2461
2462 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * gnus-msg.el (gnus-summary-supersede-article)
2465         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2466         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2467         message header.
2468
2469 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2470
2471         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2472         pending output coming after the status change.
2473
2474 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2475
2476         * message.el:
2477         * gnus-start.el:
2478         * gnus-registry.el: Remove VMS support.
2479
2480 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2483         macro.
2484         (rfc2104-hash): Use it.
2485
2486 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2487
2488         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2489         (gnus-summary-sort-by-most-recent-date): New commands.
2490         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2491         and menu entries.
2492
2493 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2496         don't redisplay article for raw contents; remove plural articles stuff.
2497
2498         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2499         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2500         on gnus-summary-save-article; display results properly.
2501
2502 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * lpath.el: No need to fbind ns-focus-frame.
2505
2506 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2507
2508         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2509
2510 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2511
2512         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2513         gnus-save-all-headers.
2514
2515 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2516
2517         * gnus-util.el (ns-focus-frame): Remove declaration.
2518         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2519         like x.
2520
2521 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2522
2523         * rfc2104.el (rfc2104-zero): Delete defconst.
2524         (rfc2104-hex-alist): Likewise.
2525         (rfc2104-hex-to-int): Delete func.
2526         (rfc2104-hexstring-to-bitstring): Likewise.
2527         (rfc2104-nybbles): New defconst.
2528         (rfc2104-hash): Rewrite for speed.
2529
2530 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2531
2532         * tls.el (open-tls-stream): Make it work with the 2nd argument
2533         BUFFER that is a string but does not exist as a buffer object, as
2534         mentioned in the doc-string.
2535
2536 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2537
2538         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2539         SXEmacs.
2540
2541 2008-07-16  Glenn Morris  <rgm@gnu.org>
2542
2543         * gnus-util.el (ns-focus-frame): Declare for compiler.
2544
2545 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2546
2547         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2548         set as a group parameter.
2549         (gnus-summary-save-in-pipe): Work when it is called independently.
2550         (gnus-summary-pipe-to-muttprint): Don't modify
2551         gnus-summary-pipe-output-default-command.
2552
2553 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2554
2555         * message.el (message-send-mail-with-sendmail):
2556         Display the error message.
2557
2558 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2559
2560         * gnus-art.el (gnus-default-article-saver):
2561         Add gnus-summary-save-in-pipe to choices.
2562         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2563         gnus-summary-pipe-output-default-command as the default command.
2564         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2565         instead of gnus-last-shell-command.
2566
2567         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2568         New user option.
2569         (gnus-summary-muttprint-program): Mention the value will be changed.
2570         (gnus-summary-save-article): Force showing of all headers.
2571         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2572
2573 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2574
2575         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2576
2577 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2578
2579         * nnimap.el (nnimap-id):
2580         * sieve-manage.el (sieve-manage-open): Doc fixes.
2581
2582 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2583
2584         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2585         if available.
2586
2587 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2588
2589         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2590
2591         * nnkiboze.el (nnkiboze-generate-group):
2592         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2593
2594         * nnmairix.el: Require CL.
2595
2596 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * dgnushack.el: Autoload get-display-table and put-display-table for
2599         XEmacs 21.5.
2600
2601         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2602         21.4 and SXEmacs.
2603
2604 2008-06-15  David Engster  <dengste@eml.cc>
2605
2606         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2607
2608 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2609
2610         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2611         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2612         runtime choice under XEmacs.
2613
2614         * gnus-sum.el (gnus-summary-set-display-table):
2615         Use `gnus-put-display-table', `gnus-get-display-table',
2616         `gnus-set-display-table' for the display table, instead of `aset'.
2617
2618         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2619         Use `gnus-put-display-table', `gnus-get-display-table',
2620         `gnus-set-display-table' for the display table.
2621
2622 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2623
2624         * nnmairix.el: Add autoloads.
2625
2626 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2627
2628         * nnmairix.el (nnmairix-delete-recreate-group)
2629         (nnmairix-update-and-clear-marks): Fix error messages.
2630
2631 2008-06-14  David Engster  <dengste@eml.cc>
2632
2633         * nnmairix.el: Upgrade to version 0.6.
2634         (nnmairix-group-toggle-propmarks-this-group)
2635         (nnmairix-group-toggle-readmarks-this-group)
2636         (nnmairix-group-delete-recreate-this-group)
2637         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2638         (nnmairix-remove-tick-mark-original-article): New commands.
2639         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2640         (nnmairix-propagate-marks-to-nnmairix-groups)
2641         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2642         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2643         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2644         functions needed for marks propagation and manipulation of read marks.
2645         (nnmairix-update-groups): New function.
2646         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2647         (nnmairix-determine-original-group-from-registry)
2648         (nnmairix-determine-original-group-from-path)
2649         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2650         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2651         New helper functions.
2652         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2653         keystrokes for new commands.
2654         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2655         (nnmairix-request-group): Check allow-fast group parameter.
2656         (nnmairix-request-create-group): Set allow-fast group parameter if
2657         nnmairix-allowfast-default is set.
2658         (nnmairix-close-group): Propagate marks upon closing if needed.
2659         (nnmairix-group-toggle-threads-this-group): Use new.
2660         nnmairix-group-toggle-parameter helper function.
2661         (nnmairix-search): Better check for empty search result.
2662         (nnmairix-goto-original-article): Use new helper functions for
2663         determining original article.
2664         (nnmairix-show-original-article): Make sure message-id is in brackets.
2665         (nnmairix-call-mairix-binary): Change variable name.
2666         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2667         helper function.
2668         (nnmairix-widget-toggle-activate): Fix doc string.
2669
2670 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * nnir.el: Require edmacro when compiling with XEmacs.
2673         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2674         available in Emacs 21.
2675
2676 2008-06-11  Glenn Morris  <rgm@gnu.org>
2677
2678         * gnus-util.el (x-focus-frame):
2679         * gnus.el (image-size):
2680         * mm-decode.el (image-size): Declare.
2681
2682         * gnus-picon.el (declare-function): Add compat definition.
2683         (image-size): Declare.
2684
2685         * gnus-group.el (tool-bar-map):
2686         * gnus-sum.el (tool-bar-map): Define for compiler.
2687
2688         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2689
2690         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2691
2692         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2693         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2694         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2695         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2696         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2697         * sieve-manage.el, spam-report.el, spam.el:
2698         Remove unnecessary eval-and-compile of autoloads.
2699
2700 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2701
2702         * auth-source.el: Precise Tramp doc.
2703
2704 2008-06-07  Glenn Morris  <rgm@gnu.org>
2705
2706         * nnmairix.el: Remove unnecessary eval-when-compile.
2707
2708 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2709
2710         * lpath.el: Fbind propertize for XEmacs 21.4.
2711
2712 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2713
2714         * nnir.el: Move here from ../contrib.
2715
2716 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2717
2718         * gnus-util.el (gnus-read-shell-command): New function.
2719         * mm-decode.el (mm-pipe-part):
2720         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2721
2722 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2723
2724         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2725
2726 2008-06-03  Glenn Morris  <rgm@gnu.org>
2727
2728         * pop3.el (nnheader-accept-process-output): Autoload it.
2729
2730 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2733         are not 2-digit hexadecimal characters that follow `%'s.
2734
2735 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2736
2737         * message.el (message-bogus-recipient-p): Fix type in doc string.
2738         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2739         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2740         Improve custom options.
2741         (message-bogus-recipient-p): Adjust accordingly.
2742
2743 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2744
2745         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2746         long-form month and day names.
2747
2748 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2749
2750         * dgnushack.el: Autoload debug, eudc-expand-inline and
2751         pgg-snarf-keys-region for XEmacs.
2752
2753         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2754
2755         * nnmairix.el: Require edmacro when compiling with XEmacs.
2756
2757 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2758
2759         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2760         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2761
2762 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2763
2764         * auth-source.el: Add more docs.
2765
2766         * netrc.el (netrc-machine): Always match if the port is not given.
2767
2768 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2771         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2772         retrieval faster in some cases, but might make CPU usage larger.  If
2773         this has any bad side effects, we might revert this change.
2774
2775         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2776         seems to make mail retrieval much, much faster.
2777         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2778         unconditionally.
2779
2780         * gnus-draft.el (gnus-group-send-queue): Bind
2781         message-send-mail-partially-limit to nil to avoid being prompted.
2782
2783 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2784
2785         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2786
2787         * message.el (message-bogus-address-regexp): Fix and improve custom
2788         type.
2789         (message-setup-hook): Add message-check-recipients as custom option.
2790
2791 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2792
2793         * message.el (message-cite-function): Remove bogus autoload which crept
2794         in during merge from v5-10.
2795
2796 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2797
2798         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2799
2800         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2801
2802         * auth-source.el: Preliminary Tramp docs.
2803         (auth-sources): Change the default auth-sources to use
2804         EPA .gpg files.
2805
2806 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2807
2808         * nntp.el: Autoload `auth-source-user-or-password'.
2809         (nntp-send-authinfo): Use it.
2810
2811         * nnimap.el: Autoload `auth-source-user-or-password'.
2812         (nnimap-open-connection): Use it.
2813
2814         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2815         for the gnus-message function.
2816         (auth-source-user-or-password): Use it.
2817
2818 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2819
2820         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2821         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2822         (rfc2104-hash): Use it.
2823
2824 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2825
2826         * gnus-art.el (gnus-article-toggle-truncate-lines):
2827         Don't use `iff' in docstring.
2828
2829 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2830
2831         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2832
2833         * gnus-util.el (gnus-extract-address-component-name)
2834         (gnus-extract-address-component-email): Convenience functions around
2835         `gnus-extract-address-components'.
2836
2837         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2838         Use `gnus-extract-address-component-email' to fix bug of comparing full
2839         sender name to `user-mail-address'.
2840
2841 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2842
2843         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2844         catch/throw to optimize.
2845         (gnus-registry-find-keywords): Just use member to find a keyword.
2846
2847 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2848
2849         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2850         is current before calling gnus-server-prepare.
2851         (gnus-server-setup-buffer, gnus-server-update-server)
2852         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2853
2854 2008-05-04  Juri Linkov  <juri@jurta.org>
2855
2856         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2857         (mailcap-file-default-commands): Use mailcap-replace-in-string
2858         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2859         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2860
2861 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2862
2863         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2864
2865 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2866
2867         * gnus.el: Bump version to 0.11.
2868
2869 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2870
2871         * gnus.el: No Gnus v0.10 is released.
2872
2873 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2876         hooks.
2877         (gnus-update-read-articles): Speed up non-marks-using users.
2878         (gnus-use-marks): Define gnus-use-marks.
2879         (gnus-propagate-marks): Rename variable to something more sensible.
2880
2881 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2882
2883         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2884         (gmm-image-load-path-for-library): Fix typos in docstrings.
2885         (gmm-message): Reflow docstring.
2886
2887 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2888
2889         * mail-source.el (mail-source-set-1, mail-source-bind):
2890         Move auth-source code out of the macro to clean it up and fix bugs.
2891
2892 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2893
2894         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2895         by sender if it's equal to user-mail-address, it's likely to be
2896         useless.
2897
2898         * mail-source.el (mail-source-bind): Don't use user or password if they
2899         are not bound.  Unintern them if they are nil.  Don't use server unless
2900         it's bound, and default it to empty string otherwise.
2901
2902 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2903
2904         * mail-source.el: Load auth-source.el.
2905         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2906         get user name or password, if auth-sources is set up.
2907
2908         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2909         strategy of splitting with parent.
2910         (gnus-registry-split-fancy-with-parent)
2911         (gnus-registry-post-process-groups): Use it and fix prior
2912         bug (returning a list as the split result).
2913
2914         * auth-source.el (auth-sources): Remove server parameter.
2915         (auth-source-pick, auth-source-user-or-password)
2916         (auth-source-user-or-password-imap)
2917         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2918         (auth-source-user-or-password-sftp)
2919         (auth-source-user-or-password-smtp): Remove server parameter.
2920
2921 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2922
2923         * smime.el (smime-sign-region, smime-encrypt-region)
2924         (smime-decrypt-region):
2925         Remove redundant calls to `generate-new-buffer-name'.
2926
2927 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2928
2929         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2930         Don't use QP for message/rfc822.
2931         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2932
2933 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2934
2935         * sieve-manage.el (sieve-string-bytes): Remove.
2936         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2937         correct byte-length only if the process's coding-system is the same as
2938         the one used internally by Emacs to represent strings.
2939
2940 2008-04-22  Juri Linkov  <juri@jurta.org>
2941
2942         * mailcap.el (mailcap-file-default-commands): New function.
2943
2944 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2945
2946         * message.el (message-signature-separator, message-cite-function):
2947         Change custom version.
2948
2949 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2950
2951         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2952         commands.
2953         (tls-checktrust): Ditto.
2954
2955 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2956
2957         * mm-decode.el (mm-display-external): Make temp file read-only.
2958
2959 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2960
2961         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2962         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2963         `C-c C-f d'.
2964
2965 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2966
2967         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2968
2969 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2970
2971         * gnus.el: Bump version to 0.9.
2972
2973 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2974
2975         * gnus.el: No Gnus v0.8 is released.
2976
2977 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2978
2979         * mail-source.el (mail-source-value):
2980         Prefer fboundp to functionp so it works with macros as well.
2981
2982 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2983
2984         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2985         Fix last change in case the element is not even a symbol.
2986
2987 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2988
2989         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2990         Prefer fboundp to functionp so it works with macros as well.
2991
2992 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2993
2994         * auth-source.el: Added docs.
2995         (auth-sources): Modify format to support server.
2996         (auth-source-pick, auth-source-user-or-password)
2997         (auth-source-user-or-password-imap)
2998         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2999         (auth-source-user-or-password-sftp)
3000         (auth-source-user-or-password-smtp): Add server parameter.
3001
3002 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3003
3004         * gnus-registry.el: Initialize the registry when gnus-registry-install
3005         is t.
3006
3007 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3008
3009         * compface.el (uncompface): Make buffer unibyte.
3010
3011 2008-04-05  Glenn Morris  <rgm@gnu.org>
3012
3013         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3014
3015 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3016
3017         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
3018         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3019
3020         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3021         multibyteness after rather than before erasing it.
3022
3023         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3024         mm-with-multibyte.
3025         (gnus-request-article-this-buffer): Make sure the proper decoding is
3026         used if gnus-original-article-buffer happens to be unibyte.
3027
3028         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3029         default-enable-multibyte-characters.
3030
3031         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3032         default-enable-multibyte-characters.
3033
3034         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3035
3036         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3037
3038 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3039
3040         * imap.el (imap-enable-exchange-bug-workaround): New variable.
3041         (imap-message-copyuid-1): Use it.
3042         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
3043         J. Williams in
3044         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
3045
3046         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3047         imap-enable-exchange-bug-workaround.
3048         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3049
3050 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3051
3052         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3053         a 100 byte status-checks into a 2-3MB transfer for each group.
3054         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3055         to enable bug workaround or not.
3056         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3057
3058 2008-03-31  Glenn Morris  <rgm@gnu.org>
3059
3060         * message.el (mml2015-use): Declare for compiler.
3061         (message-info): Require mml2015 when appropriate.
3062
3063 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * Makefile.in (EMACS_COMP): Quote directory name that might contain
3066         whitespace.
3067
3068 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3069
3070         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3071         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3072         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3073         (nntp-service-to-port): New function.
3074         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3075         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3076         (nntp-open-netcat-stream): New function.
3077         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3078
3079 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3080
3081         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3082
3083 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3084
3085         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3086
3087 2008-03-28  Magnus Henoch  <mange@freemail.hu>
3088
3089         * dns.el (dns-write): Use set-buffer-multibyte.
3090
3091 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3092
3093         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3094
3095 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3096
3097         * message.el (message-signature-separator): Change default.
3098         Improve custom type.
3099         (message-cite-function): Change default to
3100         message-cite-original-without-signature.
3101
3102         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3103         toggle.
3104
3105         * message.el (message-check-news-body-syntax): Fix signature check.
3106         (message-setup-1): Mark buffer as unmodified _after_ running
3107         message-setup-hook and handling message-alternative-emails.
3108         (message-shorten-references): Be more strict when building list of
3109         valid references to comply with GNKSA.
3110
3111         * gnus-group.el (gnus-read-ephemeral-bug-group)
3112         (gnus-read-ephemeral-debian-bug-group)
3113         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3114
3115         * message.el (message-info): Don't use booleanp which isn't supported
3116         in Emacs 21 and XEmacs.
3117
3118 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3119
3120         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3121         gnus-group-gmane-group-download-format.
3122         (gnus-group-read-ephemeral-gmane-group): Rename from
3123         gnus-group-read-ephemeral-gmane-group.
3124         (gnus-read-ephemeral-gmane-group-url): Rename from
3125         gnus-group-read-ephemeral-gmane-group-url.
3126         (gnus-bug-group-download-format-alist): New variable.
3127         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3128         (gnus-read-ephemeral-emacs-bug-group): New commands.
3129
3130 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3131
3132         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3133         (gnus-visible-headers): Improve custom type.
3134
3135 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3136
3137         * mml.el (mml-menu): Add workarounds for XEmacs.
3138
3139         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3140         X-Boundary header.
3141
3142         * message.el (message-simplify-recipients): Fix previous commit.
3143
3144 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3145
3146         * mm-util.el (mm-set-buffer-multibyte): New function.
3147         * mm-decode.el (mm-copy-to-buffer): Use it.
3148
3149 2008-03-19  Glenn Morris  <rgm@gnu.org>
3150
3151         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
3152         Accidentally removed in the sync process with Emacs.
3153
3154 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3155
3156         * message.el (message-alter-recipients-discard-bogus-full-name):
3157         New function.
3158         (message-alter-recipients-function): New variable.
3159         (message-get-reply-headers): Use it.
3160         (message-replace-header): New helper function.
3161         (message-recipients-without-full-name): New variable.
3162         (message-simplify-recipients): New command.
3163
3164         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3165
3166         * message.el (message-info): Handle EasyPG manual.
3167
3168         * mml.el (mml-menu): Add entry for EasyPG.
3169
3170 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3171
3172         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3173         parameter.
3174
3175         * message.el (message-disassociate-draft): Specify drafts group name
3176         fully.
3177
3178 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3179
3180         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3181         unnecessary duplicates from the match list.
3182
3183 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3184
3185         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
3186
3187         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
3188
3189         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3190         args of `how-many' of which the XEmacs version doesn't take; declare
3191         Info-index-next as function.
3192
3193 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3194
3195         * gnus-score.el (gnus-score-headers): Fix handling of
3196         gnus-inhibit-slow-scoring.
3197
3198         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3199         string.
3200         (gnus-button-url-regexp): Improve handling of parenthesis.
3201         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3202         (gnus-button-handle-info-keystrokes): Handle index entries.
3203
3204 2008-03-15  Glenn Morris  <rgm@gnu.org>
3205
3206         * parse-time.el (parse-time-string): Simplify.
3207
3208 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3209
3210         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3211         Incoming* files.
3212
3213 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3214
3215         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3216         (auth-source-pick): Use it.
3217
3218 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3219
3220         * binhex.el (binhex-decode-region-internal):
3221         * uudecode.el (uudecode-decode-region-internal):
3222         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
3223         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
3224         setting default-enable-multibyte-characters.
3225
3226 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3227
3228         * auth-source.el (auth-source-protocols)
3229         (auth-source-protocols-customize, auth-source-choices): Added and
3230         modified variable customizations and defaults.
3231         (auth-source-pick, auth-source-user-or-password)
3232         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3233         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3234         (auth-source-user-or-password-sftp)
3235         (auth-source-user-or-password-smtp): Use new variables and provide an
3236         interface to netrc.el.
3237
3238 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3239
3240         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3241         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3242         Make sure the nntp port to specify is a string.
3243
3244 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3245
3246         * nntp.el: Use with-current-buffer.
3247         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3248         dubious mm-with-unibyte-current-buffer.
3249         (nntp-with-open-group-function): New function extracted from
3250         nntp-with-open-group macro.
3251         (nntp-with-open-group): Use the function, so it's easier to debug.
3252         Add indentation and debugging info.
3253         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3254         the use of the netcat alternatives.
3255
3256         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3257         Avoid mm-string-as-multibyte as well.
3258
3259         * nnweb.el (nnweb-insert-html):
3260         Remove use of nnheader-string-as-multibyte.
3261
3262         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3263         (nnheader-string-as-multibyte): Remove.
3264
3265         * mm-view.el: Use inhibit-read-only.
3266         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3267         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3268         or unibyte-string.
3269
3270         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3271         (mm-uu-yenc-extract): Use with-current-buffer.
3272
3273         * gnus-soup.el (gnus-soup-send-packet): Don't use
3274         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3275
3276         * nnmh.el: Use with-current-buffer.
3277         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3278         mm-string-as-multibyte on the output of mm-encode-coding-string.
3279
3280         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3281         (nnimap-request-move-article): Use with-current-buffer.
3282
3283         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3284         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3285         conversion uses string-make-unibyte rather than string-as-unibyte.
3286
3287         * gnus-msg.el: Use with-current-buffer.
3288
3289         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3290
3291 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3292
3293         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3294         string for caching if it is 'PIN.
3295
3296 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3297
3298         * lpath.el: Consider the case without Emacs/W3.
3299
3300 2008-03-08  Glenn Morris  <rgm@gnu.org>
3301
3302         * time-date.el (date-to-time, time-subtract, time-add)
3303         (safe-date-to-time): Doc fixes.
3304
3305 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3306
3307         * mail-source.el (mail-source-delete-old-incoming-confirm):
3308         Change default to nil.
3309         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3310
3311 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3312
3313         * lpath.el: Rearrange.
3314
3315         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3316         (gnus-article-goto-prev-page): Work for articles having ^L's.
3317
3318         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3319
3320         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3321
3322 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3323
3324         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3325         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3326         (gnus-bookmark-jump): Adjust some variable names.
3327
3328 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3329
3330         * auth-source.el: New package.
3331         (auth-source-choices): Add customization entry point variable.
3332
3333         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3334         bug.
3335
3336 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3337
3338         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3339         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3340         (gnus-registry-install-shortcuts): Rename from
3341         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3342         the `gnus-registry-mark-map' keymap dynamically from
3343         `gnus-registry-marks'.  The generated functions update the summary line
3344         when a registry mark is added or deleted, and will call
3345         `gnus-registry-install-p' (see the comments in the code).
3346         (gnus-registry-user-format-function-M): Use concat intelligently.
3347
3348         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3349         the registry mark functions.
3350
3351 2008-03-05  Glenn Morris  <rgm@gnu.org>
3352
3353         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3354         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3355         gnus-art.
3356         (top-level): No need to load own source when compiling.
3357
3358 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3359
3360         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3361         Suggested by <chris.anderton@zetnet.co.uk>.
3362
3363 2008-03-04  Glenn Morris  <rgm@gnu.org>
3364
3365         * gnus-sum.el (top-level): No need to require gnus when compiling,
3366         since unconditionally required near start of file.
3367         (gnus-summary-display-while-building): Move definition before use.
3368
3369 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3370
3371         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3372         formatting function.
3373
3374 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3375
3376         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3377         with plists.
3378         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3379         Use new format.
3380
3381 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3382
3383         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3384         `where-is-internal' that returns a range of key sequences.
3385
3386 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3387
3388         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3389
3390         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3391         (gnus-summary-jump-to-group): Consider windows on other displayed
3392         frames as well.  Similar changes might be needed elsewhere, but that's
3393         the one I've bumped into during my use.
3394
3395         * nndoc.el (nndoc-oe-dbx-type-p):
3396         * gnus-msg.el (gnus-debug):
3397         * gnus-group.el (gnus-update-group-mark-positions):
3398         Use mm-string-to-multibyte.
3399
3400 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3401
3402         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3403         doesn't handle NotDashEscaped.
3404
3405         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3406         (mml-dnd-attach-options): Fix typo in custom choice.
3407
3408         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3409         nndoc-article-type to mbox.
3410         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3411
3412         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3413         to nil, instead of html2text.
3414
3415         * imap.el (imap-debug): Add `imap-ping-server'.
3416
3417         * gnus-bookmark.el: Add FIXMEs.
3418
3419         * message.el (message-form-letter-separator)
3420         (message-send-form-letter-delay): New variables.
3421         (message-send-form-letter): Use them.  New command to send form
3422         letters.  Requested by Uwe Siart.
3423         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3424
3425 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3426
3427         * Update copyright years.
3428
3429 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
3430
3431         Sync from EMACS_22_BASE.
3432
3433         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
3434
3435 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3436
3437         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3438         empty author.
3439
3440 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3441
3442         * gnus-registry.el (gnus-registry-marks): Add variable for
3443         customization of marks and their appearance.
3444         (gnus-registry-read-mark): Use it.
3445         (gnus-registry-do-marks): Add utility function to loop through
3446         `gnus-registry-marks'.
3447         (gnus-registry-install-shortcuts-and-menus): Add function to install
3448         shortcuts and menus.
3449         (gnus-registry-initialize): Use it.
3450         (gnus-registry-default-mark): Clarify documentation.
3451
3452 2008-02-29  Glenn Morris  <rgm@gnu.org>
3453
3454         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3455         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3456         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3457         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3458         Change defcustom :version from 23.0 to 23.1.
3459
3460 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3461
3462         * gnus-registry.el (gnus-registry-follow-group-p)
3463         (gnus-registry-post-process-groups): Add functions to aid registry
3464         splitting and improve logging.  Clarify behavior in function
3465         documentation.
3466         (gnus-registry-split-fancy-with-parent): Use them.
3467
3468 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3469
3470         * gnus-art.el: Use with-current-buffer.
3471
3472 2008-02-27  David Engster  <dengste@eml.cc>
3473
3474         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3475         Express real group name in the response.
3476
3477 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3478
3479         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3480         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3481         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3482         autoload gnus-registry-fetch-group when compiling.
3483         (nnmairix-request-group-with-article-number-correction): Remove
3484         unreferenced argument passed to nnmairix-call-backend.
3485
3486 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3487
3488         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3489         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3490         Wilde.
3491
3492 2008-02-27  Glenn Morris  <rgm@gnu.org>
3493
3494         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3495         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3496         variables to defconsts.  Convert comments to doc-strings.
3497         (nnmairix-last-server, nnmairix-current-server): Convert from free
3498         variables to defvars.  Convert comments to doc-strings.
3499         (gnus-registry-fetch-group): Autoload.
3500         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3501         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3502         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3503         caddr.
3504         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3505         nnmairix-request-group-with-article-number-correction call.
3506         (nnmairix-fast, nnmairix-group): New, less general names, for free
3507         variables passed from nnmairix-request-group to
3508         nnmairix-request-group-with-article-number-correction.  Declare.
3509         (nnmairix-request-group-with-article-number-correction):
3510         Use nnmairix-fast, nnmairix-group rather than fast, group.
3511
3512 2008-02-26  David Engster  <dengste@eml.cc>
3513
3514         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3515         version 0.5.
3516
3517 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3518
3519         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3520         instead of making an extra function call.  Don't add the current group
3521         to articles only when they have the group.  Use
3522         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3523         Reported by David <de_bb@arcor.de>.
3524
3525 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3528         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3529
3530 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3531
3532         * mail-source.el (mail-source-delete-incoming): Change default.
3533         Supplement doc string.
3534
3535         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3536
3537 2008-02-14  Glenn Morris  <rgm@gnu.org>
3538
3539         * time-date.el (format-seconds): New function.
3540
3541 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3542
3543         * nnmail.el (nnmail-message-id-cache-file): Derive from
3544         `gnus-home-directory'.
3545
3546 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3547
3548         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3549         Document negative prefix.
3550
3551         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3552
3553 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * message.el (message-unsent-separator): Add the Exim bounce
3556         separator.
3557
3558 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3559
3560         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3561         list.
3562         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3563         recipient/signer list.
3564
3565 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3566
3567         * Makefile.in (datarootdir): Define.
3568         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3569         name that might contain whitespace.
3570
3571 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3572
3573         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3574         fbound (Emacs 23 unicode), signal an error.
3575
3576 2008-02-08  Glenn Morris  <rgm@gnu.org>
3577
3578         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3579
3580 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3581
3582         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3583         ports to the calls to `netrc-machine-user-or-password' in addition to
3584         "imap" and "imaps".
3585
3586 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3587
3588         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3589
3590         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3591
3592 2008-02-01  Kenichi Handa  <handa@m17n.org>
3593
3594         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3595         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3596         (rfc2104-hash): Convert the result of concat to unibyte string.
3597
3598 2008-02-01  Dave Love  <fx@gnu.org>
3599
3600         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3601         coding-system-for-read.
3602         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3603
3604 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3605
3606         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3607         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3608         <hanche@math.ntnu.no>.
3609
3610 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3613
3614         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3615
3616 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3617
3618         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3619         * message.el (message-beginning-of-line): Use featurep instead of bound
3620         tests in order to resolve conditionals at compile time.
3621
3622 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3623
3624         * mail-source.el (mail-sources): Add `group' choice.
3625
3626         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3627         parameter `in-group' to control into which group the articles go.
3628         Add treatment of `group' mail-source.
3629
3630 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3633
3634         * mm-decode.el (mm-dissect-buffer): Decode description.
3635
3636         * mml.el (mml-to-mime): Encode message header first.
3637
3638 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3641         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3642
3643         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3644         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3645
3646 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3647
3648         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3649
3650 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3651
3652         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3653         prefix keys.
3654         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3655         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3656         gnus-xmas.el.
3657
3658         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3659         (gnus-xmas-article-describe-bindings): New function.
3660         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3661         gnus-xmas-article-describe-bindings.
3662
3663         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3664
3665 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3666
3667         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3668         Add new variables for article mark management.
3669         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3670         list of extra data entries which, when present, will indicate that the
3671         article ID should not be trimmed from the registry.
3672         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3673         functions.
3674         (gnus-registry-read-mark): New function to read a mark name from the
3675         user.
3676         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3677         (gnus-registry-set-article-mark-internal): New functions to add and
3678         remove marks.
3679         (gnus-registry-get-article-marks): New function to show the marks for
3680         an article, or retrieve them for further use.
3681
3682 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3683
3684         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3685         keys when no argument is given.
3686
3687 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3688
3689         * imap.el (imap-ping-server): New variable.
3690         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3691         (imap-ping-server): Minor doc string fixes.
3692
3693 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3694
3695         * imap.el (imap-ping-server): New function.
3696         (imap-opened): Call imap-ping-server.
3697
3698 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3699
3700         * gnus-sum.el (gnus-article-sort-by-random)
3701         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3702         jidanni@jidanni.org.
3703
3704 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3705
3706         * gnus-art.el (gnus-article-describe-bindings): New function.
3707         (gnus-article-read-summary-keys): Use it.
3708         (gnus-article-mode-map): Bind `C-h b' to it.
3709
3710 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3713         XEmacs.
3714         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3715         against non-character events.
3716
3717         * lpath.el: Fbind map-keymap for Emacs 21.
3718
3719 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3720
3721         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3722         command.
3723         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3724         instead of END.  Change name of the temp file.
3725         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3726         customizable.
3727
3728 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3731         bind `S W' to gnus-article-wide-reply-with-original; set default
3732         binding to gnus-article-read-summary-send-keys.
3733         (gnus-article-read-summary-keys): Fix the order of keys; display
3734         continuation keys correctly in the echo area; describe bindings
3735         correctly when keys end with `C-h'.
3736         (gnus-article-read-summary-send-keys): New function.
3737         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3738         for gnus-article-read-summary-send-keys; display continuation keys
3739         correctly in the echo area.
3740         (gnus-article-reply-with-original): Ignore prefix argument.
3741         (gnus-article-wide-reply-with-original): New function.
3742
3743         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3744         Emacs 21.
3745
3746 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3749         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3750
3751 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3752
3753         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3754         (gnus-group-read-ephemeral-gmane-group): New command.
3755
3756 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3757
3758         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3759
3760 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3761
3762         * message.el (message-send-mail-function): Increase custom version.
3763
3764         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3765         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3766
3767 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3768
3769         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3770         for the cases where imap-authenticate is called with a nil buffer
3771         parameter.
3772
3773 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3774
3775         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3776         html parts correctly; support forwarded messages.
3777         (gnus-article-browse-html-article): Remove work buffers.
3778
3779         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3780         compiling.
3781         (netrc-bound-and-true-p): New macro.
3782         (netrc-parse): Use it instead of bound-and-true-p that is not available
3783         in XEmacs 21.4.
3784
3785 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3786
3787         * gnus-registry.el (gnus-registry-mark-article)
3788         (gnus-registry-article-marks): Add functionality to mark articles
3789         through the Gnus registry.
3790
3791         * encrypt.el: Clarify documentation for the new pgg method.
3792         (encrypt-file-alist): Add PGG option.
3793         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3794         functionality.  Abstract password key and messaging to external
3795         functions.
3796         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3797         (encrypt-message-method-and-cipher): Add new convenience external
3798         functions.
3799         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3800         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3801
3802         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3803         (netrc-parse): Use encrypt-file-alist to determine if
3804         encrypt-find-model or encrypt-insert-file-contents should be used.
3805
3806         * encrypt.el: Clarify documentation.  Load password-cache or
3807         password, whichever one is found first, instead of autoloading.
3808
3809 2007-12-19  Glenn Morris  <rgm@gnu.org>
3810
3811         * mml.el (message-options-set, message-narrow-to-head)
3812         (message-in-body-p, message-mail-p, message-encode-message-body):
3813         Autoload.
3814         (message-remove-header, message-narrow-to-headers-or-head)
3815         (message-subscribed-p, message-make-mail-followup-to)
3816         (message-position-on-field, message-news-p)
3817         (message-options-set-recipient, message-generate-headers)
3818         (message-sort-headers): Declare as functions.
3819
3820 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3821
3822         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3823         convention in doc string.
3824
3825 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3826
3827         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3828         title to html parts.
3829         (gnus-article-browse-html-article): Pass message header to it.
3830
3831         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3832
3833 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3834
3835         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3836         or password compatible with XEmacs.
3837
3838 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3839
3840         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3841         format document.
3842         (gnus-mime-delete-part): Don't write description line if empty.
3843         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3844
3845 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3846
3847         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3848         (gnus-summary-mark-read-and-unread-as-read)
3849         (gnus-summary-mark-current-read-and-unread-as-read)
3850         (gnus-summary-mark-unread-as-ticked): Doc fix.
3851         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3852
3853 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3854
3855         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3856         Christoph Conrad <christoph.conrad@gmx.de>.
3857
3858 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3859
3860         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3861         yes-or-no-p.
3862
3863 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3864
3865         * mm-decode.el (mm-add-meta-html-tag): New function.
3866         (mm-save-part-to-file, mm-pipe-part): Use it.
3867
3868         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3869         gnus-y-or-n-p instead of y-or-n-p.
3870         (gnus-article-browse-html-parts): Work with message/external-body; use
3871         mm-add-meta-html-tag.
3872
3873 2007-12-11  Glenn Morris  <rgm@gnu.org>
3874
3875         * gnus-cache.el: Require gnus-sum not just when compiling.
3876
3877         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3878
3879         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3880         definitions before use.
3881
3882         * mm-decode.el: Require gnus-util.
3883         (mm-remove-part): Only call delete-annotation on XEmacs.
3884
3885         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3886
3887         * nnmail.el: Require gnus-int.
3888
3889         * spam.el: Move `require's before `eval-when-compile's.
3890
3891         * gnus-ems.el (gnus-alive-p):
3892         * gnus-fun.el (message-goto-eoh):
3893         * gnus-util.el (gnus-group-name-decode):
3894         * mail-source.el (gnus-compress-sequence):
3895         * message.el (Info-goto-node, format-spec):
3896         * mm-bodies.el (message-options-get):
3897         * mm-decode.el (mm-view-pkcs7):
3898         * mm-util.el (gmm-write-region):
3899         * mml-smime.el (mml-compute-boundary)
3900         (gnus-completing-read-with-default):
3901         * mml.el (widget-button-press, gnus-make-hashtable):
3902         * mml1991.el (mm-decode-content-transfer-encoding)
3903         (mm-encode-content-transfer-encoding)
3904         (message-options-get, message-options-set):
3905         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3906         * nnfolder.el (gnus-request-group):
3907         * nnheader.el (ietf-drums-unfold-fws):
3908         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3909         * smime.el (gnus-run-mode-hooks):
3910         * spam-stat.el (gnus-message): Autoload.
3911
3912         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3913         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3914         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3915         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3916         Add declare-function compatibility definition.
3917
3918         * gnus-cache.el (nnvirtual-find-group-art):
3919         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3920         (gnus-add-image, gnus-add-wash-type):
3921         * gnus-group.el (nnkiboze-score-file):
3922         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3923         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3924         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3925         (message-tokenize-header, gnus-get-buffer-create)
3926         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3927         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3928         * gnus.el (gnus-group-decoded-name):
3929         * mail-source.el (imap-capability):
3930         * mm-bodies.el (message-options-set):
3931         * mm-decode.el (gnus-configure-windows):
3932         * mm-extern.el (message-goto-body):
3933         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3934         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3935         (epg-sub-key-validity, message-options-set):
3936         * mml.el (widget-event-point, gnus-configure-windows):
3937         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3938         * mml2015.el (epg-check-configuration, epg-configuration)
3939         (message-options-set):
3940         * nndb.el (nndb-request-article):
3941         * nnfolder.el (gnus-request-create-group):
3942         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3943         * nnmaildir.el (gnus-group-mark-article-read):
3944         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3945         * rfc1843.el (message-fetch-field):
3946         * spam.el (gnus-extract-address-components):
3947         Declare as functions.
3948
3949 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3950
3951         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3952
3953         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3954
3955         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3956         bind show-trailing-whitespace for XEmacs.
3957
3958 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3959
3960         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3961         new no-op macro for backward compatibility.
3962
3963         * imap.el (imap-string-to-integer): New function.
3964
3965 2007-12-09  Glenn Morris  <rgm@gnu.org>
3966
3967         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3968
3969         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3970         * message.el, mm-view.el, sieve-manage.el, smime.el:
3971         Add declare-function compatibility definition.
3972
3973         * gnus-art.el (w3-region, w3m-region, Info-menu):
3974         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3975         * gnus-sum.el (gnus-get-predicate):
3976         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3977         * message.el (mail-abbrev-in-expansion-header-p):
3978         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3979         (w3m-detect-meta-charset, w3m-region):
3980         * sieve-manage.el (password-read, password-cache-add)
3981         (password-cache-remove):
3982         * smime.el (password-read-and-add): Declare as functions.
3983
3984 2007-12-08  David Kastrup  <dak@gnu.org>
3985
3986         * gnus-sum.el (gnus-summary-simplify-subject-query):
3987         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3988         `message'.
3989
3990 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3993         it to bind idna-program, installation-directory, defined-colors, and
3994         face-attribute for XEmacs of the version that compiles defcustom forms.
3995
3996 2007-12-07  Glenn Morris  <rgm@gnu.org>
3997
3998         * gnus-art.el (article-make-date-line): Revert previous change.
3999
4000 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
4001
4002         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
4003
4004 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
4005
4006         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
4007         Call gnus-add-to-range ranges only once with a prepared article-list.
4008
4009 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
4010
4011         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
4012         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
4013         group names with backslashes.  Reported by Tassilo Horn
4014         <tassilo@member.fsf.org>.
4015
4016 2007-12-06  Deepak Goel  <deego3@gmail.com>
4017
4018         * gnus-art.el (article-make-date-line):
4019         * gnus-start.el (gnus-load):
4020         * pop3.el (pop3-read-response): Fix buggy call to `error'.
4021
4022 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * gnus-art.el (gnus-use-idna)
4025         * gnus-start.el (gnus-site-init-file)
4026         * message.el (message-use-idna)
4027         * mm-uu.el (mm-uu-hide-markers)
4028         * smiley.el (smiley-style): Revert changes that suppress warnings.
4029
4030 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4031
4032         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
4033         specify charset to html source.  Reported by Christoph Conrad
4034         <christoph.conrad@gmx.de>.
4035
4036 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
4039         idna-program in order to suppress byte compile warning issued by XEmacs
4040         that came to byte compile the default value section of defcustom forms
4041         recently.
4042
4043         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
4044         value of installation-directory.
4045
4046         * message.el (message-use-idna): Don't directly refer to the value of
4047         idna-program.
4048
4049         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
4050
4051         * smiley.el (smiley-style): Don't directly call face-attribute.
4052
4053 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
4054
4055         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
4056
4057         * gnus-dired.el: Reduce Gnus dependencies.
4058         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
4059         require.  Use autoloads instead.
4060         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
4061         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
4062         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
4063         (gnus-dired-mode): Adjust doc string.
4064         (gnus-dired-mail-mode): New variable.
4065         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
4066         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
4067         (gnus-dired-mail-buffers): New function.  Return mail or message
4068         composition buffers.
4069         (gnus-dired-attach): Use it.
4070         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
4071         NO-DECODE.
4072         (gnus-dired-print): Use `gnus-print-buffer' depending on
4073         `gnus-dired-mail-mode'.
4074
4075 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4076
4077         * rfc2047.el (rfc2047-encoded-word-regexp)
4078         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
4079         explaining what regexp patterns are for.
4080
4081 2007-12-04  Glenn Morris  <rgm@gnu.org>
4082
4083         * password.el: Move to password-cache.el.
4084
4085         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4086         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4087         * mml-smime.el (password-read, password-cache-add)
4088         (password-cache-remove):
4089         No need to autoload, since mml-sec requires password.
4090
4091         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4092         * message.el (gnus-extract-address-components):
4093         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4094
4095         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4096         password.
4097
4098 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4099
4100         * mailcap.el: Reduce dependencies.
4101         (mail-header-parse-content-type): Autoload.
4102         (mailcap-delete-duplicates): New alias.
4103         (mailcap-mime-info): Add optional argument NO-DECODE.
4104         (mailcap-mime-types): Use mailcap-delete-duplicates.
4105
4106         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4107
4108 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
4109
4110         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
4111         (imap-parse-status): Upcase status-att for servers that sends them
4112         lower-case (e.g., MS Exchange 2007).
4113
4114 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4115
4116         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4117         function.
4118
4119         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4120         (gnus-uu-yenc-article): New function.
4121
4122         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4123
4124         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4125         buffer.
4126
4127 2007-12-02  Glenn Morris  <rgm@gnu.org>
4128
4129         * binhex.el (binhex): New custom group.
4130         (binhex-decoder-program, binhex-decoder-switches)
4131         (binhex-use-external): Move to the binhex custom group.
4132
4133         * uudecode.el (uudecode): New custom group.
4134         (uudecode-decoder-program, uudecode-decoder-switches)
4135         (uudecode-use-external): Move to the uudecode custom group.
4136
4137         * netrc.el (top-level): Don't load `encrypt' features.
4138         (netrc-parse): Don't use encrypt.
4139         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
4140
4141         * encrypt.el: Remove file.
4142
4143 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4144
4145         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4146         matches on patches.
4147
4148         * gnus-art.el (gnus-article-browse-html-article): Mention
4149         `mm-text-html-renderer' in the doc string.
4150
4151         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4152         string.  Add comments.
4153
4154         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4155         if rhs is ASCII.
4156
4157 2007-12-01  Glenn Morris  <rgm@gnu.org>
4158
4159         * mail-source.el (top-level): Require format-spec before
4160         eval-when-compile.
4161
4162 2007-11-30  Glenn Morris  <rgm@gnu.org>
4163
4164         * encrypt.el: Require password, rather than autoloading password-read.
4165
4166 2007-11-29  Glenn Morris  <rgm@gnu.org>
4167
4168         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
4169         (sasl-make-client, sasl-next-step, sasl-step-data)
4170         (sasl-step-set-data): Declare as functions.
4171
4172 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
4173
4174         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
4175
4176 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4177
4178         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
4179         certs should be verified and what is to be done in the event of a
4180         verification failure.
4181
4182         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4183         caller can indicate whether the cache should be disregarded for this
4184         call.  This way the result of the call is reproducible at all times and
4185         can be considered a canonical server name for the supplied method.
4186         (gnus-agent-method-p): Canonicalize server names by pushing their
4187         method through `gnus-method-to-server' using the no-cache argument.
4188
4189         * gnus-srvr.el (gnus-server-insert-server-line): Call
4190         `gnus-method-to-server' with `no-cache' argument.
4191
4192         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4193         gnus-agent-possibly-synchronize-flags as this should be called when the
4194         server is actually being opened.
4195         (gnus-agent-possibly-synchronize-flags)
4196         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4197         flags file of an agentized server to the latter function.
4198
4199         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4200         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4201         after a connection has been established successfully.
4202
4203 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * gnus-art.el (article-display-face): Force to display face if called
4206         interactively; check if gnus-article-x-face-too-ugly matches author.
4207         (article-display-x-face): Display face even if From header is missing
4208         as article-display-face does.
4209
4210 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
4211
4212         * hashcash.el (message-narrow-to-headers-or-head)
4213         (message-fetch-field, message-goto-eoh)
4214         (message-narrow-to-headers): Declare as functions.
4215
4216 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4217
4218         * mail-source.el (mail-sources): Default to fetch from file for
4219         compatibility with default of nnmail-spool-file.
4220
4221 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4222
4223         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4224         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4225         to look for encoded word that should be encoded again.
4226         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4227         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4228         encoding pattern.
4229         (rfc2047-decode-region): Switch strict regexp and loose one according
4230         to rfc2047-allow-irregular-q-encoded-words.
4231
4232 2007-11-25  Romain Francoise  <romain@orebokech.com>
4233
4234         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4235
4236 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4237
4238         * tls.el (tls-program): Provide more custom choices from
4239         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
4240         (tls-process-connection-type, tls-success): Remove "*" in doc string.
4241
4242 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4243
4244         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4245         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4246
4247         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4248         `nnmail-spool-file'.
4249
4250         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4251         `nnmail-spool-file'.
4252
4253         * gnus-move.el (gnus-change-server): Ditto.
4254
4255         * gnus-kill.el (gnus-batch-score): Ditto.
4256
4257         * gnus-cache.el (gnus-jog-cache): Ditto.
4258
4259         * gnus-msg.el (gnus-summary-reply):
4260         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4261
4262 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4263
4264         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
4265         version.  Minor improvement to doc strings.
4266         (tls-program): Add comment.
4267
4268 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
4269
4270         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
4271         (tls-checktrust): New variable.  Check if GNU TLS complained about a
4272         mismatch between the hostname provided in the certificate and the name
4273         of the host connnecting to.
4274         (open-tls-stream): Use them.  Check certificates against trusted root
4275         certificates.
4276
4277 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4278
4279         * gnus-cache.el (gnus-cache-generate-nov-databases):
4280         Use nnml-generate-nov-databases-directory instead of
4281         nnml-generate-nov-databases-1.
4282
4283 2007-11-24  Glenn Morris  <rgm@gnu.org>
4284
4285         * message.el (message-tool-bar-retro): Update for rename
4286         mail_send.xpm->mail-send.xpm.
4287
4288 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4289
4290         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4291         `smime-ldap-search' for Emacs 22 and up.
4292
4293 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4294
4295         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4296
4297         * message.el (message-send-mail-function): Fix error convention.
4298         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4299         (message-widen-reply, message-send-mail, message-talkative-question)
4300         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4301         (message-clone-locals, message-send-news): Use with-current-buffer.
4302         (message-insert-or-toggle-importance): Remove unused var `valid'.
4303         (message-make-references): Remove unused var `new-references'.
4304         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4305
4306 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4307
4308         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4309         (spam-split-symbolic-return-positive): Reflow docstring.
4310         (spam-backends, spam-summary-exit-behavior)
4311         (spam-mark-ham-unread-before-move-from-spam-group)
4312         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4313         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4314         (spam-clear-cache, spam-backend-check, spam-install-backend)
4315         (spam-install-statistical-backend, spam-list-of-processors)
4316         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4317         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4318         (spam-check-crm114, spam-initialize, spam-unload-hook):
4319         Fix typos in docstrings.
4320
4321 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4322
4323         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4324         been checked if they have never been read and those group levels are
4325         higher than the one that a user specified.
4326
4327 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4328
4329         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4330         foreign groups unless a group level is specified by a user.
4331         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4332
4333 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4334
4335         * message.el (message-send-mail-function): Require sendmail.
4336
4337 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4338
4339         * message.el (message-send-mail-function): Check for smtpmail too.
4340
4341         * utf7.el (utf7-encode, utf7-decode): Use coding system
4342         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4343
4344         * message.el (message-send-mail-function): New function.
4345         (message-send-mail-function): Set default using
4346         message-send-mail-function.  Adjust doc string.
4347         (message-send-mail-with-mailclient): New function.
4348
4349 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4350
4351         * smime.el (from):
4352         * rfc2047.el (message-posting-charset):
4353         * qp.el (mm-use-ultra-safe-encoding):
4354         * pop3.el (parse-time-months):
4355         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4356         * nnml.el (files):
4357         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4358         (jka-compr-compression-info-list, ange-ftp-path-format)
4359         (efs-path-regexp):
4360         * nndiary.el (files):
4361         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4362         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4363         (epg-digest-algorithm-alist, inhibit-redisplay)
4364         (password-cache-expiry):
4365         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4366         (pgg-output-buffer, password-cache-expiry):
4367         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4368         (efs-path-regexp):
4369         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4370         (inhibit-redisplay):
4371         * mm-uu.el (file-name, start-point, end-point, entry)
4372         (gnus-newsgroup-name, gnus-newsgroup-charset):
4373         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4374         (latin-unity-ucs-list):
4375         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4376         (mm-uu-binhex-decode-function):
4377         * message.el (gnus-message-group-art, gnus-list-identifiers)
4378         (rmail-enable-mime-composing, gnus-local-organization)
4379         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4380         (gnus-read-active-file, facemenu-add-face-function)
4381         (facemenu-remove-face-function, gnus-article-decoded-p)
4382         (tool-bar-mode):
4383         * mail-source.el (display-time-mail-function):
4384         * gnus-util.el (nnmail-pathname-coding-system)
4385         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4386         (gnus-original-article-buffer, gnus-user-agent)
4387         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4388         (xemacs-codename, sxemacs-codename, emacs-program-version):
4389         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4390         * gnus-start.el (gnus-agent-covered-methods)
4391         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4392         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4393         (gnus-newsgroup-headers, gnus-group-list-mode)
4394         (gnus-group-mark-positions, gnus-newsgroup-data)
4395         (gnus-newsgroup-unreads, nnoo-state-alist)
4396         (gnus-current-select-method, mail-sources)
4397         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4398         (nnmail-spool-file, gnus-cache-active-hashtb):
4399         * gnus-mh.el (mh-lib-progs):
4400         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4401         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4402         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4403         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4404         (gnus-group-buffer):
4405         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4406         (font-lock-set-defaults):
4407         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4408         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4409         (gnus-summary-post-menu, total-parts, type, condition, length):
4410         * gnus-agent.el (gnus-agent-read-agentview):
4411         * flow-fill.el (show-trailing-whitespace):
4412         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4413         eval-and-compile wrappers for byte compiler pacifiers.
4414
4415         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4416         (mm-display-inline-fontify): Check for featurep 'xemacs not
4417         extent-list.
4418
4419         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4420         itimer-list.
4421         (mm-create-image-xemacs): Only do something for XEmacs.
4422         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4423
4424         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4425
4426         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4427         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4428
4429 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4430
4431         * nnimap.el (nnimap-split-download-body):
4432         * gnus-demon.el (gnus-demon):
4433         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4434
4435 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4436
4437         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4438         macros.
4439         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4440         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4441         copy data from unibyte buffer to multibyte current buffer.
4442         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
4443         to copy data from unibyte current buffer to multibyte buffer.
4444         (nntp-make-process-buffer): Make process buffer unibyte.
4445
4446         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4447
4448 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4449
4450         * pop3.el (pop3-open-server): Accept and process data more robustly at
4451         connexion start to avoid spurious "POP SSL connexion failed" errors.
4452
4453 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4454
4455         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4456         read group names.
4457
4458 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4459
4460         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4461
4462 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4465         (nnmail-save-active): Use a unibyte buffer when saving active file,
4466         which may contain non-ASCII group names.
4467
4468         * nnml.el (nnml-request-group): Decode group names in messages.
4469
4470 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4471
4472         * message.el (message-citation-line-function)
4473         (message-insert-formatted-citation-line): Fix spelling of
4474         `message-insert-formated-citation-line'.
4475
4476 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4477
4478         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4479
4480 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4483         nnmail-pathname-coding-system.
4484
4485         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4486         that a user enters; decode group names in messages.
4487
4488         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4489
4490 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4491
4492         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4493
4494         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4495
4496         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4497         risky local variable.
4498
4499         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4500
4501 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4502
4503         * encrypt.el: Improve documentation to fix function name typo.
4504         Reported by Daiki Ueno <ueno@unixuser.org>.
4505
4506 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4509         even if the point is not in the last page of an article.
4510         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4511         back to the previous page.
4512
4513 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4514
4515         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4516
4517 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4520
4521 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4522
4523         * message.el (message-check-news-body-syntax): Avoid
4524         mm-string-as-multibyte.
4525         (message-hide-headers): Don't assume (point-min)==1.
4526
4527 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4528
4529         * message.el (message-remove-blank-cited-lines): Fix if remove is
4530         given.
4531         (message-bogus-address-regexp): New variable.
4532         (message-bogus-recipient-p): New function.
4533         (message-check-recipients): New command.
4534         (message-syntax-checks): Add `bogus-recipient'.
4535         (message-fix-before-sending): Add `bogus-recipient'.
4536
4537         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4538         (gnus-treat-body-boundary): Don't test window-system.
4539
4540 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4541
4542         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4543
4544 2007-10-28  Miles Bader  <miles@gnu.org>
4545
4546         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4547         at compile-time too.
4548
4549 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4550
4551         * gnus-msg.el (gnus-message-setup-hook): Add
4552         `message-remove-blank-cited-lines' to options.
4553
4554 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4555
4556         * message.el (message-remove-blank-cited-lines): New function.
4557         Suggested by Karl Plästerer.
4558
4559 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4562         mapc.
4563
4564         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4565         (top-level): Use mapc to set functions to be traced for debugging.
4566
4567         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4568         called for effect with while loop.
4569
4570         * message.el (message-talkative-question): Replace mapcar called for
4571         effect with mapc.
4572
4573         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4574         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4575         called for effect with dolist.
4576
4577         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4578
4579         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4580         gnus-extra-headers and nnmail-extra-headers.
4581
4582         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4583         called for effect with dolist.
4584         (top-level): Use mapc to set functions to be traced for debugging.
4585
4586         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4587         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4588         dolist.
4589
4590         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4591         Replace mapcar called for effect with mapc.
4592         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4593         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4594         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4595         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4596
4597         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4598         remove-if that's a cl function.
4599
4600         * webmail.el (webmail-debug): Replace mapcar called for effect with
4601         dolist.
4602
4603         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4604         with mapc.
4605
4606 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4607
4608         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4609         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4610         with while loop.
4611
4612         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4613         functions from article-* functions.
4614         (gnus-multi-decode-header): Replace mapcar called for effect with
4615         dolist.
4616
4617         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4618         (gnus-bookmark-show-details): Replace mapcar called for effect with
4619         while loop.
4620
4621         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4622         called for effect with while loop.
4623
4624         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4625         with dolist.
4626
4627         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4628         mapcar called for effect with dolist.
4629
4630         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4631
4632         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4633         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4634         Replace mapcar called for effect with dolist.
4635         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4636         mapc.
4637
4638         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4639         Replace mapcar called for effect with dolist.
4640         (gnus-topic-list): Replace mapcar called for effect with mapc.
4641
4642         * gnus.el: Use mapc instead of mapcar to add autoloads.
4643
4644 2007-10-23  Richard Stallman  <rms@gnu.org>
4645
4646         * gnus-group.el (gnus-group-highlight): Mark as risky.
4647
4648 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4649
4650         * gnus.el (gnus-server-to-method): Return method found first in
4651         gnus-newsrc-alist.
4652
4653         * gnus-art.el (gnus-article-highlight-signature)
4654         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4655         button overlay without the front stickiness.
4656
4657 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4658
4659         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4660         overview buffer needed a catch to receive its throw.
4661         (gnus-agent-flush-cache): Declared as interactive to make this function
4662         easier to use.
4663
4664 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4665
4666         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4667         `next-line'.
4668
4669 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4672         exclude address matching message-dont-reply-to-names.
4673
4674 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * gnus-util.el (gnus-string<): New function.
4677
4678         * gnus-sum.el (gnus-article-sort-by-author)
4679         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4680
4681 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4684         the frame-focus tag is set in gnus-buffer-configuration.
4685
4686 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4689         the front stickiness.
4690
4691 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4692
4693         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4694         url pattern; remove duplicate one.
4695         (gnus-article-extend-url-button): New function.
4696         (gnus-article-add-buttons): Use it.
4697         (gnus-button-push): Use concatenated url that it makes.
4698
4699 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4700
4701         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4702
4703 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4704
4705         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4706         Don't hardcode point-min==1.
4707
4708 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4709
4710         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4711         Fix comment about "iso8859-1".
4712
4713 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4714
4715         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4716         ones returned from the verify-function.
4717
4718         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4719         mml2015-extract-cleartext-signature if extraction failed.
4720
4721 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4722
4723         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4724         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4725         failed.
4726
4727 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4728
4729         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4730
4731 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4732
4733         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4734         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4735         recommends to use EasyPG instead of PGG.
4736
4737         * pgg.el: Revert to revision 6.23.2.16.
4738
4739         * pgg-def.el: Revert to revision 6.6.2.14.
4740
4741         * pgg-gpg.el: Revert to revision 6.23.2.34.
4742
4743 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4744
4745         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4746         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4747         thread for both the null and zero (kill/expire thread) universal prefix
4748         cases.
4749         (gnus-summary-expire-thread): Add new function to expire a thread,
4750         using gnus-summary-kill-thread.
4751         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4752         shortcuts for gnus-summary-expire-thread.
4753         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4754         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4755
4756 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4757
4758         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4759         extras value, so an extras entry can be deleted.
4760         (gnus-registry-delete-extra-entry): Use it.
4761         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4762         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4763         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4764         storage through the gnus-registry, and provide an appropriate API for
4765         it.
4766
4767 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4770         Suggested by Leo <sdl.web@gmail.com>.
4771
4772         * gnus.el: Do.
4773
4774 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4775
4776         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4777         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4778
4779         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4780
4781         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4782         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4783
4784 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4785
4786         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4787         newline.
4788         (nnmbox-request-accept-article): Don't change article in source buffer;
4789         narrow to header to use message-fetch-field rather than
4790         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4791         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4792         as delimiters; make sure article ends with newline.
4793         (nnmbox-delete-mail): Correct last position of article to be deleted;
4794         ignore X-Gnus-Newsgroup header in article body.
4795         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4796         positions; make sure article ends with newline.
4797
4798         * message.el (message-display-abbrev): Don't infloop when a user
4799         inserts SPC in the beginning of header.
4800
4801         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4802         coding-system-for-read and coding-system-for-write for XEmacs having no
4803         file-coding feature.
4804
4805         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4806
4807 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4808
4809         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4810         list of groups not followed by default.  Fix type to be regexp.
4811         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4812
4813 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4814
4815         * hmac-def.el (define-hmac-function): Switch from old-style to
4816         new-style backquotes.
4817
4818         * md4.el (md4-make-step): Likewise.
4819
4820 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4823         raw-text coding system when saving .newsrc file, which may contain
4824         non-ASCII group names.
4825
4826 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * gnus-cus.el (gnus-score-extra): New widget.
4829         (gnus-score-extra-convert): New function.
4830         (gnus-score-customize): Use it for Extra.
4831
4832 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4833
4834         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4835         (mml2015-mailcrypt-clear-verify): Use it.
4836         (mml2015-gpg-clear-verify): Use it.
4837         (mml2015-pgg-clear-verify): Use it.
4838         (mml2015-epg-clear-verify): Replace the current part with the output
4839         from GnuPG; don't extract the plaintext by itself.
4840
4841         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4842         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4843         mml2015-clear-verify-function; don't touch the armor headers or
4844         dash-escaped text here.
4845
4846 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4847
4848         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4849         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4850         parts, or application/octet-stream as a last resort.
4851         (gnus-mime-view-part-as-type): Don't toggle display.
4852         (gnus-mime-view-part-as-charset): Don't turn off display before
4853         querying charset.
4854
4855         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4856         stuff to undisplayer function in Emacs.
4857         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4858
4859         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4860         text/calendar parts.
4861
4862 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4865         decoding text/calendar parts.
4866
4867         * message.el (message-forward-make-body-mime): Always mark body as
4868         having no illegible text; remove signed-or-encrypted argument.
4869         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4870
4871         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4872         (mml-generate-mime-1): Don't encode body if it is specified to be in
4873         raw form; don't make buffer be unibyte when inserting multibyte string.
4874
4875 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4876
4877         * sha1.el: Fix up comment style.
4878         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4879         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4880
4881         * hex-util.el: Fix up comment style.
4882         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4883
4884         * gnus-salt.el: Use with-current-buffer.
4885         (gnus-pick-setup-message): Fix long-standing typo.
4886
4887 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4888
4889         * imap.el (imap-logout-timeout): New variable.
4890         (imap-logout, imap-logout-wait): New functions.
4891         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4892
4893         * nnimap.el (nnimap-logout-timeout): New server variable.
4894         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4895         nnimap-logout-timeout.
4896
4897         * gnus-art.el (gnus-article-summary-command-nosave)
4898         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4899
4900 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4901
4902         * gnus.el (gnus-maximum-newsgroup): New variable.
4903
4904         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4905         according to gnus-maximum-newsgroup.
4906
4907         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4908         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4909         Limit the range of articles according to gnus-maximum-newsgroup.
4910
4911 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4912
4913         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4914         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4915         Don't perform gnus-configure-windows here; reuse existing sticky
4916         article buffer.
4917
4918         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4919         it doesn't exist in gnus-article-mode.
4920
4921 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4924         (gnus-agent-decoded-group-name): New function.
4925         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4926         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4927
4928 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4929
4930         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4931         Add binding for gnus-sticky-article.
4932         (gnus-summary-exit): Don't kill sticky article buffers.
4933
4934         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4935         article buffer.
4936         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4937         (gnus-kill-sticky-article-buffers): New commands.
4938
4939 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * nntp.el (nntp-xref-number-is-evil): New server variable.
4942         (nntp-find-group-and-number): If it is non-nil, don't trust article
4943         numbers in the Xref header.
4944
4945 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * gnus-agent.el (gnus-agent-read-group): New function.
4948         (gnus-agent-flush-group, gnus-agent-expire-group)
4949         (gnus-agent-regenerate-group): Use it.
4950         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4951         nnmail-pathname-coding-system.
4952
4953 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4956
4957         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4958         that are unread as unread, and also as selected so that information of
4959         marks having been changed by a user may be updated when exiting group.
4960
4961 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4962
4963         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4964         calculated ignoring signature parts to gnus-treat-article.
4965
4966 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4967
4968         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4969         a point here in order to keep the window start.
4970         (gnus-insert-mime-security-button): Make a button overlay without the
4971         front stickiness.
4972         (gnus-mime-display-security): Goto the end of a button.
4973
4974         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4975
4976 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4979         group-name-at-point.
4980         (gnus-group-completing-read): New function that offers decoded
4981         non-ASCII group names for completion.
4982         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4983         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4984         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4985         (gnus-group-fetch-control): Use it.
4986         (gnus-fetch-group): Use group-name-at-point for the initial value
4987         rather than the default value; use gnus-alive-p.
4988
4989         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4990         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4991         (gnus-summary-post-news): Use gnus-group-completing-read.
4992
4993         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4994         (gnus-read-move-group-name): Decode group name for completion.
4995
4996 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4997
4998         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4999         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
5000         Yamaoka slightly modified the code).
5001
5002 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5003
5004         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
5005         (nnmail-split-incoming): Bind it.
5006
5007         * nnml.el (nnml-group-name-charset): New function.
5008         (nnml-decoded-group-name): Use it; don't decode group name if
5009         nnmail-group-names-not-encoded-p is non-nil.
5010         (nnml-encoded-group-name): New function.
5011         (nnml-group-pathname): Inline nnml-decoded-group-name.
5012         (nnml-request-expire-articles): Decode group name in message.
5013         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
5014         nnmail-pathname-coding-system.
5015         (nnml-save-mail, nnml-active-number): Work with decoded group names and
5016         not decoded ones according to nnmail-group-names-not-encoded-p.
5017         (nnml-generate-active-info): Use nnml-encoded-group-name.
5018
5019 2007-08-08  Glenn Morris  <rgm@gnu.org>
5020
5021         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
5022         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
5023         doc-strings and comments.
5024
5025 2007-07-25  Glenn Morris  <rgm@gnu.org>
5026
5027         * Relicense all FSF files to GPLv3 or later.
5028
5029 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5030
5031         * gnus-sum.el (gnus-summary-move-article): Make
5032         gnus-summary-respool-article work.
5033
5034 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
5035
5036         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
5037         string.
5038
5039 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
5040
5041         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
5042         that should be ignored when comparing distant RSS articles with local
5043         ones.
5044         (nnrss-make-hash-index): New function.  Create a hash index according
5045         to the ignored fields.
5046         (nnrss-check-group): Use it.
5047
5048 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
5051
5052         * gnus-art.el (article-decode-group-name): Decode Xref header too.
5053
5054         * gnus-group.el (gnus-group-make-group): Encode group name here unless
5055         the new optional argument ENCODED is non-nil.
5056         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
5057         coding system for encoding group name.
5058         (gnus-group-make-rss-group): Pass un-encoded group name to
5059         gnus-group-make-group.
5060         (gnus-group-set-info): Tell gnus-group-make-group that group name is
5061         encoded.
5062
5063         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
5064         Encode group name to which articles are moved or copied.
5065         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
5066         coding system for encoding Newsgroup, Followup-To and Xref headers.
5067
5068         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
5069         marks; use nnheader-file-coding-system to write a file.
5070         (nnagent-retrieve-headers): Bind file-name-coding-system to
5071         nnmail-pathname-coding-system.
5072
5073         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
5074
5075         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
5076         (nnml-request-article, nnml-request-create-group)
5077         (nnml-request-rename-group, nnml-find-id)
5078         (nnml-possibly-change-directory, nnml-possibly-create-directory)
5079         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
5080         (nnml-save-marks): Use nnml-group-pathname instead of
5081         nnmail-group-pathname.
5082
5083         (nnml-request-create-group, nnml-request-expire-articles)
5084         (nnml-request-move-article, nnml-request-delete-group)
5085         (nnml-deletable-article-p, nnml-possibly-create-directory)
5086         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
5087         (nnml-open-marks): Bind file-name-coding-system to
5088         nnmail-pathname-coding-system.
5089
5090         (nnml-request-article): Pass server argument to nnml-find-group-number.
5091         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
5092         server argument to nnml-possibly-create-directory.
5093         (nnml-request-accept-article): Pass server argument to
5094         nnml-active-number and nnml-save-mail.
5095         (nnml-find-group-number): Pass server argument to nnml-find-id.
5096         (nnml-request-update-info): Pass server argument to
5097         nnml-marks-changed-p.
5098
5099         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
5100         (nnml-save-mail, nnml-active-number): Add server argument.
5101
5102         (nnml-request-delete-group): Warn if group is missing.
5103         (nnml-get-nov-buffer): Decode group name.
5104         (nnml-generate-active-info): Encode group name.
5105         (nnml-open-marks): Decode group name in messages.
5106
5107 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5108
5109         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
5110         if it is not specified.
5111         (gnus-article-pipe-part, gnus-article-save-part)
5112         (gnus-article-interactively-view-part, gnus-article-copy-part)
5113         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
5114         (gnus-article-inline-part, gnus-article-save-part-and-strip)
5115         (gnus-article-replace-part, gnus-article-delete-part)
5116         (gnus-article-view-part-as-type): Pass raw prefix argument to
5117         gnus-article-part-wrapper.
5118
5119 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * gnus-agent.el (gnus-agent-save-active): Bind
5122         nnheader-file-coding-system to gnus-agent-file-coding-system.
5123
5124         * gnus-cache.el (gnus-cache-save-buffers)
5125         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5126         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5127         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5128         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5129         (gnus-cache-generate-active, gnus-cache-rename-group)
5130         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5131         (gnus-cache-update-overview-total-fetched-for): Bind
5132         file-name-coding-system to nnmail-pathname-coding-system.
5133         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5134         variables.
5135         (gnus-cache-decoded-group-name): New function.
5136         (gnus-cache-file-name): Use it.
5137         (gnus-cache-generate-active): Use non-decoded group name for active.
5138
5139         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5140         right place.
5141         (gnus-write-active-file): Don't break non-ASCII group names.
5142
5143         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5144         nnmail-pathname-coding-system.
5145
5146         * lpath.el: Bind default-file-name-coding-system,
5147         file-name-coding-system and language-info-alist for XEmacs.
5148
5149         * gnus-uu.el (gnus-uu-decode-save): Typo.
5150
5151 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5152
5153         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5154
5155 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5156
5157         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5158         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5159         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5160         (gnus-agent-flush-group, gnus-agent-flush-cache)
5161         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5162         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5163         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5164         (gnus-agent-regenerate-group)
5165         (gnus-agent-update-files-total-fetched-for)
5166         (gnus-agent-update-view-total-fetched-for): Bind
5167         file-name-coding-system to nnmail-pathname-coding-system.
5168         (gnus-agent-group-pathname): Don't encode file names by
5169         nnmail-pathname-coding-system.
5170         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5171         coding-system-for-write instead of buffer-file-coding-system to
5172         gnus-agent-file-coding-system.
5173
5174         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5175         Decode group name.
5176
5177         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5178
5179         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5180         (gnus-read-newsrc-el-file): Make group names unibyte.
5181
5182         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5183         nnmail-pathname-coding-system.
5184
5185         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5186         (nnrss-request-delete-group): Bind file-name-coding-system to
5187         nnmail-pathname-coding-system.
5188         (nnrss-read-server-data, nnrss-read-group-data): Bind
5189         file-name-coding-system correctly.
5190         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5191
5192         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5193         (nntp-server-to-method-cache): New variable.
5194         (nntp-group-pathname): New function that decodes non-ASCII group names.
5195         (nntp-possibly-create-directory, nntp-marks-changed-p)
5196         (nntp-save-marks, nntp-open-marks): Use it.
5197         (nntp-possibly-create-directory, nntp-open-marks):
5198         Bind file-name-coding-system to nnmail-pathname-coding-system.
5199         (nntp-open-marks): Decode group names when bootstrapping marks.
5200
5201         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5202         Newsgroups and Folowup-To headers.
5203
5204 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5205
5206         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5207         (gnus-server-closed-face, gnus-server-denied-face)
5208         (gnus-server-offline-face): Remove variable.
5209         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5210
5211         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5212         of modifying message-stack directly for XEmacs.
5213
5214         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5215         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5216         if the coding-system argument is nil for XEmacs.
5217
5218         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5219         mm-charset-override-alist.
5220
5221         * rfc2047.el: Don't require base64; require rfc2045 for the function
5222         rfc2045-encode-string.
5223         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5224         to quote the parameter value.
5225
5226 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5229         form in gnus-group-name-charset-method-alist.
5230
5231         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5232         overrides the default layout edit-form.
5233
5234         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5235
5236         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5237
5238 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5241         as unfetched articles.
5242
5243 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5244
5245         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5246
5247 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5248
5249         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5250         original back end that keeps marks in the local system.
5251
5252 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5255         arg of pop-to-buffer for XEmacs.
5256         (gnus-article-read-summary-keys): Ditto; don't restore window
5257         configuration if summary command ends up with neither article buffer
5258         nor summary buffer; describe bindings if summary keys end with C-h.
5259
5260 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * message.el (message-fix-before-sending): Skip raw message part to be
5263         forwarded while checking illegible text.
5264         (message-forward-make-body-mime, message-forward-make-body): Mark
5265         signed or encrypted raw message as having no illegible text.
5266
5267 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5268
5269         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5270         (gnus-message-with-timestamp-1): New macro.
5271         (gnus-message-with-timestamp): New function.
5272         (gnus-message): Use them.
5273
5274         * nnheader.el (nnheader-message): Use them.
5275
5276 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5277
5278         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5279         .newsrc.eld file.
5280
5281 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5282
5283         * gnus-agent.el (gnus-agent-fetch-headers)
5284         (gnus-agent-retrieve-headers): Bind
5285         gnus-decode-encoded-address-function to identity.
5286
5287         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5288         available also when the server returns simply a dot.
5289
5290         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5291
5292 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5293
5294         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5295
5296 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * gnus-ems.el (gnus-x-splash): Make it work.
5299
5300         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5301         from being used.
5302
5303         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
5304
5305 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5306
5307         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
5308         4th and the 5th arguments.
5309
5310         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5311         the front stickiness.
5312         (gnus-article-summary-command-nosave): Correct the order of the
5313         arguments passed to pop-to-buffer.
5314         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5315         summary command ends up with the article buffer.
5316
5317         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5318         the same faces.
5319
5320 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5321
5322         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5323
5324 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5325
5326         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5327         * gnus-sum.el (gnus-summary-highlight):
5328         * pgg.el (pgg-sign-region, pgg-sign):
5329         * mail-source.el (mail-source-delete-old-incoming-confirm):
5330         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5331
5332 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * gnus-art.el (gnus-mime-view-part-externally)
5335         (gnus-mime-view-part-internally): Fix predicate function passed to
5336         completing-read.
5337
5338         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5339
5340         * gnus.el (gnus-update-message-archive-method): Add :version.
5341
5342 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * gnus.el (gnus-update-message-archive-method): New variable.
5345
5346         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5347         according to gnus-message-archive-method if
5348         gnus-update-message-archive-method is non-nil.
5349
5350 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5351
5352         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5353         by Loic Dachary <loic@dachary.org>.
5354         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5355
5356 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * message.el (message-pop-to-buffer): Add switch-function argument.
5359         (message-mail): Pass switch-function argument to it.
5360
5361 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5362
5363         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5364         Improve doc string.
5365
5366 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5367
5368         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5369         (gnus-header-content)
5370         * gnus-cite.el (gnus-cite-10)
5371         * gnus-srvr.el (gnus-server-closed)
5372         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5373         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5374         (gnus-group-mail-3-empty, gnus-group-mail-low)
5375         (gnus-group-mail-low-empty, gnus-splash)
5376         * message.el (message-header-to, message-header-cc)
5377         (message-header-subject, message-header-other, message-header-name)
5378         (message-header-xheader, message-separator, message-cited-text)
5379         (message-mml): Lighten colors of faces used for dark background.
5380
5381 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5382
5383         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5384         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5385
5386 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * message.el (message-narrow-to-headers-or-head):
5389         Ignore mail-header-separator in the body.
5390
5391 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5392
5393         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5394         same as window size.
5395
5396 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5397
5398         * message.el (message-font-lock-keywords): Use message-header-xheader
5399         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5400         ahead of the anything pattern, to get it recognised.
5401
5402 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
5405         spam.el loads uses it in the compiled defadvice form.
5406
5407 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5408
5409         * gnus-sum.el (gnus-articles-to-read)
5410         (gnus-summary-insert-old-articles): Don't truncate group name for
5411         `read-string'.
5412
5413         * gnus-util.el (gnus-limit-string): Delete this function.
5414
5415         * gnus-sum.el (gnus-simplify-subject-fully): Use
5416         `truncate-string-to-width' instead.
5417
5418 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5419
5420         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5421         if, on summary exit, the next group has to be selected.
5422         (gnus-summary-exit): Use it.
5423
5424 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5425
5426         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5427         non-break space.
5428
5429 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5432         Check if group is not a directory.
5433         (nnfolder-request-expire-articles): Don't delete articles if the target
5434         group is not available.
5435
5436         * nnml.el (nnml-request-create-group): Properly check if group is not a
5437         file.
5438         (nnml-request-expire-articles): Don't delete articles if the target
5439         group is not available.
5440
5441         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5442         Don't quote characters that are within parentheses.
5443
5444 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5447         (gnus-handle-ephemeral-exit): Select article according to it.
5448
5449 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5450
5451         * message.el (message-insert-formated-citation-line): Remove newline.
5452         (message-citation-line-format): Add final \n here so that the user can
5453         avoid a blank line.
5454
5455 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5456
5457         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5458         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5459         Update lanl/arXiv support.
5460
5461 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5462
5463         * gnus.el: Bump version number.
5464
5465 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5466
5467         * gnus.el (gnus-version-number): Bump version.
5468
5469 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5470
5471         * gnus.el: No Gnus v0.6 is released.
5472
5473 2007-04-27  Didier Verna  <didier@xemacs.org>
5474
5475         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5476         * gmm-utils.el (gmm-regexp-concat): here.
5477         * message.el: Don't require 'gnus-util.
5478         (message-dont-reply-to-names): Handle name change above.
5479         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5480
5481 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5484         since the initial value varies according to the system.
5485
5486 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5489
5490 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5491
5492         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5493
5494 2007-04-24  Didier Verna  <didier@xemacs.org>
5495
5496         Improve the type of gnus-ignored-from-addresses.
5497         * gnus-util.el (gnus-orify-regexp): New function.
5498         * message.el (gnus-util): Require it.
5499         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5500         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5501         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5502
5503 2007-04-24  Didier Verna  <didier@xemacs.org>
5504
5505         * gnus-sum.el:
5506         * gnus-utils.el: Fix some trailing whitespaces.
5507
5508 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5509
5510         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5511         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5512         article's Message-ID; refer parent article in summary buffer.
5513
5514         * message.el (message-bounce): Call mime-to-mml.
5515
5516         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5517         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5518         optimize and/or forms properly.
5519
5520 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5521
5522         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5523         URL.
5524
5525 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5526
5527         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5528
5529 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5532         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5533         displayed of multipart/alternative part if it is invoked from summary
5534         buffer.
5535
5536         * mm-view.el (mm-inline-text-html-render-with-w3m)
5537         (mm-inline-text-html-render-with-w3m-standalone)
5538         (mm-inline-render-with-function): Use mail-parse-charset by default.
5539
5540 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5541
5542         * parse-time.el (parse-time-string-chars): Check if CHAR
5543         is less than the length of parse-time-syntax.
5544
5545 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5546
5547         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5548         from gnus-newsgroup-processable.
5549
5550 2007-04-16  Didier Verna  <didier@xemacs.org>
5551
5552         * gnus-msg.el (gnus-configure-posting-styles): Handle
5553         message-signature-directory properly with :file syntax.  Reported by
5554         "Leo".
5555
5556 2007-04-11  Didier Verna  <didier@xemacs.org>
5557
5558         New user option: message-signature-directory.
5559         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5560         * message.el (message-insert-signature): Ditto.
5561         * message.el (message-signature-file): Doc update.
5562         * message.el (message-signature-directory): New.
5563
5564 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * gnus-msg.el (gnus-inews-yank-articles): Use
5567         message-exchange-point-and-mark instead of exchange-point-and-mark.
5568
5569 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * message.el (message-yank-original): Make sure cited text ends with
5572         newline; don't exchange point and mark.
5573
5574 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5575
5576         * tls.el (open-tls-stream): Properly handle case where there
5577         is no associated buffer.
5578
5579 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5580
5581         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5582         message-yank-original, make sure (< mark TEXT point).
5583
5584 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5585
5586         * message.el (message-fill-column): New variable.
5587         (message-mode): Use it.  Add comment on a possible new hook.
5588
5589         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5590         (nnmail-get-new-mail): Reformat.
5591
5592         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5593
5594         * gmm-utils.el: Fix Commentary.
5595         (gmm-tool-bar-from-list): Fix typo in doc string.
5596
5597 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5598
5599         * message.el (message-yank-original): Don't switch point and mark
5600         unnecessarily to put point and mark as documented.
5601
5602 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5603
5604         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5605         from the message heads.
5606
5607 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5608
5609         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5610         article buffer does not have a window.  This may not be the best
5611         solution but is certainly better than setting the start of the null,
5612         that is the current, window.
5613
5614 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5615
5616         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5617         (gnus-draft-setup): Run it.
5618
5619         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5620         gnus-score-fast-scoring.  Allow regexp.
5621         (gnus-score-headers): Use it.
5622
5623         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5624         XEmacs.
5625
5626         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5627         string.
5628         (gnus-button-alist): Also catch `<f1> k ...'.
5629         (gnus-treat-display-x-face): Fix doc string.
5630
5631 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5632
5633         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5634         evaluation of gnus-extended-version to ensure correct generation of the
5635         User-Agent header when message-generate-headers-first is used.
5636
5637 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5638
5639         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5640         hashcash-path is nil.  Don't call callback with incorrect number of
5641         parameters if val is 0.
5642
5643 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5644
5645         * message.el (message-required-news-headers):
5646         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5647
5648 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5649
5650         * tls.el (open-tls-stream): In handshake-waiting loop,
5651         don't wait more if there is output available to process.
5652
5653 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5654
5655         * tls.el (tls-program): Doc fix.
5656
5657 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * message.el (message-generate-new-buffers): Change the meaning of the
5660         nil value; add `standard' to the choices; treat t as `unique'; improve
5661         doc string.
5662         (gnus-select-frame-set-input-focus): Autoload.
5663         (message-buffer-name): Search for the existing message buffer if
5664         message-generate-new-buffers is nil or `standard'; treat the value t of
5665         message-generate-new-buffers as `unique'.
5666         (message-pop-to-buffer): Raise the frame already displaying the message
5667         buffer; clear the echo area after querying.
5668         (message-setup): Pass the `continue' argument to compose-mail.
5669         (message-mail): Prefer `switch-function' if it is given; search for the
5670         existing message buffer if the `continue' argument is non-nil; pass
5671         continue and switch-function arguments to compose-mail by way of
5672         message-setup.
5673         (message-mail-other-window): Adjust argument of message-setup.
5674         (message-mail-other-frame): Ditto.
5675
5676 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5677
5678         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5679         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5680         to turn font-lock on when turning gnus-message-citation-mode on.
5681
5682 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5683
5684         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5685         (mml-smime-function-alist): New variable; add epg as the backend.
5686         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5687         mml-smime- functions instead.
5688         * mm-view.el: Require smime.
5689
5690 2007-03-05  Didier Verna  <didier@xemacs.org>
5691
5692         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5693         instead of just inheritance for posting styles.
5694         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5695
5696 2007-02-24  Chris Moore  <dooglus@gmail.com>
5697
5698         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5699         * pgg-pgp.el (pgg-pgp-encrypt-region):
5700         * pgg-gpg.el (pgg-gpg-encrypt-region):
5701         Check pgg-encrypt-for-me if no other recipients.
5702
5703 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5704
5705         * tls.el (tls-certtool-program): Fix custom type.
5706
5707 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5710         and point-at-eol instead of line-(beginning|end)-position.
5711
5712         * assistant.el (assistant-parse-buffer): Ditto.
5713
5714         * netrc.el (netrc-parse-services): Ditto.
5715
5716 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5717
5718         * mml2015.el (mml2015-epg-find-usable-key): New function.
5719         (mml2015-epg-sign): Use it.
5720         (mml2015-epg-encrypt): Use it.
5721
5722 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * message.el (message-make-in-reply-to): Quote name containing
5725         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5726         if there are special characters.  Reported by NAKAJI Hiroyuki
5727         <nakaji@jp.freebsd.org>.
5728
5729 2007-02-27  Didier Verna  <didier@xemacs.org>
5730
5731         Include the group parameters as well as the topic ones in the
5732         inheritance filter process.
5733         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5734         argument GROUP-PARAMS-LIST.
5735         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5736
5737 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * nntp.el (nntp-never-echoes-commands)
5740         (nntp-open-connection-functions-never-echo-commands): New variables.
5741         (nntp-send-command): Use them.
5742
5743 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5744
5745         * mml2015.el (mml2015-epg-verify): Simplified.
5746
5747 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * mml.el (mml-content-disposition-alist): New user option.
5750         (mml-content-disposition): New function.
5751         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5752         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5753
5754 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5755
5756         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5757         verification.
5758
5759 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5760
5761         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5762         articles posted in the last 24 hours.
5763
5764 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5765
5766         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5767
5768 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5769
5770         * nntp.el (nntp-send-command): Don't wait for echoes when
5771         nntp-open-ssl-stream is used.
5772
5773 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5776         (gnus-message-add-citation-keywords)
5777         (gnus-message-remove-citation-keywords): Remove.
5778         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5779         directly, make the variables in font-lock-defaults buffer-local, add
5780         gnus-message-citation-keywords to them and then update the value of
5781         font-lock-keywords.
5782
5783 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * message.el (message-cite-original-1): Don't call
5786         gnus-article-highlight-citation.
5787
5788         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5789         citations; fix line count.
5790
5791 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5794         (gnus-message-add-citation-keywords)
5795         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5796         versions of font-lock-add-keywords and font-lock-remove-keywords to
5797         work with XEmacs correctly.
5798
5799 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * gnus-cite.el (gnus-cite-face-list): Set the values of
5802         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5803         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5804         (gnus-message-cite-prefix-regexp): New variable.
5805         (gnus-message-search-citation-line): Use it; protect against long
5806         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5807         the 0th match data for Emacs.
5808         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5809         (gnus-message-add-citation-keywords): Append keywords rather than
5810         prepending; emulate font-lock-add-keywords if it is not available.
5811         (gnus-message-remove-citation-keywords): Emulate
5812         font-lock-remove-keywords if it is not available.
5813
5814         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5815
5816         * message.el (message-cite-prefix-regexp): Set the value of
5817         gnus-message-cite-prefix-regexp.
5818
5819 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5820
5821         * nnweb.el (nnweb-google-parse-1): Update parser.
5822
5823 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5824
5825         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5826
5827 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5828
5829         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5830         regexp.
5831
5832 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5833
5834         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5835         string-to-multibyte.
5836         (uudecode-decode-region-internal): Use it.
5837
5838         * lpath.el: Fbind string-as-multibyte for XEmacs.
5839
5840 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5841
5842         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5843         custom choice.
5844
5845         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5846
5847 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5848
5849         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5850
5851         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5852         `write-region' to respect `mm-inhibit-file-name-handlers'.
5853
5854 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5855
5856         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5857         Use gnus-home-directory instead of "~/" or "$HOME".
5858
5859 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5860
5861         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5862         to mention filename.
5863         Add comments at beginning regarding usage.
5864         (encrypt-write-file-contents): Change interactive so a string is
5865         acceptable.  If the file has no associated model, show an error instead
5866         of a nonsense prompt.
5867
5868 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5869
5870         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5871         Thanks to Yoshihiko Yamada for kind notification of this typo.
5872
5873 2007-01-12  Kenichi Handa  <handa@m17n.org>
5874
5875         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5876         multibyte buffer.
5877
5878 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5879
5880         * gnus-score.el (gnus-score-fast-scoring): New variable.
5881         (gnus-score-headers): Use it.
5882
5883         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5884
5885         * message.el (message-cite-original-1): Call
5886         gnus-article-highlight-citation if requested.
5887         (message-make-from): Allow name and address as optional arguments.
5888
5889         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5890
5891         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5892         bugs to doc string.
5893         (gnus-button-alist): Add mid\\|message-id.
5894         (gnus-button-fetch-group): Extend for use in
5895         `browse-url-browser-function'.
5896         (gnus-button-url-regexp): Try to catch paired parentheses like in
5897         Wikipedia URLs.
5898
5899         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5900         Suggested by Simon Krahnke <overlord@gmx.li>.
5901
5902 2007-01-13  Romain Francoise  <romain@orebokech.com>
5903
5904         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5905         Update copyright.
5906
5907 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5908
5909         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5910
5911 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5912
5913         * gnus-registry.el (gnus-registry-unfollowed-groups)
5914         (gnus-registry-split-fancy-with-parent): Fix documentation.
5915
5916 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5917
5918         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5919         from nnweb groups.
5920
5921 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5922
5923         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5924         Xref urls.  Erase buffer before requesting head.
5925
5926 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5927
5928         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5929         customizable.
5930
5931 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5932
5933         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5934         no signing key is found.
5935         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5936         no encrypting and/or signing key is found.
5937
5938 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5939
5940         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5941
5942 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5943
5944         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5945         headers read from disk with the ones newly found in the current search.
5946         This should no longer cause problems, because the article numbers in
5947         Gmane's `nov.php' output are ignored since the previous change.
5948
5949 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5950
5951         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5952
5953 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5956         replace-regexp-in-string; bind url-version; fbind display-images-p and
5957         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5958         find-face and set-itimer-function for Emacs; bind itimer-list for
5959         Emacs.
5960
5961         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5962
5963 2007-01-01  Romain Francoise  <romain@orebokech.com>
5964
5965         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5966
5967 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5968
5969         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5970         `define-minor-mode' macro definition expanded properly.
5971         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5972         exclude it there.
5973
5974         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5975         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5976         `fboundp' test.
5977         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5978         This is OK to autoload in (S)XEmacs now.
5979
5980 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5981
5982         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5983         keystroke.
5984         (gnus-summary-limit-to-singletons): Fix typo.
5985
5986         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5987         else fails.
5988
5989 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5990
5991         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5992         docstring.
5993
5994         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5995         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5996         (gnus-summary-insert-dormant-articles): Fix typo in message.
5997
5998 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5999
6000         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
6001         nil for XEmacs.
6002         (gnus-message-citation-mode): Don't autoload in XEmacs.
6003
6004         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
6005
6006 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
6007
6008         * nnimap.el (nnimap-expunge-search-string): Mention
6009         nnimap-search-uids-not-since-is-evil in docstring.
6010
6011 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6012
6013         * spam.el: Revert to make-obsolete-variable because
6014         define-obsolete-variable-alias is not supported in Emacs 21.
6015
6016         * spam.el (spam-ifile-path, spam-ifile-database-path)
6017         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
6018         make-obsolete-variable.
6019         (spam-bsfilter-path, spam-bsfilter-program)
6020         (spam-spamassassin-path, spam-spamassassin-program)
6021         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
6022         use "path" inappropriately.
6023         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
6024         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
6025         variable names.
6026
6027 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
6028
6029         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
6030         summary buffer.
6031
6032         * password.el (password-cache-remove): Use clear-string to burn
6033         password, if available.
6034
6035 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6036
6037         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
6038
6039         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
6040
6041         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
6042         (gnus-message-highlight-citation): Move defcustom here from
6043         gnus-cite.el.
6044         (gnus-message-citation-mode): Autoload.
6045
6046         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
6047         checks to make it compile with XEmacs.
6048         (gnus-message-citation-mode): New minor mode.
6049         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
6050         (gnus-message-highlight-citation): New variables.
6051         (gnus-message-search-citation-line)
6052         (gnus-message-add-citation-keywords)
6053         (gnus-message-remove-citation-keywords)
6054         (turn-on-gnus-message-citation-mode)
6055         (turn-off-gnus-message-citation-mode): New functions.
6056
6057 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
6058
6059         * gnus-cite.el: Enable highlighting of different citation levels in
6060         message-mode.
6061
6062 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6063
6064         * message.el (message-make-fqdn): Fix comment.
6065         (message-bogus-system-names): Add ".local".
6066
6067         * spam.el (spam-ifile-path, spam-ifile-program)
6068         (spam-ifile-database-path, spam-ifile-database)
6069         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
6070         Don't use "path" inappropriately.
6071         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
6072         strings.
6073         (spam-check-ifile, spam-ifile-register-with-ifile)
6074         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
6075         new variable names.
6076
6077         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
6078         (gnus-treat-display-smileys): Simplify using
6079         gnus-image-type-available-p.
6080
6081         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
6082         available.
6083
6084         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
6085         `display-images-p' if available.
6086
6087 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6088
6089         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
6090         one after turning on the buffer's multibyteness instead of decoding
6091         them directly in the unibyte buffer that causes unexpected conversion
6092         in Emacs 23 (unicode).
6093
6094 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6095
6096         * message.el (message-generate-hashcash): Fix custom type.
6097
6098 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6099
6100         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
6101
6102 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
6103
6104         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
6105         disconnect icons.  Add help text.
6106
6107 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
6108
6109         * spam.el (spam-extra-header-to-number): CRM114 spam score is
6110         negated to be consistent with the others we handle.
6111
6112 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6113
6114         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
6115         version of gnus-summary-buffer to something, so that we can use two
6116         article buffers at the same time.
6117
6118 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
6119
6120         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
6121         trigger all the extra headers.
6122         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
6123         sorting.
6124
6125 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6126
6127         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
6128         solid groups.
6129
6130 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
6131
6132         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
6133
6134 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6135
6136         * legacy-gnus-agent.el: Add Copyright notice.
6137
6138 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
6139
6140         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
6141
6142 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6143
6144         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
6145
6146         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
6147         to make it work reliably in CVS Emacs.
6148         (gnus-summary-limit-strange-charsets-predicate)
6149         (gnus-summary-limit-to-predicate): New functions.
6150
6151 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
6152
6153         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
6154         specifying array size.
6155         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
6156         array if it is too small.
6157         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
6158         (gnus-sort-threads-loop): New function.
6159
6160 2006-12-06  Chris Moore  <dooglus@gmail.com>
6161
6162         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
6163         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
6164
6165 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
6166
6167         * mm-url.el (mm-url-predefined-programs): Call curl with correct
6168         options.
6169
6170 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6171
6172         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6173         DOS-ing the recipient.
6174
6175         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6176         the headers when creating the mapping to avoid mismappings.
6177         (nnweb-gmane-create-mapping): Always nix out old mapping.
6178
6179 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6182         and mm-verify-option to never.
6183
6184 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6185
6186         * message.el (message-signed-or-encrypted-p): New function.
6187         (message-forward-make-body): Use it.
6188
6189         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6190         Replace encode-coding-string with mm-encode-coding-string.
6191
6192 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * nneething.el (nneething-decode-file-name): Replace
6195         decode-coding-string with mm-decode-coding-string.
6196
6197         * gnus-int.el (gnus-open-server): Say failed server's name.
6198
6199 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6200
6201         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6202         strings to a single string.  Quote `errors-file-name'.
6203         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6204         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6205         Adjust calls.  Use `shell-quote-argument'.
6206
6207 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6208
6209         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6210         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6211
6212         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6213         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6214         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6215         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6216         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6217         (gnus-subscribe-newsgroup, gnus-1):
6218         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6219         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6220         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6221         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6222
6223 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6224
6225         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6226         keystroke.
6227         (gnus-summary-limit-to-bodies): Implement headersp.
6228
6229 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6230
6231         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6232
6233 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6236
6237 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6238
6239         * message.el (message-generate-hashcash): Expand range of values to
6240         include `opportunistic'.
6241         (message-send-mail): Use it.
6242
6243 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6244
6245         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6246         and comment it.
6247
6248         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6249
6250 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6251
6252         * gnus-util.el (gnus-extract-address-components): Improve comment.
6253
6254 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * gnus-util.el (gnus-extract-address-components): Work with address in
6257         which the name portion contains @.
6258
6259         * lpath.el: Fbind custom-autoload.
6260
6261 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6262
6263         * gnus.el (gnus-start): Move custom group up.
6264         (gnus-select-method): Don't autoload, but make it available for
6265         `customize-variable'.
6266         (gnus-getenv-nntpserver): Don't autoload.
6267
6268 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6269
6270         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6271
6272 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6273
6274         * message.el (message-sendmail-extra-arguments): New variable.
6275         (message-send-mail-with-sendmail): Use it.
6276
6277 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6278
6279         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6280         mm-with-unibyte-current-buffer to make string unibyte.
6281
6282         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6283         mm-string-as-multibyte.
6284
6285 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6286
6287         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6288         Reported by Werner Koch <wk@gnupg.org>.
6289
6290 2006-11-14  Daiki Ueno  <ueno@p360>
6291
6292         * mml2015.el: Autoload epa-select-keys when compiling.
6293
6294 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6295
6296         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6297         message-options.
6298         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6299
6300 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6301
6302         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6303         EasyPG (< 0.0.6).
6304         (mml2015-always-trust): New user option.
6305         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6306         prompt.
6307
6308 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6309
6310         * nntp.el (nntp-authinfo-force): New variable.
6311         (nntp-send-authinfo): Use it.
6312
6313 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6314
6315         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6316         decode encoded words.  Improve prompt.  Add comment about forwarding.
6317         (message-replacement-char): Move up.
6318
6319 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6320
6321         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6322         instead of gnus-intersection because arguments of gnus-sorted-nunion
6323         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6324
6325 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6326
6327         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6328         (message-simplify-subject-functions): Enable
6329         message-strip-subject-encoded-words by default.
6330
6331 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * message.el (message-strip-subject-encoded-words): New function.
6334         (message-simplify-subject-functions): New variable.
6335         (message-simplify-subject): Use it.  Fix typo in doc string.
6336         Support message-strip-subject-encoded-words.
6337
6338 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6339
6340         * gnus-diary.el (gnus-diary-delay-format-function):
6341         * nndiary.el (nndiary-reminders):
6342         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6343
6344 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6345
6346         * gnus-art.el (article-hide-boring-headers): Fetch date from
6347         gnus-original-article-buffer to avoid problems with localized date
6348         strings.
6349
6350 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6353
6354 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6355
6356         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6357         New variables.
6358         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6359         (mm-charset-synonym-alist): Move some entries to
6360         mm-codepage-iso-8859-list.
6361         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6362         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6363
6364 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6367
6368 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6369
6370         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6371         with Emacs 21 and XEmacs.
6372
6373 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6374
6375         * spam.el (spam-parse-address): New function for better parsing,
6376         catching errors, etc.
6377         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6378
6379 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6380
6381         * mm-view.el: Add interactive arg to html2text autoload.
6382
6383 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6384
6385         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6386
6387 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6388
6389         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6390         variables.
6391         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6392         (mm-charset-synonym-alist): Move some entries to
6393         mm-codepage-iso-8859-list.
6394
6395         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6396
6397 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6398
6399         * message.el (message-citation-line-format)
6400         (message-insert-formated-citation-line): Fix implementation of %E, %N
6401         and %n according to the doc string.
6402
6403 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6404
6405         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6406         car-safe to avoid bad parses.
6407
6408 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6409
6410         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6411         names.
6412
6413         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6414
6415 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6418         header.
6419
6420         * message.el (message-draft-headers): Add Date.
6421         (message-headers-to-generate): Fix typo in docstring.
6422
6423         * nndraft.el (nndraft-required-headers): New variable.
6424         (nndraft-generate-headers): Use it.
6425
6426         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6427
6428 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6429
6430         * gnus-registry.el (gnus-registry-wash-for-keywords)
6431         (gnus-registry-find-keywords): New functions to allow easy searching of
6432         articles that are in the registry.
6433
6434 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6435
6436         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6437         ietf-drums-parse-address instead of gnus-extract-address-components.
6438         Reported by Damien Elmes <damien@repose.cx>.
6439
6440 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6441
6442         * gnus.el (gnus-mime): Remove unused custom group.
6443
6444 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6445
6446         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6447         "blank line" when searching for end of armor headers.
6448
6449 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6450
6451         * gmm-utils.el (gmm-write-region): Fix variable name.
6452
6453 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6454
6455         * gmm-utils.el (gmm-write-region): New function based on compatibility
6456         code from `mm-make-temp-file'.
6457
6458         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6459
6460         * nnmaildir.el (nnmaildir--update-nov)
6461         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6462         Use `gmm-write-region'.
6463
6464 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6465
6466         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6467         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6468
6469         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6470
6471         * message.el (message-replacement-char): New variable.
6472         (message-fix-before-sending): Use it.
6473         (message-simplify-subject): New function to remove duplicate code.
6474         (message-reply, message-followup): Use it.
6475
6476         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6477         gnus-summary-limit-to-articles.
6478
6479 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * gnus-util.el (gnus-with-local-quit): New macro.
6482
6483         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6484
6485 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6486
6487         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6488         ignore non-string data.
6489
6490 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6491
6492         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6493         non-string data (needs to be done in the registry too).
6494
6495 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6496
6497         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6498         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6499         (gnus-registry-split-fancy-with-parent)
6500         (gnus-registry-fetch-simplified-message-subject-fast)
6501         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6502         Remove text properties on ingress into the registry and when it's saved.
6503         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6504         registry from entries with no groups.
6505
6506 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6507
6508         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6509         function to remove string properties.
6510
6511 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6512
6513         * gmm-utils.el (gmm): Adjust custom version.
6514
6515         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6516         custom version.
6517
6518         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6519
6520 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6521
6522         * gnus-art.el (gnus-insert-prev-page-button)
6523         (gnus-insert-next-page-button): Simplify.  Reformat.
6524
6525 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6526
6527         * gnus-art.el (gnus-insert-prev-page-button)
6528         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6529
6530 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6531
6532         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6533
6534 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6535
6536         * gnus-art.el (gnus-insert-mime-button)
6537         (gnus-insert-mime-security-button):
6538         Apply gnus-article-button-face to MIME and security buttons.
6539
6540 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6541
6542         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6543         readable.
6544
6545 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6548
6549 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6550
6551         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6552         `browse-url-of-file' instead of `browse-url'.
6553
6554 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6555
6556         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6557         regexp.  Articles containing quotation were cut prematurely.
6558
6559 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * message.el (message-cite-original-1): Use nobody by default for the
6562         value of From header.
6563         (message-reply): Ditto.
6564
6565 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6566
6567         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6568         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6569         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6570
6571 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6572
6573         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6574         mails in the doc string.  Add some URLs in comment.
6575         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6576
6577 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6580         backslashes handling and the way to find boundaries of quoted strings.
6581
6582 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6583
6584         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6585         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6586         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6587         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6588
6589 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6590
6591         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6592         doc string.
6593         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6594
6595 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * lpath.el: Fbind epg-check-configuration.
6598
6599 2006-09-06  Simon Josefsson  <jas@extundo.com>
6600
6601         * mml2015.el (mml2015-use): Doc fix, mention epg.
6602
6603 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6604
6605         * mml2015.el (mml2015-use): Default to epg, if available.
6606
6607 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6608
6609         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6610         message-sender.
6611         (mml1991-epg-encrypt): Ditto.
6612         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6613         message-sender.
6614         (mml2015-epg-encrypt): Ditto.
6615
6616 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6617
6618         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6619         several common directories.
6620
6621 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6622
6623         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6624         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6625
6626 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6627
6628         * gnus-art.el (article-decode-encoded-words): Make it fast.
6629
6630 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6633
6634         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6635         in quoted string into `\'.
6636
6637 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6638
6639         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6640         Use standard-syntax-table.
6641
6642 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * gnus-art.el (gnus-decode-address-function): New variable.
6645         (article-decode-encoded-words): Use it to decode headers which are
6646         assumed to contain addresses.
6647         (gnus-mime-delete-part): Remove useless `or'.
6648
6649         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6650         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6651         (gnus-nov-parse-line): Use it to decode From header.
6652         (gnus-get-newsgroup-headers): Ditto.
6653         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6654
6655         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6656         (mail-decode-encoded-address-string): New alias.
6657
6658         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6659         New function.
6660         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6661         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6662         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6663         (rfc2047-decode-string): Ditto.
6664         (rfc2047-decode-address-region): New function.
6665         (rfc2047-decode-address-string): New function.
6666
6667 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6668
6669         * message.el (message-caesar-buffer-body): Allow rotating headers.
6670
6671         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6672
6673         * message.el (message-insert-formated-citation-line): Fix %f.
6674         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6675
6676 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6679         (gnus-bookmark-mouse-available-p): New macro.
6680         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6681         (gnus-bookmark-bmenu-show-infos): Use it.
6682         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6683         (gnus-bookmark-bmenu-hide-infos): Ditto.
6684         (gnus-bookmark-remove-properties): New function.
6685         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6686         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6687         (gnus-bookmark-write-file): Bind coding-system-for-write.
6688         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6689         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6690         group before selecting it.
6691         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6692         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6693         quit-window if it is not available; use gnus-mouse-2 and bind it to
6694         gnus-bookmark-bmenu-select-by-mouse.
6695         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6696         (gnus-bookmark-bmenu-select-by-mouse): New function.
6697
6698 2006-08-13  Romain Francoise  <romain@orebokech.com>
6699
6700         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6701         space.
6702
6703 2006-08-10  Romain Francoise  <romain@orebokech.com>
6704
6705         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6706         (dns-mode-soa-auto-increment-serial): New user option.
6707         (dns-mode-soa-maybe-increment-serial): New function.
6708         (dns-mode): Add the latter to `write-contents-functions'.
6709
6710 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * compface.el (uncompface): Use binary rather than raw-text-unix.
6713
6714 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * compface.el (uncompface): Make sure the eol conversion doesn't take
6717         place when communicating with the external programs.  Reported by
6718         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6719
6720 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6723
6724 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6725
6726         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6727         Make it more robust by parsing author and date independently.
6728
6729 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6732
6733 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6734
6735         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6736         first matching secret key.
6737         (mml2015-epg-encrypt): Ditto.
6738
6739         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6740         first matching secret key.
6741         (mml1991-epg-encrypt): Ditto.
6742
6743         * mml2015.el (mml2015-encrypt-to-self): New user option.
6744         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6745         mml2015-epg-encrypt-to-self is set.
6746
6747         * mml1991.el (mml1991-encrypt-to-self): New variable.
6748         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6749         mml1991-epg-encrypt-to-self is set.
6750
6751         * mml2015.el (mml2015-signers): New user option.
6752         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6753         (mml2015-epg-encrypt): Allow to select signing keys.
6754
6755         * mml1991.el (mml1991-signers): New variable.
6756         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6757         (mml1991-epg-encrypt): Allow to select signing keys.
6758
6759 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * nnheader.el (nnheader-insert-head): Make it work even if the file
6762         uses CRLF for the line-break code.
6763
6764 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6765
6766         * mml2015.el: Require mml-sec instead of password.
6767         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6768         (mml2015-cache-passphrase): Inherit the default value from
6769         mml-secure-cache-passphrase.
6770         (mml2015-passphrase-cache-expiry): Inherit the default value from
6771         mml-secure-passphrase-cache-expiry.
6772
6773         * mml1991.el: Require mml-sec instead of password.
6774         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6775         (mml1991-cache-passphrase): Inherit the default value from
6776         mml-secure-cache-passphrase.
6777         (mml1991-passphrase-cache-expiry): Inherit the default value from
6778         mml-secure-passphrase-cache-expiry.
6779
6780         * mml-sec.el: Require password.
6781         (mml-secure-verbose): New user option.
6782         (mml-secure-cache-passphrase): New user option.
6783         (mml-secure-passphrase-cache-expiry): New user option.
6784
6785 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6786
6787         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6788         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6789         andreas@altroot.de (Andreas Vögele).
6790
6791         FIXME: Use `tiny change'?
6792
6793 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6794
6795         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6796         workaround for the url package included with Emacs.
6797
6798         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6799
6800 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6803         correctly.  This fixes a bug caused by the 2006-05-12 change.
6804
6805 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6806
6807         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6808         some information about the error when saying that the `bogus' mail
6809         group will be used.
6810
6811 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6812
6813         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6814         string.
6815
6816 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6817
6818         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6819
6820 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6821
6822         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6823
6824 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6825
6826         * mml1991.el (mml1991-function-alist): Add epg.
6827         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6828         (mml1991-epg-encrypt): New functions.
6829
6830 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6831
6832         * mml2015.el (mml2015-verbose): New variable.
6833         (mml2015-cache-passphrase): Ditto.
6834         (mml2015-passphrase-cache-expiry): Ditto.
6835         (mml2015-function-alist): Add epg.
6836         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6837         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6838         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6839         functions.
6840
6841 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6842
6843         * message.el (message-cite-original-1): Preserve region when removing
6844         quoted text due to X-No-Archive in order to avoid bogus attribution
6845         when citing multiple messages.
6846
6847 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6848
6849         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6850         Kenneth Jacker <khj@be.cs.appstate.edu>.
6851
6852 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6853
6854         * gnus-diary.el (gnus-user-format-function-d)
6855         (gnus-user-format-function-D): Autoload.
6856
6857         * imap.el (Commentary): Fix typo.
6858
6859         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6860         2006-04-22 contribution.
6861
6862 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6863
6864         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6865         It didn't really fix the bogosity I'm seeing with solid web groups.
6866
6867 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6868
6869         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6870         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6871         created using server names.  If we use the feature without declaring
6872         it, Gnus does not properly manage server and group state.
6873
6874         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6875         bound.
6876
6877 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6878
6879         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6880         looking up the method using GROUP's prefix before inventing a new one.
6881         It is used on killed/unknown groups in various places where returning
6882         an all-new method isn't expected by the caller.
6883
6884         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6885         and match semantics of gnus-group-real-prefix.
6886
6887 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6888
6889         * nnmail.el (nnmail-broken-references-mailers): New variable.
6890         (nnmail-ignore-broken-references): New function generalizing
6891         nnmail-fix-eudora-headers.
6892         (nnmail-fix-eudora-headers): Now obsolete.
6893
6894         * gnus-art.el (gnus-button-handle-custom): Support
6895         `customize-apropos*'.
6896
6897 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6898
6899         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6900
6901         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6902         articles.
6903
6904 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6905
6906         * message.el (message-cite-reply-above): New variable.
6907         (message-yank-original): Use it.
6908
6909 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6912
6913 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6914
6915         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6916         as read.
6917
6918         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6919
6920 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6921
6922         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6923         (gnus-bookmark-default-file): Use gnus-directory.
6924         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6925         Remove "*" in doc string.
6926         (gnus-bookmark-write-file): Simplify.
6927         (gnus-bookmark-maybe-sort-alist): Use `when'.
6928         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6929         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6930         FIXME about Emacs 21 and XEmacs compatibility.
6931         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6932         compatibility.
6933         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6934         compatibility.
6935         (gnus-bookmark-menu-heading): Fix version.
6936
6937 2006-06-19  Bastien Guerry  <bzg@altern.org>
6938
6939         * gnus-bookmark.el: New file.
6940
6941 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * message.el (message-syntax-checks): Doc fix.
6944
6945 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6946
6947         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6948         unsubscribed groups as if they were killed ones.  It causes duplicate
6949         entries in gnus-newsrc-alist.
6950
6951 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * message.el (message-syntax-checks): Doc fix.
6954         (message-send-mail): Add check for continuation headers.
6955         (message-check-news-header-syntax): Fix regexp used to check for
6956         continuation headers.
6957
6958 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6959
6960         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6961
6962 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6963
6964         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6965
6966 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6969         default-truncate-lines.
6970
6971 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6972
6973         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6974         to fill the utf-8 entry.
6975
6976         * lpath.el: Fbind unicode-precedence-list.
6977
6978 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6979
6980         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6981
6982 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6983
6984         * gnus-agent.el (directory-files-and-attributes): Move all the way
6985         forward (the third and final move).
6986         (gnus-agent-read-agentview): Trap reconstruction errors due to
6987         nonexistant directory.  Handle by returning nil.
6988
6989 2006-05-30  Didier Verna  <didier@xemacs.org>
6990
6991         * message.el (message-dont-reply-to-names): Update the custom type.
6992         * message.el (message-dont-reply-to-names): New defsubst: potentially
6993         convert a list of regexps into a single one.
6994         * message.el (message-get-reply-headers): Use it.
6995         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6996
6997 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * gnus-agent.el (directory-files-and-attributes): Move forward.
7000
7001 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7002
7003         * gnus-ml.el (gnus-mailing-list-subscribe)
7004         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
7005         (gnus-mailing-list-message): Fix doc strings.
7006
7007 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7008
7009         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
7010         of doing it manually.
7011
7012 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7013
7014         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
7015         comment.
7016
7017 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
7018
7019         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
7020         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
7021         (gnus-agent-read-local): All symbols allocated in my-obarray.
7022         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
7023         (gnus-agent-regenerate-group): Check numeric names to see if they are
7024         messages or groups.
7025         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
7026         better way of do this...)
7027
7028         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
7029         'dummy.group' (there should be a better way of do this...)
7030
7031 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
7034         (gnus-saved-headers): Ditto.
7035         (gnus-default-article-saver): Mention functions may have properties.
7036         (gnus-article-save): Override gnus-save-all-headers and
7037         gnus-saved-headers by :headers property which saver function may have.
7038         (gnus-summary-save-in-file): Add :headers property.
7039         (gnus-summary-write-to-file): Ditto.
7040
7041         * gnus-sum.el (gnus-summary-save-article): Bind
7042         gnus-prompt-before-saving to t when saving many articles in a file;
7043         always show all headers.
7044
7045         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
7046
7047 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
7048
7049         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
7050         marks.
7051
7052         * message.el (message-indent-citation): Add optional arguments to allow
7053         using it outside of message buffers.
7054
7055         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
7056         (gnus-article-treat-unfold-headers): Use it.
7057         (gnus-article-truncate-lines): New variable.
7058         (gnus-article-mode): Use it.
7059         (gnus-article-toggle-truncate-lines): New function.
7060
7061         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
7062         gnus-article-toggle-truncate-lines.
7063
7064         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
7065         coding system in XEmacs, use binary.
7066
7067 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
7070         after-load-alist.
7071
7072         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
7073         this function should save decoded articles.
7074         (gnus-summary-write-to-file): Use property to specify this function
7075         should save decoded articles and specify gnus-summary-save-in-file
7076         should be used to save articles other than the first one when saving
7077         many articles.
7078         (gnus-summary-save-body-in-file): Use property to specify this
7079         function should save decoded articles.
7080         (gnus-summary-write-body-to-file): Use property to specify this
7081         function should save decoded articles and specify
7082         gnus-summary-save-body-in-file should be used to save articles other
7083         than the first one when saving many articles.
7084
7085         * gnus-sum.el (gnus-summary-save-article): Simplify.
7086
7087 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7088
7089         * gnus-art.el (gnus-default-article-saver): Add
7090         gnus-summary-write-body-to-file.
7091         (gnus-article-save-coding-system): Don't use coding system object
7092         in XEmacs.
7093         (gnus-read-save-file-name): Add optional `dir-var' argument which
7094         specifies directory in which files are saved; work even if optional
7095         `variable' argument is not specified.
7096         (gnus-summary-write-to-file): Read file name.
7097         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
7098         (gnus-summary-write-body-to-file): New function.
7099
7100         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
7101         (gnus-summary-local-variables): Add it.
7102         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
7103         (gnus-summary-save-article): Remove optional `decode' argument;
7104         determine whether to decode articles by the value of
7105         gnus-default-article-saver; when saving many files using
7106         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
7107         it first and use gnus-summary-save-in-file or
7108         gnus-summary-save-body-in-file thereafter unless
7109         gnus-prompt-before-saving is always; move point to article which
7110         will be saved.
7111         (gnus-summary-save-article-file): Revert.
7112         (gnus-summary-write-article-file): Revert.
7113         (gnus-summary-save-article-body-file): Revert.
7114         (gnus-summary-write-article-body-file): New function.
7115
7116 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * gnus-art.el (gnus-default-article-saver): Doc fix.
7119         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
7120         from gnus-summary-save-article-coding-system, and default to a
7121         certain coding system.
7122         (gnus-output-to-file): Add coding cookie and encode text according
7123         to gnus-article-save-coding-system; don't use mm-append-to-file.
7124
7125         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
7126         gnus-art.el and rename to gnus-article-save-coding-system.
7127         (gnus-summary-save-article): Require gnus-art; don't show all
7128         headers if it decodes articles; don't add coding cookie here;
7129         don't bind mm-text-coding-system-for-write.
7130         (gnus-summary-save-article-file): Save decoded articles.
7131         (gnus-summary-write-article-file): When saving many files, use
7132         gnus-summary-write-to-file first and gnus-summary-save-in-file
7133         thereafter unless gnus-prompt-before-saving is always.
7134         (gnus-summary-save-article-body-file): Save decoded articles.
7135
7136         * lpath.el: Fbind select-safe-coding-system for XEmacs.
7137
7138 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7139
7140         * nnrss.el (nnrss-check-group): Bind hash-index.
7141
7142 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
7143
7144         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
7145         its hash index.  Store this hash in `nnrss-group-data'.
7146         (nnrss-read-group-data): Update accordingly.
7147
7148 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7149
7150         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
7151         entry.
7152
7153         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7154         gnus-article-browse-html-article.
7155
7156 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
7157
7158         * gnus-sum.el (gnus-summary-mime-map): Add
7159         gnus-article-browse-html-article.
7160
7161         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
7162
7163 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
7164
7165         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
7166         suitable coding systems in customize.
7167
7168 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
7169
7170         * mail-source.el (mail-sources): Fix custom type.
7171
7172 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7173
7174         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
7175         (gnus-summary-expire-articles-now): Shorten prompt.
7176
7177         * gmm-utils.el (wid-edit): Require.
7178         (defun-gmm): Renamed from `gmm-defun-compat'.
7179         (gmm-image-search-load-path): Use it.
7180         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
7181
7182 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * gnus-sum.el (gnus-summary-save-article-coding-system): New
7185         variable.
7186         (gnus-summary-save-article): Add optional `decode' argument.  If
7187         it is set and gnus-summary-save-article-coding-system is non-nil,
7188         save decoded article.
7189         (gnus-summary-write-article-file): Save decoded article if
7190         gnus-summary-save-article-coding-system is non-nil.
7191
7192         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
7193         type.
7194
7195 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7198
7199 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7202         first to test gnus-single-article-buffer which may be buffer-local.
7203
7204         * gnus-sum.el (gnus-summary-setup-buffer): Make
7205         gnus-single-article-buffer buffer-local and nil in ephemeral
7206         group; make gnus-article-buffer, gnus-article-current, and
7207         gnus-original-article-buffer always buffer-local.
7208         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7209         group.
7210         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7211
7212 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7213
7214         * nnml.el (nnml-request-compact-group): Compressed files might not
7215         have .gz extension.
7216
7217 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7218
7219         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7220         (mm-copy-to-buffer): Use with-current-buffer.
7221         (mm-display-part): Simplify.
7222         (mm-inlinable-p): Add optional arg `type'.
7223
7224 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7225
7226         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7227         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7228         Try harder to show the attachment internally or externally using
7229         gnus-mime-view-part-as-type.
7230
7231 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7232
7233         * message.el (message-from-style, message-signature-separator)
7234         (message-user-organization-file, message-send-mail-function)
7235         (message-citation-line-function, message-yank-prefix)
7236         (message-indent-citation-function, message-signature)
7237         (message-signature-file, message-signature-insert-empty-line):
7238         Remove autoloads.
7239
7240         * gnus-art.el (gnus-buttonized-mime-types): Remove
7241         "multipart/signed".  Revert 2006-04-26 change.
7242
7243 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7244
7245         * gnus.el (gnus-version-number): Bump version.
7246
7247 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7248
7249         * gnus.el: No Gnus v0.5 is released.
7250
7251 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7252
7253         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7254         fetching articles by message-id.
7255
7256 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7257
7258         * message.el (hashcash): Require hashcash as normal.
7259
7260         * ecomplete.el (ecomplete-highlight-match-line): Use
7261         point-at-eol.
7262         (ecomplete-highlight-match-line): Use `highlight', because that
7263         face exists in both Emacs and XEmacs.
7264
7265         * message.el (message-display-abbrev): Use point-at-bol.
7266
7267         * mail-source.el: Don't require timer/timer-funcs.
7268
7269         * gnus-async.el: Ditto.
7270
7271         * password.el: Ditto.
7272
7273         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
7274
7275         * mm-url.el: Ditto.
7276
7277         * gnus-xmas.el: Don't require timer-funcs.
7278
7279         * mm-util.el: Require timer/timer-funcs.
7280
7281 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7282
7283         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7284         Close.
7285
7286 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7289         unibyte after clear-decrypt function runs.
7290
7291         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7292         returns as a unibyte string.
7293
7294 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7295
7296         * lpath.el: Revert.
7297
7298         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
7299         (pgg-gpg-process-sentinel): Revert.
7300
7301         * pgg-pgp.el (pgg-pgp-process-region): Revert.
7302         (pgg-pgp-lookup-key): Revert.
7303
7304         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
7305         (pgg-pgp5-lookup-key): Revert.
7306
7307         * pgg.el (pgg-fetch-key): Revert.
7308
7309 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * lpath.el: Fbind string-as-multibyte for XEmacs.
7312
7313         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7314         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7315         (mml1991-pgg-encrypt): Ditto.
7316
7317         * pgg-gpg.el (pgg-string-to-multibyte): New function.
7318         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
7319         a multibyte buffer.
7320
7321         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
7322         (pgg-pgp-lookup-key): Ditto.
7323
7324         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
7325         (pgg-pgp5-lookup-key): Ditto.
7326
7327         * pgg.el (pgg-fetch-key): Ditto.
7328
7329 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7330
7331         * message.el (message-user-organization-file): Check several
7332         locations of the organization file.
7333
7334         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7335         Add gnus-article-view-part-as-type.
7336
7337         * gnus-art.el (gnus-article-view-part-as-type): New function.
7338
7339         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7340         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7341
7342         * mml.el: Simplify autoload.
7343         (mml-mode): defvar dnd-protocol-alist instead of using
7344         symbol-value.
7345         (mml-default-directory): New variable.
7346         (mml-minibuffer-read-file): Use it.
7347         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7348
7349         * message.el (message-citation-line-format): New variable.
7350         (message-insert-formated-citation-line): New function.
7351         (message-citation-line-function): Add
7352         `message-insert-formated-citation-line' to custom type.
7353
7354         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7355         to doc string.
7356
7357         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7358         depending on mm-verify-option.
7359
7360 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7363         binding pgg-* variables; reimplement the section which prevents
7364         MIME header from being signed.
7365         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7366         pgg-text-mode; remove a blank line at the top of body.
7367
7368         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7369         lines at the top of body; use gnus-newsgroup-charset if there's no
7370         Charset header.
7371
7372 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * message.el (message-self-insert-commands): Doc fix.
7375
7376         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7377         (mm-uu-pgp-encrypted-test): Ditto.
7378         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7379         between header and body; return application/pgp-encrypted handle
7380         if decryption failed; decode decrypted body by charset.
7381
7382         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7383         element match to application/pgp-*.
7384
7385 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7386
7387         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7388         HTML.
7389
7390 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7391
7392         * mail-source.el (mail-source-call-script): Message the error
7393         string.
7394
7395 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7396
7397         * gnus-util.el (gnus-byte-compile): Use it.
7398
7399 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7400
7401         * gnus-util.el (kill-empty-logs): New function.
7402
7403 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7404
7405         * message.el (message-mail-alias-type): Doc fix.
7406         (message-mail-alias-type-p): New function.
7407         (message-send): Use it.
7408         (message-mode): Ditto.
7409         (message-strip-forbidden-properties): Ditto.
7410
7411         * ecomplete.el (ecomplete-database-file-coding-system): New
7412         variable.
7413         (ecomplete-save): Use it.
7414         (ecomplete-setup): Use it.
7415
7416 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * message.el (message-self-insert-commands): New variable.
7419         (message-strip-forbidden-properties): Use it.
7420
7421 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7422
7423         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7424         that doesn't make XEmacs choke.
7425
7426 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7427
7428         * gnus-util.el (gnus-replace-in-string):
7429         Prefer replace-regexp-in-string over of replace-in-string.
7430
7431 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * gnus-util.el (gnus-select-frame-set-input-focus):
7434         Use select-frame-set-input-focus if it is available in XEmacs; use
7435         definition defined in Emacs 22 for old Emacsen.
7436
7437         * dgnushack.el: Autoload unmorse-region for XEmacs.
7438
7439         * lpath.el: Bind cursor-in-non-selected-windows and
7440         select-frame-set-input-focus for XEmacs.
7441
7442 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7445
7446 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7447
7448         * gnus-registry.el (gnus-registry-cache-save): Remove text
7449         properties when saving via the temp buffer.
7450
7451 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7452
7453         * message.el (message-generate-hashcash): Honor custom type.
7454
7455 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7456
7457         * message.el (message-generate-hashcash): Default to non-nil when
7458         hashcash is found.
7459
7460         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7461         (gnus-refer-thread-limit): Increase default to 500.
7462
7463         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7464
7465         * flow-fill.el (fill-flowed): Allow delete-space.
7466
7467 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7468
7469         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7470         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7471         Remove autoloads.
7472
7473 2006-04-18  Simon Josefsson  <jas@extundo.com>
7474
7475         * message.el (message-generate-hashcash): Default to.
7476
7477 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7480         concatenating segments rather than before concatenating them.
7481
7482 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7483
7484         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7485
7486 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7487
7488         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7489
7490         * message.el (message-forward-make-body-plain): Allow
7491         message-forward-ignored-headers to be a list.
7492         (message-remove-ignored-headers): Factor out into function.
7493         (message-forward-make-body-mml): Use it.
7494
7495         * imap.el (imap-quote-specials): New function.
7496         (imap-login-auth): Quote specials.
7497
7498         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7499         (rfc2231-parse-string): Allow concatanation of parameters that
7500         aren't contiguous.  The test case is
7501           (mail-header-parse-content-type "message/external-body;
7502             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7503             access-type=LOCAL-FILE;
7504             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7505
7506 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7507
7508         * nntp.el (nntp-accept-process-output): Return the value of
7509         `nnheader-accept-process-output'.
7510
7511 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7512
7513         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7514         (gnus-button-alist): Recognize more diff formats.
7515         (gnus-button-patch): Strip directory.
7516
7517 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7518
7519         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7520         Emacs 22 when setting focus.
7521
7522 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7523
7524         * gnus-art.el (gnus-article-treat-types): Do treatment of
7525         text/x-verbatim parts.
7526         (gnus-button-patch): New command.
7527
7528         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7529         addresses that contain invalid characters.
7530
7531 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7532
7533         * message.el (message-put-addresses-in-ecomplete): Use
7534         gnus-replace-in-string.
7535         (message-is-yours-p): Use the more correct
7536         mail-header-parse-address instead of
7537         mail-extract-address-components.
7538         (message-put-addresses-in-ecomplete): Fix typo.
7539
7540         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7541         keystroke.
7542
7543         * gnus-art.el (gnus-treatment-function-alist): Change order of
7544         newsgroups/generic header folding to avoid double-folding.
7545
7546         * message.el (message-hidden-headers): Add X-Draft-From.
7547
7548         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7549         command.
7550         (gnus-summary-repeat-search-article-backward): New command.
7551
7552         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7553         groups in the parent topic.
7554
7555 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7556
7557         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7558         (spam-extra-header-to-number): Return the CRM114 number as a
7559         number instead of a string.
7560
7561 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7562
7563         * gnus-art.el (gnus-face-properties-alist): Moved here from
7564         gnus-fun.
7565
7566         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7567
7568 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7569
7570         * message.el (message-strip-forbidden-properties): Only display on
7571         self-insert-command.
7572
7573         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7574         reindent.
7575         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7576
7577 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7578
7579         * smiley.el (smiley-style): Fix typo.
7580
7581 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7582
7583         * hashcash.el (hashcash-insert-payment-async-2): Use
7584         message-goto-eoh instead of doing it manually.
7585         (mail-add-payment): Use message-narrow-to-header instead of trying
7586         to do the same itself.
7587
7588         * message.el (message-hidden-headers): Add Face.
7589
7590         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7591         reparenting code.
7592         (gnus-summary-reparent-children): Refactored out code.
7593         (gnus-summary-thread-map): New keystroke.
7594         (gnus-summary-reparent-children): Make into command.
7595
7596         * smiley.el (smiley-style): Default to `medium' if using a large
7597         font.
7598
7599         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7600         does it itself.
7601
7602         * message.el (message-point-in-header-p): Simplify definition.
7603
7604 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7605
7606         * nnagent.el (nnagent-request-set-mark): Silence log file
7607         writing.
7608         (nnagent-request-set-mark): Use write-region instead of
7609         append-to-file.
7610
7611         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7612         strange select method.
7613
7614         * ecomplete.el (ecomplete-display-matches): Get highlightling
7615         right.
7616         (ecomplete-display-matches): Use literals.
7617         (ecomplete-display-matches): Disable message logging.
7618
7619         * message.el (message-display-abbrev): Small optimization.
7620
7621         * ecomplete.el (ecomplete-display-matches): Allow automatic
7622         display.
7623
7624         * message.el (message-strip-forbidden-properties): Display
7625         abbrevs.
7626         (message-display-abbrev): Get automatic display right.
7627
7628         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7629         keystrokes.
7630
7631 2006-04-13  Romain Francoise  <romain@orebokech.com>
7632
7633         TODO: Backport to v5-10!
7634
7635         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7636         Moved here (and renamed) from gnus-registry.el.
7637
7638         * gnus-registry.el: Require gnus-util.
7639         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7640
7641 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7642
7643         * gnus-group.el (gnus-group-catchup-current): Change
7644         if-then-else-if-then-else into cond.
7645         (gnus-group-catchup): Indent.
7646         (group-name-at-point): New function.
7647         (gnus-fetch-group): Provide default from thing at point.
7648
7649 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7650
7651         * message.el (message-display-abbrev): Fix regexp.
7652
7653         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7654         choosing.
7655         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7656         dead variables.
7657
7658         * message.el (message-newline-and-indent): Remove debugging.
7659         (message-display-abbrev): Use new implementation.
7660
7661 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7662
7663         * gnus-art.el (gnus-article-mode): Set
7664         cursor-in-non-selected-windows to nil.
7665
7666         * smiley.el: Revert previous change.
7667         (smiley-data-directory): defvar it before using it in the
7668         defcustom of `smiley-style'.
7669
7670 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7671
7672         * message.el (message-newline-and-indent): New function.
7673
7674         * ecomplete.el: Implement more bits.
7675
7676         * message.el (message-put-addresses-in-ecomplete): Clean up the
7677         string.
7678
7679         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7680
7681         * gnus-sum.el (gnus-summary-save-parts): Bind
7682         gnus-summary-save-parts-counter and use it to make unique file
7683         names.
7684
7685         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7686
7687         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7688         parameter to say whether to actually parse the individual
7689         addresses.
7690
7691         * message.el (message-put-addresses-in-ecomplete): New function.
7692         (ecomplete): Require.
7693         (message-mail-alias-type): Add ecomplete as an option.
7694
7695 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7696
7697         * flow-fill.el (fill-flowed): Remove trailing space from blank
7698         quoted lines.
7699
7700 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7701
7702         * smiley.el (smiley-style): Move definition later to avoid a
7703         compilation warning.
7704
7705 2006-04-12  Kenichi Handa  <handa@m17n.org>
7706
7707         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7708         buffer and then decode the buffer text if necessary.
7709         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7710         first, and after mm-encode-body, change the buffer to unibyte.
7711         Use mm-disable-multibyte instead of set-buffer-multibyte.
7712
7713 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7716         Content-Type header instead of Content-Disposition header.
7717         (gnus-mime-inline-part): Ditto.
7718         (gnus-mime-view-part-as-charset): Ignore charset that the part
7719         specifies.
7720
7721         * mm-decode.el (mm-display-part): Work with external parts and
7722         usual parts similarly.
7723
7724         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7725         instead of gnus-display-mime.
7726
7727         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7728         instead of with-temp-buffer.
7729
7730         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7731         tag to summarized topics part in order to encode non-ASCII text.
7732
7733 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7734
7735         * smiley.el (smiley-style): New variable.
7736         (smiley-directory): New function.
7737         (smiley-data-directory): Derive from `smiley-style' using
7738         `smiley-directory'.
7739         (smiley-regexp-alist): Add new entries.
7740
7741         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7742         (gnus-article-browse-delete-temp): Add :version.
7743
7744 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7745
7746         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7747         the sieve region.
7748
7749 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7750
7751         * gnus.el (gnus-version-number): Bump version.
7752
7753 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7754
7755         * gnus.el: No Gnus v0.4 is released.
7756
7757 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7758
7759         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7760         layout.
7761
7762         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7763         unknown charset.
7764
7765         * message.el (message-header-synonyms): Add Original-To to the
7766         default.
7767
7768         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7769         optional parameter.
7770
7771 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7772
7773         * gnus-fun.el (gnus): Require it for gnus-directory.
7774
7775 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7776
7777         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7778
7779 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7780
7781         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7782
7783 2006-04-05  Simon Josefsson  <jas@extundo.com>
7784
7785         * password.el (password-reset): New function.
7786
7787 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7788
7789         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7790         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7791
7792 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7793
7794         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7795         Some whitespace was matched into the url, which broke browsing hits
7796         > 100 when mm-url-use-external was nil.
7797
7798 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7799
7800         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7801         gnus-extra-headers for 'Newsgroups.
7802
7803         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7804         bound.
7805
7806 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7807
7808         * pgg-gpg.el: Clean up process buffers every time gpg processes
7809         complete.
7810
7811 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7812
7813         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7814         doc string.
7815
7816 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7817
7818         * pgg-gpg.el (pgg-gpg-process-filter)
7819         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7820
7821         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7822         lines, temporary fix.
7823
7824 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7825
7826         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7827
7828 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7829
7830         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7831         default-enable-multibyte-characters.  This reverts the change from
7832         revision 6.17 which is no longer necessary because the passphrase
7833         is sent separately now.  GnuPG messages are unreadable under
7834         multibyte locales with default-enable-multibyte-characters set to
7835         nil.
7836
7837 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7838
7839         * message.el (message-tool-bar-gnome): Move "spell".
7840
7841 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7842
7843         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7844         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7845         instead.
7846
7847 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7848
7849         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7850         newsgroups handling for NNTP overviews which don't include
7851         Newsgroups.
7852
7853 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7854
7855         * message.el (message-resend): Bind message-generate-hashcash to nil.
7856
7857 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7858
7859         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7860         when searching for already-paid recipients.
7861
7862 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7863
7864         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7865         passphrases when it is not needed.
7866         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7867         passphrase stuff from gpg, should only be necessary when you use
7868         gpg with a smartcard.
7869
7870 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * mml.el (mml-insert-mime): Ignore cached contents of
7873         message/external-body part.
7874
7875         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7876         (mm-insert-part): Ditto.
7877
7878 2006-03-23  Simon Josefsson  <jas@extundo.com>
7879
7880         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7881         Reiner.
7882         (pgg-gpg-use-agent-p): Use it again.
7883
7884 2006-03-23  Simon Josefsson  <jas@extundo.com>
7885
7886         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7887         older emacsen.
7888         (pgg-gpg-use-agent-p): Don't use it.
7889
7890 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7891
7892         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7893         if we can.
7894
7895 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7896
7897         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7898         (pgg-gpg-update-agent): New function.
7899         (pgg-gpg-use-agent-p): New function.
7900         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7901         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7902         (pgg-gpg-sign-region): Use it.
7903
7904 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7907         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7908
7909 2006-03-21  Simon Josefsson  <jas@extundo.com>
7910
7911         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7912         <wilde@sha-bang.de>.
7913         (pgg-gpg-use-agent): New variable.
7914         (pgg-gpg-process-region): Use it.
7915         (pgg-gpg-encrypt-region): Likewise.
7916         (pgg-gpg-encrypt-symmetric-region): Likewise.
7917         (pgg-gpg-decrypt-region): Likewise.
7918         (pgg-gpg-sign-region): Likewise.
7919         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7920
7921 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7922
7923         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7924
7925         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7926         Add comment on version.
7927
7928 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7929
7930         * smiley.el: Add missing test smiley.
7931
7932 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7933
7934         * mm-decode.el (mm-with-part): New macro.
7935         (mm-get-part): Use it; work with message/external-body as well.
7936         (mm-save-part): Treat name and filename equally.
7937
7938         * mm-extern.el (mm-extern-cache-contents): New function.
7939         (mm-inline-external-body): Use it; force the part to be displayed;
7940         move undisplayer added to the cached handle to the parent.
7941
7942         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7943         (gnus-mime-view-part-as-type): Work with message/external-body.
7944
7945         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7946
7947 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7948
7949         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7950         images in image-load-path.  [Sync with image.el, revision 1.60, in
7951         Emacs.]
7952
7953 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7954
7955         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7956         path rather than symbol.  Always return list of directories.
7957         Guarantee that image directory comes first.  [Sync with image.el,
7958         revision 1.59, in Emacs.]
7959
7960         * message.el (message-make-tool-bar): Adjust to new API of
7961         `gmm-image-load-path-for-library'.
7962
7963         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7964
7965         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7966
7967 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7968
7969         * gnus-art.el (gnus-article-only-boring-p):
7970         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7971         intangible text.
7972         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7973
7974 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7975
7976         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7977         `defun' instead of `gmm-defun-compat'.
7978
7979 2006-03-14  Simon Josefsson  <jas@extundo.com>
7980
7981         * message.el (message-unique-id): Don't use message-number-base36
7982         if (user-uid) is a float.
7983         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7984
7985 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7988
7989         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7990         empty line between a part and a message part.
7991
7992 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7993
7994         * smiley.el: Add more test smileys.
7995         (smiley-data-directory, smiley-regexp-alist)
7996         (gnus-smiley-file-types): Fix doc strings.
7997         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7998         adding new elements.
7999         (smiley-mouse-map): Unused code.  Make it a comment.
8000
8001 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
8004         scan latest NoCeM messages instead of old ones.
8005         (gnus-nocem-check-article): Fix regexps so as to match to PGP
8006         delimiters that are recently used.
8007         (gnus-nocem-load-cache): Add autoload cookie.
8008
8009         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
8010
8011         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
8012         level which is larger than gnus-use-nocem is specified.
8013
8014         * gnus-group.el (gnus-group-get-new-news): Ditto.
8015
8016 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8017
8018         * gnus-util.el (gnus-tool-bar-update): New function.
8019
8020         * gnus-group.el (gnus-group-update-tool-bar): New variable.
8021         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
8022
8023         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
8024
8025         * gnus-group.el (gnus-group-redraw-when-idle)
8026         (gnus-group-redraw-check): Remove.
8027         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
8028
8029 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8030
8031         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
8032         if optional last element is specified in splits (FIELD VALUE...).
8033
8034 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
8035
8036         * message.el (message-make-tool-bar): Rename gmm-image-load-path
8037         to gmm-image-load-path-for-library.  Call with no-error argument.
8038         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
8039
8040         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8041
8042         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
8043
8044         * gmm-utils.el (gmm-image-load-path): Remove alias.
8045
8046 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
8047
8048         * gmm-utils.el (gmm-image-load-path): Add alias.
8049
8050         * nnml.el (nnml-generate-nov-databases-directory): Rename from
8051         nnml-generate-nov-databases-1.
8052         (nnml-generate-nov-databases): Use it.
8053         (nnml-generate-nov-databases-directory): Document no-active
8054         argument.
8055
8056         * gmm-utils.el (gmm-image-load-path-for-library): Return single
8057         directory if path is t.  Add no-error.
8058
8059         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
8060         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8061
8062         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
8063         resetting gnus-article-browse-html-temp-list.
8064
8065         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
8066         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
8067         Add example to docstring.  Rename local variables.  Move error
8068         checks to default case in cond and simplify.
8069
8070 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8071
8072         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
8073         handle is multipart when calling it recursively.
8074         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
8075
8076 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
8077
8078         * nnimap.el (nnimap-request-update-info-internal): Optimize.
8079         Don't `gnus-uncompress-range' to avoid excessive memory usage.
8080
8081 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
8084         is loaded.
8085
8086         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
8087         loaded.
8088
8089 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8090
8091         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
8092         to "Emacs 23 (unicode)" in doc string.
8093
8094         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
8095         "Emacs 23 (unicode)" in comment.
8096
8097 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8098
8099         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
8100
8101         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
8102         characters 160 through 255 in Emacs 23.
8103
8104 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8105
8106         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
8107         gnus-article-browse-html-temp.
8108         (gnus-article-browse-delete-temp): Make it customizable.  Add
8109         `file'.  Adjust doc string.
8110         (gnus-article-browse-delete-temp-files): Add argument.  Allow
8111         query for each file.  Adjust doc string.
8112         (gnus-article-browse-html-parts): Add
8113         `gnus-article-browse-delete-temp-files' to
8114         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
8115
8116 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
8117
8118         * gnus-art.el (gnus-article-browse-html-temp)
8119         (gnus-article-browse-delete-temp): New variables.
8120         (gnus-article-browse-delete-temp-files): New function.
8121         (gnus-article-browse-html-parts): Use it.
8122
8123 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8124
8125         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
8126
8127         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
8128         string.
8129
8130         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
8131         gnus-summary-insert-new-articles when unplugged.  Remove
8132         gnus-summary-search-article-forward.
8133
8134         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
8135         display-visual-class instead of display-color-cells.
8136
8137 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * dgnushack.el: Autoload customize-group for XEmacs.
8140
8141         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
8142         message/* containing non-ASCII text properly.
8143
8144 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8145
8146         * message.el: Require gmm-utils, remove autoloads.
8147         (message-tool-bar): Set default based on
8148         gmm-tool-bar-style.
8149         (message-tool-bar-gnome): Add gmm-customize-mode.
8150
8151         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
8152         gmm-tool-bar-style.
8153         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
8154
8155         * gnus-group.el (gnus-group-tool-bar): Set default based on
8156         gmm-tool-bar-style.
8157         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
8158
8159         * gmm-utils.el (gmm-image-directory): Rename variable from
8160         gmm-image-load-path.
8161         (gmm-image-load-path): Use gmm-image-directory.
8162         (gmm-customize-mode): New function.
8163         (gmm-tool-bar-style): New variable.
8164
8165         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
8166         gnus-group-redraw-line-number.
8167         (gnus-group-redraw-check): Simplify.
8168         (gnus-group-tool-bar-update): Remove redraw check.
8169         (gnus-group-make-tool-bar): Add redraw check.
8170
8171 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
8172
8173         * gnus-art.el (gnus-button): Add missing parentheses.
8174
8175 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * lpath.el: Fbind line-number-at-pos.
8178
8179 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8180
8181         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
8182
8183 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8184
8185         * gnus-art.el (gnus-button): New face.
8186         (gnus-article-button-face): Use it.
8187
8188         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
8189         gnus-summary-next-page.  Re-order.
8190
8191         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
8192         next-node are now included.
8193         (gnus-group-redraw-line-number): New internal variable.
8194         (gnus-group-redraw-check): Helper function for updating the tool
8195         bar.
8196         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
8197
8198         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
8199
8200         * spam.el (spam-spamassassin-score-regexp): New internal variable.
8201         (spam-extra-header-to-number, spam-check-spamassassin-headers):
8202         Use it to match format of Spamassassin 3.0 and later.  Reported by
8203         IRIE Tetsuya <irie@t.email.ne.jp>.
8204         (spam-check-bogofilter)
8205         (spam-bogofilter-register-with-bogofilter): Fix args of
8206         `gnus-error' calls.
8207
8208 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
8209
8210         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
8211         unnecessary interaction when sending queued mails.  Reported by
8212         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
8213
8214 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8215
8216         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
8217         first or last are nil.
8218
8219 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8220
8221         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
8222
8223 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8224
8225         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
8226
8227 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8228
8229         * dns.el (query-dns): Protect more against buggy tcp output.
8230
8231 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8232
8233         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8234         nov.php.
8235
8236 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8237
8238         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8239         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8240         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8241         output on the server side.
8242         (nnweb-google-create-mapping): Update regexps and add some
8243         progress indication.
8244
8245 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8246
8247         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8248         gnus-agent-toggle-plugged.  Re-order icons.
8249         (gnus-group-tool-bar-gnome): Add
8250         gnus-group-{prev,next}-unread-group.
8251         (gnus-group-tool-bar-gnome): Re-order icons.
8252
8253         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8254         gnus-summary-insert-new-articles.
8255
8256         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8257         comments.
8258
8259         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8260         also available in Emacs 21.3.
8261
8262         * message.el (message-fix-before-sending): Change "Emacs 22" to
8263         "Emacs 23 (unicode)" in comment.
8264
8265         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8266         "Emacs 23 (unicode)" in comment.
8267
8268         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8269         comment.
8270         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8271
8272         * mm-view.el (mm-fill-flowed): Add :version.
8273
8274 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8275
8276         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8277         and load-path.
8278
8279 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8280
8281         * message.el: Autoload gmm-image-load-path.
8282         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8283         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8284         consitency.
8285
8286         * gmm-utils.el (gmm-image-load-path): Also search in
8287         "../etc/images".  Don't set gmm-image-load-path if we don't find
8288         the image.
8289
8290 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * gmm-utils.el (gmm-image-load-path): Don't make
8293         `gmm-image-load-path' include subdirectories which the second arg
8294         `image' might specify.
8295
8296         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8297         subdirectory to icon file names.
8298
8299         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8300
8301 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8302
8303         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8304         gmm-image-load-path calls.
8305
8306         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8307
8308         * message.el (message-make-tool-bar): Ditto.
8309
8310         * mml.el (mml-preview): Added comment concerning tool bar icons.
8311
8312         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8313         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8314
8315         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8316         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8317
8318         * message.el (message-tool-bar-gnome): Use new icon names.
8319         (message-make-tool-bar): Use `gmm-image-load-path'.
8320
8321         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8322         functions from MH-E.
8323         (gmm-image-load-path): New variable from MH-E.
8324         (gmm-image-load-path): New function from MH-E.  Added arguments
8325         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8326         *-image-load-path-called-flag.
8327
8328 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8329
8330         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8331
8332 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8333
8334         * nnimap.el (nnimap-request-move-article): Change folder back to
8335         source group before deleting.
8336
8337 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8338
8339         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8340
8341         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8342         mm-url.
8343
8344         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8345
8346 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8349         coding system which mm-charset-to-coding-system returns for a
8350         given charset is valid.
8351
8352 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8353
8354         * html2text.el (html2text-remove-tag-list):
8355         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8356
8357 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8358
8359         * gnus-cus.el: Revert 2005-10-17 change.
8360
8361 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8362
8363         * gnus-art.el (article-strip-banner): Call
8364         article-really-strip-banner only when the regexp match is made.
8365
8366 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * gnus-art.el (article-strip-banner): Use
8369         gnus-extract-address-components instead of
8370         mail-header-parse-addresses to make it work with non-ASCII text;
8371         remove mail-encode-encoded-word-string.
8372
8373         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8374         values which are surrounded with \"...\"; make it never cause a
8375         Lisp error; give up parsing of parameters if it failed in
8376         extracting type.
8377
8378 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8379
8380         * smime.el (smime-cert-by-ldap-1): Fix bug where
8381         `smime-ldap-search' returns results without userCertificates.
8382
8383 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8384
8385         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8386
8387 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8388
8389         * spam.el (spam-check-spamassassin-headers): Adapt format for
8390         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8391         <ari@mbf.ocn.ne.jp>.
8392         (spam-list-of-processors): Add spam-use-gmane.
8393
8394 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8397         make-temp-file; make it work with XEmacs as well.
8398
8399         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8400         mm-make-temp-file.
8401
8402         * mm-decode.el (mm-display-external): Use the 3rd arg of
8403         mm-make-temp-file.
8404         (mm-create-image-xemacs): Ditto.
8405
8406 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8409         with message-narrow-to-headers.
8410         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8411         (gnus-draft-check-draft-articles): New function.
8412         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8413
8414 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8415
8416         * gnus-art.el (gnus-article-browse-html-parts):
8417         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8418         Don't use suffix argument for mm-make-temp-file for Emacs 21
8419         compatibility.  Remove useless `format'.
8420
8421 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8422
8423         * nnweb.el (nnweb-google-wash-article): Update regexps.
8424         (nnweb-group-alist): Use defvoo instead of defvar.
8425
8426 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8429         re-loading nn* modules.
8430
8431 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8432
8433         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8434         for `tool-bar-mode' and don't check it's default-value.
8435
8436         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8437
8438         * message.el (message-make-tool-bar): Ditto.
8439
8440         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8441         `substring'.  Shorten tmp-file name.
8442
8443         * gnus.el: Remove bogus comment.
8444
8445 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8446
8447         * gnus-art.el (gnus-article-browse-html-parts): New function.
8448         (gnus-article-browse-html-article): New function for viewing html
8449         articles with a browser.
8450
8451 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8452
8453         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
8454         in elisp.
8455         (pgg-gpg-encrypt-symmetric-region): Ditto.
8456         (pgg-gpg-sign-region): Ditto.
8457
8458         * pgg-def.el (pgg-text-mode): New variable.
8459
8460         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8461         (mml2015-pgg-encrypt): Ditto.
8462
8463         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8464         (mml1991-pgg-encrypt): Ditto.
8465
8466 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8469         message-make-date instead of current-time-string.
8470
8471         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8472         to gnus-decoded which mm-uu might set.
8473
8474 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8477         don't decode quoted parameters; remove misimported Emacs code.
8478         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8479         (rfc2231-decode-encoded-string): Don't use split-string which
8480         behaves differently according to Emacs version; use
8481         mm-decode-coding-region to convert charset to coding-system.
8482         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8483         (rfc2231-encode-string): Remove misimported Emacs code.
8484
8485 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8488         when calling mail-header-parse-content-type.
8489         (article-de-quoted-unreadable): Ditto.
8490         (article-de-base64-unreadable): Ditto.
8491         (article-wash-html): Ditto.
8492
8493         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8494         calling mail-header-parse-content-type and
8495         mail-header-parse-content-disposition.
8496         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8497         mail-header-parse-content-type.
8498
8499         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8500         insert charset and format parameters; encode description after
8501         inserting it to buffer.
8502         (mml-insert-parameter): Fold lines properly even if a parameter is
8503         segmented into two or more lines; change the max column to 76.
8504
8505         * rfc1843.el (rfc1843-decode-article-body): Don't use
8506         ignore-errors when calling mail-header-parse-content-type.
8507
8508         * rfc2231.el (rfc2231-parse-string): Return at least type if
8509         possible; don't cause an error even if it fails in parsing of
8510         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8511         (rfc2231-encode-string): Don't break lines at the beginning, leave
8512         it to mml-insert-parameter.
8513
8514         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8515         calling mail-header-parse-content-type.
8516
8517 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8518
8519         * spam-report.el (spam-report-gmane-use-article-number):
8520         Improve doc string.
8521         (spam-report-gmane-internal): Check if a suitable header was found
8522         in the article.
8523
8524 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8527         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8528
8529 2006-02-05  Romain Francoise  <romain@orebokech.com>
8530
8531         Update copyright notices of all files in the gnus directory.
8532
8533 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8534
8535         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8536
8537 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8540         segmented lines of parameter value to cope with Thunderbird 1.5
8541         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8542         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8543         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8544
8545 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8546
8547         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8548         parts.
8549
8550 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8551
8552         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8553         there's only one active file for all servers.
8554         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8555         solid groups.  Gnus might have used a FAST request to select the group.
8556         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8557         and nnweb-search redundantly in the active file.
8558         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8559         (nnweb-request-create-group): Don't use ARGS.
8560         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8561         initialisations.  Let nnoo do the work.
8562
8563 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8566         Say the part has been decoded.
8567
8568         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8569
8570 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8571
8572         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8573         mailcap-viewer-test-cache when there's no 'test clause, since that
8574         will invert the meaning of a "nil" test previously determined by
8575         mailcap-mailcap-entry-passes-test.
8576
8577 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8580         compiling.
8581
8582         * gnus-sum.el: Ditto.
8583
8584         * message.el: Don't bind tool-bar-map when compiling.
8585
8586 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8587
8588         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8589
8590 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8591
8592         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8593         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8594         current Google Groups.
8595
8596 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8597
8598         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8599         and tool-bar-mode.
8600
8601         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8602         and tool-bar-mode.
8603
8604         * message.el (message-tool-bar-update): Simplify.
8605         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8606
8607         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8608         gnus-summary-buffer.
8609         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8610         gnus-summary-reply.
8611
8612         * gmm-utils.el (gmm): Add :version.
8613
8614 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8615
8616         * Makefile.in (clean): New rule.
8617         (distclean): Use it.
8618
8619 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8620
8621         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8622         autoload.
8623
8624 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * gmm-utils.el (gmm-verbose): Add :group.
8627
8628 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8629
8630         * message.el: Change some comments WRT tool-bars.
8631
8632         * gnus-sum.el (gnus-summary-tool-bar)
8633         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8634         (gnus-summary-tool-bar-zap-list): New variables.
8635         (gnus-summary-make-tool-bar): Complete rewrite using
8636         `gmm-tool-bar-from-list'.
8637
8638         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8639         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8640         variables.
8641         (gnus-group-make-tool-bar): Complete rewrite using
8642         `gmm-tool-bar-from-list'.
8643         (gnus-group-tool-bar-update): New function.
8644
8645         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8646
8647 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8650         is dissected into a single part of which the type is the same as
8651         the given one; decode charset.
8652
8653 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8654
8655         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8656         into alists as symbol not string, since that's what
8657         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8658         look for.
8659
8660 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8661
8662         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8663         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8664
8665         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8666
8667 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8670         (gnus-xmas-mime-security-button-menu): New function.
8671
8672         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8673         (gnus-mime-security-button-menu): New definition.
8674         (gnus-mime-security-button-map): Use them.
8675         (gnus-mime-security-button-menu): New function.
8676         (gnus-insert-mime-security-button): Addition to help echo.
8677         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8678         (gnus-mime-security-pipe-part): New functions.
8679
8680         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8681         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8682
8683         * mm-decode.el (mm-handle-set-disposition): Remove.
8684         (mm-handle-set-description): Remove.
8685
8686 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8689         (mm-w3m-standalone-supports-m17n-p): New function.
8690         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8691         w3m usage.
8692
8693         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8694         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8695
8696 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8697
8698         * message.el (message-tool-bar-zap-list): Use
8699         gmm-tool-bar-zap-list as custom type.
8700         (message-tool-bar-update): New function.
8701         (message-tool-bar, message-tool-bar-gnome)
8702         (message-tool-bar-retro): Add message-tool-bar-update.
8703         (message-tool-bar-gnome): Add flyspell-buffer.
8704
8705         * gnus-util.el (gnus-error): Describe `args'.
8706
8707         * gmm-utils.el (gmm-error): Describe `args'.
8708         (gmm-tool-bar-zap-list): New widget.
8709         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8710
8711 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8712
8713         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8714         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8715         the number of recursive calls.
8716
8717         * mm-decode.el (mm-handle-set-disposition): New macro.
8718         (mm-handle-set-description): New macro.
8719
8720 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8723         encoding.
8724
8725 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8726
8727         * message.el (message-tool-bar-zap-list, message-tool-bar)
8728         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8729         (message-tool-bar-local-item-from-menu): Remove.
8730         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8731         (message-make-tool-bar): New function.
8732         (message-mode): Use `message-make-tool-bar'.
8733
8734         * gmm-utils.el: New file.
8735         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8736         (gmm-lazy): New widget copied from `nnmail.el'.
8737         (gmm-tool-bar-from-list): New function for creating customizable
8738         tool bars.
8739         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8740         output.
8741         (gmm): Add :prefix to defgroup.
8742
8743 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8744
8745         * gmm-utils.el (gmm-widget-p): New function.
8746
8747 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8748
8749         * mml.el (mml-attach-file): Describe `description' in doc string.
8750         (mml-menu): Add Emacs MIME manual and PGG manual.
8751
8752 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8753
8754         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8755
8756 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8757
8758         * nntp.el (nntp-end-of-line): Doc fix.
8759
8760 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8761
8762         * imap.el (imap-open): Handle case where buffer is a buffer
8763         object.
8764
8765 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8766
8767         * gnus-delay.el (gnus-delay): Don't autoload.
8768         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8769         to be re-loaded when customizing the `gnus-delay' group.
8770
8771 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8772
8773         * message.el (message-insert-citation-line): Use newlines.
8774
8775 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8776
8777         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8778         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8779         these routines, so the passphrase can be managed externally and
8780         passed in to the system.
8781         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8782         pgg-add-passphrase-to-cache function.
8783
8784         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8785         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8786         these routines, so the passphrase can be managed externally and
8787         passed in to the system.
8788         (pgg-pgp5-sign-region): Use new name of
8789         pgg-add-passphrase-to-cache function.
8790
8791 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8792
8793         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8794         part of the decoded armor to find the key-identifier.
8795         (pgg-gpg-lookup-key-owner): New function to return the
8796         human-readable identifier of a key owner.
8797         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8798         itself.
8799         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8800         the key value) if we have a key and can match it against a secret
8801         key.  Also, added a note pointing out fact that the prompt only
8802         indicates the first matching key.
8803
8804         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8805         pgg-decrypt-region.
8806         (pgg-add-passphrase-to-cache): Rename from
8807         `pgg-add-passphrase-cache' to reduce confusion (all callers
8808         changed).
8809         (pgg-remove-passphrase-from-cache): Rename from
8810         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8811         changed).
8812         (pgg-read-passphrase, pgg-add-passphrase-cache)
8813         (pgg-remove-passphrase-cache): Add informative docstrings.
8814         (pgg-decrypt): Convey provided passphrase in subordinate call to
8815         pgg-decrypt-region.
8816
8817 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8818
8819         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8820         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8821         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8822         'passphrase' argument, so the passphrase can be managed externally
8823         and then passed in to the system.
8824
8825         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8826         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8827         so the passphrase cache can be used reliably with identifiers
8828         besides a pgp packet's key id.
8829
8830         * pgg-gpg.el (pgg-gpg-encrypt-region)
8831         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8832         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8833         these routines, so the passphrase can be managed externally and
8834         passed in to the system.
8835
8836         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8837         'notruncate' argument, so the passphrase cache can be used
8838         reliably with identifiers besides a pgp packet's key id.
8839
8840 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8841
8842         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8843         symmetric encryption.
8844         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8845         encrypted session key.
8846         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8847         message ask for the passphrase in a proper way.
8848
8849         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8850         New user commands for symmetric encryption.
8851
8852 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8853
8854         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8855
8856         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8857
8858 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8859
8860         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8861
8862 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * mm-decode.el (mm-inlined-types): Add application/pgp.
8865         (mm-automatic-display): Ditto.
8866
8867         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8868         part as text.
8869
8870 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8871
8872         * nnrss.el: Update copyright.
8873         (nnrss-opml-import): Query whether to subscribe to each entry.
8874
8875         * gnus-art.el:
8876         * gnus-sum.el:
8877         * gnus-xmas.el:
8878         * messagexmas.el:
8879         * mm-uu.el:
8880         * mm-view.el: Update copyright.
8881
8882 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8883
8884         * message.el (message-info): New function.
8885         (message-mode-menu): Add it.
8886         Update copyright.
8887
8888         * ChangeLog: Fix and update copyright.
8889
8890 2006-01-13  Romain Francoise  <romain@orebokech.com>
8891
8892         * message.el (message-forward-subject-name-subject): Prefer the
8893         address to 'nowhere' if the sender has no name.
8894         Fix typo.  Update copyright year.
8895
8896 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * gnus-art.el (article-wash-html): Use
8899         gnus-summary-show-article-charset-alist if a numeric arg is given.
8900         (gnus-article-wash-html-with-w3m-standalone): New function.
8901
8902         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8903         mm-inline-text-html-render-with-w3m-standalone.
8904         (mm-text-html-washer-alist): Map w3m-standalone to
8905         gnus-article-wash-html-with-w3m-standalone.
8906         (mm-inline-text-html-render-with-w3m-standalone): New function.
8907
8908 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8909
8910         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8911         Improve LaTeX.
8912
8913 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8916         (nnrss-request-article): Render text/plain parts as HTML.
8917
8918         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8919         the buffer.
8920
8921 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8922
8923         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8924         custom definition of `gnus-posting-styles'.
8925
8926         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8927         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8928
8929 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8930
8931         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8932         Use nntp for bug archive.
8933
8934 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8937         parts.
8938         (nnrss-normalize-date): New function converts ISO 8601 date into
8939         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8940         (nnrss-check-group): Use it.
8941
8942 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8945
8946         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8947         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8948         (nnrss-insert-w3): Ditto.
8949
8950 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8951
8952         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8953         the articles to be forwarded including the case where neither a
8954         number of articles nor a region is specified.
8955
8956 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8957
8958         * nnrss.el (nnrss-request-article): Fix last change; fill
8959         text/plain parts.
8960
8961 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8964         in text/plain part.
8965         (nnrss-check-group): Don't add excessive newline to dc:subject.
8966
8967 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8968
8969         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8970         article.
8971
8972 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8973
8974         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8975         (nnml-use-compressed-files, nnml-save-mail): Support other
8976         comression programs such as bzip2.
8977
8978 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8979
8980         * dns.el (query-dns): Make sure we check the buffer size before
8981         removing tcp headers.
8982
8983 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8986         remove MIME buttons associated with multipart/alternative parts.
8987         (gnus-mime-display-alternative): Tag buttons using `article-type'
8988         text property.
8989
8990         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8991         associated with multipart/alternative parts.
8992
8993         * gnus-art.el (gnus-signature-separator): Fix custom type.
8994
8995         * mm-decode.el (mm-inlined-types): Fix custom type.
8996         (mm-keep-viewer-alive-types): Ditto.
8997         (mm-automatic-display): Ditto.
8998         (mm-attachment-override-types): Ditto.
8999         (mm-inline-override-types): Ditto.
9000         (mm-automatic-external-display): Ditto.
9001
9002 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9003
9004         * spam-report.el (spam-report-user-mail-address)
9005         (spam-report-user-agent): New variables.
9006         (spam-report-url-ping-plain): Use spam-report-user-agent.
9007
9008 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
9009
9010         * gnus-art.el (gnus-button-handle-custom): Do not just use
9011         `customize-apropos' for any "M-x customize-*" button but the
9012         function called for.  Accept both the function name and its
9013         argument in order to achieve this.
9014         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
9015         function name to `gnus-button-handle-custom' in case of "M-x
9016         customize-*" buttons.
9017
9018 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
9021         multipart/alternative and add xref to mm-discouraged-alternatives
9022         in doc string.
9023
9024         * mm-decode.el (mm-discouraged-alternatives): Add xref to
9025         gnus-buttonized-mime-types in doc string.
9026
9027 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
9028
9029         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
9030         Suggest image/.* in the doc string.
9031
9032 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
9033
9034         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
9035         message-marks (Debian bug #342521).
9036
9037 2005-12-12  Simon Josefsson  <jas@extundo.com>
9038
9039         * password.el (password-read-from-cache): Add.
9040         (password-read): Use it.
9041
9042 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9043
9044         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
9045         us-ascii as a MIME charset.
9046
9047         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
9048         against the case where the 2nd arg TYPE is nil.
9049
9050 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9051
9052         * pop3.el (pop3-stream-type): Fix custom version.
9053
9054         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9055
9056 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9057
9058         * mm-decode.el (mm-display-external): Add missing cdr.
9059
9060 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * mm-decode.el (mm-display-external): Use nametemplate (defined in
9063         RFC1524) if it is in mailcap or add a suffix according to
9064         mailcap-mime-extensions when generating a temp filename; postpone
9065         deleting a temp file for 2 seconds for some wrappers, shell
9066         scripts, and so on, which might exit right after having started a
9067         viewer command as a background job.
9068
9069 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9070
9071         * nntp.el (nntp-marks-directory): Fix custom group.
9072
9073         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
9074         steps when < 10.
9075
9076         * gnus-start.el (gnus-no-server-1): Mention
9077         `gnus-level-default-subscribed' in doc string.
9078
9079 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9080
9081         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
9082         parens.
9083
9084 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * gnus-xmas.el (gnus-use-toolbar): Revert.
9087         (gnus-xmas-setup-toolbar): Use global default-toolbar if
9088         gnus-use-toolbar is default.
9089
9090         * messagexmas.el (message-use-toolbar): Revert.
9091         (message-setup-toolbar): Use global default-toolbar if
9092         message-use-toolbar is default.
9093
9094 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
9097         according to default-toolbar-visible-p.
9098
9099         * messagexmas.el (message-use-toolbar): Ditto.
9100
9101 2005-11-26  Dave Love  <fx@gnu.org>
9102
9103         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
9104         (tls-program, tls-success): Provide openssl alternative.
9105
9106         * starttls.el: Doc fixes.
9107         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
9108         SERVICE to PORT.
9109
9110         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
9111         port null or service name.
9112         (starttls-negotiate): Autoload.
9113
9114 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * message.el (message-kill-to-signature): Fix interactive spec.
9117
9118 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * pop3.el (pop3-open-server): Recognize a string as a service name.
9121
9122 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
9123
9124         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
9125
9126 2005-11-23  Dave Love  <fx@gnu.org>
9127
9128         Add pop3s, pop3/starttls.
9129
9130         * pop3.el (pop3-authentication-scheme): Clarify doc.
9131         (open-tls-stream, starttls-open-stream): Autoload.
9132         (pop3-stream-type): New.
9133         (pop3-open-server): Use it.
9134
9135         * mail-source.el (mail-sources): Fix some :types.  Add stream type
9136         for POP.
9137         (mail-source-keyword-map): Add :stream for POP.
9138         (mail-source-fetch-pop): Use pop3-stream-type.
9139
9140 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
9143         of current-time-string.
9144
9145 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
9146
9147         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
9148         date header.
9149
9150 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9151
9152         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
9153         it can seriously impact performance as it bypasses the agent's
9154         local caches.
9155
9156 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
9157
9158         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
9159         must be explicitly online rather than "not explicitly offline" for
9160         its flags to be synchronized.
9161
9162         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
9163         that gnus-uu-unmark-thread will function correctly.
9164
9165         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
9166         1024K is instead displayed as 1M.
9167
9168 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9169
9170         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
9171
9172 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
9173
9174         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
9175
9176 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
9177
9178         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
9179         error message to display actual error condition.
9180         (gnus-agent-save-local): Avoid saving symbols that are bound to
9181         nil as they simply result in a warning message in
9182         gnus-agent-read-local.
9183
9184 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
9187         rather than make-variable-buffer-local for file-precious-flag.
9188
9189 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9190
9191         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
9192         for duplicates which are removed.  The invalid sort check then
9193         triggers a rescan after the sort as sorting may have moved
9194         duplicate entries such that they can be cheaply detected.
9195
9196 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9197
9198         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
9199
9200 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
9201
9202         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
9203         internal variable to a custom variable.  Changed default value
9204         from compressed(2) to uncompressed(1).
9205         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
9206         support for uncompressed agentview files.  Taken together, reading
9207         the agentview file should now be 6-7 times faster.
9208
9209 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9210
9211         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
9212         as a buffer-local variable.  This avoids creating truncated
9213         dribble files as a result of a hang up, eg.
9214
9215 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
9216
9217         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
9218         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
9219         XEmacs.
9220
9221 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9222
9223         * gnus-start.el (gnus-start-draft-setup): Enforce
9224         `gnus-draft-mode' for nndraft:drafts at startup.
9225
9226         * gnus.el (gnus-splash): Change custom group.
9227         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
9228         allow-list argument.
9229
9230         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
9231         string.
9232
9233 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9234
9235         * gnus-art.el (gnus-default-article-saver): Add user-defined
9236         `function' to custom type.
9237
9238 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9239
9240         * imap.el (imap-open): Handle case where buffer is a buffer
9241         object.
9242
9243 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9244
9245         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
9246         long lines.
9247         (gnus-cache-delete-group): Wrap doc strings.
9248
9249         * gnus-agent.el (gnus-agent-rename-group)
9250         (gnus-agent-delete-group): Wrap doc strings.
9251
9252 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * messagexmas.el (message-use-toolbar): Change the valid values
9255         into default, top, bottom, left, and right.
9256         (message-toolbar-thickness): New variable.
9257         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
9258         well.
9259         (message-setup-toolbar): Make it work.
9260
9261         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
9262         (gnus-use-toolbar): Change the valid values into default, top,
9263         bottom, left, and right.
9264         (gnus-toolbar-thickness): New variable.
9265         (gnus-xmas-setup-toolbar): New function.
9266         (gnus-xmas-setup-group-toolbar): Use it.
9267         (gnus-xmas-setup-summary-toolbar): Use it.
9268
9269 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9270
9271         * gnus-start.el (gnus-1): Add "native" to
9272         gnus-predefined-server-alist.
9273
9274         * gnus.el (gnus-method-to-server): Don't add "native" to the
9275         lists here, because that leads to problems when
9276         gnus-select-method is bound.
9277
9278 2005-11-09  Simon Josefsson  <jas@extundo.com>
9279
9280         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
9281         use (not sort-by-date) instead.
9282
9283 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9284
9285         * gnus-delay.el (gnus-delay-group): Don't autoload.
9286         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
9287         to be re-loaded when customizing the `gnus-delay' group.
9288
9289 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
9290
9291         * message.el: Revert last changes.
9292         (message-insert-citation-line): Use newlines.
9293
9294 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
9295
9296         * message.el (message-courtesy-message)
9297         (message-mark-insert-begin, message-mark-insert-end)
9298         (message-elide-ellipsis, message-cancel-message)
9299         (message-add-header, message-change-subject)
9300         (message-cross-post-followup-to-header)
9301         (message-cross-post-insert-note, message-reduce-to-to-cc)
9302         (message-widen-reply, message-delete-not-region)
9303         (message-kill-to-signature, message-insert-signature)
9304         (message-insert-importance-high, message-insert-importance-low)
9305         (message-insert-or-toggle-importance)
9306         (message-insert-disposition-notification-to)
9307         (message-indent-citation, message-yank-original)
9308         (message-cite-original-without-signature, message-cite-original)
9309         (message-insert-citation-line, message-position-on-field)
9310         (message-fix-before-sending, message-send-mail-partially)
9311         (message-send-mail, message-send-mail-with-sendmail)
9312         (message-send-mail-with-qmail, message-send-news)
9313         (message-check-news-header-syntax, message-generate-headers)
9314         (message-insert-courtesy-copy, message-fill-address)
9315         (message-fill-header, message-shorten-references)
9316         (message-setup-1, message-cancel-news)
9317         (message-forward-make-body-plain, message-forward-make-body-mime)
9318         (message-forward-make-body-mml, message-encode-message-body)
9319         (message-forward-make-body-digest-plain)
9320         (message-forward-make-body-digest-mime)
9321         (message-use-alternative-email-as-from): Insert `hard-newline'
9322         instead of ordinary newlines.
9323
9324 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9325
9326         * message.el (message-generate-headers): Downcase the argument
9327         given to message-check-element.
9328
9329 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
9330
9331         * nntp.el (nntp-authinfo-rejected): New error condition.
9332         (nntp-wait-for): Use new error condition to signal authentication
9333         error.
9334         (nntp-retrieve-data): Rethrow new error condition to break out of
9335         recursive call to nntp-send-authinfo.
9336
9337 2005-11-08  Romain Francoise  <romain@orebokech.com>
9338
9339         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
9340         (gnus-summary-exit-map): Bind to `Z p'.
9341         (gnus-summary-make-menu-bar): Add menu item.
9342
9343 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
9344
9345         * gnus-art.el (gnus-article-treat-custom): Add `first'.
9346         (gnus-treat-*): Add `first' in all doc strings.
9347
9348         * gnus-group.el (gnus-group-compact-group): Fix typo.
9349
9350 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9351
9352         * gnus.el (gnus-parameters-case-fold-search): New variable.
9353         (gnus-parameters-get-parameter): Use it.
9354
9355         * gnus-score.el (gnus-home-score-file): Doc fix.
9356
9357 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
9358
9359         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
9360
9361 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * mm-util.el (mm-special-display-p): New function.
9364
9365         * mml.el (mml-preview): Use it; doc fix.
9366
9367 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9368
9369         * imap.el (imap-open): Handle case where buffer is a buffer object.
9370
9371 2005-10-29  Romain Francoise  <romain@orebokech.com>
9372
9373         * message.el (message-fix-before-sending): Fix comment.
9374
9375 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9376
9377         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9378
9379 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9380
9381         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9382         Used in gnus-score.el.
9383
9384 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9385
9386         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9387
9388 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9389
9390         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9391         whitespace removed in revision 7.8.  Use concatenated string to
9392         protect trailing whitespace.
9393
9394 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9395
9396         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9397         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9398         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9399         Courier IMAP ("some version from 2004").  Mostly based on similar
9400         code in the same function.
9401
9402 2005-10-26  Didier Verna  <didier@xemacs.org>
9403
9404         * gnus-group.el (gnus-group-compact-group): Invalidate original
9405         article buffer.
9406         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9407         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9408         NOV database and in article itself.
9409         Invalidate article backlog.
9410
9411 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9412
9413         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9414
9415 2005-10-26  Simon Josefsson  <jas@extundo.com>
9416
9417         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9418         part of 2004-07-25 change.
9419
9420 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * message.el (message-display-completion-list): New function.
9423         (message-expand-group): Use it; make sure the Completions buffer
9424         is modifiable.
9425 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9426
9427         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9428         user-mail-name is an empty string.
9429
9430 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9431
9432         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9433         depending on gnus-score-decay-constant.
9434
9435         * encrypt.el (encrypt-insert-file-contents)
9436         (encrypt-write-file-contents): Don't use `gnus-message'.
9437
9438         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9439         arguments.
9440         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9441         arguments to mm-uu-verbatim-marks-extract.
9442         (mm-uu-hide-markers): New variable.
9443         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9444
9445         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9446         (gnus-convert-image-to-face-command): Use "convert" by default to
9447         allow other input image formats.
9448         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9449         accordingly.
9450
9451 2005-10-23  Simon Josefsson  <jas@extundo.com>
9452
9453         * imap.el (imap-gssapi-program): Align command line parameters
9454         with latest GNU SASL.
9455         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9456
9457 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9458
9459         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9460         HTML.
9461         (nnslashdot-request-article): Ditto.
9462
9463         * lpath.el (featurep): Add nobreak-char-display.
9464
9465 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9466
9467         * mail-source.el (mail-source-fetch-pop): Require pop3.
9468         (mail-source-check-pop): Ditto.
9469
9470 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9473         errors.
9474
9475 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9476
9477         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9478         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9479
9480         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9481
9482         * mm-bodies.el (mm-decode-string): Call
9483         `mm-charset-to-coding-system' with allow-override argument.
9484
9485 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9488         (rfc2047-charset-to-coding-system): New function.
9489         (rfc2047-decode-encoded-words): New function.
9490         (rfc2047-decode-region): Use them.
9491         (rfc2047-decode-cte): Remove.
9492         (rfc2047-parse-and-decode): Remove.
9493         (rfc2047-decode): Remove.
9494
9495 2005-10-15  Kenichi Handa  <handa@m17n.org>
9496
9497         * rfc2047.el (rfc2047-decode-cte): New function.
9498         (rfc2047-decode-region): Change the way to decode successive
9499         encoded-words: decode B- or Q-encoding in each encoded-word,
9500         concatenate them, and decode it as charset.
9501
9502 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9503
9504         * lpath.el: Fbind codepage-setup for XEmacs.
9505
9506 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9507
9508         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9509         widget-move-and-invoke.
9510         (gnus-custom-mode): Use gnus-custom-map.
9511
9512 2005-10-15  Bill Wohler  <wohler@newt.com>
9513
9514         * message.el (message-tool-bar-map): Renamed image file from
9515         mail_send to mail/send.
9516
9517 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9518
9519         * message.el (message-expand-group): Pass the common
9520         prefix substring of completion to `display-completion-list'.
9521
9522 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9523
9524         * mml-sec.el (mml-secure-method): New internal variable.
9525         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9526         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9527         functions using mml-secure-method.
9528
9529         * mml.el (mml-mode-map): Add key bindings for those functions.
9530         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9531         Harder <harder@myrealbox.com>.
9532         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9533         end of message if point is the headers of the message.
9534
9535         * message.el (message-in-body-p): New function.
9536
9537         * assistant.el: Autoload gnus-util and netrc.
9538
9539         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9540         Use `mm-charset-override-alist' only when decoding.
9541
9542         * mm-bodies.el (mm-decode-body): Call
9543         `mm-charset-to-coding-system' with allow-override argument.
9544
9545         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9546         `filename' from Content-Disposition if Content-Type doesn't
9547         provide `name'.
9548         (gnus-mime-view-part-as-type): Set default instead of
9549         initial-input.
9550
9551 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9552
9553         * format-spec.el (format-spec): Propagate text properties of % spec.
9554
9555 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9556
9557         * gnus-art.el (gnus-treat-predicate): Add `first'.
9558
9559 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9560
9561         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9562         (mm-charset-override-alist): New variable.
9563         (mm-charset-to-coding-system): Use it.
9564         (mm-codepage-setup): New helper function.
9565         (mm-charset-eval-alist): New variable.
9566         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9567         about unknown charsets.
9568
9569         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9570
9571 2005-10-04  David Hansen  <david.hansen@gmx.net>
9572
9573         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9574         (nnrss-check-group): Ditto.
9575
9576 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9577
9578         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9579         Rename x-gnus-verbatim to x-verbatim.
9580         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9581
9582         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9583         x-verbatim.
9584
9585         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9586
9587         * gnus-util.el (gnus-remove-duplicates): Remove.
9588
9589         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9590         instead of gnus-remove-duplicates.
9591
9592         * message.el (message-remove-duplicates): Remove.
9593         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9594         message-remove-duplicates.
9595
9596         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9597         available, else use implementation from `delete-dups'.
9598
9599         * message.el (message-insert-expires): New function.
9600         (message-mode-map): Add key binding.
9601         (message-mode-field-menu): Add menu entry.
9602         (message-mode): Document it.
9603         (message-make-expires-date): Use `message-make-date'.
9604
9605 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9606
9607         * message.el (message-make-expires-date): New function.
9608
9609 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9610
9611         * Makefile.in (list-installed-shadows): New entry.
9612         (install): Use it.
9613         (remove-installed-shadows): New entry.
9614
9615         * dgnushack.el (dgnushack-default-load-path): New variable.
9616         (dgnushack-find-lisp-shadows): New function.
9617         (dgnushack-remove-lisp-shadows): New function.
9618
9619 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * Makefile.in (install-el-elc): New entry.
9622         (install): Use it so that .el files are necessarily installed.
9623
9624 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9625
9626         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9627
9628 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9629
9630         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9631         function rather than the diff-mode.el package.
9632         (mm-display-external): Use with-current-buffer.
9633         (mm-viewer-completion-map, mm-viewer-completion-map):
9634         Move initialization inside declaration.
9635
9636 2005-09-29  Simon Josefsson  <jas@extundo.com>
9637
9638         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9639         autoload mail-check-payment.
9640         (spam-check-hashcash): Define unconditionally, since hashcash.el
9641         is part of Gnus now.  Ignore errors from payment checking.
9642
9643 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * message.el (message-bold-region, message-unbold-region): Rename
9646         from `bold-region' and `unbold-region'.
9647
9648         * message.el: Remove useless autoloads.
9649
9650 2005-09-28  Simon Josefsson  <jas@extundo.com>
9651
9652         * message.el (message-use-idna): Default to t.
9653         (message-use-idna): Test whether encoding works too.  Doc fix.
9654
9655 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9656
9657         * nntp.el (nntp-warn-about-losing-connection): Remove.
9658
9659 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9660
9661         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9662         customizable.  Change default value.
9663         (mm-uu-diff-groups-regexp): Change default value.
9664         (mm-uu-type-alist): Add doc string.
9665         (mm-uu-configure): Add doc string.  Make it interactive.
9666         (mm-uu-tex-groups-regexp): New variable.
9667         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9668         (mm-uu-type-alist): Add LaTeX documents.
9669         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9670         of "text/verbatim".
9671         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9672
9673         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9674         instead of "text/verbatim".
9675
9676         * message.el (message-mark-inserted-region)
9677         (message-mark-insert-file): Use slrn style marks when called with
9678         prefix argument.
9679
9680 2005-09-27  Simon Josefsson  <jas@extundo.com>
9681
9682         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9683
9684 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9685
9686         * message.el (message-remove-duplicates): New function.
9687         Implementation borrowed from `gnus-remove-duplicates'.
9688         (message-idna-to-ascii-rhs): Also encode idna addresses in
9689         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9690         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9691         only ask about the same idna domain once per header and also tell
9692         in what header to replace the idna domain.
9693
9694         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9695         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9696         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9697         a header is decoded and not just the last one.
9698
9699 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9702         has been decoded.
9703
9704         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9705         (mm-insert-part): Don't modify text if it has been decoded.
9706
9707         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9708         decoded.
9709
9710         * mm-view.el (mm-inline-text): Don't strip text props unless
9711         decoding enriched or richtext parts.
9712
9713 2005-09-25  Romain Francoise  <romain@orebokech.com>
9714
9715         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9716         * gnus-start.el (gnus-subscribe-interactively):
9717         * gnus-uu.el (gnus-uu-grab-articles):
9718         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9719         space.
9720
9721 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9722
9723         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9724         * mm-view.el (mm-view-pkcs7-decrypt):
9725         * gnus-sum.el (gnus-summary-limit-to-extra)
9726         (gnus-summary-respool-article, gnus-read-move-group-name):
9727         * gnus-score.el (gnus-summary-increase-score):
9728         * gnus-util.el (gnus-completing-read-with-default):
9729         * gnus-art.el (gnus-read-save-file-name)
9730         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9731         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9732         * message.el (message-check-news-header-syntax):
9733         Follow convention for reading with the minibuffer.
9734
9735 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9736
9737         * spam-report.el (spam-report-url-ping-plain):
9738         Use gnus-extended-version as User-Agent.
9739
9740         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9741         default value is nil.
9742
9743         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9744         (mm-uu-verbatim-marks-extract): New function.
9745         (mm-uu-extract): New face.
9746         (mm-uu-copy-to-buffer): Use it.
9747
9748         * spam-report.el (spam-report-gmane-ham): Renamed from
9749         `spam-report-gmane-unspam'.
9750         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9751         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9752
9753         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9754         Autoload.
9755         (spam-report-gmane-unregister-routine): Renamed
9756         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9757
9758 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9759
9760         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9761         (spam-report-gmane-unregister-routine): Add support for gmane
9762         unregistration.
9763
9764         * spam-report.el (spam-report-gmane-unspam)
9765         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9766         (spam-report-gmane): Change to take a single article and do unspam
9767         registration.
9768
9769 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9770
9771         * mm-url.el (mm-url-decode-entities): Fix regexp.
9772
9773 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9774
9775         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9776         default to nil, to be able to use Gnus at all.  If the default
9777         switches to something else, then the function should be fixed not
9778         be exceedingly slow.
9779
9780 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9781
9782         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9783         fail hard.
9784
9785         * spam-report.el: Add better Keywords line.
9786
9787         * spam.el: Add Maintainer and better Keywords line.
9788
9789 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9790
9791         * gnus-art.el (gnus-article-replace-part)
9792         (gnus-mime-replace-part): New functions.
9793         (gnus-mime-action-alist, gnus-mime-button-commands)
9794         (gnus-mime-save-part-and-strip): Added file argument.
9795         (gnus-article-part-wrapper): Added interactive argument.
9796
9797         * gnus-sum.el (gnus-summary-mime-map): Add
9798         `gnus-article-replace-part'.
9799
9800 2005-09-19  Didier Verna  <didier@xemacs.org>
9801
9802         The nnml compaction feature:
9803         * nnml.el (nnml-request-compact-group): New function.
9804         * nnml.el (nnml-request-compact): New function.
9805         * gnus-int.el (gnus-request-compact-group): New function.
9806         * gnus-int.el (gnus-request-compact): New function.
9807         * gnus-group.el (gnus-group-compact-group): New function.
9808         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9809         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9810         * gnus-srvr.el (gnus-server-compact-server): New function.
9811         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9812         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9813
9814 2005-09-18  Deepak Goel  <deego@gnufans.org>
9815
9816         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9817         format spec.
9818
9819 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9822
9823 2005-09-15  Romain Francoise  <romain@orebokech.com>
9824
9825         * message.el (message-fill-paragraph): Clarify docstring.
9826
9827 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9828
9829         * gnus-art.el (gnus-mime-display-part): Protect against broken
9830         MIME messages.
9831
9832 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9835         before parsing header.
9836
9837 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9838
9839         * html2text.el (html2text-replace-list): Add new entities.
9840
9841 2005-09-11  Romain Francoise  <romain@orebokech.com>
9842
9843         * message.el (message-alternative-emails): Improve docstring.
9844         (message-setup-1): Call `message-use-alternative-email-as-from'
9845         after `message-setup-hook' to give it precedence over posting
9846         styles, etc.
9847         (message-use-alternative-email-as-from): Add docstring.  Remove
9848         the original From header if present.
9849
9850         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9851         (nnml-save-mail): Use it.
9852
9853         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9854         articles.  Add new argument `silent'.
9855         (gnus-uu-mark-all): Report the total number of marked articles.
9856
9857 2005-09-10  Romain Francoise  <romain@orebokech.com>
9858
9859         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9860         (gnus-uu-mark-series): Likewise.
9861
9862 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9863
9864         * spam-report.el (spam-report-gmane): Fix generation of spam
9865         report URL.
9866
9867 2005-09-10  Simon Josefsson  <jas@extundo.com>
9868
9869         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9870         t, based on discussion on the ding list with Robert Epprecht
9871         <epprecht@solnet.ch>.
9872
9873 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9874
9875         * spam-report.el (spam-report-gmane): Make it work without
9876         X-Report-Spam header.  Gmane now only provides Archived-At.
9877         This is only used if `spam-report-gmane-use-article-number' is nil.
9878         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9879
9880         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9881         make `gnus-summary-sort-by-recipient' work with threading.
9882
9883         * nnweb.el (nnweb-google-wash-article): Print a message if article
9884         is not available.
9885
9886 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9887
9888         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9889         change.  Decode text/* parts content before displaying.
9890
9891 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9892
9893         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9894
9895 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9896
9897         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9898
9899         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9900         url-package-name, url-package-version,
9901         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9902         w3m-display-inline-images, and w3m-minor-mode-map.
9903
9904 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9905
9906         * message.el (message-tab-body-function): Fix mismatched custom type.
9907
9908         * gnus.el (gnus-group-change-level-function): Ditto.
9909
9910         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9911
9912         * gnus-art.el (gnus-signature-limit)
9913         (gnus-article-mime-part-function): Ditto.
9914
9915 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9916
9917         * mml.el (mml-mode): Silence the byte compiler.
9918
9919         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9920         using `(sit-for 0)' before moving the point to the specified part;
9921         skip unbuttonized parts.
9922         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9923         return to the summary window if gnus-auto-select-part is non-nil.
9924
9925 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9928         variables.
9929         (mml-dnd-attach-file, mml-mode): Use them.
9930
9931         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9932         Make fetching article by MID work again for Google Groups.  Added
9933         FIXME concerning gnus-group-make-web-group.
9934
9935         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9936         Don't depend on Gnus by using mail-extract-address-components if
9937         gnus-extract-address-components is not bound.
9938
9939 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9940
9941         * gnus-art.el (gnus-mime-display-security): Don't display the
9942         signature, but only the signed part.
9943
9944 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9945
9946         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9947
9948         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9949         list, not listp.
9950
9951 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9952
9953         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9954         when encoding.
9955
9956         * mm-bodies.el (mm-decode-content-transfer-encoding):
9957         De-canonicalize CRLF for all text content types, not just
9958         text/plain.
9959
9960 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9961
9962         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9963         valid article; point arrow and cursor at the MIME button.
9964
9965 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9966
9967         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9968         Suggested by Dan Christensen <jdc@uwo.ca>.
9969
9970         * mm-decode.el (mm-save-part): Enable change of prompt.
9971
9972 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9973
9974         * gnus-msg.el (gnus-inews-add-send-actions): Made
9975         `message-post-method' lambda parameter ARG `&optional'.
9976
9977 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9978
9979         * gnus-sum.el (gnus-summary-mime-map): Added
9980         gnus-article-save-part-and-strip, gnus-article-delete-part and
9981         gnus-article-jump-to-part.
9982
9983         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9984         (gnus-article-edit-part): Use it.
9985         (gnus-article-part-wrapper): Added no-handle argument.
9986         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9987         functions.
9988
9989 2005-08-29  Romain Francoise  <romain@orebokech.com>
9990
9991         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9992         docstring.
9993         (gnus-face-from-file): Likewise.
9994
9995 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9996
9997         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9998         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9999         non-nil.
10000         (gnus-auto-select-part): New variable.
10001         (gnus-article-jump-to-part): New function.
10002         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
10003         (gnus-mime-delete-part): Allow selecting specified part after
10004         deleting or stripping parts.
10005         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
10006         part if argument is bogus.
10007
10008 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10009
10010         * gnus-art.el (w3m-minor-mode-map):
10011         * gnus-spec.el (gnus-newsrc-file-version):
10012         * gnus-util.el (nnmail-active-file-coding-system)
10013         (gnus-original-article-buffer, gnus-user-agent):
10014         * gnus.el (gnus-ham-process-destinations)
10015         (gnus-parameter-ham-marks-alist)
10016         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
10017         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
10018         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
10019         * mm-decode.el (gnus-current-window-configuration):
10020         * mm-extern.el (gnus-article-mime-handles):
10021         * mm-url.el (url-current-object, url-package-name)
10022         (url-package-version):
10023         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
10024         (smime-keys, w3m-cid-retrieve-function-alist)
10025         (w3m-current-buffer, w3m-display-inline-images)
10026         (w3m-minor-mode-map):
10027         * mml-smime.el (gnus-extract-address-components):
10028         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
10029         (gnus-newsrc-hashtb, message-default-charset)
10030         (message-deletable-headers, message-options)
10031         (message-posting-charset, message-required-mail-headers)
10032         (message-required-news-headers):
10033         * mml1991.el (mc-pgp-always-sign):
10034         * mml2015.el (mc-pgp-always-sign):
10035         * nnheader.el (nnmail-extra-headers):
10036         * rfc1843.el (gnus-decode-encoded-word-function)
10037         (gnus-decode-header-function, gnus-newsgroup-name):
10038         * spam-stat.el (gnus-original-article-buffer): Add defvars.
10039
10040 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
10041
10042         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
10043         the end of the date treatments.
10044
10045 2005-08-15  Simon Josefsson  <jas@extundo.com>
10046
10047         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
10048         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
10049         Capello and Romain Francoise.
10050         (pgg-fetch-key-function): Removed, not used?
10051         (pgg-insert-url-with-w3): Require url, to get
10052         url-insert-file-contents regardless of where it is defined.
10053
10054 2005-08-13  Romain Francoise  <romain@orebokech.com>
10055
10056         * message.el (message-cite-original-1): New function.
10057         (message-cite-original): Use it.
10058         (message-cite-original-without-signature): Ditto.
10059
10060 2005-08-08  Romain Francoise  <romain@orebokech.com>
10061
10062         * message.el (message-yank-empty-prefix): New variable.
10063         (message-indent-citation): Use it.
10064         (message-cite-original-without-signature): Respect X-No-Archive.
10065
10066 2005-08-08  Simon Josefsson  <jas@extundo.com>
10067
10068         * pgg.el: Autoload url-insert-file-contents instead of loading
10069         w3/url.
10070         (pgg-insert-url-with-w3): Don't load url here.
10071
10072 2005-08-07  Jesper Harder  <harder@phys.au.dk>
10073
10074         * message.el (message-kill-to-signature): Don't insert newline at
10075         bol.
10076         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
10077
10078 2005-08-06  Romain Francoise  <romain@orebokech.com>
10079
10080         * message.el (message-user-fqdn): Fix typo in docstring.
10081
10082 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
10083
10084         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
10085
10086         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
10087
10088 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * mm-bodies.el (mm-encode-body): Use coding system rather than
10091         charset to encode text.
10092
10093         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
10094         number of charsets if utf-8 is available (XEmacs).
10095
10096 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10097
10098         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
10099         taken from `gnus-button-mid-or-mail-regexp'.
10100         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
10101         (gnus-button-alist): Improve regexp for domain part of the MIDs
10102         for news:localpart@domain buttons.
10103         (gnus-button-ctan-directory-regexp): Update.
10104
10105 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * sieve-manage.el (sieve-manage-interactive-login): Use
10108         make-local-variable rather than make-variable-buffer-local.
10109         (sieve-manage-open): Ditto.
10110         (sieve-manage-authenticate): Ditto.
10111
10112         * mml.el (mml-generate-mime-1): Make the content type default to
10113         text/plain if the filename is not specified.
10114
10115 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
10118         instead of insert-buffer.
10119
10120         * message.el (message-yank-original): Ditto; set the mark at the
10121         end of the yanked message.
10122
10123 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10124
10125         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
10126         lines to scroll rather than to stop it.
10127
10128         * mml.el (mml-generate-default-type): Add doc string.
10129         (mml-generate-mime-1): Use mm-default-file-encoding or make it
10130         default to application/octet-stream when determining the content
10131         type if it is not specified for the part or the mml contents; add
10132         a comment about mml-generate-default-type.
10133
10134 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
10135
10136         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
10137         make it default to application/octet-stream when determining the
10138         content type if it is not specified for the external contents.
10139
10140 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10141
10142         * rfc2231.el (rfc2231-parse-string): Take care that not only a
10143         segmented parameter but also other parameters might be there.
10144
10145 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * mm-decode.el (mm-display-external): Delete temp file, directory
10148         and buffer immediately if the external process is exited.
10149
10150 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10151
10152         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
10153         fewer lines than that of scroll-margin.
10154         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
10155
10156 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10157
10158         * gnus-art.el (gnus-article-next-page): Revert.
10159         (gnus-article-beginning-of-window): New macro.
10160         (gnus-article-next-page-1): Use it.
10161         (gnus-article-prev-page): Ditto.
10162         (gnus-article-edit-part): Use insert-buffer-substring instead of
10163         insert-buffer.
10164         (gnus-article-edit-exit): Ditto.
10165
10166         * gnus-util.el (gnus-beginning-of-window): Remove.
10167         (gnus-end-of-window): Remove.
10168
10169         * lpath.el: Don't bind header-line-format and scroll-margin.
10170
10171 2005-07-25  Simon Josefsson  <jas@extundo.com>
10172
10173         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
10174         to have the url package without w3.  Reported by Daiki Ueno
10175         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
10176
10177 2005-07-20  Didier Verna  <didier@xemacs.org>
10178
10179         * gnus-diary.el: Remove the description comment (nndiary is now
10180         properly documented in the Gnus manual).
10181         Fix the spelling of "Back End".
10182         * nndiary.el: Ditto.
10183         Fix the copyright notice.
10184
10185 2005-07-18  Romain Francoise  <romain@orebokech.com>
10186
10187         * gnus-sum.el (gnus-summary-to-prefix)
10188         (gnus-summary-newsgroup-prefix): New variables.
10189         (gnus-summary-from-or-to-or-newsgroups): Use them.
10190
10191 2005-07-17  Romain Francoise  <romain@orebokech.com>
10192
10193         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
10194         space as it's generally not especially interesting to the user.
10195
10196 2005-07-16  Romain Francoise  <romain@orebokech.com>
10197
10198         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
10199         nil to avoid prompting and file modification if one of the
10200         messages at the top of the nnfolder file contains a copyright
10201         notice.
10202         Update copyright notice.
10203
10204         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
10205         instead of `current-time-string' as the latter creates a time
10206         string that is not RFC 2822 compliant (it lacks the zone).
10207         Update copyright notice.
10208
10209 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10210
10211         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
10212         for text/rtf.  Display default in prompt.  Pass default for M-n.
10213
10214         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
10215
10216 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10217
10218         * gnus-msg.el (gnus-button-mailto): Remove
10219         save-selected-window-window hackery because it relies on
10220         save-selected-window internals.
10221
10222 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
10225         (gnus-article-next-page-1): Use gnus-beginning-of-window.
10226         (gnus-article-prev-page): Ditto.
10227
10228         * gnus-util.el (gnus-beginning-of-window): New function.
10229         (gnus-end-of-window): New function.
10230
10231         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
10232
10233 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10234
10235         * gnus-score.el (gnus-score-edit-all-score): Set
10236         gnus-score-edit-exit-function to gnus-score-edit-done and call
10237         gnus-message.
10238
10239 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10240
10241         * gnus-msg.el (gnus-button-mailto): Remove
10242         save-selected-window-window hackery because it relies on
10243         save-selected-window internals.
10244
10245 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
10248         add-minor-mode.
10249         (gnus-binary-mode): Ditto.
10250
10251         * gnus-topic.el (gnus-topic-mode): Ditto.
10252
10253 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
10254
10255         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
10256         (gnus-article-prev-page): Take scroll-margin into consideration.
10257
10258 2005-07-04  Lute Kamstra  <lute@gnu.org>
10259
10260         Update FSF's address in GPL notices.
10261
10262 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10263
10264         * gnus.el (gnus-exit):
10265         * gnus-group.el (gnus-group-icons):
10266         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
10267
10268         * gnus-nocem.el (gnus-nocem):
10269         * message.el (message-various, message-buffers, message-sending)
10270         (message-interface, message-forwarding, message-insertion)
10271         (message-headers, message-news, message-mail):
10272         * pgg-gpg.el (pgg-gpg):
10273         * pgg-parse.el (pgg-parse):
10274         * pgg-pgp.el (pgg-pgp):
10275         * pgg-pgp5.el (pgg-pgp5):
10276         * pop3.el (pop3): Finish `defgroup' description with period.
10277
10278 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * gnus-art.el (article-display-face): Improve the efficiency.
10281         (article-display-x-face): Ditto; remove grey x-face stuff.
10282
10283 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * gnus-art.el (article-display-face): Correct the position in
10286         which Faces are inserted.
10287
10288 2005-06-29  Didier Verna  <didier@xemacs.org>
10289
10290         * gnus-art.el (article-display-face): Display faces in correct
10291         order.
10292
10293 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
10296         (gnus-fill-real-hashtb): Use hash table instead of obarray.
10297         (gnus-nocem-check-article): Fetch the Type header.
10298         (gnus-nocem-message-wanted-p): Fix the way to examine types.
10299         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
10300         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
10301         make sure gnus-nocem-hashtb is initialized.
10302         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
10303         (gnus-nocem-unwanted-article-p): Ditto.
10304
10305         * pgg.el (pgg-verify): Return the verification result.
10306
10307 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10308
10309         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
10310         is ascii.
10311
10312 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10313
10314         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
10315         `show-nonbreak-escape'.
10316
10317 2005-06-23  Lute Kamstra  <lute@gnu.org>
10318
10319         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
10320
10321         * dig.el (dig-mode):
10322         * smime.el (smime-mode): Use gnus-run-mode-hooks.
10323
10324 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10325
10326         * nnimap.el (nnimap-split-download-body): Fix spellings.
10327
10328 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
10329
10330         * gnus-art.el (gnus-article-encrypt-body):
10331         * gnus-cus.el (gnus-score-customize):
10332         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
10333         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
10334
10335 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
10336
10337         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
10338         header by looking for magic "MII" at the beginnig.
10339
10340 2005-06-16  Miles Bader  <miles@gnu.org>
10341
10342         * gnus-xmas.el (gnus-xmas-group-startup-message):
10343         Use renamed gnus-splash face.
10344
10345         * assistant.el (assistant-field): Remove "-face" suffix from face name.
10346         (assistant-field-face): New backward-compatibility alias for renamed
10347         face.
10348         (assistant-render-text): Use renamed assistant-field face.
10349
10350         * spam.el (spam): Remove "-face" suffix from face name.
10351         (spam-face): New backward-compatibility alias for renamed face.
10352         (spam-face, spam-initialize): Use renamed spam face.
10353
10354         * message.el (message-header-to, message-header-cc)
10355         (message-header-subject, message-header-newsgroups)
10356         (message-header-other, message-header-name)
10357         (message-header-xheader, message-separator, message-cited-text)
10358         (message-mml): Remove "-face" suffix from face names.
10359         (message-header-to-face, message-header-cc-face)
10360         (message-header-subject-face, message-header-newsgroups-face)
10361         (message-header-other-face, message-header-name-face)
10362         (message-header-xheader-face, message-separator-face)
10363         (message-cited-text-face, message-mml-face):
10364         New backward-compatibility aliases for renamed faces.
10365         (message-font-lock-keywords): Use renamed message faces.
10366
10367         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
10368         (sieve-test-commands, sieve-tagged-arguments):
10369         Remove "-face" suffix from face names.
10370         (sieve-control-commands-face, sieve-action-commands-face)
10371         (sieve-test-commands-face, sieve-tagged-arguments-face):
10372         New backward-compatibility aliases for renamed faces.
10373         (sieve-control-commands-face, sieve-action-commands-face)
10374         (sieve-test-commands-face, sieve-tagged-arguments-face):
10375         Use renamed sieve faces.
10376
10377         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
10378         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
10379         (gnus-group-news-3-empty, gnus-group-news-4)
10380         (gnus-group-news-4-empty, gnus-group-news-5)
10381         (gnus-group-news-5-empty, gnus-group-news-6)
10382         (gnus-group-news-6-empty, gnus-group-news-low)
10383         (gnus-group-news-low-empty, gnus-group-mail-1)
10384         (gnus-group-mail-1-empty, gnus-group-mail-2)
10385         (gnus-group-mail-2-empty, gnus-group-mail-3)
10386         (gnus-group-mail-3-empty, gnus-group-mail-low)
10387         (gnus-group-mail-low-empty, gnus-summary-selected)
10388         (gnus-summary-cancelled, gnus-summary-high-ticked)
10389         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
10390         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10391         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10392         (gnus-summary-low-undownloaded)
10393         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10394         (gnus-summary-low-unread, gnus-summary-normal-unread)
10395         (gnus-summary-high-read, gnus-summary-low-read)
10396         (gnus-summary-normal-read, gnus-splash):
10397         Remove "-face" suffix from face names.
10398         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10399         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10400         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10401         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10402         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10403         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10404         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10405         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10406         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10407         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10408         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10409         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10410         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10411         (gnus-summary-normal-ticked-face)
10412         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10413         (gnus-summary-normal-ancient-face)
10414         (gnus-summary-high-undownloaded-face)
10415         (gnus-summary-low-undownloaded-face)
10416         (gnus-summary-normal-undownloaded-face)
10417         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10418         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10419         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10420         (gnus-splash-face):
10421         New backward-compatibility aliases for renamed faces.
10422         (gnus-group-startup-message): Use renamed gnus faces.
10423
10424         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10425         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10426         (gnus-server-agent): Remove "-face" suffix from face names.
10427         (gnus-server-agent-face, gnus-server-opened-face)
10428         (gnus-server-closed-face, gnus-server-denied-face)
10429         (gnus-server-offline-face):
10430         New backward-compatibility aliases for renamed faces.
10431         (gnus-server-agent-face, gnus-server-opened-face)
10432         (gnus-server-closed-face, gnus-server-denied-face)
10433         (gnus-server-offline-face): Use renamed gnus faces.
10434
10435         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10436         Remove "-face" suffix from face names.
10437         (gnus-picon-xbm-face, gnus-picon-face):
10438         New backward-compatibility aliases for renamed faces.
10439
10440         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10441         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10442         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10443         (gnus-cite-11): Remove "-face" suffix from face names.
10444         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10445         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10446         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10447         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10448         New backward-compatibility aliases for renamed faces.
10449         (gnus-cite-attribution-face, gnus-cite-face-list)
10450         (gnus-article-boring-faces): Use renamed gnus faces.
10451
10452         * gnus-art.el (gnus-signature, gnus-header-from)
10453         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10454         (gnus-header-content): Remove "-face" suffix from face names.
10455         (gnus-signature-face, gnus-header-from-face)
10456         (gnus-header-subject-face, gnus-header-newsgroups-face)
10457         (gnus-header-name-face, gnus-header-content-face):
10458         New backward-compatibility aliases for renamed faces.
10459         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10460
10461         * gnus-sum.el (gnus-summary-selected-face)
10462         (gnus-summary-highlight): Use renamed gnus faces.
10463         * gnus-group.el (gnus-group-highlight): Likewise.
10464
10465 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10466
10467         * gnus-sieve.el (gnus-sieve-article-add-rule):
10468         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10469         * spam-stat.el (spam-stat-buffer-change-to-spam)
10470         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10471
10472         * message.el (message-is-yours-p):
10473         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10474
10475 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10476
10477         * mm-view.el (mm-inline-text): Withdraw the last change.
10478
10479 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10482         executing enriched-decode.
10483
10484 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10485
10486         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10487         charset of tar files.
10488
10489 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10490
10491         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10492
10493 2005-06-04  Lute Kamstra  <lute@gnu.org>
10494
10495         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10496         information is never recorded.
10497
10498 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10499
10500         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10501
10502 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * pop3.el (pop3-apop): Run md5 in the binary mode.
10505
10506         * starttls.el (starttls-set-process-query-on-exit-flag):
10507         Use eval-and-compile.
10508
10509 2005-05-31  Simon Josefsson  <jas@extundo.com>
10510
10511         * smime.el (smime-replace-in-string): Define.
10512         (smime-cert-by-ldap-1): Use it.
10513
10514 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * gnus-art.el (article-display-x-face): Replace
10517         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10518
10519         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10520         set-process-query-on-exit-flag or process-kill-without-query.
10521
10522         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10523         loop instead of replace-regexp.
10524
10525         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10526         instead of process-kill-without-query if it is available.
10527
10528         * lpath.el: Fbind ldap-search-entries.
10529
10530         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10531         instead of find-file-hooks if it is available.
10532
10533         * mml1991.el: Bind pgg-default-user-id when compiling.
10534
10535         * mml2015.el: Bind pgg-default-user-id when compiling.
10536
10537         * nndraft.el (nndraft-request-associate-buffer):
10538         Use write-contents-functions instead of write-contents-hooks if it is
10539         available.
10540
10541         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10542         instead of find-file-hooks if it is available.
10543
10544         * nntp.el (nntp-open-connection): Replace
10545         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10546         (nntp-open-ssl-stream): Ditto.
10547         (nntp-open-tls-stream): Ditto.
10548
10549         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10550         set-process-query-on-exit-flag or process-kill-without-query.
10551         (starttls-open-stream-gnutls): Use it instead of
10552         process-kill-without-query.
10553         (starttls-open-stream): Ditto.
10554
10555 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10556
10557         * smime.el (smime-cert-by-ldap-1): Don't use
10558         replace-regexp-in-string.
10559
10560 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10561
10562         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10563
10564         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10565         in PEM format.  Adjust to the XEmacs compability.
10566
10567 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10568
10569         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10570         by `string-to-number'.
10571         * gnus-agent.el (gnus-agent-regenerate-group)
10572         (gnus-agent-fetch-articles): Ditto.
10573         * gnus-art.el (gnus-button-fetch-group): Ditto.
10574         * gnus-cache.el (gnus-cache-generate-active)
10575         (gnus-cache-articles-in-group): Ditto.
10576         * gnus-group.el (gnus-group-set-current-level)
10577         (gnus-group-insert-group-line): Ditto.
10578         * gnus-score.el (gnus-score-set-expunge-below)
10579         (gnus-score-set-mark-below, gnus-summary-score-effect)
10580         (gnus-summary-score-entry): Ditto.
10581         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10582         (gnus-soup-pack): Ditto.
10583         * gnus-spec.el (gnus-xmas-format): Ditto.
10584         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10585         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10586         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10587         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10588         * nndb.el (nndb-get-remote-expire-response): Ditto.
10589         * nndiary.el (nndiary-parse-schedule-value)
10590         (nndiary-string-to-number, nndiary-request-replace-article)
10591         (nndiary-request-article): Ditto.
10592         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10593         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10594         * nneething.el (nneething-make-head): Ditto.
10595         * nnfolder.el (nnfolder-request-article)
10596         (nnfolder-retrieve-headers): Ditto.
10597         * nnheader.el (nnheader-file-to-number): Ditto.
10598         * nnkiboze.el (nnkiboze-request-article): Ditto.
10599         * nnmail.el (nnmail-process-unix-mail-format)
10600         (nnmail-process-babyl-mail-format): Ditto.
10601         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10602         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10603         (nnmh-request-create-group, nnmh-request-list-1)
10604         (nnmh-request-group, nnmh-request-article): Ditto.
10605         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10606         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10607         * nnsoup.el (nnsoup-make-active): Ditto.
10608         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10609         * nntp.el (nntp-find-group-and-number)
10610         (nntp-retrieve-headers-with-xover): Ditto.
10611         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10612         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10613         (pgg-format-key-identifier): Ditto.
10614         * pop3.el (pop3-last, pop3-stat): Ditto.
10615         * qp.el (quoted-printable-decode-region): Ditto.
10616
10617         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10618         of concat.
10619
10620 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10621
10622         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10623
10624         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10625
10626         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10627
10628         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10629
10630         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10631
10632         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10633
10634         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10635         (gnus-carpal-mode): Ditto.
10636
10637         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10638         (gnus-browse-mode): Ditto.
10639
10640         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10641
10642         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10643
10644 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10645
10646         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10647
10648 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * gnus-util.el (gnus-run-mode-hooks): New function.
10651
10652         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10653
10654         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10655         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10656
10657 2005-05-27  Lute Kamstra  <lute@gnu.org>
10658
10659         * dns-mode.el (dns-mode): Specify customization group.
10660
10661 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10662
10663         * gnus-agent.el (gnus-agent-make-mode-line-string):
10664         Use mode-line-highlight as mouse-face.
10665
10666 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * canlock.el (canlock): Change the parent group to news.
10669
10670         * deuglify.el (gnus-outlook-deuglify): Add :group.
10671
10672         * dig.el (dig): Add :group.
10673
10674         * dns-mode.el (dns-mode): Add :group.
10675
10676         * encrypt.el (encrypt): Add :group.
10677
10678         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10679         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10680         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10681         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10682         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10683
10684         * gnus-diary.el (gnus-diary): Add :group.
10685
10686         * gnus.el (gnus-group-news-1-face): Add :group.
10687         (gnus-group-news-1-empty-face): Ditto.
10688         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10689         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10690         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10691         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10692         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10693         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10694         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10695         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10696         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10697         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10698         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10699         (gnus-summary-high-ticked-face): Ditto.
10700         (gnus-summary-low-ticked-face): Ditto.
10701         (gnus-summary-normal-ticked-face): Ditto.
10702         (gnus-summary-high-ancient-face): Ditto.
10703         (gnus-summary-low-ancient-face): Ditto.
10704         (gnus-summary-normal-ancient-face): Ditto.
10705         (gnus-summary-high-undownloaded-face): Ditto.
10706         (gnus-summary-low-undownloaded-face): Ditto.
10707         (gnus-summary-normal-undownloaded-face): Ditto.
10708         (gnus-summary-high-unread-face): Ditto.
10709         (gnus-summary-low-unread-face): Ditto.
10710         (gnus-summary-normal-unread-face): Ditto.
10711         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10712         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10713
10714         * hashcash.el (hashcash): New custom group.
10715         (hashcash-default-payment): Add :group.
10716         (hashcash-payment-alist): Ditto.
10717         (hashcash-default-accept-payment): Ditto.
10718         (hashcash-accept-resources): Ditto.
10719         (hashcash-path): Ditto.
10720         (hashcash-extra-generate-parameters): Ditto.
10721         (hashcash-double-spend-database): Ditto.
10722         (hashcash-in-news): Ditto.
10723
10724         * message.el (message-minibuffer-local-map): Add :group.
10725
10726         * netrc.el (netrc): Add :group.
10727
10728         * sieve-manage.el (sieve-manage-log): Add :group.
10729         (sieve-manage-default-user): Diito.
10730         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10731         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10732         (sieve-manage-authenticators): Ditto.
10733         (sieve-manage-authenticator-alist): Ditto.
10734         (sieve-manage-default-port): Ditto.
10735
10736         * sieve-mode.el (sieve-control-commands-face): Add :group.
10737         (sieve-action-commands-face): Ditto.
10738         (sieve-test-commands-face): Ditto.
10739         (sieve-tagged-arguments-face): Ditto.
10740
10741         * smime.el (smime): Add :group.
10742
10743         * spam-report.el (spam-report): Add :group.
10744
10745         * spam.el (spam, spam-face): Add :group.
10746
10747 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10748
10749         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10750         return \n.\n.\n at the end of articles.  Protect against that.
10751         (nntp-with-open-group): Allow debugging.
10752
10753         * nnheader.el (mail-header-set-extra): Make into a function
10754         because I just could't understand how to quote the list properly.
10755
10756         * dns.el (query-dns-cached): New function.
10757
10758 2005-05-26  Lute Kamstra  <lute@gnu.org>
10759
10760         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10761
10762 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10763
10764         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10765
10766         * gnus-art.el: Don't autoload mail-extract-address-components.
10767
10768         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10769         eval-and-compile to evaluate it.
10770
10771         * hashcash.el: Don't autoload executable-find.
10772
10773         * nndb.el: Don't declare the nndb back end two or more times; don't
10774         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10775
10776         * nntp.el: Autoload format-spec instead of format; use
10777         eval-and-compile to evaluate autoload forms.
10778
10779 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10780
10781         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10782
10783 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10784
10785         * gnus.el (gnus-version-number): Bump version.
10786
10787 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10788
10789         * gnus.el: No Gnus v0.3 is released.
10790
10791 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10792
10793         * lpath.el (featurep): Bind show-nonbreak-escape.
10794
10795 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10796
10797         * gnus-art.el (gnus-article-edit-part): Disable undo.
10798
10799 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10802         gnus-article-date-lapsed-new-header is t if date timer is active;
10803         skip headers in which the original date value is empty.
10804         (gnus-article-save-original-date): Redefine it as a macro.
10805         (gnus-display-mime): Use it.
10806
10807 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * gnus-art.el (article-date-ut): Support converting date in
10810         forwarded parts as well.
10811         (gnus-article-save-original-date): New function.
10812         (gnus-display-mime): Use it.
10813
10814 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10815
10816         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10817         enclosure element of <item>.
10818
10819 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10820
10821         * message.el (message-kill-buffer-query): Renamed from
10822         `message-kill-buffer-query-if-modified'.  Added :version.
10823
10824 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10825
10826         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10827         window layout.
10828
10829 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * mml.el: Autoload dnd when compiling.
10832
10833 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10834
10835         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10836         x-dnd-*.
10837
10838 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10839
10840         * qp.el (quoted-printable-encode-region): Save excursion.
10841
10842 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10843
10844         * message.el (message-kill-buffer-query-if-modified): Add new variable
10845         so the user can kill a modified message buffer quickly.
10846         (message-kill-buffer): Use it.
10847
10848 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * lpath.el: Fbind display-time-event-handler; don't fbind
10851         string-to-multibyte.
10852
10853         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10854
10855 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10858         contained in text because xml.el decodes entities) with LFs.
10859
10860 2005-04-11  Lute Kamstra  <lute@gnu.org>
10861
10862         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10863         differently.
10864
10865 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10866
10867         * mm-util.el (mm-detect-coding-region): Typo.
10868
10869 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10872
10873 2005-04-06  Deepak Goel  <deego@gnufans.org>
10874
10875         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10876         user-function allow user modifications of the scores.
10877         (spam-stat-score-buffer-user): New function, to allow
10878         user-computed modifications to the score.
10879         (spam-stat-score-buffer-user-functions): List of additional
10880         scoring functions.
10881         (spam-stat-error-holder): Global temporary error holder.
10882         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10883         variable.
10884
10885 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10886
10887         * gnus-registry.el (gnus-registry-clean-empty-function)
10888         (gnus-registry-trim, gnus-registry-fetch-groups)
10889         (gnus-registry-delete-group): Groups that match
10890         `gnus-registry-ignored-groups' are removed from the registry
10891         entries, not just ignored for splitting.  This helps clean up the
10892         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10893         to get all the groups a message ID is in.
10894
10895         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10896         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10897         (spam-stat-score-buffer-user-functions): Add :number custom type.
10898
10899 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10902         argument in XEmacs.
10903
10904         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10905         (nnrss-request-group): Decode group name first.
10906         (nnrss-request-article): Make a text/plain article if mml-to-mime
10907         failed.
10908         (nnrss-get-encoding): Return a compatible encoding according to
10909         nnrss-compatible-encoding-alist.
10910         (nnrss-find-el): Use consp instead of listp.
10911         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10912
10913 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10914
10915         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10916         which Emacs 20 doesn't support.
10917         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10918
10919 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10920
10921         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10922         silence the byte compiler inside the defun.
10923
10924         * gnus-demon.el (parse-time-string): Add autoload.
10925
10926         * gnus-delay.el (parse-time-string): Add autoload.
10927
10928         * gnus-art.el (parse-time-string): Add autoload.
10929
10930         * nnultimate.el (parse-time): Require for `parse-time-string'.
10931
10932 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10933
10934         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10935
10936         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10937
10938         * smime.el (smime-ldap-host-list): Add :version.
10939
10940 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10941
10942         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10943         pass it to `gnus-browse-read-group'.
10944         (gnus-browse-read-group): Add NUMBER argument and pass it to
10945         `gnus-group-read-ephemeral-group'.
10946
10947         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10948         argument and pass it to `gnus-group-read-group'.
10949
10950 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10951
10952         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10953         mm-xemacs-find-mime-charset-1 if we have the mule feature
10954         available at runtime.
10955
10956 2005-03-25  Werner Lemberg  <wl@gnu.org>
10957
10958         * nnmaildir.el: Replace `illegal' with `invalid'.
10959
10960 2005-03-23  Lute Kamstra  <lute@gnu.org>
10961
10962         * time-date.el: Add comment on time value formats.
10963         Don't require parse-time.
10964         (with-decoded-time-value): New macro.
10965         (encode-time-value): New function.
10966         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10967         (days-to-time): Return a valid time value when arg is huge.
10968         (time-since): Use time-subtract.
10969         (time-to-number-of-days): Use time-to-seconds.
10970
10971 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10972
10973         * gnus-start.el (gnus-display-time-event-handler):
10974         Check display-time-timer at runtime rather than only at load time
10975         in case display-time-mode is turned off in the mean time.
10976
10977 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10978
10979         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10980         used.
10981
10982         * nneething.el (nneething-map-file-directory): Derive from
10983         `gnus-directory'.
10984
10985         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10986         the To/Cc button.
10987
10988 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10989
10990         * nnmaildir.el (nnmaildir-request-accept-article):
10991         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10992
10993 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10994
10995         * gnus-async.el: Require timer-funcs at compile time when in
10996         XEmacs for `run-with-idle-timer'.
10997
10998 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10999
11000         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
11001         autoloaded function.
11002
11003 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11004
11005         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
11006
11007 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
11008
11009         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
11010
11011 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11012
11013         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
11014         gnus-expert-user to default.
11015
11016 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
11017
11018         * nnimap.el (nnimap-open-server): Ditto.
11019
11020         * imap.el (imap-authenticate): Fix typo.
11021
11022 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
11023
11024         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
11025         buffer (since IMAP server might return FETCH response out of
11026         order, and the nntp buffer must be sorted).
11027
11028 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
11029
11030         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
11031         comparison on string.
11032
11033         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
11034         (gnus-agent-score): Renamed category keywords to match gnus-cus.
11035         (gnus-agent-summary-fetch-series): Modified to protect against
11036         gnus-agent-summary-fetch-group clearing processable flags.
11037         (gnus-agent-synchronize-group-flags): Update live group buffer as
11038         synchronization may occur due to the user toggle the plugged
11039         status.
11040         (gnus-agent-fetch-group-1): Clear downloadable flag when article
11041         successfully downloaded.
11042         (gnus-agent-expire-group-1): Avoid using markers when the overview
11043         is in ascending order; greatly improves performance.
11044         (gnus-agent-regenerate-group): Use
11045         gnus-agent-synchronize-group-flags to reset read status in both
11046         gnus and server.
11047         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
11048
11049 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
11050
11051         * message.el: Don't autoload former message-utils variables.
11052         (message-strip-subject-trailing-was): Change doc string.
11053
11054         * nnweb.el: Fixes for `gnus-group-make-web-group'.
11055         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
11056         (nnweb-google-search): Add "hl=en" here.
11057         (nnweb-google-parse-1, nnweb-google-create-mapping):
11058         Don't hardcode URL.
11059
11060 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11061
11062         * message.el (message-get-reply-headers, message-followup):
11063         Mention related variables `message-use-followup-to' and
11064         `message-use-mail-followup-to', in the information buffer.
11065
11066         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
11067         of broken groups(-beta).google.com.
11068
11069 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
11070
11071         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
11072         parameter to invoked gnus-request-move-article; remove the
11073         redundant gnus-sum-hint-move-is-internal variable; apply the marks
11074         all at once instead of once per article.
11075         (gnus-summary-remove-process-mark): Accept a list of articles as
11076         well as a single article for processing.
11077
11078         * gnus-int.el (gnus-request-move-article): Add move-is-internal
11079         parameter.
11080
11081         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
11082
11083         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
11084
11085         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
11086         parameter.
11087
11088         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
11089         parameter.
11090
11091         * nnimap.el (nnimap-request-move-article): Add move-is-internal
11092         parameter and remove the gnus-sum-hint-move-is-internal variable.
11093
11094         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
11095         parameter.
11096
11097         * nndraft.el (nndraft-request-move-article): Add move-is-internal
11098         parameter.
11099
11100         * nndiary.el (nndiary-request-move-article): Add move-is-internal
11101         parameter.
11102
11103         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
11104
11105         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
11106         parameter.
11107
11108         * nnagent.el (nnagent-request-move-article): Add move-is-internal
11109         parameter.
11110
11111 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11112
11113         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
11114         a more conservative way.
11115
11116 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11117
11118         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
11119         buffer, so it moves the window's cursor.
11120
11121 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
11122
11123         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
11124         `mm-dissect-multipart' and receive the from field as an (optional)
11125         argument from `mm-dissect-multipart'.
11126         (mm-dissect-multipart): Receive the from field as an argument and
11127         pass it on when we call `mm-dissect-buffer' on MIME parts.
11128         Fixes verification/decryption of signed/encrypted MIME parts.
11129
11130 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
11131
11132         * gnus-sum.el (gnus-summary-move-article): Set
11133         gnus-sum-hint-move-is-internal for gnus-request-move-article and
11134         whatever it calls (right now, only nnimap-request-move article
11135         respects it).
11136
11137         * nnimap.el (nnimap-request-move-article): When
11138         gnus-sum-hint-move-is-internal is set, don't do the extra
11139         nnimap-request-article.
11140
11141 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11142
11143         * nnheader.el (nnheader-find-file-noselect): Add doc string.
11144
11145         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
11146         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
11147
11148         * gnus-sum.el (gnus-summary-caesar-message):
11149         Apply `gnus-treat-article' after rotation.
11150
11151         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
11152         doc string.
11153
11154 2005-02-22  Simon Josefsson  <jas@extundo.com>
11155
11156         * encrypt.el (encrypt-password-cache-expiry): Remove (use
11157         `password-cache-expiry' instead).  Reported by Arne Jørgensen
11158         <arne@arnested.dk>.
11159         (encrypt): Add password-cache and password-cache-expiry as group
11160         members.
11161
11162 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
11163
11164         * smime.el (smime-ldap-host-list): Doc fix.
11165         (smime-ask-passphrase): Use `password-read-and-add' to read (and
11166         cache) password.
11167         (smime-sign-region): Use it.
11168         (smime-decrypt-region): Use it.
11169         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
11170         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
11171         fails.
11172         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
11173         certificate from DER to PEM format rather than calling openssl.
11174
11175         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
11176
11177         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
11178         for signing/encryption.
11179
11180         * mml.el (mml-parse-1): Use them.
11181
11182 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
11183
11184         * nnrss.el (nnrss-verbose): Removed.
11185         (nnrss-request-group): Use `nnheader-message' instead.
11186
11187 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
11188
11189         * nnrss.el (nnrss-verbose): New variable.
11190         (nnrss-request-group): Make it say nnrss is requesting a group.
11191
11192 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11193
11194         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
11195         Handle news URL with given port correctly.
11196
11197 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
11200         containing special characters.
11201
11202         * gnus-sum.el (gnus-summary-edit-article): Ditto.
11203
11204         * mml.el (mime-to-mml): Ditto.
11205
11206         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
11207         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
11208         (rfc2047-decode-region): Quote decoded words containing special
11209         characters when rfc2047-quote-decoded-words-containing-tspecials
11210         is non-nil.
11211
11212 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
11213
11214         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
11215
11216         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
11217
11218 2005-02-15  Simon Josefsson  <jas@extundo.com>
11219
11220         * nnimap.el (nnimap-debug): Doc fix.
11221
11222         * imap.el (imap-debug): Doc fix.
11223
11224 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11225
11226         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
11227
11228 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
11229
11230         * gnus.el (spam-contents): Improve docs for spam-contents
11231         parameter in its variable incarnation.
11232
11233 2005-02-14  Simon Josefsson  <jas@extundo.com>
11234
11235         * smime-ldap.el: Use require instead of load-library for ldap.
11236         (smime-ldap-search): Indent.
11237         (smime-ldap-search-internal): Shorten line.
11238
11239         * smime.el (smime-cert-by-dns): Add doc-string.
11240         (smime-cert-by-ldap-1): Indent.
11241
11242         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
11243         mml-smime-get-dns-ldap.
11244         (mml-smime-encrypt-query): Use new function.  Default to ldap.
11245
11246 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
11247
11248         * smime.el: Require smime-ldap.
11249         (smime-ldap-host-list): New variable.
11250         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
11251
11252         * mml-smime.el (mml-smime-encrypt-query): New function.
11253         (mml-smime-encrypt-query): Use it.
11254
11255         * smime-ldap.el: New file.
11256
11257 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11258
11259         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
11260
11261 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11262
11263         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
11264         argument in doc string.  Make query for type more clear.
11265
11266 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11267
11268         * gnus.el (gnus-group-startup-message): Search for gnus images in
11269         etc/images/gnus.
11270         * mm-util.el (mm-image-load-path): Likewise.
11271         * smiley.el (smiley-data-directory): Search for smilies in
11272         etc/images/smilies.
11273
11274 2005-02-09  Kim F. Storm  <storm@cua.dk>
11275
11276         Change Emacs release version from 21.4 to 22.1 throughout.
11277         Change Emacs development version from 21.3.50 to 22.0.50.
11278
11279 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11280
11281         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
11282
11283         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
11284         non-Mule XEmacs as well.
11285         (mm-decompress-buffer): Signal an error intentionally if it does
11286         not decompress compressed data because auto-compression-mode is
11287         disabled.
11288
11289 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
11290
11291         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
11292         an ID in the registry even if it has no groups.
11293
11294 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
11297         merge it into mm-decompress-buffer.
11298         (gnus-mime-copy-part): Use the MIME part charset, the value which
11299         a user specified or gnus-newsgroup-charset for decoding, like
11300         gnus-mime-inline-part does; set buffer-file-coding-system to tell
11301         save-buffer what was used.  Suggested by Kevin Ryde
11302         <user42@zip.com.au>.
11303         (gnus-mime-inline-part): Allow the name parameter as well as the
11304         filename parameter; force decompressing of compressed data; always
11305         display contents being not decoded as unibyte.
11306
11307         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
11308         as well as the filename parameter.
11309
11310         * mm-util.el (mm-decompress-buffer): Merge
11311         gnus-mime-jka-compr-maybe-uncompress.
11312         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
11313         of compressed data.
11314
11315 2005-02-08  Simon Josefsson  <jas@extundo.com>
11316
11317         * imap.el (imap-log): Doc fix.
11318
11319 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
11322         the coding cookies; decompress compressed parts.
11323
11324         * mml.el (mml-generate-mime-1): Add the charset parameter according
11325         to the value which a user specified manually or the coding cookie.
11326
11327         * mm-util.el (mm-string-to-multibyte): New function.
11328         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
11329         (mm-coding-system-to-mime-charset): New function.
11330         (mm-decompress-buffer): New function.
11331         (mm-find-buffer-file-coding-system): New function.
11332
11333         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
11334         (mm-display-inline-fontify): Rewrite for decoding and decompressing
11335         parts.
11336
11337 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11338
11339         * mm-view.el (mm-display-inline-fontify): Decode a part according
11340         to the charset parameter.
11341
11342 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
11345         prefix arg is neither nil nor a number, as info specifies.
11346
11347 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11348
11349         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
11350         timestamps.
11351
11352 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
11353
11354         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
11355         groups error checking and notify user.
11356
11357 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
11358
11359         * message.el (message-send-mail-function): Check existence of
11360         sendmail-program first before using default value
11361         `message-send-mail-with-sendmail'.  Otherwise use more generic
11362         `smtpmail-send-it'.
11363
11364 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * nntp.el (nntp-request-update-info): Always return nil.
11367
11368 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11369
11370         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
11371
11372 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11373
11374         * message.el (message-beginning-of-line): Change the behavior when
11375         invoked between BOL and : so that it first moves backward.
11376
11377 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11378
11379         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
11380         article buffer when editing of the article is discarded.
11381         (gnus-article-prepare): Revert.
11382
11383 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11384
11385         * gnus-art.el (gnus-article-prepare):
11386         Remove message-strip-forbidden-properties from the local hook.
11387
11388 2005-01-27  Simon Josefsson  <jas@extundo.com>
11389
11390         * password.el (password-cache-add): Only start one timer per key.
11391         Reported by Derek Atkins <warlord@MIT.EDU>.
11392
11393 2005-01-26  Steve Youngs  <steve@sxemacs.org>
11394
11395         * run-at-time.el: Removed.  It is no longer needed as
11396         timer-funcs.el in the xemacs-base package has a working version of
11397         `run-at-time'.
11398
11399         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
11400
11401         * password.el: Require timer-funcs instead of run-at-time in
11402         XEmacs.
11403         Remove `password-run-at-time' macro.
11404         (password-cache-add): Use `run-at-time' instead of
11405         `password-run-at-time'.
11406
11407         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
11408         Remove `nnheader-cancel-function-timers' alias,
11409         `cancel-function-timers' exists in XEmacs in timer-funcs.
11410
11411         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
11412         for `run-with-idle-timer'.
11413
11414         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
11415         for `run-at-time'.
11416
11417         * mm-url.el: Require timer-funcs at compile time when in XEmacs
11418         for `with-timeout'.
11419
11420         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
11421         the same as for XEmacs 21.4.
11422         No need to ignore `run-with-idle-timer', this function exists in
11423         XEmacs now in timer-funcs.el in the xemacs-base package.
11424         (dgnushack-compile): No need to delete
11425         run-at-time.el from the list of files to compile because it
11426         doesn't exist anymore.
11427
11428 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * mml.el (mml-generate-mime-1): Convert string into unibyte when
11431         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11432
11433 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11434
11435         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11436         sensitively.
11437
11438 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11439
11440         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11441
11442 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11445         which will be inserted according to the multibyteness of a buffer
11446         rather than the type of contents.  Suggested by ARISAWA Akihiro
11447         <ari@mbf.ocn.ne.jp>.
11448
11449         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11450         of string which old xml.el may return rather than a string.
11451
11452 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11453
11454         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11455
11456 2005-01-16  Simon Josefsson  <jas@extundo.com>
11457
11458         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11459         idn/idna.el isn't available.
11460         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11461         <michael@waxrat.com>.
11462
11463         * hashcash.el: Remove non-FSF copyright header.
11464
11465         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11466         (hashcash-generate-payment): Use it.
11467         (hashcash-generate-payment-async): Use it.
11468
11469 2005-01-15  Simon Josefsson  <jas@extundo.com>
11470
11471         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11472         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11473
11474         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11475         gnus-summary-idna-message.
11476         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11477         (gnus-summary-idna-message): New function.
11478
11479 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11480
11481         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11482         gnus-novice-user.
11483
11484 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11485
11486         * nnrss.el (nnrss-request-delete-group): Delete entries in
11487         nnrss-group-alist as well.
11488         (nnrss-save-server-data): Insert newline.
11489
11490 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11491
11492         * gnus.el (gnus-user-agent): Use list of symbols instead of
11493         symbols.  Display full version number for (S)XEmacs.  Optionally
11494         display (S)XEmacs codename.
11495
11496         * gnus-util.el (gnus-emacs-version): Update for new
11497         `gnus-user-agent'.
11498
11499         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11500         Gnus version.
11501
11502 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11503
11504         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11505         which is unreadable in some setups.
11506
11507 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11508
11509         * gnus-spec.el (gnus-update-format-specifications): Flush the
11510         group format spec cache if it doesn't support decoded group names.
11511
11512 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11513
11514         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11515         Allow to apply decay on score files matching a regexp.
11516
11517 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11518
11519         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11520         compatibility in %g and %c.
11521
11522 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11523
11524         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11525         name for only %g and %c.
11526         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11527         of gnus-tmp-group to decoded group name.
11528         (gnus-group-make-rss-group): Exclude `/'s from group names.
11529
11530 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * nnrss.el (nnrss-get-encoding): Fix regexp.
11533
11534 2004-12-27  Simon Josefsson  <jas@extundo.com>
11535
11536         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11537         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11538         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11539
11540 2004-12-17  Kim F. Storm  <storm@cua.dk>
11541
11542         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11543
11544         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11545
11546 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11547
11548         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11549
11550 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * nnrss.el: Require rfc2047 and mml.
11553         (nnrss-file-coding-system): New variable.
11554         (nnrss-format-string): Redefine it as an inline function.
11555         (nnrss-decode-group-name): New function.
11556         (nnrss-string-as-multibyte): Remove.
11557         (nnrss-retrieve-headers): Decode group name; don't use
11558         nnrss-format-string.
11559         (nnrss-request-group): Decode group name.
11560         (nnrss-request-article): Decode group name; allow a Message-ID as
11561         well as an article number; don't use nnrss-format-string; encode a
11562         Message-ID string which may contain non-ASCII characters; use
11563         mml-to-mime to compose a MIME article.
11564         (nnrss-request-expire-articles): Decode group name.
11565         (nnrss-request-delete-group): Decode group name.
11566         (nnrss-fetch): Clarify error message.
11567         (nnrss-read-server-data): Use insert-file-contents instead of load;
11568         bind file-name-coding-system; use multibyte buffer.
11569         (nnrss-save-server-data): Bind coding-system-for-write to the
11570         value of nnrss-file-coding-system; bind file-name-coding-system;
11571         add coding cookie.
11572         (nnrss-read-group-data): Use insert-file-contents instead of load;
11573         bind file-name-coding-system; use multibyte buffer.
11574         (nnrss-save-group-data): Bind coding-system-for-write to the
11575         value of nnrss-file-coding-system; bind file-name-coding-system.
11576         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11577         make it work with non-ASCII text.
11578         (nnrss-find-el): Make it work with old xml.el as well.
11579
11580 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11581
11582         * nnrss.el (nnrss-get-encoding): New function.
11583         (nnrss-fetch): Use unibyte buffer initially; bind
11584         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11585         decode contents according to the encoding attribute.
11586         (nnrss-save-group-data): Add coding cookie.
11587         (nnrss-mime-encode-string): New function.
11588         (nnrss-check-group): Use it to encode subject and author.
11589
11590 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11591
11592         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11593         imaginary variable.
11594
11595 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11598         correctly even if there are wide characters.
11599
11600 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11601
11602         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11603         downcased symbol names; make a new cache instead of reusing
11604         bbdb-hashtable.
11605
11606 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11609         concatenating segments rather than before concatenating them.
11610         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11611
11612         * message.el (message-get-reply-headers): Bind `extra'.
11613
11614 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11615
11616         * message.el (message-extra-wide-headers): New variable.
11617         (message-get-reply-headers): Use it.
11618
11619 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11622         (gnus-agent-group-pathname): Ditto.
11623
11624         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11625
11626         * gnus-group.el (gnus-group-make-group): Decode group name.
11627         (gnus-group-make-rss-group): Register the group data after opening
11628         the nnrss group.
11629
11630 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11631
11632         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11633         by expiry now get marked as read.
11634
11635 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11636
11637         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11638
11639 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11640
11641         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11642         unify Latin characters in XEmacs.
11643         (mm-find-mime-charset-region): Use it.
11644
11645 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * gnus-util.el (gnus-delete-directory): New function.
11648
11649         * gnus-agent.el (gnus-agent-delete-group): Use it.
11650
11651         * gnus-cache.el (gnus-cache-delete-group): Use it.
11652
11653 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11654
11655         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11656         names.
11657
11658 2004-12-16  Simon Josefsson  <jas@extundo.com>
11659
11660         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11661
11662 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11665
11666         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11667         (gnus-group-set-current-level): Decode group name.
11668
11669 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11670
11671         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11672         failed.
11673
11674 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * gnus-group.el (gnus-group-delete-group): Decode group name.
11677         (gnus-group-make-rss-group): Encode group name.
11678         (gnus-group-catchup-current): Decode group name.
11679         (gnus-group-kill-group): Decode group name.
11680
11681 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11682
11683         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11684
11685 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * gnus-group.el (gnus-group-make-rss-group):
11688         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11689
11690         * gnus-start.el (gnus-setup-news): Honor user's setting to
11691         gnus-message-archive-method.  Suggested by Lute Kamstra
11692         <lute@gnu.org>.
11693
11694 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11695
11696         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11697         global counterparts of the buffer-local variables.
11698
11699 2004-11-16  Romain Francoise  <romain@orebokech.com>
11700
11701         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11702         counterparts of the buffer-local variables.
11703
11704 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11705
11706         * message.el (message-forbidden-properties): Fixed typo in doc
11707         string.
11708
11709 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * gnus-util.el (gnus-replace-in-string): Added doc string.
11712
11713         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11714         to avoid problems when splitting mails with many recipients.
11715
11716 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11717
11718         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11719         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11720
11721 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11722
11723         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11724         if there is no hashtable in memory or file modification time is
11725         newer than cached timestamp.
11726
11727 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11728
11729         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11730         not-matching option.
11731
11732 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11733
11734         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11735         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11736         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11737         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11738         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11739         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11740
11741 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11742
11743         * message.el (message-forward-make-body-mml): Remove headers
11744         according to message-forward-ignored-headers if a message is decoded.
11745
11746 2004-12-02  Romain Francoise  <romain@orebokech.com>
11747
11748         * message.el (message-forward-make-body-plain): Always remove
11749         headers according to message-forward-ignored-headers.
11750
11751 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11752
11753         * spam.el (spam-summary-prepare-exit): Remove the
11754         gnus-summary-limit pop for now, it has problems with ham marks for
11755         me.
11756
11757 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11758
11759         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11760         correctly.
11761
11762 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11763
11764         * format-spec.el (format-spec): Message the char.
11765
11766 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11767
11768         * gnus-art.el (gnus-split-methods): Reformat comments.
11769
11770         * spam.el (spam-summary-prepare-exit): Remove article limits
11771         before exiting the summary buffer.
11772
11773 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11774
11775         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11776         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11777
11778         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11779         order to silence the byte compiler.
11780
11781         * spam.el: Fix the way to silence the byte compiler, which
11782         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11783         bbdb-search-simple, spam-BBDB-register-routine,
11784         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11785         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11786         spam-stat-buffer-is-spam, spam-stat-load,
11787         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11788         spam-stat-save and spam-stat-split-fancy.
11789
11790 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11793         which may confuse users.
11794         (canlock-password-for-verify): Ditto.
11795
11796         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11797
11798         * gnus-art.el (gnus-emphasis-alist): Ditto.
11799
11800         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11801
11802         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11803
11804         * gnus-start.el (gnus-save-killed-list): Ditto.
11805
11806         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11807         (gnus-sum-thread-tree-root): Ditto.
11808         (gnus-sum-thread-tree-false-root): Ditto.
11809         (gnus-sum-thread-tree-single-indent): Ditto.
11810
11811         * message.el (message-courtesy-message): Ditto.
11812         (message-archive-note): Ditto.
11813         (message-subscribed-address-file): Ditto.
11814         (message-user-fqdn): Ditto.
11815
11816         * spam-report.el (spam-report-gmane-regex): Ditto.
11817
11818         * spam.el (spam-blackhole-good-server-regex): Ditto.
11819
11820 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * mml.el (mml-preview): Widen the message buffer before copying
11823         the contents to the preview buffer; sort headers before previewing.
11824
11825         * message.el (message-hidden-headers): Fix the way to avoid a bug
11826         in the `repeat' widget in Emacs 21.3 or earlier.
11827
11828 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11829
11830         * message.el (message-hidden-headers): Default to "^References:".
11831         Improve customization type.  Suggested by Reiner Steib
11832         <Reiner.Steib@gmx.de>.
11833
11834 2004-11-25  Romain Francoise  <romain@orebokech.com>
11835
11836         * message.el (message-strip-forbidden-properties): Remove check for
11837         obsolete `message-hidden' text property, hidden headers are not
11838         accessible in the buffer anymore.
11839
11840 2004-11-22  Romain Francoise  <romain@orebokech.com>
11841
11842         * message.el (message-header-format-alist): Add `From' in list
11843         so that it can be sorted.
11844         (message-fix-before-sending): Widen and sort headers before
11845         sending.
11846         (message-hide-headers): Use narrowing to hide headers by moving
11847         them to the top of the buffer and narrowing to the region
11848         underneath.
11849
11850 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11851
11852         * message.el (message-strip-forbidden-properties): Bind
11853         buffer-read-only (etc) to nil.
11854
11855 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11858         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11859
11860 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11861
11862         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11863
11864 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11865
11866         * dns.el (query-dns): Use sit-for to time instead of
11867         accept-process-output, since that doesn't seem to work on udp
11868         sockets.
11869
11870 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11873
11874 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11875
11876         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11877         doc string.  Improve doc string.
11878
11879 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11880
11881         * nntp.el (nntp-request-update-info): Return nil if
11882         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11883         may not call gnus-activate-group which uselessly issues the GROUP
11884         commands for all nntp groups and wastes time.  Reported by Romain
11885         Francoise <romain@orebokech.com>.
11886
11887         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11888
11889 2004-11-15  Simon Josefsson  <jas@extundo.com>
11890
11891         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11892         headers separately.
11893         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11894         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11895
11896 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11897
11898         * gnus-start.el (gnus-convert-old-newsrc):
11899         Assign legacy-gnus-agent to 5.10.7.
11900
11901 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11902
11903         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11904         start of the lines.
11905
11906 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11907
11908         * hashcash.el (hashcash-default-payment): Change default to 20.
11909         (hashcash-default-accept-payment): Change default to 20.
11910         (hashcash-process-alist): New variable.
11911         (hashcash-generate-payment-async): Add.
11912         (hashcash-already-paid-p): Add.
11913         (hashcash-insert-payment): Don't generate payments twice.
11914         (hashcash-insert-payment-async): Add.
11915         (hashcash-insert-payment-async-2): Add.
11916         (hashcash-cancel-async): Add.
11917         (hashcash-wait-async): Add.
11918         (hashcash-processes-running-p): Add.
11919         (hashcash-wait-or-cancel): Add.
11920         (mail-add-payment): New optional argument.  Conditionally start
11921         asynchronous calculation.
11922         (mail-add-payment-async): Add.
11923
11924         * message.el (message-send-mail): Wait for asynchronous hashcash
11925         results.  Don't clobber existing X-Hashcash headers.
11926         (message-setup-1): Call mail-add-payment-async when
11927         message-generate-hashcash is non-nil.
11928
11929 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11930
11931         * message.el (message-use-alternative-email-as-from): Examine the
11932         From header as well; use message-make-from in order to include a
11933         user's full name.
11934
11935 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11938         default; improve customization type.
11939         (gnus-emphasis-custom-with-format): New macro.
11940         (gnus-emphasis-custom-value-to-external): New function.
11941         (gnus-emphasis-custom-value-to-internal): New function.
11942
11943 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11944
11945         * dns.el (query-dns): Resolve reverse addresses.
11946
11947 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11948
11949         * gnus-group.el (gnus-group-get-new-news): Use it.
11950
11951         * gnus-start.el (gnus-check-reasonable-setup): New function.
11952
11953 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11954
11955         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11956         "Args out of range" error.  Reported by Arnaud Giersch
11957         <arnaud.giersch@free.fr>.
11958
11959 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11960
11961         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11962
11963 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11964
11965         * spam.el (spam group): Add :version.
11966
11967         * pgg-def.el (pgg group): Add :version.
11968
11969 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * gnus-art.el (gnus-article-edit-article): Don't associate the
11972         article buffer with a draft file.  This is a temporary measure
11973         against the 2004-08-22 change to gnus-article-edit-mode.
11974
11975 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11978         (html2text-format-tags): Remove unused variable `attr'.
11979
11980 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11981
11982         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11983
11984         * tls.el (tls-process-connection-type, tls-success)
11985         (tls-certtool-program): Add :version.
11986
11987         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11988         (starttls-extra-arguments, starttls-process-connection-type)
11989         (starttls-connect, starttls-failure, starttls-success): Add :version.
11990
11991         * spam-stat.el (spam-stat): Add :version.
11992
11993         * sieve.el (sieve): Add :version.
11994
11995         * sha1.el (sha1): Add :version.
11996         (sha1-use-external): Remove redundant version.
11997
11998         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11999         (nnmail-cache-ignore-groups, nnmail-spool-hook)
12000         (nnmail-split-fancy-match-partial-words)
12001         (nnmail-split-lowercase-expanded): Add :version.
12002
12003         * nndiary.el (nndiary): Add :version.
12004
12005         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
12006
12007         * mml-sec.el (mml-default-sign-method)
12008         (mml-default-encrypt-method, mml-signencrypt-style-alist):
12009         Add :version.
12010
12011         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
12012
12013         * mm-url.el (mm-url-use-external, mm-url-program)
12014         (mm-url-arguments): Add :version.
12015
12016         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
12017         (mm-attachment-file-modes, mm-decrypt-option)
12018         (mm-w3m-safe-url-regexp): Add :version.
12019
12020         * message.el (message-cite-prefix-regexp)
12021         (message-sendmail-envelope-from, message-minibuffer-local-map)
12022         (message-user-fqdn, message-completion-alist): Add :version.
12023
12024         * gnus-win.el (gnus-configure-windows-hook)
12025         (gnus-use-frames-on-any-display): Add :version.
12026
12027         * gnus-art.el (gnus-article-address-banner-alist)
12028         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
12029         (gnus-treat-from-picon, gnus-treat-mail-picon)
12030         (gnus-treat-x-pgp-sig): Add :version.
12031
12032         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
12033         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
12034         (gnus-summary-article-delete-hook)
12035         (gnus-summary-display-while-building): Add :version.
12036
12037         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
12038         (gnus-get-top-new-news-hook): Add :version.
12039
12040         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12041         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
12042
12043         * gnus-registry.el (gnus-registry): Add :version.
12044
12045         * gnus-spec.el (gnus-use-correct-string-widths)
12046         (gnus-make-format-preserve-properties): Add :version.
12047
12048         * gnus.el (gnus-group-charter-alist)
12049         (gnus-group-fetch-control-use-browse-url)
12050         (gnus-install-group-spam-parameters): Add :version.
12051
12052         * gnus-diary.el (gnus-diary): Add :version.
12053
12054         * gnus-delay.el (gnus-delay): Add :version.
12055
12056         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
12057         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
12058         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
12059         Add :version.
12060
12061         * gnus-agent.el (gnus-agent-max-fetch-size)
12062         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
12063         (gnus-agent-prompt-send-queue): Add :version.
12064
12065         * deuglify.el (gnus-outlook-deuglify): Add :version.
12066
12067         * html2text.el: Beautify code.  Improve doc strings.  Some
12068         checkdoc cleanup.
12069         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
12070
12071 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12072
12073         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
12074
12075 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
12076
12077         * gnus-registry.el (gnus-registry-hashtb): Create the registry
12078         when package is loaded.
12079
12080         * spam.el (spam-summary-score-preferred-header): Add global preference
12081         for people who want to override the default SpamAssassin over
12082         Bogofilter preference (when both are set).
12083         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
12084         (spam-user-format-function-S): Check
12085         spam-summary-score-preferred-header.
12086         (spam-extra-header-to-number): Add X-Bogosity header parsing.
12087         (spam-user-format-function-S): Format the score correctly.
12088
12089 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
12092         signature file.  Suggested by Manoj Srivastava
12093         <srivasta@golden-gryphon.com>.
12094
12095         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
12096         iso-2022-jp even in the Japanese language environment.
12097         Suggested by Jason Rumney <jasonr@gnu.org>.
12098
12099 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
12102         use the same characters as the dummy marks; make it free from
12103         getting affected by the language environment.
12104         (gnus-summary-read-group-1): Update mark positions only when the
12105         format spec is updated.
12106
12107         * gnus-spec.el (gnus-update-format-specifications): Return a list
12108         of updated types.
12109
12110 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12111
12112         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
12113         of boundp to check if display-warning is available.
12114
12115 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
12116
12117         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
12118
12119 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * nnspool.el (nnspool-spool-directory): Use news-path if the
12122         news-directory variable is not bound.
12123
12124         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
12125         function instead of display-warning if it is not available.
12126
12127 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12128
12129         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
12130         v5-10: Use `point-at-bol'.
12131
12132 2004-10-26  Simon Josefsson  <jas@extundo.com>
12133
12134         * hashcash.el: Fix URL in comment, reported by Cheng Gao
12135         <chenggao@gmail.com>.
12136
12137 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12138
12139         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
12140         instead.
12141
12142 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
12143
12144         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
12145         to remove a server from the nnimap-server-buffer-alist.
12146         (nnimap-open-connection, nnimap-close-server): Use it.
12147
12148         * gnus-encrypt.el: Remove file in favor of encrypt.el.
12149
12150 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
12153         running the major-mode function.
12154
12155 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12156
12157         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
12158         dummy marks in the right way.
12159
12160 2004-10-18  David Edmondson  <dme@dme.org>
12161
12162         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
12163         excessively.
12164
12165 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
12166
12167         * gnus-util.el (gnus-split-references): Accept a nil references
12168         string and go on blissfully.
12169
12170         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
12171         cases where the references string is non-nil but has no references.
12172
12173         * encrypt.el: Add autoload tags.
12174
12175         * spam.el (spam-resolve-registrations-routine): Remove article
12176         from unregistration list too.  Reported by David Hanak
12177         <dhanak@isis.vanderbilt.edu>
12178
12179 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
12180
12181         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
12182         nil.  Changed custom type.
12183
12184 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
12185
12186         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
12187
12188         * gnus-sum.el (gnus-summary-move-article): Use it.
12189
12190 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
12191
12192         * encrypt.el: Add autoload cookies.
12193
12194         * spam.el (spam-backend-article-list-property)
12195         (spam-backend-get-article-todo-list)
12196         (spam-backend-put-article-todo-list)
12197         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
12198         Resolve registrations separately.
12199         (spam-register-routine): Format comments.
12200         (spam-unregister-routine, spam-register-routine): Always call with
12201         specific-articles, no default list.
12202         (spam-summary-prepare-exit): Use the spam-classifications function.
12203
12204         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
12205         gnus-encrypt.el.
12206
12207         * encrypt.el: Copied from gnus-encrypt.el.
12208
12209         * gnus-encrypt.el: Commented that it's obsolete.
12210
12211 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12212
12213         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
12214         (gnus-score-save): Use it.
12215
12216         * message.el (message-bury): Use `window-dedicated-p'.
12217
12218 2004-10-15  Simon Josefsson  <jas@extundo.com>
12219
12220         * pop3.el (top-level): Don't require nnheader.
12221         (pop3-read-timeout): Add.
12222         (pop3-accept-process-output): Add.
12223         (pop3-read-response, pop3-retr): Use it.
12224
12225 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
12226
12227         * spam.el (spam-register-routine): Move comment.
12228         (spam-verify-bogofilter): Use 'unknown for the initial
12229         spam-bogofilter-valid state, not 'never.
12230
12231         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
12232         for netrc-machine.
12233
12234         * nnimap.el (nnimap-open-connection): Use
12235         netrc-machine-user-or-password.
12236
12237 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12238
12239         * gnus-registry.el (gnus-registry-unload-hook):
12240         Set as a variable with add-hook.
12241
12242         * nnspool.el (nnspool-spool-directory): Use news-directory instead
12243         of news-path.
12244
12245         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
12246
12247         * spam.el: Delete duplicate `provide'.
12248         (spam-unload-hook): Set as a variable with add-hook.
12249
12250 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
12251
12252         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
12253         in the doc string.
12254
12255         * message.el (message-ignored-news-headers)
12256         (message-ignored-supersedes-headers)
12257         (message-ignored-resent-headers)
12258         (message-forward-ignored-headers): Improve custom type.
12259
12260 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12261
12262         * message.el (message-tokenize-header): Fix 2004-09-06 change
12263         which used point-min in the wrong place.
12264
12265 2004-10-12  Simon Josefsson  <jas@extundo.com>
12266
12267         * tls.el (tls-certtool-program): New variable.
12268         (tls-certificate-information): New function, based on
12269         ssl-certificate-information.
12270
12271 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12272
12273         * compface.el: Move the version of ELisp-based uncompface program
12274         to the contrib directory because of the copyright problem.
12275
12276 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12277
12278         * message.el (message-kill-buffer): Raise the current frame.
12279
12280 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12281
12282         * gnus-sum.el: Mention that multibyte characters don't work as marks.
12283
12284         * gnus.el (message-y-or-n-p): Autoload.
12285
12286         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
12287         (pop3-password-required, pop3-authentication-scheme)
12288         (pop3-leave-mail-on-server): Made customizable.
12289         (pop3): New custom group.
12290         (pop3-retr): Remove `sleep-for' statements.
12291         Suggested by Dave Love <fx@gnu.org>.
12292
12293         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
12294         Windows/DOS.
12295
12296         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12297         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
12298         Dave Love <fx@gnu.org>.
12299
12300         * mml.el (mml-minibuffer-read-disposition): Require match.
12301         Suggested by Dave Love <fx@gnu.org>.
12302
12303 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12304
12305         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
12306         doc string.
12307
12308 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12309
12310         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
12311
12312 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12313
12314         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
12315         instead of calling `mm-insert-inline', to decode text/* parts
12316         before displaying them.
12317
12318 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * mm-uu.el (mm-uu-text-plain-type): New variable.
12321         (mm-uu-pgp-signed-extract-1): Use it.
12322         (mm-uu-pgp-encrypted-extract-1): Use it.
12323         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
12324         bind mm-uu-text-plain-type with that value.
12325         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
12326         mm-uu-dissect.
12327
12328 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * gnus-group.el (gnus-update-group-mark-positions):
12331         * gnus-sum.el (gnus-update-summary-mark-positions):
12332         * message.el (message-check-news-body-syntax):
12333         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
12334         of string-as-multibyte.
12335
12336 2004-10-05  Juri Linkov  <juri@jurta.org>
12337
12338         * gnus-group.el (gnus-update-group-mark-positions):
12339         * gnus-sum.el (gnus-update-summary-mark-positions):
12340         * message.el (message-check-news-body-syntax):
12341         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
12342         8-bit unibyte values to a multibyte string for search functions.
12343
12344 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * mm-uu.el (mm-uu-dissect): Allow optional arg.
12347         (mm-uu-dissect-text-parts): New function.
12348
12349         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
12350         dissect text parts.
12351
12352         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
12353         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
12354
12355         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
12356
12357         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
12358         gnus-current-topics instead of gnus-current-topic.
12359
12360 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
12361
12362         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
12363
12364 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
12365
12366         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
12367         where approriate.
12368
12369         * nnml.el (nnml-generate-active-info): do.
12370
12371         * nndiary.el (nndiary-generate-active-info): do.
12372
12373         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
12374         (gnus-topic-move): do.
12375
12376         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
12377         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
12378
12379         * gnus-srvr.el (gnus-server-prepare)
12380         (gnus-server-open-all-servers): do.
12381
12382         * gnus-msg.el (gnus-summary-cancel-article)
12383         (gnus-summary-resend-message)
12384         (gnus-summary-mail-crosspost-complaint): do.
12385
12386         * gnus-move.el (gnus-change-server): do.
12387
12388         * gnus-group.el (gnus-group-unmark-all-groups)
12389         (gnus-group-set-current-level): do.
12390
12391 2004-10-04  Simon Josefsson  <jas@extundo.com>
12392
12393         * message.el (message-generate-hashcash): Doc fix.
12394
12395 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
12396
12397         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
12398         avoid infinite recursion via gnus-get-function.
12399
12400 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
12401
12402         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
12403
12404         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
12405
12406         * nnmail.el (nnmail-split-history): do.
12407
12408         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
12409         (nnml-request-delete-group): do.
12410
12411         * nnslashdot.el (nnslashdot-read-groups): do.
12412
12413         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
12414         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
12415
12416         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
12417         (nnspool-sift-nov-with-sed): Use last.
12418         (nnspool-retrieve-headers-with-nov): Use mapc.
12419         (nnspool-request-newgroups): Use dolist.
12420         (nnspool-request-group): Use last.
12421
12422         * nntp.el (nntp-read-server-type): Use dolist.
12423
12424         * nnvirtual.el (nnvirtual-create-mapping)
12425         (nnvirtual-update-read-and-marked): Use dolist.
12426         (nnvirtual-convert-headers): Simplify.
12427
12428 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12429
12430         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
12431         support for sync'ing tick marks.
12432
12433 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
12436         there's no visible header.
12437
12438 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
12439
12440         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
12441         necessary, pass full group name to gnus-request-set-marks.
12442
12443 2004-10-01  Simon Josefsson  <jas@extundo.com>
12444
12445         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12446         acroread.
12447
12448 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12449
12450         * spam-report.el (spam-report-gmane): Fix interactive.
12451
12452         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12453
12454         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12455         when writing file.
12456         (gnus-agent-synchronize-flags): Don't default to being
12457         interactive.
12458
12459 2004-09-30  Simon Josefsson  <jas@extundo.com>
12460
12461         * message.el (message-generate-hashcash): Add.
12462         (message-send-mail): Use it, call mail-add-payment.
12463
12464 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12465
12466         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12467
12468 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12469
12470         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12471         gnus-requst-update-info with explicit code to sync the in-memory
12472         info read flags with the marks being sync'd to the backend.
12473
12474         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12475
12476 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12477
12478         * spam.el (spam-verify-bogofilter): Add new function.
12479         (spam-check-bogofilter)
12480         (spam-bogofilter-register-with-bogofilter): Use it.
12481         (spam-verify-bogofilter): Add small fixes.
12482
12483 2004-09-28  Simon Josefsson  <jas@extundo.com>
12484
12485         * hashcash.el (hashcash-generate-payment): Revert.
12486
12487 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12488
12489         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12490         gnus-extract-references instead of gnus-split-references.
12491
12492         * gnus-util.el (gnus-extract-references): Add new function, analogous
12493         to gnus-split-references but extracts only the message-ID without
12494         anything extra.
12495
12496         * hashcash.el (hashcash-generate-payment)
12497         (hashcash-check-payment): Do the right thing if hashcash-path is
12498         nil (because the hashcash program could not be found).
12499
12500         * spam.el (spam-use-hashcash): Remove comment.
12501
12502 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12503
12504         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12505         (gnus-cache-enter-article, gnus-cache-remove-article)
12506         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12507
12508         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12509
12510         * gnus-art.el (article-hide-boring-headers)
12511         (article-translate-strings, article-display-face)
12512         (gnus-article-mime-match-handle-first)
12513         (gnus-article-highlight-headers)
12514         (gnus-article-add-buttons-to-head): do.
12515
12516 2004-09-27  Simon Josefsson  <jas@extundo.com>
12517
12518         * hashcash.el: New version, from
12519         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12520         ../contrib/.
12521
12522 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12525
12526 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12527
12528         * gnus-dup.el (gnus-dup-open): Use mapc.
12529         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12530
12531         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12532         Reported by Stefan Wiens <s.wi@gmx.net>.
12533
12534         * gnus.el (gnus-shutdown): Use dolist.
12535
12536         * gnus-undo.el (gnus-undo): Use mapc.
12537
12538         * nnrss.el (nnrss-generate-active): do.
12539
12540         * message.el (message-cite-original-without-signature)
12541         (message-cite-original): Use mapc.
12542         (message-do-actions, message-make-forward-subject): Use dolist.
12543
12544 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12545
12546         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12547         deletion to remove entire duplicate line.  Fixes merged article
12548         number bug.
12549
12550 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12551
12552         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12553         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12554         first ask if you want to open a server and then, even when you
12555         responded with no, asking if you want to synchronize the server's
12556         flags.
12557         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12558         multi-line expressions.
12559         (gnus-agent-synchronize-group-flags): New internal function.
12560         Updates marks in memory (in the info structure) AND in the
12561         backend.
12562
12563         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12564
12565         * nnagent.el (nnagent-request-set-mark): Use
12566         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12567         method, to ensure that synchronization updates marks in the
12568         backend and in the info (in memory) structure.
12569
12570 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12573         convention fully; don't miss the root article of a thread; make
12574         the X-Draft-From header with correct article numbers.
12575
12576 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12577
12578         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12579         unless plugged.  Disable the agent so that an open failure causes
12580         an error.
12581
12582         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12583         Reverted 2004-09-21 change.  The backend must be opened while
12584         synchronizing flags even when the backend stores the flags
12585         locally.
12586
12587 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12588
12589         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12590         in `header' match.  Reported by Svend Tollak Munkejord.
12591
12592         * message.el (message-cite-original): Fix use of
12593         `message-cite-articles-with-x-no-archive'.
12594
12595 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12596
12597         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12598         (gnus-window-to-buffer): Ditto.
12599
12600         * mml.el (mml-preview-buffer): New variable.
12601         (mml-preview): Manage window layout with gnus-buffer-configuration.
12602
12603         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12604         X-Draft-From header even if those articles aren't quoted.
12605
12606 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12607
12608         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12609         (gnus-request-set-mark, gnus-request-update-mark): Use new
12610         g-s-t-u-l-m to decide to use backend even when unplugged.
12611
12612 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12615         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12616
12617 2004-09-20  Simon Josefsson  <jas@extundo.com>
12618
12619         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12620         "utf-16-le".
12621
12622 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12623
12624         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12625
12626 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12627
12628         * uudecode.el (uudecode-use-external): Add :version.
12629
12630         * smime.el (smime-CA-file, smime-encrypt-cipher)
12631         (smime-dns-server): Add :version.
12632
12633         * smiley.el (gnus-smiley-file-types): Add :version.
12634
12635         * sha1.el (sha1-use-external): Add :version.
12636
12637         * pgg-def.el (pgg-query-keyserver): Add :version.
12638
12639         * nnmail.el (nnmail-fancy-expiry-targets)
12640         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12641         Add :version.
12642
12643         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12644         (nnimap-retrieve-groups-asynchronous): Add :version.
12645         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12646
12647         * mml.el (mml-content-disposition-parameters)
12648         (mml-insert-mime-headers-always): Add :version.
12649
12650         * mm-util.el (mm-coding-system-priorities): Add :version.
12651
12652         * mm-decode.el (mm-inline-text-html-with-images)
12653         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12654         (mm-verify-option): Add :version.
12655         (mm-text-html-renderer): Change :version.
12656
12657         * message.el (message-fcc-externalize-attachments)
12658         (message-required-headers, message-draft-headers)
12659         (message-subject-trailing-was-query)
12660         (message-subject-trailing-was-ask-regexp)
12661         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12662         (message-mark-insert-end, message-archive-header)
12663         (message-archive-note, message-cross-post-default)
12664         (message-cross-post-note, message-followup-to-note)
12665         (message-cross-post-note-function, message-use-mail-followup-to)
12666         (message-subscribed-address-functions)
12667         (message-subscribed-address-file, message-subscribed-addresses)
12668         (message-subscribed-regexps, message-allow-no-recipients)
12669         (message-yank-cited-prefix, message-signature-insert-empty-line)
12670         (message-hidden-headers, message-hierarchical-addresses)
12671         (message-mail-user-agent, message-use-idna)
12672         (message-valid-fqdn-regexp)
12673         (message-strip-special-text-properties, message-header-synonyms)
12674         (message-beginning-of-line, message-tab-body-function): Add :version.
12675         (message-insert-canlock, message-wide-reply-confirm-recipients):
12676         Change :version.
12677
12678         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12679         and :version.
12680         (mail-source-delete-old-incoming-confirm)
12681         (mail-source-movemail-program): Add :version.
12682
12683         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12684         (gnus-agent-cache, gnus-agent): Change :version.
12685
12686         * gnus-util.el (gnus-use-byte-compile): Change :version.
12687
12688         * gnus-sum.el (gnus-summary-make-false-root-always)
12689         (gnus-summary-default-high-score)
12690         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12691         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12692         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12693         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12694         (gnus-sum-thread-tree-single-indent)
12695         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12696         (gnus-sum-thread-tree-leaf-with-other)
12697         (gnus-sum-thread-tree-single-leaf): Add :version.
12698         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12699         (gnus-article-loose-mime): Change :version.
12700
12701         * gnus-start.el (gnus-backup-startup-file)
12702         (gnus-save-startup-file-via-temp-buffer): Add :version.
12703
12704         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12705         (gnus-server-offline-face): Add :version.
12706
12707         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12708
12709         * gnus-msg.el (gnus-gcc-externalize-attachments)
12710         (gnus-debug-files, gnus-debug-exclude-variables)
12711         (gnus-discouraged-post-methods): Change :version.
12712         (gnus-confirm-mail-reply-to-news)
12713         (gnus-confirm-treat-mail-like-news): Add :version.
12714
12715         * gnus-int.el (gnus-server-unopen-status): Add :version.
12716
12717         * gnus-group.el (gnus-group-jump-to-group-prompt)
12718         (gnus-large-ephemeral-newsgroup)
12719         (gnus-fetch-old-ephemeral-headers): Add :version.
12720
12721         * gnus-fun.el (gnus-x-face-directory)
12722         (gnus-convert-pbm-to-x-face-command)
12723         (gnus-convert-image-to-x-face-command)
12724         (gnus-convert-image-to-face-command): Add :version.
12725
12726         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12727
12728         * gnus-cite.el (gnus-cite-blank-line-after-header)
12729         (gnus-article-boring-faces): Add :version.
12730
12731         * gnus-art.el (gnus-buttonized-mime-types)
12732         (gnus-inhibit-mime-unbuttonizing)
12733         (gnus-treat-display-face)
12734         (gnus-treat-body-boundary): Change :version.
12735         (gnus-body-boundary-delimiter, gnus-picon-databases)
12736         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12737         (gnus-treat-date-english, gnus-treat-fold-headers)
12738         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12739         (gnus-treat-mail-picon, gnus-treat-wash-html)
12740         (gnus-article-encrypt-protocol)
12741         (gnus-use-idna, gnus-article-over-scroll)
12742         (gnus-mime-display-multipart-alternative-as-mixed)
12743         (gnus-mime-display-multipart-related-as-mixed)
12744         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12745         (gnus-ctan-url, gnus-button-ctan-handler)
12746         (gnus-button-handle-ctan-bogus-regexp)
12747         (gnus-button-ctan-directory-regexp)
12748         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12749         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12750         (gnus-button-man-level, gnus-button-emacs-level)
12751         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12752
12753         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12754         (gnus-agent-go-online): Change :version.
12755         (gnus-agent-expire-unagentized-dirs)
12756         (gnus-agent-auto-agentize-methods): Add :version.
12757
12758         * flow-fill.el (fill-flowed-display-column)
12759         (fill-flowed-encode-column): Add :version.
12760
12761         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12762         (gnus-outlook-deuglify-unwrap-max)
12763         (gnus-outlook-deuglify-cite-marks)
12764         (gnus-outlook-deuglify-unwrap-stop-chars)
12765         (gnus-outlook-deuglify-no-wrap-chars)
12766         (gnus-outlook-deuglify-attrib-cut-regexp)
12767         (gnus-outlook-deuglify-attrib-verb-regexp)
12768         (gnus-outlook-deuglify-attrib-end-regexp)
12769         (gnus-outlook-display-hook): Add :version.
12770
12771         * binhex.el (binhex-use-external): Add :version.
12772
12773 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12774
12775         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12776         and `invisible'.
12777
12778 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12779
12780         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12781         in gnus-registry-trim.
12782
12783 2004-09-13  Simon Josefsson  <jas@extundo.com>
12784
12785         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12786
12787         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12788
12789         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12790         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12791         <yamaoka@jpl.org>.
12792         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12793         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12794         <yamaoka@jpl.org>.
12795
12796         * sieve.el (sieve-manage-mode): Ditto.
12797
12798 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12799
12800         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12801
12802 2004-09-11  Simon Josefsson  <jas@extundo.com>
12803
12804         * dns-mode.el: Add.
12805
12806         * mm-view.el (mm-display-dns-inline): Add.
12807
12808         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12809         (mm-automatic-display): Ditto.
12810
12811         * mailcap.el (mailcap-mime-data): Add text/dns.
12812         (mailcap-mime-extensions): Map .soa to text/dns.
12813
12814 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12815
12816         * gnus-art.el (article-decode-mime-words, article-babel)
12817         (gnus-article-highlight-signature, gnus-article-add-buttons)
12818         (gnus-signature-toggle): Remove unnecessary bindings of
12819         `inhibit-read-only' inherited from v5.10 merge.
12820
12821 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12822
12823         * nntp.el (nntp): New customization group.
12824         (nntp-authinfo-file): Add customization group.
12825
12826         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12827
12828         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12829
12830         * gnus.el (to-address, to-list, subscribed)
12831         (large-newsgroup-initial): Ditto.
12832
12833         * flow-fill.el (fill-flowed-display-column)
12834         (fill-flowed-encode-column): Ditto.
12835
12836 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12837
12838         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12839         Use point-min rather than 1.
12840         (message-send-mail): Use buffer-size rather than point-max.
12841
12842         * gnus-sum.el (gnus-summary-search-article-forward):
12843         Signal a specific `search-failed' rather than a generic `error'.
12844
12845         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12846         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12847         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12848
12849 2004-09-10  Simon Josefsson  <jas@extundo.com>
12850
12851         * nndb.el (require): Remove tcp and duplicate cl.
12852
12853 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * gnus-agent.el (directory-files-and-attributes): Move forward.
12856
12857 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12858
12859         * gnus-agent.el (directory-files-and-attributes): Optionally
12860         defined to support XEmacs.
12861
12862 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12863
12864         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12865         to avoid run-time CL dependencies.
12866         (gnus-agent-unfetch-articles): New function.
12867         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12868         article numbers even when local .overview file is missing.
12869         (gnus-agent-read-article-number): New function.  Only accepts
12870         27-bit article numbers.
12871         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12872         gnus-agent-read-article-number.
12873         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12874         from backend while recognizing that article numbers in .overview
12875         must be valid.
12876         (gnus-agent-update-files-total-fetched-for): Use
12877         directory-files-and-attributes to improve performance.
12878         * gnus-int.el (gnus-request-move-article): Use
12879         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12880         improve performance.
12881
12882         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12883         some users confused by references to .newsrc when they only have a
12884         .newsrc.eld file.
12885         (gnus-convert-mark-converter-prompt)
12886         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12887         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12888         New function.  Used internally to only display 'gnus converting
12889         files' message when actually necessary.
12890
12891         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12892         methods now autoloaded.
12893
12894 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12897         identifiers.
12898
12899 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12900
12901         * gnus-picon.el: Fix indentation and closing parenthesis.
12902
12903 2004-09-01  Simon Josefsson  <jas@extundo.com>
12904
12905         * message.el (message-canlock-generate): Require sha1, not
12906         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12907         to require within a function.  Sadly, if sha1.el isn't loaded, the
12908         let binding in m-c-g will hide the defcustom definition, which is
12909         bad.)
12910
12911         * canlock.el: Require sha1, not sha1-el.
12912
12913         * message.el: Don't autoload sha1 (there is a autoload cookie in
12914         sha1.el).
12915
12916         * sha1-el.el: Renamed to sha1.el.
12917
12918 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12919
12920         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12921
12922 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12923
12924         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12925
12926 2004-08-30  Kim F. Storm  <storm@cua.dk>
12927
12928         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12929
12930         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12931         Add :group 'nnimap.
12932
12933 2004-08-30  Andreas Schwab  <schwab@suse.de>
12934
12935         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12936         ?* and ?\;.
12937
12938         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12939         and ?\' to symbol instead of whitespace.
12940
12941 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12944
12945         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12946         instead of re-search-forward.
12947
12948         * gnus-uu.el (gnus-uu-save-article): Ditto.
12949         (gnus-uu-post-encode-uuencode): Ditto.
12950
12951         * html2text.el (html2text-clean-list-items): Ditto.
12952         (html2text-clean-dtdd): Ditto.
12953         (html2text-format-tags): Ditto.
12954
12955         * message.el (message-send-mail-with-sendmail): Fix regexp.
12956         (message-fill-field-general): Use search-forward instead of
12957         re-search-forward.
12958         (unbold-region): Ditto.
12959
12960         * nnrss.el (nnrss-request-article): Ditto.
12961
12962         * nnslashdot.el (nnslashdot-request-article): Ditto.
12963
12964         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12965
12966         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12967         "Unrecognized menu descriptor" error in XEmacs.
12968
12969 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12970
12971         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12972         parent article of a sparse article in the thread hashtb.
12973
12974 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12975
12976         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12977         (nnmail-expand-newtext): Lowercase expanded entries if
12978         nnmail-split-lowercase-expanded is non-nil.
12979
12980 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12983
12984         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12985         of gnus-tmp-news-method into string under XEmacs.  It will be
12986         passed to gnus-correct-length which takes only a string argument.
12987
12988 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12989
12990         * gnus-util.el (gnus-bind-print-variables): New macro.
12991         (gnus-prin1): Use it.
12992         (gnus-prin1-to-string): Use it.
12993         (gnus-pp): New function.
12994         (gnus-pp-to-string): New function.
12995
12996         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12997         Replace pp-to-string with gnus-pp-to-string.
12998         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12999         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
13000         * gnus-msg.el (gnus-debug): Ditto.
13001         * gnus-score.el (gnus-score-save): Ditto.
13002         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
13003         gnus-pp-to-string.
13004         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
13005         with gnus-pp.
13006         * score-mode.el (gnus-score-pretty-print): Ditto.
13007         * webmail.el (webmail-debug): Ditto.
13008
13009 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13010
13011         * gnus-art.el (article-display-face, article-display-x-face):
13012         Use buffer-read-only.
13013
13014 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13015
13016         * gnus-art.el (article-hide-list-identifiers):
13017         Bind inhibit-read-only as t.
13018
13019 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
13020
13021         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
13022
13023 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13024
13025         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
13026         (gnus-narrow-to-page): Don't assume point-min == 1.
13027         (gnus-article-edit-mode): Derive from message-mode.
13028
13029         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
13030         point-min == 1.
13031
13032         * imap.el (imap-parse-address-list, imap-parse-body-ext):
13033         Disable incorrect use of `assert'.
13034
13035         * message.el (message-mode): Set comment-start-skip.
13036
13037
13038 2004-08-22  Sam Steingold  <sds@gnu.org>
13039
13040         * pop3.el (pop3-leave-mail-on-server): New user variable.
13041         (pop3-movemail): Delete mail only when it is nil.
13042
13043 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
13044
13045         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
13046
13047         * mml.el (mml-preview): Use `pop-to-buffer'.
13048
13049         * message.el (message-goto-mail-followup-to): Insert after "To".
13050         (message-carefully-insert-headers): Add comment.
13051
13052         * gnus.el: Remove unused variable `gnus-article-check-size'.
13053
13054         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
13055
13056         * gnus-art.el (gnus-button-alist): Improve
13057         `gnus-button-handle-library' entry.
13058
13059 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
13060
13061         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
13062         downcase, since XEmacs capitalizes error messages differently.
13063
13064 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
13065
13066         * nntp.el: Add (require 'gnus) due to reference to
13067         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
13068
13069 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
13070
13071         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
13072         `mm-fill-flowed'.
13073
13074         * mm-decode.el (mm-dissect-singlepart): Check it.
13075
13076 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
13077
13078         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
13079         'imap' for netrc parsing.
13080
13081 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
13082
13083         * mailcap.el (mailcap-mime-data): Mark as risky.
13084
13085 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
13088         may be included in the encoded word.
13089         (rfc2047-encode): Don't append a space if the encoded word
13090         includes close parenthesis.
13091
13092 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
13095         of text within parentheses.
13096
13097 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
13098
13099         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
13100         (gnus-encrypt-write-file-contents): Make the password key the file
13101         name PLUS the cipher, not just the cipher.  Also remove failed
13102         passwords from the cache.
13103
13104 2004-08-06  Simon Josefsson  <jas@extundo.com>
13105
13106         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
13107         fix.
13108
13109 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
13112         LWSP.
13113
13114 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
13115
13116         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
13117         to append in-reply-to: data to the references: header.
13118
13119         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
13120         (netrc-parse): Use gnus-encrypt.el functions.
13121
13122         * gnus-encrypt.el: Add new file for encryption support; currently
13123         does only a few GPG ciphers and an internal XOR cipher.
13124
13125         * password.el: Add comments on using password-read-and-add.
13126         (password-read-and-add): Add function to read and add the
13127         password to the cache at once.
13128
13129 2004-07-28  Simon Josefsson  <jas@extundo.com>
13130
13131         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
13132         parameter (but don't use it, for now).
13133
13134         * imap.el (imap-ssl-open): Use imap-process-connection-type,
13135         instead of hard coding to nil.
13136
13137 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * mm-view.el (mm-inline-image-emacs): Open lines under an image
13140         as mm-inline-image-xemacs does.
13141
13142 2004-07-26  Simon Josefsson  <jas@extundo.com>
13143
13144         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
13145         Revert part of 2004-07-17 change below.
13146
13147 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
13150         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13151
13152 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13153
13154         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
13155         quotes that actually start with ">" at the beginning of the
13156         lines.
13157
13158 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13159
13160         * rfc2047.el (rfc2047-encode-region): Fix last change.
13161         (rfc2047-encode-parameter): Remove useless concat.
13162
13163 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13164
13165         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
13166         encode special characters; fix some kind of misconfigured headers;
13167         signal a real error if debug-on-quit or debug-on-error is non-nil.
13168         (rfc2047-encode-max-chars): New variable.
13169         (rfc2047-encode-1): Use it.
13170         (rfc2047-encode-parameter): New function.
13171
13172         * mml.el (mml-insert-parameter): Remove an excessive space.
13173
13174 2004-07-17  Simon Josefsson  <jas@extundo.com>
13175
13176         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
13177         Kai Grossjohann <kai@emptydomain.de>.
13178         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
13179         (gnus-group-make-menu-bar): Ditto.
13180
13181         * gnus-util.el (gnus-group-server): Add.
13182
13183 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
13184
13185         * message.el (message-clone-locals): Clone sendmail and smtp
13186         variables.
13187
13188 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * rfc2047.el (rfc2047-encode-region): Fix last change.
13191
13192 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13193
13194         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
13195         characters as non-special.
13196
13197 2004-07-09  Simon Josefsson  <jas@extundo.com>
13198
13199         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
13200         Users will lose all flag changes made while unplugged with
13201         e.g. nntp unless flag synchronization happens, thus `nil' is not a
13202         good default.  See numerous reports on ding mailing list.
13203
13204 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13205
13206         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
13207         add generate-head-function and generate-article-function to the
13208         rfc822-forward entry.
13209         (nndoc-rfc822-forward-generate-article): New function.
13210         (nndoc-rfc822-forward-generate-head): New function.
13211
13212         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
13213
13214 2004-07-06  Dan Christensen  <jdc@uwo.ca>
13215
13216         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
13217         respect display group parameter and gnus-summary-expunge-below.
13218         (gnus-articles-to-read): Remove unused reference to display group
13219         parameter.
13220
13221 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13222
13223         * nnheader.el (nnheader-uniquify-message-id): New experimental
13224         variable.
13225         (nnheader-nov-read-message-id): Use it.
13226
13227         * spam-report.el (spam-report-gmane): Add interactive.
13228
13229 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
13232         qp-or-base64 for the application/* types.
13233
13234 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
13235
13236         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
13237
13238 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
13239
13240         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
13241         trim value.
13242
13243 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
13244
13245         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
13246         New macro and function.
13247         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
13248
13249 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
13252         after-load-alist.
13253
13254 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13255
13256         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
13257         update info that isn't there.
13258
13259 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
13260
13261         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
13262         entry.
13263
13264 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13265
13266         * mm-view.el (mm-inline-render-with-function): Use multibyte
13267         buffer; decode html source by charset.
13268
13269         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
13270
13271         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
13272         Mule-UCS is loaded under XEmacs.
13273         (mm-mime-mule-charset-alist): Avoid duplicated entries.
13274
13275 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
13276
13277         * nnheader.el (nnheader-max-head-length): Increase to 8192.
13278
13279 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13280
13281         * mm-util.el (mm-coding-system-p): Return a coding-system.
13282         (mm-mime-mule-charset-alist): Use shift_jis instead of
13283         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
13284         entries for the mime charsets iso-2022-jp-3 and shift_jis.
13285         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
13286         instead of japanese-shift-jis and iso-latin-1 respectively in
13287         order to share the default value with both Emacs and XEmacs-mule.
13288         (mm-mule-charset-to-mime-charset): Make
13289         mm-coding-system-priorities effective.
13290         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
13291         while predicating of candidates upon the priorities.
13292
13293 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
13294
13295         * gnus-sum.el (gnus-summary-make-menu-bar): Add
13296         gnus-uu-invert-processable.
13297
13298         * gnus.el: Autoload gnus-uu-invert-processable.
13299
13300 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13301
13302         * mm-util.el (mm-with-multibyte-buffer): New macro.
13303
13304         * rfc2047.el (rfc2047-encode-string): Use it.
13305         (rfc2047-encode-region): Move point to the end of the region after
13306         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
13307
13308 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
13311         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
13312
13313 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13314
13315         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
13316         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
13317         Karl Chen <quarl@nospam.quarl.org>.
13318
13319 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
13320
13321         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
13322         invalid addresses.
13323
13324 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
13325
13326         * spam.el: Change section markers, revise TODO list.
13327         (spam-backends): Make new master list of all installed backends.
13328         (spam-summary-exit-behavior): Add new variable to determine how
13329         messages moves are done at summary exit.
13330         (spam-move-spam-nonspam-groups-only)
13331         (spam-process-ham-in-nonham-groups)
13332         (spam-process-ham-in-spam-groups): Remove variables, the
13333         spam-summary-exit-behavior variable should be used to manage this
13334         behavior.
13335         (spam-old-ham-articles, spam-old-spam-articles): Remove.
13336         (spam-old-articles): Add variable, replacing spam-old-ham-articles
13337         and spam-old-spam-articles.
13338         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
13339         Add empty variables, placeholders for the backends they represent.
13340         (spam-set-difference): Move, unchanged.
13341         (spam-list-of-processors): Declare OBSOLETE, not used anymore
13342         unless the user has a processor variable.
13343         (spam-classifications, spam-classification-valid-p)
13344         (spam-backend-properties, spam-backend-property-valid-p)
13345         (spam-backend-function-type-valid-p)
13346         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
13347         (spam-report-articles-gmane, spam-report-articles-resend):
13348         Remove functions, they are not needed.
13349         (spam-install-backend-super, spam-backend-list)
13350         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
13351         (spam-backend-function, spam-backend-ham-registration-function)
13352         (spam-backend-spam-registration-function)
13353         (spam-backend-ham-unregistration-function)
13354         (spam-backend-spam-unregistration-function)
13355         (spam-backend-statistical-p, spam-backend-mover-p)
13356         (spam-install-backend-alias, spam-install-checkonly-backend)
13357         (spam-install-mover-backend, spam-install-nocheck-backend)
13358         (spam-install-backend, spam-install-statistical-backend)
13359         (spam-install-statistical-checkonly-backend): Add backend installation
13360         support.
13361         (spam-summary-prepare-exit): Rewrite to use the new backend code.
13362         (spam-group-processor-p): Use the new backend code and respect the
13363         summary exit behavior.
13364         (spam-mark-spam-as-expired-and-move-routine): Remove.
13365         (spam-summary-prepare): Change to use the new spam-old-articles
13366         variable.
13367         (spam-copy-or-move-routine, spam-copy-spam-routine)
13368         (spam-move-spam-routine, spam-copy-ham-routine)
13369         (spam-move-ham-routine): Add code to copy/move ham or spam.
13370         (spam-fetch-field-fast): Improve doc and code, plus allow the
13371         'number request.
13372         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
13373         variables.
13374         (spam-split, spam-find-spam): Use the new backend code.
13375         (spam-registration-functions): Remove variable.
13376         (spam-unregister-routine): Add convenience wrapper.
13377         (spam-log-undo-registration, spam-register-routine)
13378         (spam-log-processing-to-registry)
13379         (spam-log-unregistration-needed-p): Rename "check" to "backend"
13380         where possible.
13381         (spam-check-gmane-xref, spam-check-regex-headers)
13382         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
13383         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
13384         (spam-check-bogofilter-headers, spam-check-spamoracle)
13385         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
13386         (spam-check-crm114-headers): Use the spam-split-group that
13387         spam-split prepares, no need to determine it every time.
13388
13389         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
13390         to the nnheader-parse-naked-head call.
13391
13392         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
13393
13394         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
13395         the nnheader-nov-read-message-id call.
13396
13397 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13398
13399         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
13400         gnus-activate-group twice.  Suggested by Markus Peter
13401         <warp@spin.de>.
13402
13403 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13404
13405         * gnus-art.el (gnus-article-time-format): Exchange the order of
13406         day and month in the default value; fix customization type.
13407         (article-date-ut): Use add-text-properties.
13408         (article-make-date-line): Use message-make-date instead of
13409         current-time-string.
13410
13411         * message.el (message-fetch-field): Don't use set-text-properties.
13412         (message-make-date): Simplify.
13413
13414         * messagexmas.el (message-xmas-make-date): New function.
13415         (message-xmas-redefine): Defalias message-make-date to it.
13416
13417 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13418
13419         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
13420         (rfc2047-encode-region): Treat text within parentheses as special;
13421         show the original text when error has occurred.
13422
13423         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
13424         already-computed method to gnus-activate-group.
13425
13426         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
13427         same select-methods identical Lisp objects.
13428
13429         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
13430         object when modifying the info.
13431
13432 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13433
13434         * gnus-srvr.el (gnus-server-set-info): Remove the server from
13435         gnus-opened-servers since it has never been opened with the new
13436         configuration yet.
13437
13438 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
13441         arg to nnheader-generate-fake-message-id.
13442
13443 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
13444
13445         * nnheader.el (nnheader-generate-fake-message-id): Accept a
13446         number and build a fake message ID localized to a group and
13447         article number (so it's repeatable from that point on).
13448         (nnheader-fake-message-id-p): Change regex to accomodate new fake
13449         ID format.
13450
13451         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13452         nnheader-generate-fake-message-id with the article number.
13453
13454 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13455
13456         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13457         end-of-buffer.
13458
13459 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13460
13461         * message.el (message-ignored-supersedes-headers): Add Approved.
13462
13463 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13466         goto-char.
13467         (rfc2047-encode): Fold the line before encoding.
13468
13469 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13470
13471         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13472         folding -- not all headers can be folded, and this should be done
13473         by the message composition mode.  Probably.  I think.
13474
13475 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13476
13477         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13478         fast.
13479
13480         * gnus-ems.el (gnus-remove-image): Don't use
13481         message-text-with-property; remove only the image found first.
13482
13483         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13484         found first.
13485
13486 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13487
13488         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13489
13490 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * message.el (message-text-with-property): Make it fast and accept
13493         optional arguments.
13494         (message-strip-forbidden-properties): Use it.
13495         (message-fix-before-sending): Follow the m-t-w-p change.
13496
13497         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13498
13499 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13500
13501         * gnus-art.el (article-hide-headers): Don't change the buffer
13502         mistakenly when performing mml-preview even if
13503         gnus-single-article-buffer is nil.
13504
13505 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13506
13507         * message.el (message-expand-name-databases): New user option.
13508         (message-expand-name): Use it.
13509
13510 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13511
13512         * spam.el (spam-report-articles-resend)
13513         (spam-report-resend-register-routine): Allow ham reporting.
13514         (spam-report-resend-register-ham-routine): Add wrapper.
13515         (spam-registration-functions): Add ham resending functions.
13516         (spam-list-of-processors): Add ham resend processor.
13517
13518         * gnus.el (ham-resend-to): Add new group parameter.
13519         (spam-process): Add ham resend option.
13520
13521         * spam-report.el (spam-report-resend): Allow reporting ham.
13522         (spam-report-resend-ham): Add wrapper.
13523
13524 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13525
13526         * message.el (message-cite-articles-with-x-no-archive): New
13527         variable.
13528         (message-cite-original): Use it.
13529
13530 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13531
13532         * message.el (message-cite-original): Respect X-No-Archive.
13533
13534 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13535
13536         * gnus-art.el (article-hide-headers): Refer to the values for
13537         gnus-ignored-headers and gnus-visible-headers in the summary
13538         buffer since a user may have set them as group parameters.
13539
13540 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13541
13542         * assistant.el (assistant-node-name): Add convenience function.
13543         (assistant-render-text, assistant-render-node): Add error handling,
13544         plus handle multiple next nodes.
13545         (assistant-find-next-node): Comment out for now.
13546         (assistant-find-next-nodes): Add function, returns list of next
13547         nodes.
13548
13549 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13550
13551         * mail-source.el (mail-source-directory): Fix doc-string.
13552
13553 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13554
13555         * assistant.el (assistant-render-text, assistant-eval): Add :set
13556         widget type, which is different because it takes and returns a
13557         list.  Much hilarity ensues.
13558
13559 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13560
13561         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13562
13563         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13564         doc-string.
13565
13566         * gnus-start.el (gnus-activate-group): Added doc-string.
13567
13568 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13571
13572 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13573
13574         * assistant.el (assistant-render-text): Try to add a :set
13575         widget, more to come.
13576
13577         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13578         strings.
13579         (spam-report-articles-resend)
13580         (spam-register-routine): Do registration iff any articles warrant
13581         it.
13582         (spam-summary-prepare-exit): Change log message for nil group
13583         destinations.
13584
13585 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13586
13587         * spam.el (spam-report-resend-register-routine): Allow
13588         spam-report-resend-to to be a group parameter or a global value.
13589
13590 2004-05-26  Simon Josefsson  <jas@extundo.com>
13591
13592         * starttls.el: Merge with my GNUTLS based starttls.el.
13593         (starttls-gnutls-program, starttls-use-gnutls)
13594         (starttls-extra-arguments, starttls-process-connection-type)
13595         (starttls-connect, starttls-failure, starttls-success): New
13596         variables.
13597         (starttls-program, starttls-extra-args): Doc fix.
13598         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13599         functions.
13600         (starttls-negotiate, starttls-open-stream): Check
13601         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13602         function if it is set.
13603
13604 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13605
13606         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13607         structured fields.
13608
13609 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13610
13611         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13612
13613 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13614
13615         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13616         variable.
13617         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13618         assigning the spam-mark to new messages.
13619
13620 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13621
13622         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13623
13624 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13627
13628         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13629         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13630         default.
13631
13632 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13633
13634         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13635         correct data.
13636
13637 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13638
13639         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13640         (spam-group-processor-p): Fix function.
13641         (spam-group-processor-multiple-p)
13642         (spam-group-spam-processor-report-gmane-p)
13643         (spam-group-spam-processor-report-resend-p)
13644         (spam-group-spam-processor-bogofilter-p)
13645         (spam-group-spam-processor-blacklist-p)
13646         (spam-group-spam-processor-ifile-p)
13647         (spam-group-ham-processor-ifile-p)
13648         (spam-group-spam-processor-spamoracle-p)
13649         (spam-group-spam-processor-crm114-p)
13650         (spam-group-ham-processor-bogofilter-p)
13651         (spam-group-spam-processor-stat-p)
13652         (spam-group-ham-processor-stat-p)
13653         (spam-group-ham-processor-whitelist-p)
13654         (spam-group-ham-processor-BBDB-p)
13655         (spam-group-ham-processor-spamoracle-p)
13656         (spam-group-ham-processor-copy-p): Remove functions with some
13657         prejudice against unneeded code.
13658         (spam-report-articles-resend)
13659         (spam-report-resend-register-routine): Allow the group/topic
13660         spam-resend-to value to override spam-report-resend-to.
13661         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13662         properly now.
13663
13664         * gnus.el (spam-resend-to): Add group/topic parameter.
13665         (spam-process): Move the OBSOLETE processors to the end of the
13666         choices.
13667
13668 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13669
13670         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13671         with resend-to set to nil, and then ask the user if necessary.
13672         (spam-report-resend): spam-report-resend takes a list of articles, not
13673         separate article numbers.
13674
13675 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13676
13677         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13678         addition to emacs-w3m.
13679
13680 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13681
13682         * assistant.el (assistant-authinfo-data): New function.
13683         (assistant-eval): Eval for entire assistant.
13684
13685         * netrc.el (netrc-services-file): New variable.
13686         (netrc-parse-services): New function.
13687         (netrc-find-service-name): New function.
13688         (netrc-find-service-number): New function.
13689         (netrc-port-equal): New function.
13690         (netrc-machine): Use it.
13691
13692         * nnimap.el (nnimap-open-connection): Use netrc.
13693
13694         * gnus-util.el (gnus-netrc-get): Remove aliases.
13695
13696         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13697
13698         * assistant.el (wid-edit): Fix compilation.
13699
13700         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13701
13702 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13703
13704         * gnus-util.el (gnus-set-file-modes): New function.  (small
13705         patch).
13706
13707 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13708
13709         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13710
13711         * assistant.el (assistant-render-node): Fix up rendering and
13712         read-only text.
13713         (assistant-render-node): Reset.
13714         (assistant-make-read-only): Not sticky.
13715
13716 2004-05-20  Danny Siu  <dsiu@adobe.com>
13717
13718         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13719         centered even when gnus-auto-center-summary is t.
13720
13721 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13722
13723         * dns.el (dns-get-txt-answer): New function.
13724         (dns-read-txt): Ditto.
13725         (query-dns): Use it.
13726
13727 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13730         active for foreign groups even if the group level is higher than
13731         the specified value.
13732
13733 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13734
13735         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13736         non-active groups.
13737
13738         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13739
13740 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13741
13742         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13743
13744 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13745
13746         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13747         (spam-crm114-header, spam-crm114-spam-switch)
13748         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13749         (spam-crm114-positive-spam-header)
13750         (spam-crm114-database-directory, spam-list-of-processors)
13751         (spam-group-spam-processor-crm114-p)
13752         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13753         (spam-generic-score, spam-list-of-checks)
13754         (spam-list-of-statistical-checks, spam-registration-functions)
13755         (spam-check-crm114-headers, spam-crm114-score)
13756         (spam-check-crm114, spam-crm114-register-with-crm114)
13757         (spam-crm114-register-spam-routine)
13758         (spam-crm114-unregister-spam-routine)
13759         (spam-crm114-register-ham-routine)
13760         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13761         asjo@koldfront.dk (Adam Sjøgren).
13762
13763         * gnus.el: Add spam-use-crm114.
13764
13765         * spam.el (spam-list-of-processors, spam-registration-functions):
13766         Add spam-use-resend.
13767         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13768         (spam-report-articles-gmane): Add doc fix.
13769         (spam-report-articles-resend, spam-report-resend-register-routine):
13770         Add wrappers around spam-report-resend-to.
13771
13772         * spam-report.el (spam-report-resend-to, spam-report-resend):
13773         Add support for resending spam.
13774         (spam-report-gmane): Fix line length >80.
13775
13776         * gnus.el (spam-process): Add spam-use-resend.
13777
13778 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13779
13780         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13781         number of processed spam messages.
13782         (spam-ham-copy-or-move-routine): Return the number of processed
13783         ham messages.
13784         (spam-summary-prepare-exit): Use the above values to decide
13785         whether status messages shouled be displayed.
13786
13787 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13788
13789         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13790         `rfc2047-encoding-function-alist' in order to avoid conflicting
13791         with the old version.
13792         (rfc2047-encode-region): Concatenate words containing non-ASCII
13793         characters in structured fields; don't encode space-delimited
13794         ASCII words even in unstructured fields; don't break words at
13795         char-category boundaries.
13796         (rfc2047-encode-1): New function.
13797         (rfc2047-encode): Use it; encode text so that it occupies the
13798         maximum width within 76-column; work correctly on Q encoding for
13799         iso-2022-* charsets.
13800         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13801         sure not to break a line just after the header name.
13802         (rfc2047-b-encode-region): Removed.
13803         (rfc2047-b-encode-string): New function.
13804         (rfc2047-q-encode-region): Removed.
13805         (rfc2047-q-encode-string): New function.
13806
13807         * mm-util.el (mm-replace-in-string): New function.
13808
13809 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13810
13811         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13812         get it right.
13813         (gnus-inews-make-draft): Really.
13814
13815 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13816
13817         * nnmh.el (nnmh-request-list-1): Don't check the link count
13818         before descending.  (small patch)
13819
13820 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13821
13822         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13823         stuff.
13824
13825         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13826         on real group name.
13827
13828         * gnus-art.el (gnus-signature-limit): Doc fix.
13829
13830         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13831
13832         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13833
13834 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13835
13836         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13837         isn't a string.
13838
13839 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13840
13841         * gnus-draft.el (gnus-draft-send): Bind
13842         rfc2047-encode-encoded-words.
13843
13844         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13845         (rfc2047-encodable-p): Say that =? needs encoding.
13846         (rfc2047-encode-encoded-words): New variable.
13847
13848         * gnus-group.el (gnus-group-select-group): Doc fix.
13849
13850         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13851
13852         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13853         to nil.
13854
13855         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13856
13857         * nnheader.el (nnheader-get-lines-and-char): New function.
13858
13859 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13860
13861         * gnus-msg.el (gnus-summary-followup-with-original): Document
13862         yanking of region when active.
13863
13864 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13865
13866         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13867         groups if the group level is higher than the specified value.
13868
13869 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13870
13871         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13872         (gnus-group-jump-to-group): Added prefix argument using
13873         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13874         non-active group.
13875
13876         * compface.el (uncompface): Be verbose when changing
13877         `uncompface-use-external'.
13878
13879         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13880         handle manual section.
13881
13882 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13883
13884         * gnus-art.el (gnus-button-alist): Revert previous change.
13885
13886 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13887
13888         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13889
13890 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13891
13892         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13893         whether backend can accept message.
13894
13895         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13896
13897 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13898
13899         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13900         Avoid creating directory when nntp-marks-is-evil is true.
13901         Reported by Reiner Steib.
13902
13903 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13904
13905         * gnus-picon.el (gnus-picon-style): New variable.
13906         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13907         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13908         Jesper Harder <harder@ifa.au.dk>.
13909
13910 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13911
13912         * message.el (message-fill-field): Return point.
13913         (message-generate-headers): Go to end of field.
13914
13915         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13916         stuff for non-living groups.
13917
13918 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13919
13920         * gnus-art.el (gnus-article-followup-with-original)
13921         (gnus-article-reply-with-original): gnus-mark-active-p ->
13922         gnus-region-active-p.
13923
13924 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13925
13926         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13927         only when there is spam or ham to be processed.
13928
13929 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13930
13931         * mail-source.el (mail-source-delete-crash-box): Refactor.
13932         (mail-source-fetch): Use it.
13933         (mail-source-fetch-file): Ditto.
13934         (mail-source-fetch-directory): Run postscript in loop.
13935         (mail-source-fetch-pop): Delete.
13936         (mail-source-fetch-maildir): Ditto.
13937         (mail-source-fetch-imap): Ditto.
13938
13939         * imap.el (imap-authenticators): Comment out sasl.
13940
13941         * message.el (message-skip-to-next-address): New function.
13942         (message-fill-header-address): Refactor.
13943         (message-fill-address): Use it.
13944         (message-delete-address): Use it.
13945         (message-fill-header-general): Refactor.
13946         (message-fill-field-address): Rename.
13947         (message-narrow-to-field): Find the start of the header.
13948         (message-header-format-alist): Don't pre-fill.
13949         (message-fill-header): Removed.
13950         (message-insert-header): New function.
13951         (message-shorten-references): Use it.
13952
13953         * rfc2047.el (rfc2047-field-value): Strip props.
13954
13955         * mail-parse.el (mail-header-make-address): New alias.
13956
13957         * ietf-drums.el (ietf-drums-make-address): New function.
13958
13959         * imap.el: Add compiler directives.
13960
13961         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13962
13963         * gnus-art.el (article-decode-idna-rhs): Don't use
13964         message-idna-inside-rhs-p.
13965
13966 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13967
13968         * message.el (message-idna-inside-rhs-p): Removed.
13969         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13970
13971         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13972         false positives.
13973
13974 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13975
13976         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13977
13978 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13979
13980         * nneething.el (nneething-file-name): Don't create spurious
13981         files.
13982
13983         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13984         (gnus-inews-do-gcc): Remove sleep.
13985
13986         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13987         part under point.
13988
13989         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13990         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13991
13992 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13993
13994         * spam.el (spam-summary-prepare-exit): Fixed (length).
13995
13996 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13997
13998         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13999         as expired without moving it" message when there are spam
14000         messages left.
14001
14002 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
14003
14004         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
14005         header is not nil.
14006
14007 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
14008
14009         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
14010         nntp-possibly-create-directory, not nntp-possibly-change-group.
14011         (nntp-marks-changed-p): New arg SERVER.
14012         (nntp-request-update-info): Adjust caller.
14013
14014 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
14015
14016         * nntp.el (nntp-save-marks): Pass missing arg.
14017
14018 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14019
14020         * nntp.el: Support marks.
14021         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
14022         (nntp-marks-modtime, nntp-marks-directory): New variables.
14023         (nntp-request-set-mark, nntp-request-update-info)
14024         (nntp-possibly-create-directory, nntp-marks-changed-p)
14025         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
14026         functions.
14027
14028 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
14029
14030         * gnus-xmas.el (gnus-xmas-select-lowest-window)
14031         (gnus-xmas-redefine): Rename.
14032
14033         * gnus-score.el (gnus-score-insert-help): Use
14034         gnus-select-lowest-window.
14035
14036         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
14037         appt-select-lowest-window and rename to gnus-select-lowest-window.
14038
14039         * gnus.el: do.
14040
14041 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14042
14043         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
14044         encodings of MIME-encoded words, in order to improve
14045         interoperability with several broken MUAs.
14046
14047 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14048
14049         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
14050         tags, only when charsets are not specified in headers.
14051         (mm-inline-text-html-render-with-w3m): Ditto.
14052
14053         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
14054         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
14055
14056 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14057
14058         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
14059         instead of MIME-decoded from fields when checking
14060         `gnus-article-address-banner-alist'.
14061
14062 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
14063
14064         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
14065         description rather than subject.
14066
14067 2004-05-02  Steve Youngs  <steve@youngs.au.com>
14068
14069         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
14070
14071 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14072
14073         * gnus.el (gnus-version-number): Bump.
14074
14075 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14076
14077         * gnus.el: No Gnus v0.2 is released.
14078
14079 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14080
14081         * gnus-agent.el (gnus-agent-read-agentview): Inline
14082         gnus-uncompress-range.
14083
14084 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14085
14086         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
14087         `exec-installed-p'.
14088
14089 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14090
14091         * gnus.el (spam-process, spam-autodetect-methods): Add
14092         bsfilter and bsfilter-headers.
14093
14094         * spam.el (spam-bsfilter): New customize group.
14095         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
14096         (spam-bsfilter-header, spam-bsfilter-probability-header)
14097         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
14098         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
14099         (spam-bsfilter-database-directory): New options.
14100         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
14101         (spam-list-of-statistical-checks, spam-registration-functions):
14102         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
14103         (spam-bsfilter-score): New command.
14104         (spam-check-bsfilter-headers, spam-check-bsfilter)
14105         (spam-bsfilter-register-with-bsfilter)
14106         (spam-bsfilter-register-spam-routine)
14107         (spam-bsfilter-unregister-spam-routine)
14108         (spam-bsfilter-register-ham-routine)
14109         (spam-bsfilter-unregister-ham-routine): New functions.
14110         (spam-generic-score): Support bsfilter; Accept an optional argument
14111         to recalcurate spam score even if scoring header has already been
14112         added.
14113         (spam-bogofilter-score, spam-spamassassin-score): Accept an
14114         optional argument to recalcurate spam score even if scoring header
14115         has already been added.
14116
14117 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
14118
14119         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
14120         strings!  Reported by David D. Smith <davidsmith@acm.org>.
14121         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
14122         link is missing.
14123
14124 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
14125
14126         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
14127         (html2text-get-attr): Rewrite.
14128
14129         * message.el (message-setup-1): Remove redundant put-text-property
14130         on mail-header-separator.
14131
14132 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
14133
14134         * gnus-registry.el (gnus-registry-cache-whitespace)
14135         (gnus-registry-action, gnus-registry-spool-action)
14136         (gnus-registry-split-fancy-with-parent): Change message levels
14137         from 5 to 3 or 7, as needed.
14138
14139         * spam.el (spam-summary-prepare-exit)
14140         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
14141         (spam-split, spam-find-spam, spam-log-undo-registration)
14142         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
14143         level from 5 to 6.
14144
14145 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * gnus-ems.el: Autoload appt-select-lowest-window (revert
14148         2004-03-04 change).
14149
14150 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14151
14152         * sieve-manage.el (sieve-manage-open):
14153         * nnweb.el (nnweb-insert-html):
14154         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
14155         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
14156         * nnspool.el (nnspool-request-group):
14157         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
14158         * nnml.el (nnml-request-update-info):
14159         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
14160         (nnmh-request-create-group, nnmh-update-gnus-unreads):
14161         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
14162         (nnimap-request-set-mark):
14163         * nnfolder.el (nnfolder-request-update-info):
14164         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
14165         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
14166         * gnus-uu.el (gnus-uu-find-articles-matching):
14167         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
14168         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
14169         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
14170         * gnus-nocem.el (gnus-nocem-scan-groups):
14171         * gnus-int.el (gnus-start-news-server):
14172         * gnus-group.el (gnus-group-make-kiboze-group)
14173         (gnus-group-browse-foreign-server):
14174         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
14175         Use mapc when appropriate.
14176
14177 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
14178
14179         FIXME: Make separate entries for each person.
14180
14181         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
14182         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
14183         <shields@msrl.com>:
14184
14185         * spam.el (spam-necessary-extra-headers): Get the extra headers we
14186         may need for spam sorting and scoring.
14187         (spam-user-format-function-S): Add user format function suitable for
14188         general use.
14189         (spam-article-sort-by-spam-status): Add sorting function for summary
14190         sorting.
14191         (spam-extra-header-to-number): Add function to get a score from a
14192         header.
14193         (spam-summary-score): Add function to get a numeric score from the
14194         headers.
14195         (spam-generic-score): Fix function doc, was in wrong place.
14196         (spam-initialize): Take symbols when it's run, and install the
14197         extra headers that spam-necessary-extra-headers thinks we need.
14198
14199 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14200
14201         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
14202         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14203
14204 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
14205
14206         * gnus-sum.el (gnus-set-global-variables)
14207         (gnus-build-all-threads, gnus-get-newsgroup-headers)
14208         (gnus-article-get-xrefs, gnus-summary-best-group)
14209         (gnus-summary-next-article, gnus-summary-enter-digest-group)
14210         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
14211         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
14212         Use with-current-buffer.
14213
14214 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
14215
14216         * spam.el (spam-summary-prepare-exit): Simplify logic.
14217         (spam-fetch-article-header): Read the article header if it's not
14218         available.
14219         (spam-list-articles): Simplify logic.
14220         (spam-filelist-register-routine): Fix bug with unregister-list.
14221
14222         * gnus-registry.el: Fix comments at beginning.
14223
14224 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
14225
14226         * message.el (message-cater-to-broken-inn): Remove.
14227         (message-shorten-references): Make sure the total folded length of
14228         References is shorter than 998 characters to cater to a bug in INN
14229         2.3.  Also, don't pretend that references aren't folded -- this
14230         hasn't worked for a while.
14231
14232 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14233
14234         * gnus-agent.el (gnus-agentize):
14235         gnus-agent-send-mail-real-function no longer set to current value
14236         of message-send-mail-function but rather a lambda that calls
14237         message-send-mail-function.  The change makes the agent real-time
14238         responsive to user changes to message-send-mail-function.
14239
14240 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14241
14242         * legacy-gnus-agent.el
14243         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
14244         help from Florian Weimer <fw@deneb.enyo.de>
14245
14246 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * nnmail.el (nnmail-cache-insert): Revert last change.
14249
14250 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14251
14252         * nnmail.el (nnmail-cache-insert): Always check whether
14253         nnmail-cache-ignore-groups matches a group name.
14254
14255 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
14256
14257         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
14258         (spam-find-spam, spam-log-processing-to-registry)
14259         (spam-log-registered-p, spam-log-unregistration-needed-p)
14260         (spam-log-undo-registration): Use gnus-message instead of
14261         gnus-error, none of these errors are fatal.
14262
14263         * gnus-registry.el (gnus-registry-clean-empty-function)
14264         (gnus-registry-clean-empty): Remove only empty entries without
14265         extra data.
14266
14267 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
14268
14269         * spam-stat.el (spam-stat-buffer-change-to-spam)
14270         (spam-stat-buffer-change-to-non-spam): Change (error) to
14271         (gnus-message 8) invocation.
14272
14273 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * nntp.el (nntp-via-netcat-command): New variable.
14276         (nntp-via-netcat-switches): New variable.
14277         (nntp-open-via-rlogin-and-netcat): New function.
14278         (nntp-open-connection-function): Doc fix.
14279         (nntp-telnet-command): Doc fix.
14280         (nntp-end-of-line): Doc fix.
14281         (nntp-via-rlogin-command): Doc fix.
14282         (nntp-via-user-name): Doc fix.
14283         (nntp-via-address): Doc fix.
14284
14285 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14286
14287         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
14288         error in Emacs 21.1.
14289
14290 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
14291
14292         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
14293
14294 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14295
14296         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
14297         (gnus-agent-with-refreshed-group): New macro.
14298         (gnus-agent-rename-group): New function.
14299         (gnus-agent-delete-group): New function.
14300         (gnus-agent-save-group-info): Use gnus-command-method when
14301         `method' parameter is nil.  Don't write nil entries into the
14302         active file.
14303         (gnus-agent-get-group-info): New function.
14304         (gnus-agent-fetch-articles): Use
14305         gnus-agent-update-files-total-fetched-for to increment disk space
14306         used.
14307         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
14308         gnus-agent-update-view-total-fetched-for to increment disk space
14309         used.
14310         (gnus-agent-get-local): Added optional parameters to avoid calling
14311         gnus-group-real-name and gnus-find-method-for-group.
14312         (gnus-agent-set-local): Delete stored entry if either min, or max,
14313         are nil.
14314         (gnus-agent-fetch-session): Reworded error/quit messages.  On
14315         quit, use gnus-agent-regenerate-group to record existance of any
14316         articles fetched to disk before the quit occurred.
14317         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
14318         gnus-agent-update-view-total-fetched-for, and
14319         gnus-agent-update-files-total-fetched-for to decrement disk space
14320         used.
14321         (gnus-agent-retrieve-headers): Use
14322         gnus-agent-update-view-total-fetched-for to increment disk space
14323         used.
14324         (gnus-agent-regenerate-group): Replace gnus-group-update-group
14325         with gnus-agent-update-files-total-fetched-for to decrement disk
14326         space and fresh group buffer.
14327         (gnus-agent-inhibit-update-total-fetched-for): New variable.
14328         (gnus-agent-need-update-total-fetched-for): New variable.
14329         (gnus-agent-update-files-total-fetched-for): New function.
14330         (gnus-agent-update-view-total-fetched-for): New function.
14331         (gnus-agent-total-fetched-for): New function.
14332
14333         * gnus-cache.el (gnus-cache-save-buffers): Use
14334         gnus-cache-update-overview-total-fetched-for to change disk space
14335         used by this group.
14336         (gnus-cache-possibly-enter-article): Use
14337         gnus-cache-update-file-total-fetched-for to increment disk space
14338         used by this group.
14339         (gnus-cache-possibly-remove-article): Use
14340         gnus-cache-update-file-total-fetched-for to decrement disk space
14341         used by this group.
14342         (gnus-cache-generate-nov-databases): Purge total fetched cache.
14343         (gnus-cache-rename-group): New function.
14344         (gnus-cache-delete-group): New function.
14345         (gnus-cache-inhibit-update-total-fetched-for): New variable.
14346         (gnus-cache-need-update-total-fetched-for): New variable.
14347         (gnus-cache-with-refreshed-group): New macro.
14348         (gnus-cache-update-file-total-fetched-for): New function.
14349         (gnus-cache-update-overview-total-fetched-for): New function.
14350         (gnus-cache-rename-group-total-fetched-for): New function.
14351         (gnus-cache-delete-group-total-fetched-for): New function.
14352         (gnus-cache-total-fetched-for): New function.
14353
14354         * gnus-group.el: Require gnus-sum and autoload functions to
14355         resolve warnings when gnus-group.el compiled alone.
14356         (gnus-group-line-format): Documented new %F.
14357         (size of Fetched data) group line format; identifies disk space
14358         used by agent and cache.
14359         (gnus-group-line-format-alist): Defined new F format.
14360         (gnus-total-fetched-for): New function.
14361         (gnus-group-delete-group): No longer update
14362         gnus-cache-active-altered as gnus-request-delete-group now keeps
14363         the cache in sync.
14364         (gnus-group-list-active): Let the agent store a server's active
14365         list if currently plugged.
14366
14367         * gnus-int.el (gnus-request-delete-group):
14368         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
14369         local disk in sync with the server.
14370         (gnus-request-rename-group):
14371         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
14372         local disk in sync with the server.
14373
14374         * gnus-start.el (gnus-get-unread-articles):
14375         Cosmetic simplification to logic.
14376
14377         * gnus-util.el (gnus-rename-file): New function.
14378
14379 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
14380
14381         * mm-util.el (mm-image-load-path): Handle nil in load-path.
14382
14383 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
14384
14385         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
14386         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
14387
14388 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
14389
14390         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
14391         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
14392
14393 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
14394
14395         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
14396
14397 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
14398
14399         * spam.el (spam-set-difference): Add function to replace
14400         gnus-set-difference in spam.el.
14401         (spam-summary-prepare-exit): Use spam-set-difference.
14402
14403 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14404
14405         * gnus-registry.el (gnus-registry-cache-file): Update to use
14406         gnus-dribble-directory OR gnus-home-directory OR ~.
14407         (gnus-registry-split-fancy-with-parent): Fix doc.
14408
14409 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14410
14411         * message.el (message-exchange-point-and-mark): Use
14412         message-mark-active-p.  Suggested by Jesper Harder
14413         <harder@ifa.au.dk>.
14414
14415 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14416
14417         * message.el (message-exchange-point-and-mark): Don't activate
14418         region if it was inactive.  Suggested by Hiroshi Fujishima
14419         <pooh@nature.tsukuba.ac.jp>.
14420
14421 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14422
14423         * gnus-art.el (article-display-face): Display Faces in the same
14424         order as X-Faces.
14425
14426 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14427
14428         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
14429
14430 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
14433         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
14434         (gnus-article-mime-hierarchy): Remove.
14435         (gnus-article-mime-hierarchy-next): Remove.
14436         (gnus-article-mode): Revert 2004-03-19 change.
14437         (gnus-article-setup-buffer): Revert 2004-03-19 change.
14438         (gnus-insert-mime-button): Revert 2004-03-19 change.
14439         (gnus-mime-accumulate-hierarchy): Remove.
14440         (gnus-mime-enter-multipart): Remove.
14441         (gnus-mime-leave-multipart): Remove.
14442         (gnus-mime-display-part): Revert 2004-03-19 change.
14443         (gnus-mime-display-alternative): Revert 2004-03-19 change.
14444
14445         * mml.el (mml-preview): Revert 2004-03-19 change.
14446
14447 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
14448
14449         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
14450
14451 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
14454         t while entering a file name using the mm-with-multibyte macro.
14455         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14456
14457         * mm-util.el (mm-with-multibyte): New macro.
14458
14459 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14460
14461         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14462         user option.
14463         (gnus-mime-multipart-functions): Doc and customization fix.
14464         (gnus-article-mime-hierarchy): New variable.
14465         (gnus-article-mime-hierarchy-next): New variable.
14466         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14467         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14468         gnus-article-mime-hierarchy-next to nil.
14469         (gnus-insert-mime-button): Show hierarchy numbers.
14470         (gnus-mime-accumulate-hierarchy): New function.
14471         (gnus-mime-enter-multipart): New function.
14472         (gnus-mime-leave-multipart): New function.
14473         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14474         (gnus-mime-display-alternative): Show hierarchy numbers.
14475
14476         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14477         gnus-article-mime-hierarchy-next to nil.
14478
14479 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14480
14481         * dns.el: Don't require gnus-xmas.
14482
14483 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14484
14485         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14486         inline PGP.
14487         (mml-menu): Disable mml-quote-region if mark is inactive.
14488
14489 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14492         when the group's active is not available.
14493
14494 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14497         error.
14498
14499 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14500
14501         * imap.el (imap-store-password): New variable.
14502         (imap-interactive-login): Use it.
14503         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14504
14505 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14508         window-start and hscroll to summary window.
14509
14510 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14511
14512         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14513         conversion message to newsrc-dribble when an actual conversion is
14514         performed.
14515
14516 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14517
14518         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14519
14520 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * mm-decode.el (mm-complicated-handles): New function reviving
14523         former definition of mm-multiple-handles.
14524
14525         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14526         (gnus-mime-delete-part): Use it.
14527
14528 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14529
14530         * gnus-agent.el (gnus-agent-read-local): Bind
14531         nnheader-file-coding-system to gnus-agent-file-coding-system to
14532         avoid the implicit assumption that they will always be equal.
14533         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14534         coding-system-for-write, as the with-temp-file macro first prints
14535         to a buffer then saves the buffer.
14536
14537 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14538
14539         * gnus-art.el (gnus-article-edit-part): New function.
14540         (gnus-mime-save-part-and-strip): Use it; do query instead of
14541         signaling an error; don't use mm-multiple-handles.
14542         (gnus-mime-delete-part): Ditto.
14543
14544 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14545
14546         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14547         old file versions.
14548         (gnus-group-prepare-hook): Removed function that converted list
14549         form of gnus-agent-expire-days to group properties.
14550
14551         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14552         (gnus-request-accept-article): Re-indented.
14553
14554         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14555         converters to handle old agent file formats.  Added logic for a
14556         "backup before upgrading warning".
14557         (gnus-convert-mark-converter-prompt): Developers can mark
14558         functions as needing (default), or not needing,
14559         gnus-convert-old-newsrc's "backup before upgrading warning".
14560         (gnus-convert-converter-needs-prompt): Tests whether the user
14561         should be protected from potentially irreversable changes by the
14562         function.
14563
14564         * legacy-gnus-agent.el: New.  Provides converters that are only
14565         loaded when gnus-convert-old-newsrc needs to call them.
14566
14567 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14568
14569         * mail-source.el (mail-source-touch-pop): Doc fix.
14570
14571         * message.el (message-smtpmail-send-it): Doc fix.
14572
14573 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14574
14575         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14576
14577         * nnmail.el (nnmail-split-fancy): do.
14578
14579         * gnus-kill.el (gnus-kill, gnus-execute): do.
14580
14581 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14582
14583         * gnus-sum.el (gnus-widget-reversible-match)
14584         (gnus-widget-reversible-to-internal)
14585         (gnus-widget-reversible-to-external): New functions.
14586         (gnus-widget-reversible): New widget.
14587         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14588
14589 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14590
14591         * gnus-sum.el (gnus-thread-sort-functions)
14592         (gnus-article-sort-functions): Document `(not F)' items.
14593
14594 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14595
14596         * spam.el (spam-use-gmane-xref): Add new backend.
14597         (spam-gmane-xref-spam-group): Add variable to control the name of the
14598         Gmane spam group.
14599         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14600         (spam-regex-headers-spam, spam-regex-headers-ham)
14601         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14602         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14603         backends and checks.
14604         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14605
14606         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14607         an autodetect method.
14608
14609 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14610
14611         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14612         articles are being added to a group.
14613         (gnus-request-replace-article): Inform the agent that articles
14614         need to be uncached as the cached contents are no longer valid.
14615
14616 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * binhex.el: Don't autoload executable-find.
14619
14620         * canlock.el: Don't autoload mail-fetch-field.
14621
14622         * dgnushack.el: Autoload c-mode for XEmacs.
14623
14624         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14625
14626         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14627         rmail-dont-reply-to and rmail-output.
14628
14629         * gnus-score.el: Don't autoload ffap-string-at-point.
14630
14631         * gnus-setup.el: Don't autoload sc-cite-original.
14632
14633         * imap.el: Don't autoload base64-decode-string,
14634         base64-encode-string and md5.
14635
14636         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14637         and rmail-msg-restore-non-pruned-header.
14638
14639         * mm-decode.el: Don't autoload executable-find.
14640
14641         * mm-url.el: Don't autoload executable-find.
14642
14643         * mm-view.el: Don't autoload diff-mode.
14644
14645         * nndb.el: Don't autoload news-reply-mode, news-setup,
14646         cancel-timer and telnet.
14647
14648         * password.el: Don't autoload run-at-time for Emacs.
14649
14650         * sha1-el.el: Don't autoload executable-find.
14651
14652         * sieve-mode.el: Don't autoload c-mode.
14653
14654         * uudecode.el: Don't autoload executable-find.
14655
14656 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14657
14658         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14659         (gnus-agent-possibly-alter-active): Avoid null in numeric
14660         comparison.
14661         (gnus-agent-set-local): Refuse to save null in local object table.
14662         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14663         list of articles that will be marked as unread.
14664
14665 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14668
14669 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14670
14671         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14672         language tags.
14673
14674 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14675
14676         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14677         Don't bind "obarray".
14678
14679         * gnus-sum.el (gnus-thread-sort-functions): Added
14680         `gnus-thread-sort-by-most-recent-number' and
14681         `gnus-thread-sort-by-most-recent-date'.
14682         Reported by Kai Grossjohann <kai@emptydomain.de>.
14683
14684 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14685
14686         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14687
14688 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14689
14690         * gnus-cus.el (gnus-agent-customize-category): Removed
14691         ignore-errors macro reference that required cl to be loaded at
14692         run-time.
14693
14694         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14695         single-interval range of the form (min . max).  Previously the
14696         range had to look like ((min . max)).  Likewise, return
14697         (min . max) rather than ((min . max)).
14698         (gnus-range-map): Use gnus-range-normalize to accept
14699         single-interval range.
14700
14701         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14702         the cache, but not the agent, now appear with their usual face.
14703
14704         * dgnushack.el (loaddir): New variable that is bound to the
14705         directory containing the dgnushack.el file. Use loaddir, rather
14706         than srcdir, to update load-path. Change lets dgnushack compile
14707         code in directories other than GNUS/lisp.
14708
14709 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14710
14711         * lpath.el: Don't bind w3m-safe-url-regexp.
14712
14713         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14714         w3m-safe-url-regexp variable buffer-local.
14715
14716         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14717
14718 2004-02-27  Simon Josefsson  <jas@extundo.com>
14719
14720         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14721         gnus-group-real-prefix.
14722         (gnus-summary-move-article): Use it, instead of
14723         gnus-group-real-prefix.
14724
14725 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * lpath.el: Bind w3m-safe-url-regexp.
14728
14729         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14730         w3m-safe-url-regexp variable buffer-local and set it as the value
14731         of mm-w3m-safe-url-regexp.
14732
14733         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14734
14735         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14736         parsing gnus-posting-styles when the message is not for replying.
14737
14738         * dgnushack.el: Autoload sgml-mode for XEmacs.
14739
14740         * nnrss.el (nnrss-opml-export): Use
14741         mm-set-buffer-file-coding-system instead of
14742         set-buffer-file-coding-system.
14743
14744 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14745
14746         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14747         of checkdoc.el).
14748         * nnrss.el: do.
14749         * gnus-mlspl.el: do.
14750         * gnus-ml.el: do.
14751         * gnus-srvr.el: do.
14752
14753         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14754
14755 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14756
14757         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14758         Corrections to custom-manual links.
14759
14760         * gnus-art.el (gnus-article): Ditto.
14761
14762         * mm-decode.el (mime-display, mime-security): Ditto.
14763
14764 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14765
14766         * flow-fill.el: Typo.
14767
14768 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14769
14770         * spam-wash.el: New file.
14771
14772 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14773
14774         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14775
14776 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14777
14778         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14779         to be run with new-articles as LIST1, not LIST2.
14780         (spam-registration-functions): Add spam-use-ham-copy as a nil
14781         registration backend.
14782
14783 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14784
14785         * spam-stat.el (spam-stat-washing-hook): New option.
14786         (spam-stat-buffer-words): Use it.
14787         (spam-stat-process-directory, spam-stat-test-directory): Use
14788         insert-file-contents-literally.
14789         (spam-stat-coding-system): New variable.
14790         (spam-stat-load, spam-stat-save): Use it.
14791
14792 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * spam-report.el (spam-report-plug-agent): Quote
14795         spam-report-url-to-file and spam-report-url-ping-plain.
14796
14797 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14798
14799         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14800         / in mailto URLs.
14801
14802 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14803
14804         * spam-report.el (spam-report-process-queue): Fix interactive use.
14805         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14806         (spam-report-unplug-agent): Doc fixes.
14807         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14808         (spam-report-agentize, spam-report-deagentize): Autoload.
14809
14810 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14813
14814         * message.el (message-setup-fill-variables): Add mml tags to
14815         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14816         <ajk@iu.edu>.
14817         (message-mode): Don't modify paragraph-separate there.
14818
14819 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14820
14821         * compface.el (uncompface-use-external): Default to undecided.
14822         (uncompface-use-external-threshold): New variable.
14823         (uncompface-float-time): New macro.
14824         (uncompface): Determine whether to use the external decoder if
14825         uncompface-use-external is undecided.
14826
14827 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14828
14829         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14830         after images.
14831
14832         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14833
14834 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14835
14836         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14837
14838         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14839
14840         * gnus-sum.el (gnus-summary-limit-to-age)
14841         (gnus-summary-limit-children): do.
14842
14843         * gnus-int.el (gnus-request-scan): do.
14844
14845         * gnus-group.el (gnus-group-suspend): do.
14846
14847         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14848
14849         * gnus-cite.el (gnus-cite-parse-attributions): do.
14850
14851         * gnus-agent.el (gnus-summary-set-agent-mark)
14852         (gnus-agent-regenerate-group): do.
14853
14854         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14855
14856         * binhex.el (binhex-decode-region-internal): do.
14857
14858 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14859
14860         * gnus-fun.el (gnus-face-properties-alist): New user option.
14861         (gnus-display-x-face-in-from): Use it.
14862
14863         * gnus-art.el (article-display-face): Ditto.
14864
14865         * compface.el (uncompface-use-external): Default to nil.
14866
14867 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14868
14869         * nntp.el (nntp-erase-buffer): New function.
14870         (nntp-retrieve-data, nntp-send-command)
14871         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14872         (nntp-possibly-change-group): Use it.
14873
14874         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14875         with-current-buffer.
14876
14877 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14878
14879         * compface.el: Merge the ELisp-based uncompface program.
14880         (compface): New customization group.
14881         (uncompface-use-external): New user option.
14882         (uncompface): Call uncompface-internal if uncompface-use-external
14883         is nil.
14884         (uncompface-internal): New function.  Note that there are also
14885         some other functions and variables added for this function.
14886
14887 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14888
14889         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14890         if necessary.
14891
14892 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14893
14894         * spam-report.el (spam-report-unplug-agent)
14895         (spam-report-plug-agent, spam-report-deagentize)
14896         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14897         Add support for the Agent in spam-report: when unplugged, report to a
14898         file; when plugged, submit all the requests.
14899
14900         * spam.el (spam-register-routine): Fix message about
14901         registration.
14902
14903 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14904
14905         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14906         dependencies.
14907         (rfc2047-encode): Use it.
14908
14909         * gnus-art.el (gnus-button-marker-list): Move before first
14910         reference.
14911
14912         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14913         (imap-parse-body): Fix format string mismatch.
14914
14915         * gnus-score.el (gnus-summary-increase-score): do.
14916
14917         * nnrss.el (nnrss-close): New function.
14918
14919 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14920
14921         * nnrss.el (nnrss-make-filename): New function.
14922         (nnrss-request-delete-group, nnrss-read-server-data)
14923         (nnrss-save-server-data, nnrss-read-group-data)
14924         (nnrss-save-group-data): Use it.
14925         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14926         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14927         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14928
14929 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14930
14931         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14932
14933 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14934
14935         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14936         files.
14937
14938         * message.el (message-generate-headers-first): Don't quote nil
14939         and t in docstrings.
14940
14941         * imap.el (imap-id): do.
14942
14943         * gnus-agent.el (gnus-agent-consider-all-articles)
14944         (gnus-agent-queue-mail): do.
14945
14946 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14947
14948         * spam-report.el (spam-report-process-queue): New function.
14949         Process requests from `spam-report-requests-file'.
14950         (spam-report-process-queue): Doc fix.
14951
14952 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14953
14954         * spam.el (spam-register-routine)
14955         (spam-log-processing-to-registry, spam-log-registered-p)
14956         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14957         Change "check" to "spam-check" for semi-clarity.
14958
14959 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14960
14961         * pop3.el: Require nnheader.
14962
14963         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14964
14965         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14966
14967         * gnus-picon.el: Require cl.
14968
14969         * gnus-fun.el: Require gnus-ems and gnus-util.
14970
14971         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14972
14973         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14974
14975         * gnus-art.el (gnus-article-edit-mode): Define before first
14976         reference.
14977
14978 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14979
14980         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14981         (gnus-uu-post-encoded): Use point-at-bol.
14982
14983         * gnus-topic.el (gnus-group-active-topic-p): do.
14984
14985         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14986
14987         * gnus-group.el (gnus-group-kill-region): do.
14988
14989         * gnus-art.el (article-date-ut): do.
14990
14991         * message.el (message-fetch-field): Remove redundant
14992         case-fold-search binding.
14993         (message-narrow-to-field): Simplify.
14994
14995 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14996
14997         * spam.el (spam-directory): Derive from `gnus-directory'.
14998
14999         * spam-report.el (spam-report-url-to-file)
15000         (spam-report-requests-file): New function and variable for offline
15001         reporting.
15002         (spam-report-url-ping-function): Add `spam-report-url-to-file'
15003         and user defined function.
15004         (spam-report-url-ping-mm-url): Remove doubled slash.
15005
15006 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
15007
15008         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
15009
15010 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
15011
15012         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
15013         format string mismatch.
15014
15015         * sieve.el (sieve-deactivate-all): do.
15016
15017         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
15018
15019         * nnlistserv.el (nnlistserv-kk-wash-article): do.
15020
15021         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
15022
15023         * mm-bodies.el (mm-7bit-chars): Don't include \r.
15024
15025 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
15026
15027         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
15028         the list of checks.
15029
15030 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
15031
15032         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
15033         padding.
15034
15035 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
15036
15037         * mm-view.el (mm-fill-flowed): New variable.
15038         (mm-inline-text): Use it.
15039
15040 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
15041
15042         * spam.el (spam-spamassassin-register-ham-routine)
15043         (spam-spamassassin-register-spam-routine): Fix function names.
15044
15045 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * gnus.el (gnus-tmp-grouplens): Remove.
15048         (gnus-summary-line-format): Remove grouplens.
15049
15050         * gnus-group.el (gnus-group-line-format): Ditto.
15051
15052         * gnus-spec.el (gnus-format-specs): Ditto.
15053         (gnus-update-format-specifications): Flush the group format spec
15054         cache if there's the grouplens stuff.
15055         (gnus-parse-simple-format): Replace %l with the empty string.
15056
15057 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
15058
15059         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
15060         omission.
15061
15062 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
15065         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15066
15067 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15068
15069         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
15070         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
15071         New macros and functions.
15072         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
15073         Handle > NLINK_MAX messages.
15074         * nnmaildir.el (nnmaildir-request-set-mark): Use
15075         nnmaildir--emlink-p and nnmaildir--eexist-p.
15076
15077 2004-01-25  Alex Schroeder  <alex@gnu.org>
15078
15079         * spam-stat.el (spam-stat-process-directory-age): New option.
15080         (spam-stat-process-directory): Use it.
15081
15082 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
15083
15084         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
15085         (spam-stat-save): Accept prefix argument.
15086
15087 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
15088
15089         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
15090         links" error.
15091
15092 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15093
15094         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
15095         the rest of the and/or forms.
15096
15097 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15098
15099         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
15100         compatibility with old .newsrc.eld files.
15101
15102         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
15103
15104         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
15105
15106         * gnus-start.el (gnus-1): do.
15107
15108         * gnus-group.el (gnus-group-line-format-alist): do.
15109
15110         * gnus.el (gnus-use-grouplens, gnus-visual): do.
15111
15112         * gnus-gl.el: Remove.
15113
15114 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15115
15116         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
15117         marks consisting of a single range {for example, (3 . 5)} rather
15118         than a list of a single range { ((3 . 5)) }.
15119
15120 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
15121
15122         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
15123         with-current-buffer.
15124         (spam-stat-store-current-buffer): Use insert-buffer-substring to
15125         avoid consing a string.
15126
15127         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
15128         Remove obsolete entries for big5 and gb2312.
15129
15130 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15131
15132         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
15133         uncompressed list.
15134
15135 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
15136
15137         * spam-stat.el (spam-stat-strip-xref): New function.
15138         (spam-stat-process-directory): Use it.
15139
15140         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
15141         here -- it's done in message-fetch-field.
15142
15143 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15144
15145         * gnus-agent.el (gnus-agent-queue-mail)
15146         (gnus-agent-prompt-send-queue): New variables.
15147         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
15148         * gnus-draft.el (gnus-group-send-queue): Pass the group name
15149         "nndraft:queue" along to gnus-draft-send.  Use
15150         gnus-agent-prompt-send-queue.
15151         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
15152         is "nndraft:queue".  Suggested by Gaute Strokkenes
15153         <gs234@srcf.ucam.org>
15154
15155         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
15156         (agent-enable-undownloaded-faces): Added.
15157         (gnus-agent-cat-groups): Use eval-and-compile, not
15158         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
15159         method of gnus-agent-cat-groups even when the buffer has been
15160         evaled.
15161         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
15162         delete gnus-agent-save-active-1.
15163         (gnus-agent-save-groups): Deleted.  Identical to
15164         gnus-agent-save-active.
15165         (gnus-agent-write-active): No longer adjust agent's copy of active
15166         file as agent's adjustments are now stored in their own
15167         file.  Removed optional parameter.
15168         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
15169         servers.  Add use of min/max range limits from server's local
15170         file.
15171         (gnus-agent-save-alist): Removed unused optional argument.
15172         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
15173         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
15174         (gnus-agent-set-local): A per-server file that keeps min/max range
15175         limits for articles known to the agent.  Provides a fast mechanism
15176         for altering many active ranges.
15177         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
15178         active file (local makes it unnecessary).
15179         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
15180
15181         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
15182         (agent-enable-undownloaded-faces): Added.
15183
15184         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
15185         disable it when sending to "nndraft:queue".
15186         (gnus-group-send-queue): Add safety check to avoid sending queue
15187         when unplugged.
15188
15189         * gnus-group.el (gnus-group-catchup): Use new
15190         gnus-sequence-of-unread-articles, not
15191         gnus-list-of-unread-articles, to avoid exhausting memory with huge
15192         numbers of articles.  Use gnus-range-map to avoid having to
15193         uncompress the unread list.
15194         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
15195         Fixed invalid ange-ftp reference.
15196
15197         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
15198         (gnus-sorted-range-intersection): Intersection of two ranges
15199         without requiring that they first be uncompressed.
15200
15201         * gnus-start.el (gnus-activate-group): Unless blocked by the
15202         caller, possibly expand the active range to include both cached
15203         and agentized articles.
15204         (gnus-convert-old-newsrc): Rewrote in anticipation of having
15205         multiple version-dependent converters.
15206         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
15207         gnus-agent-save-active.
15208         (gnus-save-newsrc-file): Save dirty agent range limits.
15209
15210         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
15211         gnus-agent-possibly-alter-active.
15212         (gnus-adjust-marked-articles): Faster handling of simple lists.
15213
15214 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
15215
15216         * spam-stat.el (spam-stat-test-directory): New optional argument
15217         displays a list of files detected.  Suggested by Andrew Cohen
15218         <cohen@andy.bu.edu>.
15219         (spam-stat-buffer-words-with-scores): Don't narrow and change
15220         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
15221
15222 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
15223
15224         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
15225         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
15226         (spam-spamassassin-arguments)
15227         (spam-spamassassin-spam-flag-header)
15228         (spam-spamassassin-positive-spam-flag-header)
15229         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
15230         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
15231         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
15232         (spam-list-of-processors, spam-list-of-checks)
15233         (spam-list-of-statistical-checks, spam-registration-functions)
15234         (spam-check-spamassassin-headers, spam-check-spamassassin)
15235         (spam-spamassassin-score)
15236         (spam-spamassassin-register-with-sa-learn)
15237         (spam-spamassassin-register-spam-routine)
15238         (spam-spamassassin-register-ham-routine)
15239         (spam-assassin-register-spam-routine)
15240         (spam-assassin-register-ham-routine): Add SpamAssassin support.
15241         (spam-bogofilter-score): Fix to show article before scoring.
15242
15243 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
15244
15245         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
15246         default scoring function.
15247         (spam-generic-score): Call spam-spamassassin-score if
15248         spam-use-spamassassin or spam-use-spamassassin-headers is on;
15249         spam-bogofilter-score otherwise.
15250
15251         * gnus.el (spam-process, spam-autodetect-methods): Add
15252         spamassassin and spamassassin-headers.
15253
15254 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
15255
15256         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15257         Suppress unnecessary messages.
15258
15259 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
15260
15261         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
15262         make-hash-table.
15263
15264 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15265
15266         * canlock.el (base64-encode-string): Don't autoload it.
15267
15268 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * run-at-time.el: Remove useless (require 'itimer),
15271         eval-and-compile and (featurep 'xemacs).
15272
15273 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
15274
15275         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
15276         GROUP is a virtual group.
15277
15278 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
15279
15280         * gnus.el: Autoload `message-y-or-n-p'.
15281
15282 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
15283
15284         * pgg-parse.el: Remove unnecessary (require 'custom).
15285
15286         * pgg-def.el: do.
15287
15288         * nnmail.el: do.
15289
15290         * gnus-undo.el: do.
15291
15292         * gnus-picon.el: do.
15293
15294         * gnus-util.el: do.
15295
15296 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
15297
15298         * gnus-sum.el (gnus-pick-line-number): Add autoload.
15299
15300 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
15303         handle, as well as a list.
15304
15305         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
15306         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
15307         (mm-w3m-cid-retrieve): Simplify.
15308
15309 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
15310
15311         * message.el (message-kill-to-signature): Allow prefix arg to
15312         specify number of lines to keep before signature.
15313
15314 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
15315
15316         * message.el (message-kill-to-signature): Change docstring.
15317
15318 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * canlock.el: Always require sha1-el.
15321         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
15322
15323         * message.el: Autoload sha1 only when compiling.
15324
15325         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
15326         eudc-expand-inline for XEmacs.
15327
15328 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15329
15330         * message.el (message-canlock-generate): Require sha1-el.
15331
15332 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
15333
15334         * message.el (message-expand-name): Silence the byte compiler.
15335
15336         * lpath.el: Add detect-coding-system.
15337
15338         * dgnushack.el (dgnushack-compile): Remove obsolete check for
15339         cus-edit.
15340
15341 2004-01-13  Simon Josefsson  <jas@extundo.com>
15342
15343         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
15344         Invoke gnus-score-mode.  Reported by
15345         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15346
15347         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
15348         Jim Blandy <jimb@redhat.com> (tiny change).
15349
15350 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15351
15352         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
15353
15354 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
15355
15356         * spam.el (spam-get-article-as-string): Update to use
15357         gnus-request-article-this-buffer, much simpler.
15358         (spam-get-article-as-buffer): Remove.
15359
15360 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
15361
15362         * message.el (message-expand-name): Use EUDC if the user uses that.
15363
15364 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
15365
15366         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
15367         character for the encoding to avoid consing a string.
15368
15369         * rfc2047.el (rfc2047-decode-string): Don't cons a string
15370         unnecessarily.
15371
15372         * mm-util.el (mm-replace-chars-in-string): Remove.
15373
15374         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
15375         of mm-replace-chars-in-string.
15376
15377 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
15378
15379         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
15380
15381         * mm-util.el (mm-subst-char-in-string): Support inplace.
15382
15383         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
15384         a new string in every iteration.  Use shy groups.
15385
15386 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
15387
15388         * gnus-srvr.el (gnus-browse-unsubscribe-group):
15389         * gnus-soup.el (gnus-soup-group-brew):
15390         * gnus-msg.el (gnus-put-message):
15391         * gnus-move.el (gnus-group-move-group-to-server):
15392         * gnus-kill.el (gnus-batch-score):
15393         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
15394         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
15395         (gnus-group-update-group, gnus-group-read-group)
15396         (gnus-group-make-group, gnus-group-make-help-group)
15397         (gnus-group-make-archive-group, gnus-group-make-directory-group)
15398         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
15399         (gnus-group-sort-by-unread, gnus-group-catchup)
15400         (gnus-group-unsubscribe-group, gnus-group-kill-group)
15401         (gnus-group-yank-group, gnus-group-set-info)
15402         (gnus-group-list-groups):
15403         * gnus.el (gnus-generate-new-group-name):
15404         * gnus-delay.el (gnus-delay-send-queue):
15405         * nnvirtual.el (nnvirtual-catchup-group):
15406         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
15407         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
15408         (gnus-group-prepare-topics, gnus-topic-check-topology):
15409         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
15410         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
15411         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
15412         (gnus-group-make-articles-read):
15413         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
15414         (gnus-group-change-level, gnus-kill-newsgroup)
15415         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
15416         (gnus-get-unread-articles, gnus-make-articles-unread)
15417         (gnus-make-ascending-articles-unread): Use accessor
15418         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
15419         to get group information for improved readability.
15420
15421
15422 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15423
15424         * gnus-art.el (article-decode-mime-words, article-babel)
15425         (gnus-article-highlight-signature, gnus-article-add-buttons)
15426         (gnus-signature-toggle): Use gnus-with-article-buffer.
15427
15428         * gnus-art.el (gnus-article-highlight-headers)
15429         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
15430
15431         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
15432         (gnus-article-set-globals, gnus-request-article-this-buffer)
15433         (gnus-button-message-id, gnus-article-maybe-hide-headers)
15434         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
15435         (gnus-mime-display-alternative): Use with-current-buffer.
15436
15437 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15438
15439         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
15440         also under 80 char limit, and call gnus-error if needed.
15441         (spam-fetch-article-header): Fix - it was a
15442         buffer-local variable (gnus-newsgroup-data).
15443         (spam-find-spam): Use spam-generate-fake-headers, forget about
15444         spam-insert-fake-headers.
15445         (spam-insert-fake-headers): Remove.
15446
15447 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15448
15449         * deuglify.el (gnus-article-outlook-unwrap-lines)
15450         (gnus-outlook-rearrange-article)
15451         (gnus-outlook-repair-attribution-outlook)
15452         (gnus-outlook-repair-attribution-block)
15453         (gnus-outlook-repair-attribution-other): Remove redundant
15454         save-excursion.
15455
15456 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15457
15458         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15459         (spam-fetch-field-subject-fast)
15460         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15461         (spam-fetch-article-header): Add functions to deal with Gnus
15462         internals for fast retrieval of article header data.
15463         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15464
15465 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15466
15467         * pop3.el (pop3-md5): Remove.
15468         (pop3-apop): Replace pop3-md5 with md5.
15469
15470         * mm-bodies.el: base64 is always built-in.
15471
15472         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15473         with-current-buffer.
15474
15475 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * canlock.el (canlock-insert-header): Remove excessive grouping in
15478         regexp.
15479
15480         * gnus-sum.el (gnus-summary-read-document): Ditto.
15481
15482         * gnus-uu.el (gnus-uu-part-number): Ditto.
15483
15484         * html2text.el (html2text-remove-tags): Ditto.
15485         (html2text-format-tags): Ditto.
15486         (html2text-format-single-elements): Ditto.
15487
15488         * mml.el (mml-parse-1): Ditto.
15489
15490 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15491
15492         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15493
15494         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15495
15496         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15497
15498         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15499
15500 2003-11-15  Simon Josefsson  <jas@extundo.com>
15501
15502         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15503         (pgg-gpg-lookup-key): Use regexp match instead of
15504         split-string (split-string is different between emacs 21.2 and
15505         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15506
15507 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15508
15509         * gnus-art.el (gnus-mime-view-all-parts)
15510         (gnus-article-part-wrapper, gnus-article-view-part): Use
15511         with-current-buffer.
15512
15513 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15514
15515         * spam.el (spam-disable-spam-split-during-ham-respool)
15516         (spam-spamoracle-database, spam-cache-lookups)
15517         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15518         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15519         (spam-group-ham-marks, spam-group-spam-marks)
15520         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15521         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15522         also add spam-use-blackholes to the statistical checks.
15523         (spam-fetch-field-fast): Add interface to fetching fields, may
15524         become a macro.
15525         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15526         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15527         (spam-insert-fake-headers): Fake an article when needed.
15528         (spam-find-spam): Fake article when possible.
15529         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15530         (spam-check-bogofilter-headers): Use message-fetch-field instead
15531         of nnmail-fetch-field.
15532
15533 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15534
15535         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15536
15537 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15538
15539         * spam.el (spam-split): Do not require spam-use-CHECK to be
15540         enabled if that check is passed to spam-split explicitly; also
15541         fix so 'spam doesn't get converted to spam-split-group when
15542         spam-split-symbolic-return is t.
15543         (spam-find-spam): Find registrations of the article and use those
15544         instead of re-running spam-split to find the spam/ham
15545         classification of the article.
15546         (spam-log-processing-to-registry, spam-log-registered-p)
15547         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15548         Use gnus-error instead of gnus-message.
15549         (spam-log-registration-type): Add function to determine the
15550         classification of a message based on registry entries; will
15551         return nil if both 'spam and 'ham are found.
15552         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15553         a reasonably fast local cache without the loading errors.
15554         (spam-cache-lookups): Set to t by default.
15555         (spam-find-spam): Don't try to guess spam-cache-lookups.
15556         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15557         spam-caches entry.
15558         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15559         caching of whitelist/blacklist entries.
15560         (spam-check-whitelist, spam-check-blacklist): Invoke
15561         spam-from-listed-p with a type, not a cache variable.
15562         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15563
15564 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15565
15566         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15567
15568         * nnmail.el (nnmail-split-fancy): do.
15569
15570         * mml.el (mml-parse): do.
15571
15572         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15573         (gnus-score-adaptive): do.
15574
15575 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15576
15577         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15578         (gnus-mime-button-map): Don't set keymap parent.
15579         (gnus-button-ctan-directory-regexp): Use shy grouping.
15580         (gnus-prev-page-map): Don't set keymap parent.
15581         (gnus-prev-page-map): Remove duplicated one.
15582         (gnus-next-page-map): Don't set keymap parent.
15583         (gnus-mime-security-button-map): Ditto.
15584
15585         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15586         version number.
15587
15588         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15589
15590 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15591
15592         * canlock.el (canlock-sha1-function): Remove.
15593         (canlock-sha1-function-for-verify): Remove.
15594         (canlock-openssl-program): Remove.
15595         (canlock-openssl-args): Remove.
15596         (canlock-ignore-errors): Remove.
15597         (canlock-sha1-with-openssl): Remove.
15598         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15599         (canlock-verify): Don't use canlock-ignore-errors.
15600
15601         * sha1-el.el (sha1-string-external): Make it can return a string
15602         in binary form.
15603         (sha1-region-external): Ditto.
15604         (sha1-string-internal): Ditto.
15605         (sha1-region-internal): Ditto.
15606         (sha1-region): Ditto.
15607         (sha1-string): Ditto.
15608         (sha1): Ditto.
15609
15610 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15611
15612         * spam.el (spam-report-articles-gmane): New command.
15613
15614 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15615
15616         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15617
15618         * run-at-time.el (run-at-time-saved): Remove.
15619         (run-at-time): Doc fix.
15620
15621 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15622
15623         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15624         (gnus-summary-limit-map): Add it.
15625         (gnus-summary-make-menu-bar): do.
15626
15627 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15628
15629         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15630         Make attempt at some caching support (done for BBDB only now).
15631         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15632         addresses to be checked.
15633         (spam-clear-cache-BBDB): Add function, to be invoked by
15634         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15635         (spam-check-BBDB): Check and use the caches, if
15636         spam-cache-lookups is on, remove superfluous (provide).
15637
15638 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15639
15640         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15641
15642 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15643
15644         * run-at-time.el (run-at-time-saved): Move to after the definition
15645         of `run-at-time'.
15646
15647         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15648
15649 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15650
15651         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15652         mm-w3m-local-map-property.
15653
15654         * mm-view.el (mm-w3m-mode-map): Remove.
15655         (mm-w3m-local-map-property): Remove.
15656         (mm-inline-text-html-render-with-w3m): Don't use
15657         mm-w3m-local-map-property.
15658
15659 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15660
15661         * run-at-time.el: New file.
15662
15663         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15664         under Emacs.
15665
15666         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15667         of gnus-set-text-properties.
15668
15669         * gnus-uu.el (gnus-uu-save-article): Ditto.
15670
15671         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15672
15673         * gnus-cite.el (gnus-cite-parse): Ditto.
15674
15675         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15676         of gnus-.
15677
15678         * gnus-xmas.el (run-at-time): Require run-at-time.
15679
15680         * gnus.el: Changed calls to nnheader-run-at-time and
15681         password-run-at-time throughout to use run-at-time directly.
15682
15683         * password.el: Removed definition of run-at-time.
15684
15685         * nnheaderxm.el: Remove definition of run-at-time.
15686
15687 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15688
15689         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15690         in prompt.
15691
15692 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15693
15694         * messagexmas.el (message-xmas-redefine): Alias
15695         `message-make-caesar-translation-table' to
15696         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15697         version.
15698
15699         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15700         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15701         `gnus-xmas-set-text-properties'.
15702         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15703         `gnus-xmas-completing-read'.
15704         (gnus-xmas-completing-read): Removed.
15705         (gnus-xmas-open-network-stream): Removed.
15706
15707         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15708         XEmacs version.
15709
15710         * dns.el (dns-make-network-process): Use `open-network-stream'
15711         instead of `gnus-xmas-open-network-stream'.
15712
15713         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15714
15715         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15716
15717 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15718
15719         * gnus-art.el (gnus-mime-display-alternative)
15720         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15721         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15722         Don't use gnus-local-map-property.
15723
15724         * gnus-util.el (gnus-local-map-property): Remove.
15725
15726         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15727         gnus-completing-read-maybe-default with completing-read.
15728
15729         * gnus-util.el (gnus-completing-read): do.
15730         (gnus-completing-read-maybe-default): Remove.
15731
15732 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15733
15734         * password.el: Only autoload `run-at-time' if not XEmacs.
15735         Only autoload the itimer functions if XEmacs.
15736
15737 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15740         XEmacsen.
15741
15742         * dgnushack.el: Autoload executable-find for XEmacs.
15743
15744 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15745
15746         * gnus-art.el (gnus-read-string): Remove.
15747         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15748         read-string.
15749
15750 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15751
15752         * netrc.el: Autoload password-read.
15753         (netrc): Add configuration group.
15754         (netrc-encoding-method, netrc-openssl-path): Add
15755         variables for encoding and decoding of files with symmetric
15756         ciphers.
15757         (netrc-encode): Add assistant function to encode a file with
15758         netrc-encoding-method.
15759         (netrc-parse): Add interactive parameter, added optional
15760         decoding if netrc-encoding-method is non-nil but otherwise
15761         behavior is standard.
15762         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15763         Do s/encode/encrypt/ everywhere.
15764
15765         * spam.el: Remove executable-find autoload.
15766
15767 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15768
15769         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15770
15771         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15772
15773 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15774
15775         * gnus-art.el (gnus-treat-ansi-sequences)
15776         (article-treat-ansi-sequences): New variable and function.
15777         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15778
15779         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15780         Use it.
15781
15782 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15783
15784         * mm-util.el (mm-quote-arg): Remove.
15785
15786         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15787         shell-quote-argument.
15788
15789         * gnus-uu.el (gnus-uu-command): do.
15790
15791         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15792
15793         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15794         with make-char.
15795
15796         * mm-util.el (mm-make-char): Remove.
15797
15798         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15799         add-minor-mode.
15800
15801         * gnus-undo.el (gnus-undo-mode): do.
15802
15803         * gnus-topic.el (gnus-topic-mode): do.
15804
15805         * gnus-sum.el (gnus-dead-summary-mode): do.
15806
15807         * gnus-start.el (gnus-slave-mode): do.
15808
15809         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15810
15811         * gnus-ml.el (gnus-mailing-list-mode): do.
15812
15813         * gnus-gl.el (gnus-grouplens-mode): do.
15814
15815         * gnus-draft.el (gnus-draft-mode): do.
15816
15817         * gnus-dired.el (gnus-dired-mode): do.
15818
15819         * gnus-ems.el (gnus-add-minor-mode): Remove.
15820
15821         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15822         Replace gnus-char-width with char-width.
15823
15824         * gnus-ems.el (gnus-char-width): Remove.
15825
15826         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15827         Replace gnus-char-width with char-width.
15828
15829         * gnus-ems.el (gnus-char-width): Remove.
15830
15831         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15832         definition.
15833         Remove Emacs 20 hash table compatibility code.
15834
15835         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15836         20 compatibility code.
15837
15838         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15839
15840         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15841
15842         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15843         with point-at-{eol,bol}.
15844
15845         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15846
15847         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15848
15849         * flow-fill.el (fill-flowed-point-at-bol)
15850         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15851
15852         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15853         Replace with point-at-{eol,bol} throughout all files.
15854
15855 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15856
15857         * ntlm.el (ntlm-string-as-unibyte): New macro.
15858         (ntlm-build-auth-response): Use it.
15859
15860         Remove Emacs 20 stuff:
15861         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15862         (butlast, mapc, remove): Remove the compiler macros.
15863         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15864         of delq and copy-sequence.
15865         * gnus-art.el (popup-menu): Remove the compiler macro.
15866         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15867         Emacs 20.
15868
15869 2004-01-05  Simon Josefsson  <jas@extundo.com>
15870
15871         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15872         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15873         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15874         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15875         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15876         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15877         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15878         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15879         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15880         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15881         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15882         string-xor into ntlm-string-xor.  Suggested by
15883         Jesper Harder <harder@myrealbox.com>.
15884
15885         * ntlm.el: Don't include poem.
15886
15887         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15888         Jesper Harder <harder@myrealbox.com>.
15889
15890         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15891
15892         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15893         probably breaks emacs with DL patch, but do we care? Is anyone
15894         still using the DL stuff?)
15895
15896         * sieve-manage.el: Use the password package.
15897         (sieve-manage-read-passwd): Remove.
15898         (sieve-manage-interactive-login): Use password.  Re-add
15899         condition-case around loop.
15900
15901         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15902         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15903         the password package.
15904
15905 2003-02-19  Simon Josefsson  <jas@extundo.com>
15906
15907         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15908         token.
15909
15910 2002-08-07  Simon Josefsson  <jas@extundo.com>
15911
15912         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15913         (sieve-manage-authenticators):
15914         (sieve-manage-authenticator-alist): Add some SASL mechs.
15915         (sieve-sasl-auth): New function.
15916         (sieve-manage-cram-md5-auth):
15917         (sieve-manage-plain-auth): Rewrite using SASL library.
15918         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15919         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15920         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15921         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15922
15923 2004-01-05  Simon Josefsson  <jas@extundo.com>
15924
15925         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15926         New files.
15927
15928 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15929
15930         * gnus-group.el (gnus-no-groups-message): Update.
15931
15932         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15933
15934 2003-11-09  Simon Josefsson  <jas@extundo.com>
15935
15936         * imap.el: Support for ID IMAP extension (RFC 2971).
15937         (imap-local-variables): Add imap-id.
15938         (imap-id): New variable.
15939         (imap-id): New function.
15940         (imap-parse-response): Parse untagged ID response.
15941         * nnimap.el (nnimap-id): New variable.
15942         (nnimap-open-connection): Use it.
15943
15944 2003-12-28  Simon Josefsson  <jas@extundo.com>
15945
15946         * gnus-score.el (gnus-score-edit-all-score): New.
15947         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15948
15949 2004-01-04  Simon Josefsson  <jas@extundo.com>
15950
15951         * password.el: Add.
15952
15953 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15954
15955         * dns.el (dns-query-types): Fix typo.
15956         (dns-query-types): New function.
15957         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15958         PTR and SOA replies, see RFC 1035.
15959
15960 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15961
15962         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15963
15964         * Moved to Changelog.2.
15965
15966 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15967
15968         * gnus.el (gnus-version-number): Bump version.
15969
15970 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15971
15972         * gnus.el: No Gnus v0.1 is released.
15973
15974 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15975
15976         * gnus.el: No Gnus v0.0 is released.
15977
15978 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15979
15980         * gnus.el (gnus-version-number): Bump.
15981         (gnus-version): No.
15982
15983 See ChangeLog.2 for earlier changes.
15984
15985     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15986       Free Software Foundation, Inc.
15987
15988   This file is part of GNU Emacs.
15989
15990   GNU Emacs is free software: you can redistribute it and/or modify
15991   it under the terms of the GNU General Public License as published by
15992   the Free Software Foundation, either version 3 of the License, or
15993   (at your option) any later version.
15994
15995   GNU Emacs is distributed in the hope that it will be useful,
15996   but WITHOUT ANY WARRANTY; without even the implied warranty of
15997   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15998   GNU General Public License for more details.
15999
16000   You should have received a copy of the GNU General Public License
16001   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16002
16003 ;; Local Variables:
16004 ;; coding: utf-8
16005 ;; fill-column: 79
16006 ;; add-log-time-zone-rule: t
16007 ;; End: