lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.
[emacs.git] / lisp / gnus / ChangeLog
blob9d622af19375b1ae0fdf78d2ff8e947259d44d4d
1 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3         * .dir-locals.el: Add no-byte-compile cookie.
5 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8         for back end that doesn't support request-scan.
10 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
13         then do request scans from the backends.
15         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
16         avoid running a hook per line, since this takes a lot of time,
17         profiling shows.
18         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
19         directly if gnus-visual-p is true.
21 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
24         groups; replace mapcar with dolist which is a bit faster; pass groups
25         info to gnus-read-active-file-1.
26         (gnus-read-active-file-1): Scan only specified groups if the new
27         optional arg `infos' is given.
29 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
31         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
33         * pop3.el (pop3-movemail): Removed.
34         (pop3-streaming-movemail): Renamed to pop3-movemail.
36         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
37         don't restrict end-tag searches to the end of the line.
39 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
41         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
42         articles of every unchecked group to t, which means unknown since the
43         server has never been opened.
45 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
47         * gnus-html.el (gnus-html-show-alt-text): New command.
48         (gnus-html-browse-image): Ditto.
49         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
50         to browse the image directly.
51         (gnus-html-wash-tags): Search for images first, so that <a><img> works
52         better.
54         * gnus-async.el (gnus-async-article-callback): Call
55         `gnus-html-prefetch-images' unconditionally.
57         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
58         before feeding URLs to curl.
60 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
62         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
63         internal images as deletable by `W D D'.
65         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
66         (gnus-async-article-callback): Fix typo.
68 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
70         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
71         current line to work around bugs in the output from w3m.
73         * gnus-async.el (gnus-async-article-callback): Always prefetch images
74         for groups that want that.
76         * nntp.el (nntp-wait-for-string): Supply a timeout for
77         accept-process-output to ensure progress.
79         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
80         level to get unread articles from, then use that for foreign groups,
81         too.
83         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
84         confuses the rest of the function.
86         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
87         for the methods that support -retrieve-groups, too.
89         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
91 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
93         * pop3.el: Require cl when compiling.
94         (pop3-number-of-responses): Search for "+OK", not "+OK ".
96 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
98         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
99         that aren't going to be activated.
100         (gnus-get-unread-articles): Fix up the last commit.
102         * gnus-html.el (gnus-article-html): Allow calling without specifying
103         the handle.  In that case, dissect the buffer first.
105         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
107         * nnimap.el (nnimap-open-connection): Revert the change that would look
108         into authinfo for imaps instead of imap.
110         * gnus-start.el (gnus-activate-group): Take an optional parameter to
111         say that you don't want to call gnus-request-group with don-check, but
112         do check the reponse.  This is for virtual groups only.
113         (gnus-get-unread-articles): Count the archive groups as secondary, so
114         that they're activated the same way as before.
116         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
117         case-insensitively.
118         (nnimap-debug): Removed.
120         * mail-source.el (mail-source-fetch): Don't message if we're fetching
121         mail from a file, and the file doesn't exist.
123         * pop3.el (pop3-streaming-movemail): Return t for success.
125         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
126         .authinfo if we're using ssl connection.
128         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
129         already have if we're in a main Gnus `g' run.
131         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
133 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
135         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
137         * nnmh.el (nnmh-request-list-1): Bind `file'.
139         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
140         alias to set-process-query-on-exit-flag or process-kill-without-query.
141         (pop3-open-server): Use it.
143 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
145         * mail-source.el (mail-source-delete-crash-box): Always move the crash
146         box to the Incoming file.  Fixes mistake in previous checkin.
148         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
149         request loop (for debugging purposes) removed.
151         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
152         culprit is more visible.
153         (nnml-save-incremental-nov, nnml-open-incremental-nov)
154         (nnml-add-incremental-nov): New functions to do "incremental" nov
155         updates, where we just append to the end of the existing nov files
156         without reading/writing them in full.
158         * mail-source.el (mail-source-delete-crash-box): Really only check the
159         incoming files once in a while.
161         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
163         * mail-source.el (mail-source-delete-crash-box): Only check the
164         incoming files for deletion once per day to save a lot of file
165         accesses.
167         * pop3.el (pop3-logon): Fix up unbound variable typo.
169         * mail-source.el (pop3-streaming-movemail): Autoload.
171         * pop3.el (pop3-streaming-movemail): Respect
172         pop3-leave-mail-on-server.
174         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
175         retrieval.
177         * pop3.el (pop3-process-filter): Removed unused function.
178         (pop3-streaming-movemail, pop3-send-streaming-command)
179         (pop3-wait-for-messages, pop3-write-to-file)
180         (pop3-number-of-responses): New functions for streaming pop3
181         retrieval.
183         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
184         come from no known methods.
185         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
186         list.
188         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
189         message sizes.
190         (pop3-movemail): Use erase-buffer instead of looping and deleting
191         regions, which seems rather odd.
193         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
194         file once per `g' run.
196         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
197         directories.  This makes the draft queue directory work.
199         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
200         data from the backends, so that we only request the list of groups from
201         each method once.  This should speed things up considerably.
203         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
204         detect that it's not implemented.
206         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
207         we actually do recurse down into the tree, but don't stat all leaf
208         nodes.
210         * gnus-html.el (gnus-html-show-images): If there are no images to show,
211         then say so instead of bugging out.
213         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
214         files exist before trying to read them.
216         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
217         around <pre_int>.
219         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
221         * nnmh.el (nnmh-request-list-1): Optimize for speed.
223 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225         * mm-util.el (mm-image-load-path): Just return the image directories,
226         not all directories in the path in addition to the image directories.
227         (mm-image-load-path): Maintain a cache of the image directories so that
228         the `g' command in Gnus doesn't have to stat dozens of directories each
229         time.
231         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
232         (gnus-html-wash-tags): Add a new `i' command to insert images.
233         (gnus-html-insert-image): New command and keystroke.
234         (gnus-html-redisplay-with-images): New command and keystroke.
235         (gnus-html-show-images): Renamed command.
236         (gnus-html-wash-tags): Remove more white space before <pre_int> image
237         spacers.
238         (gnus-html-wash-tags): Decode entities at the end, so that entities
239         inside the tags don't mess up the rest of the "parsing".
241         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
242         so that nnimap methods aren't agentized by default.  There's apparently
243         many problems related to agent/imap behaviour.
245         * gnus-art.el (gnus-article-copy-string): New command and key binding.
247         * gnus-html.el: Doc fix.
249 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
251         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
252         glyph-width and glyph-height instead of display-graphic-p and
253         image-size; make avoidance of displaying small images work for XEmacs.
255         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
256         for XEmacs.
258         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
259         of symbol that holds plist data.
260         (gnus-process-plist): Remove plist of process after getting it.
262 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264         * message.el (message-generate-hashcash): Change default to
265         'opportunistic if hashcash is installed.
267         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
268         (gnus-html-put-image): Only call image-size once, since it's somewhat
269         time-consuming on remote X servers.
271 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
273         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
274         decoded contents.
275         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
277 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
280         group line format, since it isn't very interesting.
282         * gnus-agent.el (gnus-agent-short-article),
283         (gnus-agent-long-article): Increase values for these two variables,
284         since most people are likely to have more network connection and
285         storage than before.
287         * gnus.el (gnus-refer-article-method): Change default to 'current.
288         When referring an article, the common behaviour is to refer it from the
289         current select method, not the native select method.  The chances of
290         the native select method having the message in question is rather slim
291         these days.
293         * gnus-sum.el (gnus-auto-select-subject): Change default to
294         `unseen-or-unread'.  I think it's likely that most people want to
295         select an unseen article over a previously seen, but unread one.
297         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
298         means that in the article buffer none of the minor mode elements will
299         be shown, usually, and this is not desirable in most cases.
301         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
302         that commands like `d' (and the like) go to the next line in the
303         buffer, instead of the next unread article.  I think this is the
304         behaviour that is most natural for most users.
305         (gnus-single-article-buffer): Change default to nil, so that people can
306         have as many article buffers open as they have summary buffer.  I think
307         this is the most natural way for the groups to behave.
309         * message.el (message-generate-new-buffers): Change default to
310         `unsent', so that all new message buffers start their names with the
311         string "*unsent", and it's easier to find the buffers if you move from
312         them.
314 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
316         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
317         small. They're probably tracking images.
318         (gnus-html-wash-tags): Remove all <pre_int> place holders.
319         (gnus-html-rescale-image): Yet another try at getting the image sizing
320         right.
322         * nntp.el (nntp-request-set-mark): Refuse to do marks if
323         nntp-marks-file-name is nil.
325 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
327         * gnus-html.el (gnus-html-wash-tags)
328         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
329         Better logging.
331 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
335         * gnus-html.el (gnus-html-wash-tags): Check the value of
336         gnus-blocked-images in the summary buffer.
338 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
340         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
342 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
344         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
345         like "a", it seems like.
346         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
347         since it needs to be picked from the correct buffer.
349         * nnwfm.el: Removed.
351         * nnlistserv.el: Removed.
353 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
355         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
356         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
358 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360         * nnkiboze.el: Removed.
362         * nndb.el: Removed.
364         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
365         alt text.
366         (gnus-html-rescale-image): Try to get the rescaling logic right for
367         images that are just wide and not tall.
369         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
370         overshadow variable bindings.
372 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
374         * gnus-html.el (gnus-html-wash-tags)
375         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
376         extra logging.
378 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
381         (gnus-max-image-proportion): New variable.
382         (gnus-html-rescale-image): New function.
383         (gnus-html-put-image): Rescale images.
385 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
387         Fix up some byte-compiler warnings.
388         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
389         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
390         (gnus-article-fill-cited-article, gnus-article-hide-citation)
391         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
392         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
393         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
394         (gnus-group-update-group): Use save-excursion and with-current-buffer.
396 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
398         * gnus-html.el (gnus-article-html): Decode contents by charset.
400 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
402         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
403         (gnus-html-frame-width, gnus-blocked-images)
404         * message.el (message-prune-recipient-rules): Add custom version.
405         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
407         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
408         functions.
410         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
411         gnus-process-get.
413 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
415         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
416         instead of lsub directly.
418 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
420         * nnwarchive.el: Removed.
422         * gnus-soup.el: Removed.
424         * nnsoup.el: Removed.
426         * nnultimate.el: Removed.
428         * gnus-html.el (gnus-blocked-images): New variable.
430         * message.el (message-prune-recipients): New function.
431         (message-prune-recipient-rules): New variable.
433         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
434         guess whether a long line is natural text or not.
436         * gnus-html.el (gnus-html-schedule-image-fetching): Use
437         gnus-process-plist and friends for compatibility.
439 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
441         * gnus-html.el: Require packages that define macros used in this file.
442         (gnus-article-mouse-face): Declare to silence byte-compiler.
443         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
444         process-get.
445         (gnus-html-put-image): Use plist-get to avoid getf.
446         (gnus-html-prefetch-images): Use with-current-buffer.
448 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
450         * gnus-ems.el: Provide compatibility functions for
451         gnus-set-process-plist.
453         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
454         * gnus.el (gnus-valid-select-methods)
455         * message.el (message-send-mail-partially-limit)
456         * mm-decode.el (mm-text-html-renderer)
457         * mml.el (mml-insert-mime-headers-always)
458         * smiley.el (smiley-regexp-alist): Bump custom version.
460 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462         * gnus-html.el: require mm-url.
463         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
464         with the url to `url'.
465         (gnus-html-wash-tags): Support cid: URLs/images.
467 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
469         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
470         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
471         bindings, as they aren't useful at all. `w' is moved to `W w'.
473         * gnus-move.el: Removed file, since it doesn't really work.
475         * gnus-html.el (gnus-article-html): Tell w3m that the input is
476         UTF-8. This seems to fix problems with some German web feeds.
478         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
479         at the top so that the proper colours are applied.
481         * gnus-art.el (gnus-article-view-part): Doc fix.
483         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
484         XEmacs-compatible.
485         (gnus-html-put-image): Don't do images on non-graphic displays.
487         * nnslashdot.el: Removed this unused backend.
489         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
490         actions.
491         (gnus-undo-register-1): Revert last change.
493         * gnus-group.el (gnus-group-completing-read): Protect against not
494         having completion-styles bound.
496         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
497         make broken recipients happier.
499         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
501         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
502         point parameter.
504         * gnus-group.el (gnus-group-completing-read): Add 'substring to
505         completion-styles for group selection.
507 2009-02-04  Andreas Schwab  <schwab@suse.de>
509         * gnus-score.el (gnus-score-string): Fix regex for matching extra
510         headers and regexp-quote the match if necessary.
512 2009-03-24  Miles Bader  <miles@gnu.org>
514         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
515         the blinking smiley.
517 2009-03-24  Simon Josefsson  <simon@josefsson.org>
519         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
520         blink smiley.
522 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
525         where the dribbel file lives exists.
527         * message.el (message-send-mail-partially-limit): Change the default to
528         nil, since most people don't want this.
530         * mm-url.el (mm-url-decode-entities): Also decode entities like
531         &#x3212.
533 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
535         * gnus-sum.el (gnus-summary-idna-message):
536         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
537         Hyperlink urls in docstrings with URL `...'.
539 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
541         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
542         functions.
544 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
547         say what the mouseover text should be.
549         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
550         version of the mm-w3m-safe-url-regexp variable to only download images
551         in the groups where we want that to happen.
553         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
555         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
556         easier debugging.
557         (gnus-article-beginning-of-window): Add kludge to allow spacing past
558         big pictures in the article buffer.
560         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
561         gnus-article-html.
562         (mm-text-html-renderer): gnus-article-html needs curl in addition to
563         w3m.
565         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
567 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
570         which doesn't exist.
572         * message.el (message-inhibit-ecomplete): New variable to allow some
573         function to inhibit ecomplete address storage.
574         (message-resend): Disable ecomplete message storage when resending
575         messages.
577         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
579 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
581         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
582         Save excursion while copying, moving, and deleting articles in order to
583         prevent the cursor from jumping to unforeseen place.
585 2010-08-17  Glenn Morris  <rgm@gnu.org>
587         * gnus-sync.el: Require gnus components whose functions are used.
589         * gnus-art.el (bookmark-make-record-function):
590         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
591         Declare for compiler.
593         * mm-url.el (mml-compute-boundary): Autoload.
595 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
597         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
599 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
601         Typo fix "hoo4a" -> "hook".
603         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
605 2010-08-14  Glenn Morris  <rgm@gnu.org>
607         * gnus-sync.el (gnus-sync): Fix defgroup version.
609 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
611         Doc fixes and keep unknown groups (ammended for nunion bug fix).
613         * gnus-sync.el: Fix docs.
614         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
615         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
617 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
619         Optimizations for gnus-sync.el.
621         * gnus-sync.el: Add docs about gnus-sync-backend
622         possibilities.
623         (gnus-sync-save): Remove unnecessary message.
624         (gnus-sync-read): Optimize and show what groups were skipped.
626 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
628         Minor bug fixes for gnus-sync.el.
630         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
631         read the sync on get-new-news.
633         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
634         quiet.
636         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
638 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
640         Make saving and restoring of hidden threads work with overlays.
641         Patch applied by Ted Zlatanov.
643         * gnus-sum.el (gnus-hidden-threads-configuration)
644         (gnus-restore-hidden-threads-configuration): Update to deal with text
645         properties, rather than searching for a magic character.
647 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
649         New gnus-sync.el library for synchronization of marks.
651         * gnus-sync.el: New library for synchronization of marks.
653         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
654         renamed from `gnus-registry-grep-in-list'.
656         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
658         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
660 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
662         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
663         determining charset of text fails.
665 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
667         * nnmail.el (nnmail-get-new-mail-1): Revert.
669         * nnml.el (nnml-active-number): Make sure names of newly created groups
670         in nnml-group-alist are encoded.
672 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
674         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
675         containing non-ASCII characters in active file for nnml back end.
677 2010-07-24  David Engster  <dengste@eml.cc>
679         * mml-smime.el (mml-smime-epg-verify): Also accept the older
680         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
682 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
684         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
685         tag (Bug#6654).
687 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
689         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
690         the article buffer, not the summary buffer.
692 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
694         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
695         Emacs 23 as well.
697 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
699         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
700         Patch applied by Karl Fogel.
702         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
703         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
705 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
707         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
708         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
709         C-w still not working correctly from Article buffers; Thierry's
710         patch to fix that will be applied after this.
712         * gnus-art.el (bookmark-make-record-function): New local variable.
714         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
715         article buffer.
716         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
718 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
720         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
721         on changes in bookmark.el.
723 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
725         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
726         the *other* type of HTML form submission.
728 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
730         * auth-source.el (auth-source-pick): If choice does not contain a
731         questioned keyword, set the check to t.
733 2010-06-12  Romain Francoise  <romain@orebokech.com>
735         * gnus-util.el (gnus-date-get-time): Move up before first use.
737 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
739         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
740         (gnus-article-edit-part): Bind it to make last part that is substituted
741         or deleted visible.
742         (gnus-mime-display-single): Buttonize part of which id equals to
743         gnus-mime-buttonized-part-id.
745 2010-06-10  Dan Christensen  <jdc@uwo.ca>
747         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
748         (gnus-dd-mmm): Use gnus-date-get-time.
749         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
750         simplify logic.
751         (gnus-summary-limit-to-age): Use gnus-date-get-time.
752         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
754 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
756         * auth-source.el (top): Autoload `secrets-list-collections',
757         `secrets-create-item', `secrets-delete-item'.
758         (auth-sources): Fix tag string.
759         (auth-get-source, auth-source-retrieve, auth-source-create)
760         (auth-source-delete): New defuns.
761         (auth-source-pick): Rewrite in order to avoid 2 passes.
762         (auth-source-forget-user-or-password): New parameter USERNAME.
763         (auth-source-user-or-password): New parameters CREATE-MISSING and
764         DELETE-EXISTING.  Retrieve password interactively, if needed.
766 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
768         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
769         deleting unused directories when gnus-expert-user is t.
771 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
773         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
774         for each temp file when gnus-article-browse-delete-temp is ask.
776 2010-05-20  Kevin Ryde  <user42@zip.com.au>
778         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
780 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
782         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
783         article unless decoding article to be saved.
785 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
787         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
788         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
789         generated within the mm-with-unibyte-current-buffer macro.
791 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
793         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
794         to nil when we're in a mml-preview buffer and no group is selected.
796 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
798         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
799         when catching the `C-g'.  Reported by "Leo".
801 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
803         * message.el (message-forward-make-body-plain)
804         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
805         multibyte-string-p.
807 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
809         * message.el (message-forward-make-body-mml): Assume original message
810         is multibyte string; error on unibyte.
811         (message-forward-make-body-plain): Ditto; don't add excessive newline
812         in body end.
814 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
816         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
817         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
819 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
821         * mm-extern.el (mm-extern-url): Don't use
822         mm-with-unibyte-current-buffer.
823         (mm-extern-cache-contents): Use with-current-buffer instead of
824         save-excursion + set-buffer.
826 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
828         * mm-util.el (mm-emacs-mule): Remove.
830 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
832         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
833         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
834         change.
836 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
838         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
839         bind the default value of enable-multibyte-characters to nil.
841 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
843         * message.el (message-forward-make-body-plain)
844         (message-forward-make-body-mml):
845         Don't use mm-with-unibyte-current-buffer.
847 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
849         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
850         (Bug#5592).
852 2010-05-07  Julien Danjou  <julien@danjou.info>
854         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
855         it to mm-pipe-part.
857         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
858         it is given.
860 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
862         * nnweb.el (nnweb-gmane-search)
863         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
864         XEmacs.
866         * gnus-art.el (gnus-article-browse-html-parts)
867         * gnus-group.el (gnus-read-ephemeral-gmane-group)
868         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
869         make-temp-file.
871         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
872         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
873         compiling.
875         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
876         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
877         XEmacs when compiling.
879         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
880         gnus-pick-mode-off-hook for XEmacs when compiling.
881         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
882         gnus-binary-mode-off-hook for XEmacs when compiling.
884         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
885         nil if char-charset is not available.
887         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
888         macro.
890         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
891         instead of encode-coding-string.
893         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
894         'xemacs) instead of mm-emacs-mule to switch function definitions.
895         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
897 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
899         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
901 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
903         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
904         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
906 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
908         * mm-util.el (mm-decompress-buffer): Use `delete-file';
909         alias `jka-compr-delete-temp-file' no longer exists.
911 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
913         Use define-minor-mode in Gnus where applicable.
914         * mml.el (mml-mode): Use define-minor-mode.
915         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
916         (gnus-undo-mode): Use define-minor-mode.
917         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
918         (gnus-dead-summary-mode): Use define-minor-mode.
919         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
920         Initialize in declaration.
921         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
922         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
923         (gnus-mailing-list-mode): Use define-minor-mode.
924         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
925         (gnus-draft-mode): Use define-minor-mode.
926         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
927         (gnus-dired-mode): Use define-minor-mode.
929 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
931         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
932         handles on recursive mml-to-mime translation and check them for
933         boundary delimiter collisions.  Reported by Greg Troxel.
935 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
937         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
939 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
941         * mm-util.el (mm-find-buffer-file-coding-system):
942         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
944 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
946         * message.el (message-generate-headers): Record insertion of optional
947         headers as well.  Otherwise the check to prevent repeated insertion of
948         optional headers is a no-op.
950 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
952         * smime.el: Don't mention CVS.
954         * nnrss.el (nnrss-fetch): Don't mention CVS.
956         * nnir.el: Don't mention CVS.
958 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
960         * gnus-sum.el (gnus-summary-bookmark-make-record):
961         Add `location' field.
963 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
965         * gnus-sum.el: Add bookmark declarations to silence the compiler.
966         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
967         Use with-current-buffer to silence the byte-compiler.
968         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
969         bother to require `gnus'.
970         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
972 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
974         * gnus-sum.el (gnus-summary-bookmark-make-record)
975         (gnus-summary-bookmark-jump): New functions.
976         (gnus-summary-mode): Setup bookmark support.
978 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
980         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
981         if set.
983 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
985         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
986         gnus-article-browse-html-save-cid-image; make it work recursively for
987         forwarded messages as well.
988         (gnus-article-browse-html-parts): Work when prefix arg is given.
989         (gnus-article-browse-html-article): Doc fix.
991 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
993         * message.el (message-default-mail-headers):
994         (message-default-headers): Carry the value mail-default-headers over
995         into message-default-mail-headers, rather than message-default-headers.
997 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
999         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
1000         charset.
1002         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1003         charset into the <meta> tag when the article is encoded to utf-8.
1005 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1007         * gnus-art.el (gnus-article-browse-delete-temp-files):
1008         Delete directories as well.
1009         (gnus-article-browse-html-parts): Work for images that do not specify
1010         file names; delete temp directory when quitting; insert header at the
1011         right place; use file: scheme for image files.
1013 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1015         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1016         (gnus-article-browse-html-parts): Use it to make temporary cid image
1017         files in addition to html file so that browser may display them.
1019 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1021         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1023 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1025         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1027 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1029         * auth-source.el (auth-sources): Change default to be simpler.
1030         Explain about Secret Service API sources.  Improve Customize options.
1031         (auth-source-pick): Change to accept any number of search parameters.
1032         Implement fallbacks iteratively, not recursively.  Add scoring on the
1033         second pass and sort by score.  Call Secret Service API when needed.
1034         (auth-source-user-or-password): Use it.  Call Secret Service API
1035         directly when needed to get the user name and the password.
1037 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1039         * message.el (message-interactive): Doc fix.
1040         (message-qmail-inject-args): Reflow.
1041         (message-kill-to-signature): Fix typo in docstring.
1043         * smiley.el (smiley-buffer): Fix typo in docstring.
1045 2010-03-24  Glenn Morris  <rgm@gnu.org>
1047         * mail-source.el (gnus-message): Declare.
1048         (mail-source-delete-old-incoming): Require gnus-util.
1050 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1052         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1054         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1056         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1057         password-cache's default if it is not bound.
1058         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1059         password-cache-expiry's default if it is not bound.
1061         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1062         available in Emacs 21.
1064 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1066         * auth-source.el (auth-sources): Fix up definition so extra parameters
1067         are always inline.
1069 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1071         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1072         wasn't updated after mismatch.  Clear cached mailbox info correctly
1073         when uidvalidity changes.
1074         (nnimap-group-prefixed-name): New function to avoid some code
1075         duplication.
1076         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1077         (nnimap-request-group): Use it.
1078         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1079         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1080         with many imap folders.  This is done by caching the group status from
1081         the imap server persistently in a group parameter `imap-status'.  (This
1082         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1083         but not persistently, so every Gnus startup was still very slow.)
1085 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1087         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1088         secrets.el dependency.
1089         (auth-sources): Add optional user name.  Add secrets.el configuration
1090         choice (unused right now).
1092 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1094         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1095         `gnus-registry-install-shortcuts' fill in the functions.
1097         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1098         warnings.
1099         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1100         (gnus-registry-install-shortcuts): Populate and use it in a
1101         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1103 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1105         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1106         In-place substitutions for the group name encoding/decoding.
1107         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1108         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1109         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1110         (nnimap-update-unseen, nnimap-request-list)
1111         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1112         (nnimap-request-set-mark, nnimap-split-to-groups)
1113         (nnimap-split-articles, nnimap-request-newgroups)
1114         (nnimap-request-create-group, nnimap-request-accept-article)
1115         (nnimap-request-delete-group, nnimap-request-rename-group)
1116         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1117         `encoded-mbx' for consistency.
1118         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1119         variable `imap-current-mailbox'.
1121         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1122         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1124 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1126         * pop3.el (pop3-display-message-size-flag): Display message size byte
1127         counts during POP3 download.
1128         (pop3-movemail): Use it.
1129         (pop3-list): Implement listing of available messages.
1131 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1133         * nnir.el (nnir-get-article-nov-override-function): New function to
1134         override the normal NOV retrieval.
1135         (nnir-retrieve-headers): Use it.
1137 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1139         * auth-source.el (netrc-machine-user-or-password): Autoload.
1141 2010-03-19  Glenn Morris  <rgm@gnu.org>
1143         Stop message.el from loading about 40 libraries it doesn't always need.
1144         The general approach is to autoload rather than require, and to
1145         require in the specific functions rather than the file.  (Bug#5642)
1147         * gmm-utils.el: Don't require wid-edit.
1148         (widget-create-child-value, widget-convert, widget-default-get):
1149         Autoload.
1151         * gnus-util.el: Don't require time-date, netrc.
1152         (message-fetch-field, gnus-group-name-decode): Declare rather than
1153         autoloading.
1154         (gnus-fetch-field): Require message.
1155         (gnus-decode-newsgroups): Require gnus-group.
1157         * ietf-drums.el: Don't require time-date.
1159         * message.el: Don't require hashcash, canlock, ecomplete.
1160         Do require mail-utils.  Require nnheader only when compiling.
1161         (smtpmail-default-smtp-server): Remove declaration.
1162         (message-send-mail-function): Check smtpmail-default-smtp-server
1163         is bound rather than requiring smtpmail.
1164         (message-auto-save-directory, message-insert-signature): Use
1165         expand-file-name rather than nnheader-concat.
1166         (nnheader-insert-file-contents): Autoload.
1167         (hashcash-wait-async): Declare.
1168         (message-send-mail): Only call gnus-setup-posting-charset if
1169         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1170         (message-send-mail-with-sendmail): Require sendmail.
1171         (canlock-password, canlock-password-for-verify): Declare.
1172         (message-canlock-password): Require canlock.
1173         (nnheader-get-report): Autoload.
1174         (gnus-setup-posting-charset): Declare.
1175         (message-send-news): Require gnus-msg.
1176         (message-make-references, message-make-in-reply-to): Use mail-header-id
1177         rather than the alias mail-header-message-id.
1178         (ecomplete-add-item, ecomplete-save): Declare.
1179         (message-put-addresses-in-ecomplete): Require ecomplete.
1180         (ecomplete-display-matches): Autoload.
1182         * mm-decode.el: Don't require mailcap, gnus-util.
1183         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1184         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1185         Autoload.
1186         (mailcap-mime-extensions): Declare.
1188         * mm-encode.el: Don't require mailcap.
1189         (mailcap-extension-to-mime): Autoload.
1191         * mml-sec.el: Don't require password-cache.
1193         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1194         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1195         (mml-minibuffer-read-type): Require mailcap.
1196         (mml-preview): Require gnus-msg.
1198         * mml1991.el: Require password-cache.
1199         (password-cache-expiry): Remove declaration.
1201         * mml2015.el: Require password-cache.
1202         (password-cache-expiry): Remove declaration.
1204         * nneething.el (mailcap): Require mailcap.
1206         * nnheader.el (declare-function): Add compatibility stub.
1207         (message-remove-header): Declare rather than autoload.
1208         (nnheader-replace-header): Require message.
1210         * nnimap.el (declare-function): Add compatibility stub.
1211         (netrc-parse, netrc-machine-user-or-password): Declare.
1212         (nnimap-open-connection): Require netrc.
1214         * nntp.el (declare-function): Add compatibility stub.
1215         (netrc-parse, netrc-machine, netrc-get): Declare.
1216         (nntp-send-authinfo): Require netrc.
1218         * rfc2047.el: Don't require qp.
1219         (quoted-printable-encode-region, quoted-printable-decode-string):
1220         Autoload.
1222         * sieve-mode.el: Don't require easymenu.
1223         (easy-menu-add-item): Autoload it.
1225         * spam-stat.el (time-to-number-of-days): Autoload it.
1227 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1229         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1230         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1231         value if any backslash escapes).
1233 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1235         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1236         if it is available.  (bug#5647)
1238 2010-02-26  Glenn Morris  <rgm@gnu.org>
1240         * message.el (message-send-mail-function): Change the default, so that
1241         it inherits from a customized send-mail-function.  (Bug#5643)
1243 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1245         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1246         shell-command-to-string signals an error (bug#5299).
1248 2010-02-24  Glenn Morris  <rgm@gnu.org>
1250         * message.el (message-smtpmail-send-it)
1251         (message-send-mail-with-mailclient): Doc fixes.
1253 2010-02-16  Glenn Morris  <rgm@gnu.org>
1255         * message.el (message-default-mail-headers): Change the default value
1256         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1258 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1260         * message.el (message-mail): Just pass yank-action on to message-setup.
1261         (message-setup): Handle (FUN . ARGS) form of yank-action.
1262         (message-with-reply-buffer, message-widen-reply)
1263         (message-yank-original): Handle non-buffer values of
1264         message-reply-buffer (Bug#4080).
1265         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1267 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1269         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1270         Fix typo in docstring.
1272 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1274         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1275         response.
1277 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1279         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1281         * message.el (message-check-news-header-syntax): Protect against a
1282         string that `rfc822-addresses' returns when parsing fails.
1284 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1286         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1287         (gnus-previous-char-property-change): New functions.
1289         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1291 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1293         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1294         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1296 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1298         * message.el (message-exchange-point-and-mark): Rework last change to
1299         avoid using optional arg of exchange-point-and-mark, for backward
1300         compatibility.
1302 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1304         * message.el (message-exchange-point-and-mark): Call
1305         exchange-point-and-mark with an argument rather than setting
1306         mark-active by hand (Bug#5175).
1308 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1310         * nntp.el (nntp-service-to-port): Work for service expressed with
1311         numeric string; replace [:digit:] with [0-9] for XEmacs.
1313 2009-12-17  Glenn Morris  <rgm@gnu.org>
1315         * gnus-group.el (gnus-bug-group-download-format-alist):
1316         Change emacs entry to debbugs.gnu.org.  Bump :version.
1318 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1320         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1322 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1324         * message.el (message-info): Explain why we use `Info-goto-node'.
1326 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1328         * message.el (message-completion-in-region): New compatibility function.
1329         (message-expand-group): Use it.
1331 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1333         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1334         with no unread article should be listed if the 2nd arg `predicate' is
1335         given.
1337 2009-11-29  Juri Linkov  <juri@jurta.org>
1339         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1340         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1341         on `gnus-recenter'.  (Bug#4698, Bug#4981)
1343 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1345         * message.el (message-from-style, message-interactive)
1346         (message-signature): Always set default values from the corresponding
1347         mail-* variables.
1348         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1349         (message-yank-prefix, message-indentation-spaces)
1350         (message-signature-file, message-default-headers): Use boundp rather
1351         than (featurep 'xemacs) to check if the corresponding mail-* variables
1352         exist.
1354 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1356         * message.el (message-send-mail-with-sendmail): Revert last change.
1358 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
1360         * message.el (message-from-style, message-interactive)
1361         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1362         (message-yank-prefix, message-indentation-spaces, message-signature)
1363         (message-signature-file, message-default-headers): For GNU Emacs, set
1364         default values from the corresponding mail-* variables.
1365         (message-send-mail-with-sendmail): Use envelope-from only if
1366         mail-specify-envelope-from is non-nil.
1368 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1370         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1371         containing tspecial characters if they have been already quoted.
1373 2009-10-24  Glenn Morris  <rgm@gnu.org>
1375         * gnus-art.el (help-xref-stack-item): Define for compiler.
1377 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1379         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1381 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1383         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1384         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1386 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1388         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1389         (gnus-overlays-in): New alias to overlays-in.
1391         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1392         gnus-overlay-get, and gnus-delete-overlay.
1393         (gnus-summary-show-thread): Make it work as well for systems in which
1394         next-single-char-property-change is not available.
1395         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1397 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1399         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1401 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1403         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1404         and XEmacs that don't have `remove-overlays'.
1406 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1408         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1409         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1410         selective display.  Use overlays instead.
1412 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1414         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1416 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1418         * spam-stat.el (spam-stat-load): Fix typo in message.
1420 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1422         * gnus-art.el (gnus-article-encrypt-body):
1423         * message.el (message-check-recipients):
1424         * mm-util.el (mm-codepage-setup):
1425         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1426         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1428 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1430         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1431         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1432         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1433         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1434         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1436 2009-09-18  Glenn Morris  <rgm@gnu.org>
1438         * gnus-diary.el (gnus-diary-check-message):
1439         * message.el (message-insert-formatted-citation-line):
1440         * nnbabyl.el (top-level):
1441         * nndiary.el (nndiary-schedule):
1442         Fix typos in condition-case handlers.
1444 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1446         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1447         configuration that provides the sole article window in a frame;
1448         position point correctly after deleting a part.
1450 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1452         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1453         (spam-resolve-registrations-routine): Use it to unregister articles
1454         that change status.
1456 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1458         * nnrss.el (nnrss-request-article): Remove binding of
1459         default-enable-multibyte-characters that has gotten needless by
1460         the 2007-07-13 change in rfc2047-encode-message-header.
1462         * mml.el (mml-insert-multipart): Error on the message header.
1463         (mml-insert-part): Error on the message header; position point at
1464         the end of a MIME tag.
1466 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1468         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1469         (gnus-float-time): Alias to float-time if it exists.
1471         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1472         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1473         float-time is available; suppress compile warning for time-to-seconds.
1475 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1477         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1478         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1479         Add the optional argument `encoding' that overrides the default.
1481         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1482         mm-encode-buffer.
1484 2009-09-04  Glenn Morris  <rgm@gnu.org>
1486         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1487         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1488         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1489         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1490         * mm-util.el (mm-with-unibyte-current-buffer)
1491         (mm-find-buffer-file-coding-system):
1492         * yenc.el (yenc-decode-region): Use default-value rather than
1493         default-enable-multibyte-characters.
1495 2009-09-03  Glenn Morris  <rgm@gnu.org>
1497         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1498         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1499         than default-enable-multibyte-characters.
1501 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1503         * gnus-art.el (gnus-article-read-summary-keys):
1504         Fix gnus-buffer-configuration's value temporarily used.
1506 2009-09-02  Glenn Morris  <rgm@gnu.org>
1508         * gnus-util.el (gnus-float-time): New function.
1509         * gnus-delay.el (gnus-delay-article):
1510         * gnus-sum.el (gnus-thread-latest-date):
1511         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1512         * nnspool.el (nnspool-request-newgroups):
1513         Use gnus-float-time rather than time-to-seconds.
1514         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1516         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1517         (gnus-header-subject-face, gnus-header-newsgroups-face)
1518         (gnus-header-name-face, gnus-header-content-face):
1519         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1520         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1521         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1522         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1523         (gnus-cite-face-11):
1524         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1525         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1526         (gnus-server-closed-face, gnus-server-denied-face)
1527         (gnus-server-offline-face):
1528         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1529         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1530         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1531         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1532         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1533         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1534         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1535         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1536         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1537         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1538         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1539         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1540         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1541         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1542         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1543         (gnus-summary-high-undownloaded-face)
1544         (gnus-summary-low-undownloaded-face)
1545         (gnus-summary-normal-undownloaded-face)
1546         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1547         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1548         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1549         (gnus-splash-face):
1550         * message.el (message-header-to-face, message-header-cc-face)
1551         (message-header-subject-face, message-header-newsgroups-face)
1552         (message-header-other-face, message-header-name-face)
1553         (message-header-xheader-face, message-separator-face)
1554         (message-cited-text-face, message-mml-face):
1555         * sieve-mode.el (sieve-control-commands-face)
1556         (sieve-action-commands-face, sieve-test-commands-face)
1557         (sieve-tagged-arguments-face):
1558         * spam.el (spam-face):
1559         Mark face aliases with "-face" in the name as obsolete.
1561 2009-09-01  Glenn Morris  <rgm@gnu.org>
1563         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1564         than goto-line.
1566 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1568         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1569         Don't move point if the command is invoked inside the message header.
1571 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1573         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1574         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1575         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1576         * nnir.el (nnir-swish-e-index-file):
1577         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1578         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1579         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1580         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1581         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1582         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1584 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1586         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1587         Don't save excursion.
1589 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1591         * nnheader.el (nnheader-find-file-noselect):
1592         * mm-util.el (mm-insert-file-contents):
1593         Use (default-value 'major-mode) instead of default-major-mode.
1595 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1597         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1599 2009-08-25  Glenn Morris  <rgm@gnu.org>
1601         * nnir.el (top-level): Don't require cl at run-time.
1602         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1603         Replace cl-function substitute with gnus-replace-in-string.
1604         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1605         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1606         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1607         simplified expansions.
1609 2009-08-22  Glenn Morris  <rgm@gnu.org>
1611         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1612         goto-line.
1614 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1616         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1618         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1619         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1620         (gnus-mm-display-part, gnus-mime-display-single)
1621         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1622         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1624         * gnus-sum.el
1625         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1626         (gnus-summary-move-article): Add expirable mark to articles copied or
1627         moved to group that has auto-expire turned on if the option is non-nil.
1629 2009-07-24  Glenn Morris  <rgm@gnu.org>
1631         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1632         Fix typo.  (Bug#3903)
1634 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1636         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1637         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1638         that should not be used for draft articles.
1639         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1640         that has no concern in minor mode keys.
1641         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1642         Abolish.
1644 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1646         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1647         article without making inquiry to a user for unknown encoding.
1649         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1650         (nnmaildir--scan): Assume i-node and device number that file-attributes
1651         returns might be cons-cell.
1653 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1655         * auth-source.el: Remove docs now in auth.texi.  Don't use
1656         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1657         `auth-source-hide-passwords' and use them.
1659 2009-07-15  Glenn Morris  <rgm@gnu.org>
1661         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1663 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1665         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1666         excessive whitespace from the default values of title and description.
1668 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1670         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1671         mail-fetch-field to fetch Content-Description header in order to
1672         exclude newlines.
1674 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1676         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1677         to deleted part.
1679 2009-05-30  David Engster  <dengste@eml.cc>
1681         * nnmairix.el: Remove old documentation in the commentary block.
1682         (nnmairix-request-group): Do not update active file for nnml back ends.
1683         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1684         end so that overview files are ignored.
1685         (nnmairix-update-groups): Make updating the groups more robust by using
1686         marks.
1687         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1688         with dollar characters in message-id.
1690 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1692         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1693         2008-12-25 in dns.el.
1695 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1697         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1698         could happen if the text is only composed of spaces and/or tabs.
1700 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1702         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1703         when sending a queued message to avoid extra mml tags.
1705 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1707         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1709 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1711         * gnus-dired.el: Remove autoload for gnus-setup-message.
1712         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1713         displaying Gnus logo; always use compose-mail.
1715 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1717         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1719 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1721         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1722         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1723         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1724         available.
1725         (gnus-nocem-epg-verify): New function.
1727 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1729         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1731 2009-02-15  Glenn Morris  <rgm@gnu.org>
1733         * gnus-util.el (rmail-insert-rmail-file-header)
1734         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1735         autoloads.
1736         (rmail-default-rmail-file): Remove unnecessary declaration.
1737         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1739 2009-02-14  Glenn Morris  <rgm@gnu.org>
1741         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1742         variable (only used in gnus-util, which declares it anyway).
1743         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1744         which was only needed by gnus-art (changed to not use it any more).
1745         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1746         only used in gnus-util, which autoloads it itself.
1747         (rmail-update-summary): Fix autoload.
1749         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1750         rather than rmail-output-to-rmail-file.
1752 2009-02-07  Glenn Morris  <rgm@gnu.org>
1754         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1755         autoload of function that no longer exists.
1756         (rmail-toggle-header): Declare.
1757         (message-forward-rmail-make-body): Handle mbox Rmail.
1759 2009-01-31  Glenn Morris  <rgm@gnu.org>
1761         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1762         2009-01-09 change.
1764 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
1766         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1767         (auth-source-forget-all-cached): New convenience function.
1768         (auth-source-user-or-password): Accept list of modes or a single mode.
1770         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1771         auth-source modes.
1773         * nnimap.el (nnimap-open-connection): Use list of
1774         auth-source modes.
1776         * nntp.el (nntp-send-authinfo): Use list of
1777         auth-source modes.
1779 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1781         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1782         now.
1784 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1786         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1787         coding system in XEmacs; add a workaround for XEmacs.
1789 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1791         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1792         of current-language-environment.
1794 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1796         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1797         available at runtime.
1799 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1801         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1803 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1805         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1806         the greatest positive fixnum value doesn't work under an XEmacs with
1807         bignum support; use the most-positive-fixnum constant instead,
1808         available since Emacs 21.1 with cl and XEmacs 21.1.
1810 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1812         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1813         XEmacs gets not to work.
1815 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1817         * mm-util.el (mm-coding-system-priorities): Allow the value like
1818         "Japanese (UTF-8)" of current-language-environment.
1820 2009-01-09  Glenn Morris  <rgm@gnu.org>
1822         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1823         with last-command-event.
1825 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1827         * message.el (message-fix-before-sending): Amend comment.
1829 2009-01-07  David Engster  <dengste@eml.cc>
1831         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1832         simplified server definitions by converting it via
1833         gnus-server-to-method.
1835 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1837         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1838         parameter's operands.
1840 2009-01-06  David Engster  <dengste@eml.cc>
1842         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1843         primary select method (for gnus-group-mark-article-as-read).
1845 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1847         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1848         `(gnus)Face', not `(gnus)X-Face'.
1850 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1852         * mm-util.el (mm-ucs-to-char): New function.
1854         * mm-url.el (mm-url-decode-entities): Use it.
1856 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1858         * message.el (message-fix-before-sending): Add `eight-bit' to
1859         illegible-text check.
1861 2009-01-03  Michael Olson  <mwolson@gnu.org>
1863         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1864         `headers' is nil.  This can occur if the IMAP server does not have
1865         permissions to read messages from a folder, but can write new messages
1866         to the folder.
1867         (nnimap-request-article-part): Do not insert `data' if it is nil.
1869 2009-01-01  Dave Love  <fx@gnu.org>
1871         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1873         * nnimap.el: Fix author email.
1874         (nnimap-split-rule): Add FIXME comment.
1875         (nnimap-debug): Fix doc string.
1877 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1879         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1880         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1881         to check if those variables exist (first appeared in Emacs 18.50).
1883 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1885         * mm-util.el (mm-line-number-at-pos): New function.
1887         * spam-report.el (spam-report-process-queue): Use it.
1889 2008-12-24  David Engster  <dengste@eml.cc>
1891         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1892         parameters that haven't existed as variables as buffer-local variables.
1894 2008-12-23  Dave Love  <fx@gnu.org>
1896         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1897         cadar.
1899         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1900         imap-starttls-p.
1901         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1903 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1905         * spam-report.el (spam-report-gmane-max-requests): New constant.
1906         (spam-report-gmane-wait): New variable.
1907         (spam-report-gmane-ham, spam-report-gmane-spam)
1908         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1909         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1910         the server.
1912         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1913         Add explanations.
1915         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1916         nnheader-accept-process-output and nnheader-read-timeout if available.
1917         (pop3-movemail): Use it.
1919         * message.el (message-check-news-body-syntax): Fix signature check if
1920         there's an attachment.
1922 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1924         * mm-util.el: Add comments to the mm- emulating functions.
1926 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1928         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1929         by Stephen Berman <stephen.berman@gmx.net>.
1931 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1933         * mm-util.el (mm-substring-no-properties): New function.
1934         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1935         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1936         (mm-string-to-multibyte): Doc fix.
1938         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1940 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1942         * mml.el (mml-attach-file): Strip text properties from file name.
1943         (Bug#1574)
1945 2008-12-16  Glenn Morris  <rgm@gnu.org>
1947         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1949 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1951         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1952         knows since the charset specified might be a bogus alias that
1953         mm-charset-synonym-alist provides.
1955 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1957         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1958         "ISO_8859-1".
1960         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1962 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1964         * mm-util.el (mm-charset-eval-alist):
1965         Define it before mm-charset-to-coding-system.
1966         (mm-charset-to-coding-system): Add optional argument `silent';
1967         define it before mm-charset-override-alist.
1968         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1969         default value if it can be used in Emacs currently running;
1970         silence mm-charset-to-coding-system.
1972 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1974         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1975         `allow-override' which says whether to use `mm-charset-override-alist'.
1976         (rfc2047-decode-encoded-words): Use it.
1978         * mm-util.el (mm-charset-override-alist): Fix custom type;
1979         add `(gb2312 . gbk)' to choices.
1981 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1983         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1984         fast.
1986         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1988 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1990         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1991         on links.
1993         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1995 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1997         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1998         users' addresses that don't have domain parts.
1999         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2000         rather than message-narrow-to-head since there will be the message
2001         header separator.
2003 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2005         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2006         since the result is inserted in a unibyte buffer anyway.
2007         (nnimap-demule-use-string-to-multibyte): Remove.
2008         (nnimap-demule): Alias it to mm-string-to-multibyte.
2010 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2012         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2013         variable for debugging bug#464 and bug#1174.
2014         (nnimap-demule): Use it.
2016 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2018         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2019         score calculation correctly.
2021 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2023         * message.el (message-send-mail): Just set the buffer to unibyte
2024         rather than use mm-with-unibyte-current-buffer which does a lot more.
2025         (message-send-mail-partially): Don't bother with
2026         mm-with-unibyte-current-buffer since it's already been made unibyte by
2027         message-send-mail.
2029 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2031         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2033 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2035         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2037 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2039         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2040         require itself and to remove `with-no-warnings'.
2042 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2044         * starttls.el (starttls-any-program-available): Get the name of the
2045         available TLS layer program.
2046         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2047         well as the host name in the "opening" message.
2049         * auth-source.el (auth-source-cache, auth-source-do-cache)
2050         (auth-source-user-or-password): Cache passwords and logins by default,
2051         allow override with `auth-source-do-cache'.
2052         (auth-source-forget-user-or-password): Allow users to remove cache
2053         entries if needed.
2055 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2057         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2058         condition-case to only the forward-sexp call.
2060 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2062         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2063         quotes contained.  Make it more robust regardless by an extra
2064         condition-case wrapper.
2066 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2068         * nnml.el (nnml-request-expire-articles): Check if the function set to
2069         `nnmail-expiry-target' returns the symbol `delete'.
2071         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2073         * nnmail.el (nnmail-expiry-target): Fix custom type.
2075 2008-10-02  Glenn Morris  <rgm@gnu.org>
2077         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2078         Silence compiler warning.
2080 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2082         * mml.el (mml-menu): Don't assume mml2015 is bound.
2084 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2086         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2087         exists.
2089 2008-09-27  Glenn Morris  <rgm@gnu.org>
2091         * gnus-util.el (mail-header-remove-comments): Autoload it.
2093 2008-09-27  Andreas Schwab  <schwab@suse.de>
2095         * gnus-util.el (gnus-split-references): Strip comments.
2096         (gnus-parent-id): Likewise.
2098 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2100         * message.el (message-confirm-send): Fix version.
2102 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2104         * message.el (message-idna-to-ascii-rhs-1): Use
2105         mail-extract-address-components rather than mail-header-parse-addresses
2106         that is an alias by default to ietf-drums-parse-addresses that does not
2107         support non-ASCII names in headers' contents.
2109 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2111         * message.el (message-confirm-send): Fixed variable documentation to
2112         avoid the "y/n" wording.
2114 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2116         * message.el (message-set-auto-save-file-name): Save to a different
2117         filename so multiple messages (especially drafts) can be recovered.
2119 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2121         * message.el (message-confirm-send): Add appropriate version.
2123 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2125         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2126         defvar.
2128 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2130         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2131         (mm-pkcs7-enveloped-magic): Ditto.
2133 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2135         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2136         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2138 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2140         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2141         default, it's better.
2143 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2145         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2146         summary line gnus-number property and ignore them (with a warning
2147         message).
2149 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2151         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2152         macro caddr in the interactive form since it won't be expanded.
2154 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2156         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2157         `charset'; fix name of function called recursively.
2158         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2160 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2162         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2163         (gnus-mime-set-charset-parameters): New function.
2164         (gnus-mime-view-part-as-charset): Use it to correctly display part
2165         specifying wrong charset.
2167 2008-09-08  David Engster  <dengste@eml.cc>
2169         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2170         in completing-read for back end server.
2172 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2174         * message.el (message-confirm-send): New variable to confirm sending a
2175         message.
2176         (message-send): Use it.
2178 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2180         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2182 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2184         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2186 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2188         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2189         prevent tracking too many groups.
2190         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2191         Use it.
2193 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2195         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2196         moving point to the bottom of the window in order to avoid recentering.
2198 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2200         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2201         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2202         (gnus-article-beginning-of-window): Fix calculation.
2204 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2206         * gnus-msg.el (gnus-summary-supersede-article)
2207         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2208         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2209         message header.
2211 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2213         * message.el:
2214         * gnus-start.el:
2215         * gnus-registry.el: Remove VMS support.
2217 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2219         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2220         macro.
2221         (rfc2104-hash): Use it.
2223 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2225         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2226         (gnus-summary-sort-by-most-recent-date): New commands.
2227         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2228         and menu entries.
2230 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2232         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2233         don't redisplay article for raw contents; remove plural articles stuff.
2235         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2236         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2237         on gnus-summary-save-article; display results properly.
2239 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2241         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2243 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2245         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2246         gnus-save-all-headers.
2248 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2250         * gnus-util.el (ns-focus-frame): Remove declaration.
2251         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2252         like x.
2254 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2256         * rfc2104.el (rfc2104-zero): Delete defconst.
2257         (rfc2104-hex-alist): Likewise.
2258         (rfc2104-hex-to-int): Delete func.
2259         (rfc2104-hexstring-to-bitstring): Likewise.
2260         (rfc2104-nybbles): New defconst.
2261         (rfc2104-hash): Rewrite for speed.
2263 2008-07-16  Glenn Morris  <rgm@gnu.org>
2265         * gnus-util.el (ns-focus-frame): Declare for compiler.
2267 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2269         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2270         set as a group parameter.
2271         (gnus-summary-save-in-pipe): Work when it is called independently.
2272         (gnus-summary-pipe-to-muttprint): Don't modify
2273         gnus-summary-pipe-output-default-command.
2275 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2277         * message.el (message-send-mail-with-sendmail):
2278         Display the error message.
2280 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2282         * gnus-art.el (gnus-default-article-saver):
2283         Add gnus-summary-save-in-pipe to choices.
2284         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2285         gnus-summary-pipe-output-default-command as the default command.
2286         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2287         instead of gnus-last-shell-command.
2289         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2290         New user option.
2291         (gnus-summary-muttprint-program): Mention the value will be changed.
2292         (gnus-summary-save-article): Force showing of all headers.
2293         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2295 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2297         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2299 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2301         * nnimap.el (nnimap-id):
2302         * sieve-manage.el (sieve-manage-open): Doc fixes.
2304 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2306         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2307         if available.
2309 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2311         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2313         * nnkiboze.el (nnkiboze-generate-group):
2314         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2316         * nnmairix.el: Require CL.
2318 2008-06-15  David Engster  <dengste@eml.cc>
2320         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2322 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2324         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2325         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2326         runtime choice under XEmacs.
2328         * gnus-sum.el (gnus-summary-set-display-table):
2329         Use `gnus-put-display-table', `gnus-get-display-table',
2330         `gnus-set-display-table' for the display table, instead of `aset'.
2332 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2334         * nnmairix.el: Add autoloads.
2336 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2338         * nnmairix.el (nnmairix-delete-recreate-group)
2339         (nnmairix-update-and-clear-marks): Fix error messages.
2341 2008-06-14  David Engster  <dengste@eml.cc>
2343         * nnmairix.el: Upgrade to version 0.6.
2344         (nnmairix-group-toggle-propmarks-this-group)
2345         (nnmairix-group-toggle-readmarks-this-group)
2346         (nnmairix-group-delete-recreate-this-group)
2347         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2348         (nnmairix-remove-tick-mark-original-article): New commands.
2349         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2350         (nnmairix-propagate-marks-to-nnmairix-groups)
2351         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2352         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2353         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2354         functions needed for marks propagation and manipulation of read marks.
2355         (nnmairix-update-groups): New function.
2356         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2357         (nnmairix-determine-original-group-from-registry)
2358         (nnmairix-determine-original-group-from-path)
2359         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2360         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2361         New helper functions.
2362         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2363         keystrokes for new commands.
2364         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2365         (nnmairix-request-group): Check allow-fast group parameter.
2366         (nnmairix-request-create-group): Set allow-fast group parameter if
2367         nnmairix-allowfast-default is set.
2368         (nnmairix-close-group): Propagate marks upon closing if needed.
2369         (nnmairix-group-toggle-threads-this-group): Use new.
2370         nnmairix-group-toggle-parameter helper function.
2371         (nnmairix-search): Better check for empty search result.
2372         (nnmairix-goto-original-article): Use new helper functions for
2373         determining original article.
2374         (nnmairix-show-original-article): Make sure message-id is in brackets.
2375         (nnmairix-call-mairix-binary): Change variable name.
2376         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2377         helper function.
2378         (nnmairix-widget-toggle-activate): Fix doc string.
2380 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2382         * nnir.el: Require edmacro when compiling with XEmacs.
2383         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2384         available in Emacs 21.
2386 2008-06-11  Glenn Morris  <rgm@gnu.org>
2388         * gnus-util.el (x-focus-frame):
2389         * gnus.el (image-size):
2390         * mm-decode.el (image-size): Declare.
2392         * gnus-picon.el (declare-function): Add compat definition.
2393         (image-size): Declare.
2395         * gnus-group.el (tool-bar-map):
2396         * gnus-sum.el (tool-bar-map): Define for compiler.
2398         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2400         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2402         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2403         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2404         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2405         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2406         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2407         * sieve-manage.el, spam-report.el, spam.el:
2408         Remove unnecessary eval-and-compile of autoloads.
2410 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2412         * auth-source.el: Precise Tramp doc.
2414 2008-06-07  Glenn Morris  <rgm@gnu.org>
2416         * nnmairix.el: Remove unnecessary eval-when-compile.
2418 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
2420         * nnir.el: New file.
2422 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2424         * gnus-util.el (gnus-read-shell-command): New function.
2425         * mm-decode.el (mm-pipe-part):
2426         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2428 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2430         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2432 2008-06-03  Glenn Morris  <rgm@gnu.org>
2434         * pop3.el (nnheader-accept-process-output): Autoload it.
2436 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2438         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2439         are not 2-digit hexadecimal characters that follow `%'s.
2441 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2443         * message.el (message-bogus-recipient-p): Fix type in doc string.
2444         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2445         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2446         Improve custom options.
2447         (message-bogus-recipient-p): Adjust accordingly.
2449 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2451         * nnmairix.el: Require edmacro when compiling with XEmacs.
2453 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2455         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2456         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2458 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2460         * auth-source.el: Add more docs.
2462 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2464         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2465         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2466         retrieval faster in some cases, but might make CPU usage larger.  If
2467         this has any bad side effects, we might revert this change.
2469         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2470         seems to make mail retrieval much, much faster.
2471         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2472         unconditionally.
2474         * gnus-draft.el (gnus-group-send-queue): Bind
2475         message-send-mail-partially-limit to nil to avoid being prompted.
2477 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2479         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2481         * message.el (message-bogus-address-regexp): Fix and improve custom
2482         type.
2483         (message-setup-hook): Add message-check-recipients as custom option.
2485 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2487         * message.el (message-cite-function): Remove bogus autoload which crept
2488         in during merge from v5-10.
2490 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2492         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2494         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2496         * auth-source.el: Preliminary Tramp docs.
2497         (auth-sources): Change the default auth-sources to use
2498         EPA .gpg files.
2500 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2502         * nntp.el: Autoload `auth-source-user-or-password'.
2503         (nntp-send-authinfo): Use it.
2505         * nnimap.el: Autoload `auth-source-user-or-password'.
2506         (nnimap-open-connection): Use it.
2508         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2509         for the gnus-message function.
2510         (auth-source-user-or-password): Use it.
2512 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2514         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2515         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2516         (rfc2104-hash): Use it.
2518 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2520         * gnus-art.el (gnus-article-toggle-truncate-lines):
2521         Don't use `iff' in docstring.
2523 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2525         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2527         * gnus-util.el (gnus-extract-address-component-name)
2528         (gnus-extract-address-component-email): Convenience functions around
2529         `gnus-extract-address-components'.
2531         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2532         Use `gnus-extract-address-component-email' to fix bug of comparing full
2533         sender name to `user-mail-address'.
2535 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2537         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2538         catch/throw to optimize.
2539         (gnus-registry-find-keywords): Just use member to find a keyword.
2541 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2543         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2544         is current before calling gnus-server-prepare.
2545         (gnus-server-setup-buffer, gnus-server-update-server)
2546         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2548 2008-05-04  Juri Linkov  <juri@jurta.org>
2550         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2551         (mailcap-file-default-commands): Use mailcap-replace-in-string
2552         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2553         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2555 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2557         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2559 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2561         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2562         hooks.
2563         (gnus-update-read-articles): Speed up non-marks-using users.
2564         (gnus-use-marks): Define gnus-use-marks.
2565         (gnus-propagate-marks): Rename variable to something more sensible.
2567 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2569         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2570         (gmm-image-load-path-for-library): Fix typos in docstrings.
2571         (gmm-message): Reflow docstring.
2573 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2575         * mail-source.el (mail-source-set-1, mail-source-bind):
2576         Move auth-source code out of the macro to clean it up and fix bugs.
2578 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2580         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2581         by sender if it's equal to user-mail-address, it's likely to be
2582         useless.
2584         * mail-source.el (mail-source-bind): Don't use user or password if they
2585         are not bound.  Unintern them if they are nil.  Don't use server unless
2586         it's bound, and default it to empty string otherwise.
2588 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2590         * mail-source.el: Load auth-source.el.
2591         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2592         get user name or password, if auth-sources is set up.
2594         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2595         strategy of splitting with parent.
2596         (gnus-registry-split-fancy-with-parent)
2597         (gnus-registry-post-process-groups): Use it and fix prior
2598         bug (returning a list as the split result).
2600         * auth-source.el (auth-sources): Remove server parameter.
2601         (auth-source-pick, auth-source-user-or-password)
2602         (auth-source-user-or-password-imap)
2603         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2604         (auth-source-user-or-password-sftp)
2605         (auth-source-user-or-password-smtp): Remove server parameter.
2607 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2609         * smime.el (smime-sign-region, smime-encrypt-region)
2610         (smime-decrypt-region):
2611         Remove redundant calls to `generate-new-buffer-name'.
2613 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2615         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2616         Don't use QP for message/rfc822.
2617         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2619 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2621         * sieve-manage.el (sieve-string-bytes): Remove.
2622         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2623         correct byte-length only if the process's coding-system is the same as
2624         the one used internally by Emacs to represent strings.
2626 2008-04-22  Juri Linkov  <juri@jurta.org>
2628         * mailcap.el (mailcap-file-default-commands): New function.
2630 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2632         * message.el (message-signature-separator, message-cite-function):
2633         Change custom version.
2635 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2637         * mm-decode.el (mm-display-external): Make temp file read-only.
2639 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2641         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2642         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2643         `C-c C-f d'.
2645 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2647         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2649 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2651         * auth-source.el: Added docs.
2652         (auth-sources): Modify format to support server.
2653         (auth-source-pick, auth-source-user-or-password)
2654         (auth-source-user-or-password-imap)
2655         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2656         (auth-source-user-or-password-sftp)
2657         (auth-source-user-or-password-smtp): Add server parameter.
2659 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2661         * gnus-registry.el: Initialize the registry when gnus-registry-install
2662         is t.
2664 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2666         * compface.el (uncompface): Make buffer unibyte.
2668 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2670         * mail-source.el (mail-source-value):
2671         Prefer fboundp to functionp so it works with macros as well.
2673 2008-04-05  Glenn Morris  <rgm@gnu.org>
2675         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2677 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2679         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
2680         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2682         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2683         multibyteness after rather than before erasing it.
2685         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2686         mm-with-multibyte.
2687         (gnus-request-article-this-buffer): Make sure the proper decoding is
2688         used if gnus-original-article-buffer happens to be unibyte.
2690         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2691         default-enable-multibyte-characters.
2693         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2694         default-enable-multibyte-characters.
2696         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2698         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2700 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2702         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2703         Fix last change in case the element is not even a symbol.
2705 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2707         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2708         imap-enable-exchange-bug-workaround.
2709         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2711 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2713         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2714         a 100 byte status-checks into a 2-3MB transfer for each group.
2715         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2716         to enable bug workaround or not.
2717         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2719 2008-03-31  Glenn Morris  <rgm@gnu.org>
2721         * message.el (mml2015-use): Declare for compiler.
2722         (message-info): Require mml2015 when appropriate.
2724 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2726         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2727         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2728         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2729         (nntp-service-to-port): New function.
2730         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2731         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2732         (nntp-open-netcat-stream): New function.
2733         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2735 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2737         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2739 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2741         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2743 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2745         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2747 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2749         * message.el (message-signature-separator): Change default.
2750         Improve custom type.
2751         (message-cite-function): Change default to
2752         message-cite-original-without-signature.
2754         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2755         toggle.
2757         * message.el (message-check-news-body-syntax): Fix signature check.
2758         (message-setup-1): Mark buffer as unmodified _after_ running
2759         message-setup-hook and handling message-alternative-emails.
2760         (message-shorten-references): Be more strict when building list of
2761         valid references to comply with GNKSA.
2763         * gnus-group.el (gnus-read-ephemeral-bug-group)
2764         (gnus-read-ephemeral-debian-bug-group)
2765         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2767         * message.el (message-info): Don't use booleanp which isn't supported
2768         in Emacs 21 and XEmacs.
2770 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2772         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2773         gnus-group-gmane-group-download-format.
2774         (gnus-group-read-ephemeral-gmane-group): Rename from
2775         gnus-group-read-ephemeral-gmane-group.
2776         (gnus-read-ephemeral-gmane-group-url): Rename from
2777         gnus-group-read-ephemeral-gmane-group-url.
2778         (gnus-bug-group-download-format-alist): New variable.
2779         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2780         (gnus-read-ephemeral-emacs-bug-group): New commands.
2782 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2784         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2785         (gnus-visible-headers): Improve custom type.
2787 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2789         * mml.el (mml-menu): Add workarounds for XEmacs.
2791         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2792         X-Boundary header.
2794         * message.el (message-simplify-recipients): Fix previous commit.
2796 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2798         * mm-util.el (mm-set-buffer-multibyte): New function.
2799         * mm-decode.el (mm-copy-to-buffer): Use it.
2801         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2802         Prefer fboundp to functionp so it works with macros as well.
2804 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2806         * message.el (message-alter-recipients-discard-bogus-full-name):
2807         New function.
2808         (message-alter-recipients-function): New variable.
2809         (message-get-reply-headers): Use it.
2810         (message-replace-header): New helper function.
2811         (message-recipients-without-full-name): New variable.
2812         (message-simplify-recipients): New command.
2814         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2816         * message.el (message-info): Handle EasyPG manual.
2818         * mml.el (mml-menu): Add entry for EasyPG.
2820 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2822         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2823         parameter.
2825         * message.el (message-disassociate-draft): Specify drafts group name
2826         fully.
2828 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2830         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2831         unnecessary duplicates from the match list.
2833 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2835         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2836         args of `how-many' of which the XEmacs version doesn't take; declare
2837         Info-index-next as function.
2839 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2841         * gnus-score.el (gnus-score-headers): Fix handling of
2842         gnus-inhibit-slow-scoring.
2844         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2845         string.
2846         (gnus-button-url-regexp): Improve handling of parenthesis.
2847         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2848         (gnus-button-handle-info-keystrokes): Handle index entries.
2850 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2852         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2853         Incoming* files.
2855 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2857         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2858         (auth-source-pick): Use it.
2860 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2862         * auth-source.el (auth-source-protocols)
2863         (auth-source-protocols-customize, auth-source-choices): Added and
2864         modified variable customizations and defaults.
2865         (auth-source-pick, auth-source-user-or-password)
2866         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2867         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2868         (auth-source-user-or-password-sftp)
2869         (auth-source-user-or-password-smtp): Use new variables and provide an
2870         interface to netrc.el.
2872 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2874         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2875         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2876         Make sure the nntp port to specify is a string.
2878 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2880         * nntp.el: Use with-current-buffer.
2881         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2882         dubious mm-with-unibyte-current-buffer.
2883         (nntp-with-open-group-function): New function extracted from
2884         nntp-with-open-group macro.
2885         (nntp-with-open-group): Use the function, so it's easier to debug.
2886         Add indentation and debugging info.
2887         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2888         the use of the netcat alternatives.
2890         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2891         Avoid mm-string-as-multibyte as well.
2893         * nnweb.el (nnweb-insert-html):
2894         Remove use of nnheader-string-as-multibyte.
2896         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2897         (nnheader-string-as-multibyte): Remove.
2899         * mm-view.el: Use inhibit-read-only.
2900         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2901         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2902         or unibyte-string.
2904         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2905         (mm-uu-yenc-extract): Use with-current-buffer.
2907         * gnus-soup.el (gnus-soup-send-packet): Don't use
2908         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2910         * nnmh.el: Use with-current-buffer.
2911         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2912         mm-string-as-multibyte on the output of mm-encode-coding-string.
2914         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2915         (nnimap-request-move-article): Use with-current-buffer.
2917         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2918         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2919         conversion uses string-make-unibyte rather than string-as-unibyte.
2921         * gnus-msg.el: Use with-current-buffer.
2923         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2925 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2927         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2928         string for caching if it is 'PIN.
2930 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2932         * mail-source.el (mail-source-delete-old-incoming-confirm):
2933         Change default to nil.
2934         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2936 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2938         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2939         (gnus-article-goto-prev-page): Work for articles having ^L's.
2941         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2943         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2945 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2947         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2948         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2949         (gnus-bookmark-jump): Adjust some variable names.
2951 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2953         * auth-source.el: New package.
2954         (auth-source-choices): Add customization entry point variable.
2956         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2957         bug.
2959 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2961         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2962         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2963         (gnus-registry-install-shortcuts): Rename from
2964         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2965         the `gnus-registry-mark-map' keymap dynamically from
2966         `gnus-registry-marks'.  The generated functions update the summary line
2967         when a registry mark is added or deleted, and will call
2968         `gnus-registry-install-p' (see the comments in the code).
2969         (gnus-registry-user-format-function-M): Use concat intelligently.
2971         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2972         the registry mark functions.
2974 2008-03-05  Glenn Morris  <rgm@gnu.org>
2976         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2977         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2978         gnus-art.
2979         (top-level): No need to load own source when compiling.
2981 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2983         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2984         Suggested by <chris.anderton@zetnet.co.uk>.
2986 2008-03-04  Glenn Morris  <rgm@gnu.org>
2988         * gnus-sum.el (top-level): No need to require gnus when compiling,
2989         since unconditionally required near start of file.
2990         (gnus-summary-display-while-building): Move definition before use.
2992 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2994         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2995         formatting function.
2997 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2999         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3000         with plists.
3001         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3002         Use new format.
3004 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3006         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3007         `where-is-internal' that returns a range of key sequences.
3009 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3011         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3013         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3014         (gnus-summary-jump-to-group): Consider windows on other displayed
3015         frames as well.  Similar changes might be needed elsewhere, but that's
3016         the one I've bumped into during my use.
3018         * nndoc.el (nndoc-oe-dbx-type-p):
3019         * gnus-msg.el (gnus-debug):
3020         * gnus-group.el (gnus-update-group-mark-positions):
3021         Use mm-string-to-multibyte.
3023 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3025         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3026         doesn't handle NotDashEscaped.
3028         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3029         (mml-dnd-attach-options): Fix typo in custom choice.
3031         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3032         nndoc-article-type to mbox.
3033         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3035         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3036         to nil, instead of html2text.
3038         * imap.el (imap-debug): Add `imap-ping-server'.
3040         * gnus-bookmark.el: Add FIXMEs.
3042         * message.el (message-form-letter-separator)
3043         (message-send-form-letter-delay): New variables.
3044         (message-send-form-letter): Use them.  New command to send form
3045         letters.  Requested by Uwe Siart.
3046         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3048 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3050         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3051         empty author.
3053 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3055         * gnus-registry.el (gnus-registry-marks): Add variable for
3056         customization of marks and their appearance.
3057         (gnus-registry-read-mark): Use it.
3058         (gnus-registry-do-marks): Add utility function to loop through
3059         `gnus-registry-marks'.
3060         (gnus-registry-install-shortcuts-and-menus): Add function to install
3061         shortcuts and menus.
3062         (gnus-registry-initialize): Use it.
3063         (gnus-registry-default-mark): Clarify documentation.
3065 2008-02-29  Glenn Morris  <rgm@gnu.org>
3067         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3068         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3069         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3070         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3071         Change defcustom :version from 23.0 to 23.1.
3073 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3075         * gnus-registry.el (gnus-registry-follow-group-p)
3076         (gnus-registry-post-process-groups): Add functions to aid registry
3077         splitting and improve logging.  Clarify behavior in function
3078         documentation.
3079         (gnus-registry-split-fancy-with-parent): Use them.
3081 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3083         * gnus-art.el: Use with-current-buffer.
3085 2008-02-27  David Engster  <dengste@eml.cc>
3087         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3088         Express real group name in the response.
3090 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3092         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3093         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3094         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3095         autoload gnus-registry-fetch-group when compiling.
3096         (nnmairix-request-group-with-article-number-correction): Remove
3097         unreferenced argument passed to nnmairix-call-backend.
3099 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3101         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3102         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3103         Wilde.
3105 2008-02-27  Glenn Morris  <rgm@gnu.org>
3107         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3108         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3109         variables to defconsts.  Convert comments to doc-strings.
3110         (nnmairix-last-server, nnmairix-current-server): Convert from free
3111         variables to defvars.  Convert comments to doc-strings.
3112         (gnus-registry-fetch-group): Autoload.
3113         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3114         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3115         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3116         caddr.
3117         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3118         nnmairix-request-group-with-article-number-correction call.
3119         (nnmairix-fast, nnmairix-group): New, less general names, for free
3120         variables passed from nnmairix-request-group to
3121         nnmairix-request-group-with-article-number-correction.  Declare.
3122         (nnmairix-request-group-with-article-number-correction):
3123         Use nnmairix-fast, nnmairix-group rather than fast, group.
3125 2008-02-26  David Engster  <dengste@eml.cc>
3127         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3128         version 0.5.
3130 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3132         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3133         instead of making an extra function call.  Don't add the current group
3134         to articles only when they have the group.  Use
3135         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3136         Reported by David <de_bb@arcor.de>.
3138 2008-02-24  Miles Bader  <miles@gnu.org>
3140         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
3141         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
3142         (mm-find-mime-charset-region):
3143         * mm-bodies.el (mm-encode-body):
3144         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
3146 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3148         * mail-source.el (mail-source-delete-incoming): Change default.
3149         Supplement doc string.
3151         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3153 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3155         * nnmail.el (nnmail-message-id-cache-file): Derive from
3156         `gnus-home-directory'.
3158 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3160         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3161         Document negative prefix.
3163         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3165 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3167         * message.el (message-unsent-separator): Add the Exim bounce
3168         separator.
3170 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3172         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3173         list.
3174         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3175         recipient/signer list.
3177 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3179         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3180         fbound (Emacs 23 unicode), signal an error.
3182 2008-02-08  Glenn Morris  <rgm@gnu.org>
3184         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3186 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3188         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3189         ports to the calls to `netrc-machine-user-or-password' in addition to
3190         "imap" and "imaps".
3192 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3194         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3195         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3196         <hanche@math.ntnu.no>.
3198 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3200         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3202 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3204         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3206         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3208 2008-02-01  Miles Bader  <miles@gnu.org>
3210         * mml.el (mml-parse-1): Remove apparently vestigial use of
3211         `mm-hack-charsets'.
3212         * mm-bodies.el (mm-encode-body): Likewise.
3214 2008-02-01  Kenichi Handa  <handa@m17n.org>
3216         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3217         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3218         (rfc2104-hash): Convert the result of concat to unibyte string.
3220 2008-02-01  Dave Love  <fx@gnu.org>
3222         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3223         coding-system-for-read.
3224         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3226         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
3227         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
3228         (mm-find-mime-charset-region): Remove hack-charsets stuff.
3230 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3232         * mail-source.el (mail-sources): Add `group' choice.
3234         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3235         parameter `in-group' to control into which group the articles go.
3236         Add treatment of `group' mail-source.
3238 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3240         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3241         * message.el (message-beginning-of-line): Use featurep instead of bound
3242         tests in order to resolve conditionals at compile time.
3244 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3246         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3248         * mm-decode.el (mm-dissect-buffer): Decode description.
3250         * mml.el (mml-to-mime): Encode message header first.
3252 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3254         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3255         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3257 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3259         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3261 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3263         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3264         prefix keys.
3265         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3266         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3267         gnus-xmas.el.
3269 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3271         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3272         Add new variables for article mark management.
3273         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3274         list of extra data entries which, when present, will indicate that the
3275         article ID should not be trimmed from the registry.
3276         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3277         functions.
3278         (gnus-registry-read-mark): New function to read a mark name from the
3279         user.
3280         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3281         (gnus-registry-set-article-mark-internal): New functions to add and
3282         remove marks.
3283         (gnus-registry-get-article-marks): New function to show the marks for
3284         an article, or retrieve them for further use.
3286 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3288         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3289         keys when no argument is given.
3291 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3293         * gnus-sum.el (gnus-article-sort-by-random)
3294         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3295         jidanni@jidanni.org.
3297 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3299         * gnus-art.el (gnus-article-describe-bindings): New function.
3300         (gnus-article-read-summary-keys): Use it.
3301         (gnus-article-mode-map): Bind `C-h b' to it.
3303 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3305         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3306         XEmacs.
3307         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3308         against non-character events.
3310 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3312         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3313         command.
3314         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3315         instead of END.  Change name of the temp file.
3316         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3317         customizable.
3319 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3321         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3322         bind `S W' to gnus-article-wide-reply-with-original; set default
3323         binding to gnus-article-read-summary-send-keys.
3324         (gnus-article-read-summary-keys): Fix the order of keys; display
3325         continuation keys correctly in the echo area; describe bindings
3326         correctly when keys end with `C-h'.
3327         (gnus-article-read-summary-send-keys): New function.
3328         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3329         for gnus-article-read-summary-send-keys; display continuation keys
3330         correctly in the echo area.
3331         (gnus-article-reply-with-original): Ignore prefix argument.
3332         (gnus-article-wide-reply-with-original): New function.
3334 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3336         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3337         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3339 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3341         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3342         (gnus-group-read-ephemeral-gmane-group): New command.
3344 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3346         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3348 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3350         * message.el (message-send-mail-function): Increase custom version.
3352         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3353         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3355 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3357         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3358         html parts correctly; support forwarded messages.
3359         (gnus-article-browse-html-article): Remove work buffers.
3361         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3362         compiling.
3363         (netrc-bound-and-true-p): New macro.
3364         (netrc-parse): Use it instead of bound-and-true-p that is not available
3365         in XEmacs 21.4.
3367 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3369         * gnus-registry.el (gnus-registry-mark-article)
3370         (gnus-registry-article-marks): Add functionality to mark articles
3371         through the Gnus registry.
3373         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3374         (netrc-parse): Use encrypt-file-alist to determine if
3375         encrypt-find-model or encrypt-insert-file-contents should be used.
3377 2007-12-19  Glenn Morris  <rgm@gnu.org>
3379         * mml.el (message-options-set, message-narrow-to-head)
3380         (message-in-body-p, message-mail-p, message-encode-message-body):
3381         Autoload.
3382         (message-remove-header, message-narrow-to-headers-or-head)
3383         (message-subscribed-p, message-make-mail-followup-to)
3384         (message-position-on-field, message-news-p)
3385         (message-options-set-recipient, message-generate-headers)
3386         (message-sort-headers): Declare as functions.
3388 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3390         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3391         convention in doc string.
3393 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3395         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3396         title to html parts.
3397         (gnus-article-browse-html-article): Pass message header to it.
3399         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3401 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3403         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3404         or password compatible with XEmacs.
3406 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3408         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3409         format document.
3410         (gnus-mime-delete-part): Don't write description line if empty.
3411         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3413 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3415         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3416         (gnus-summary-mark-read-and-unread-as-read)
3417         (gnus-summary-mark-current-read-and-unread-as-read)
3418         (gnus-summary-mark-unread-as-ticked): Doc fix.
3419         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3421 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3423         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3424         Christoph Conrad <christoph.conrad@gmx.de>.
3426 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3428         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3429         yes-or-no-p.
3431 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3433         * mm-decode.el (mm-add-meta-html-tag): New function.
3434         (mm-save-part-to-file, mm-pipe-part): Use it.
3436         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3437         gnus-y-or-n-p instead of y-or-n-p.
3438         (gnus-article-browse-html-parts): Work with message/external-body; use
3439         mm-add-meta-html-tag.
3441 2007-12-11  Glenn Morris  <rgm@gnu.org>
3443         * gnus-cache.el: Require gnus-sum not just when compiling.
3445         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3447         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3448         definitions before use.
3450         * mm-decode.el: Require gnus-util.
3451         (mm-remove-part): Only call delete-annotation on XEmacs.
3453         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3455         * nnmail.el: Require gnus-int.
3457         * spam.el: Move `require's before `eval-when-compile's.
3459         * gnus-ems.el (gnus-alive-p):
3460         * gnus-fun.el (message-goto-eoh):
3461         * gnus-util.el (gnus-group-name-decode):
3462         * mail-source.el (gnus-compress-sequence):
3463         * message.el (Info-goto-node, format-spec):
3464         * mm-bodies.el (message-options-get):
3465         * mm-decode.el (mm-view-pkcs7):
3466         * mm-util.el (gmm-write-region):
3467         * mml-smime.el (mml-compute-boundary)
3468         (gnus-completing-read-with-default):
3469         * mml.el (widget-button-press, gnus-make-hashtable):
3470         * mml1991.el (mm-decode-content-transfer-encoding)
3471         (mm-encode-content-transfer-encoding)
3472         (message-options-get, message-options-set):
3473         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3474         * nnfolder.el (gnus-request-group):
3475         * nnheader.el (ietf-drums-unfold-fws):
3476         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3477         * smime.el (gnus-run-mode-hooks):
3478         * spam-stat.el (gnus-message): Autoload.
3480         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3481         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3482         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3483         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3484         Add declare-function compatibility definition.
3486         * gnus-cache.el (nnvirtual-find-group-art):
3487         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3488         (gnus-add-image, gnus-add-wash-type):
3489         * gnus-group.el (nnkiboze-score-file):
3490         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3491         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3492         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3493         (message-tokenize-header, gnus-get-buffer-create)
3494         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3495         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3496         * gnus.el (gnus-group-decoded-name):
3497         * mail-source.el (imap-capability):
3498         * mm-bodies.el (message-options-set):
3499         * mm-decode.el (gnus-configure-windows):
3500         * mm-extern.el (message-goto-body):
3501         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3502         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3503         (epg-sub-key-validity, message-options-set):
3504         * mml.el (widget-event-point, gnus-configure-windows):
3505         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3506         * mml2015.el (epg-check-configuration, epg-configuration)
3507         (message-options-set):
3508         * nndb.el (nndb-request-article):
3509         * nnfolder.el (gnus-request-create-group):
3510         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3511         * nnmaildir.el (gnus-group-mark-article-read):
3512         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3513         * rfc1843.el (message-fetch-field):
3514         * spam.el (gnus-extract-address-components):
3515         Declare as functions.
3517 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3519         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3521 2007-12-09  Glenn Morris  <rgm@gnu.org>
3523         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3525         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3526         * message.el, mm-view.el, sieve-manage.el, smime.el:
3527         Add declare-function compatibility definition.
3529         * gnus-art.el (w3-region, w3m-region, Info-menu):
3530         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3531         * gnus-sum.el (gnus-get-predicate):
3532         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3533         * message.el (mail-abbrev-in-expansion-header-p):
3534         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3535         (w3m-detect-meta-charset, w3m-region):
3536         * sieve-manage.el (password-read, password-cache-add)
3537         (password-cache-remove):
3538         * smime.el (password-read-and-add): Declare as functions.
3540 2007-12-08  David Kastrup  <dak@gnu.org>
3542         * gnus-sum.el (gnus-summary-simplify-subject-query):
3543         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3544         `message'.
3546 2007-12-07  Glenn Morris  <rgm@gnu.org>
3548         * gnus-art.el (article-make-date-line): Revert previous change.
3550 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3552         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3554 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3556         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3557         Call gnus-add-to-range ranges only once with a prepared article-list.
3559 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3561         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3562         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3563         group names with backslashes.  Reported by Tassilo Horn
3564         <tassilo@member.fsf.org>.
3566 2007-12-06  Deepak Goel  <deego3@gmail.com>
3568         * gnus-art.el (article-make-date-line):
3569         * gnus-start.el (gnus-load):
3570         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3572 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3574         * gnus-art.el (gnus-use-idna)
3575         * gnus-start.el (gnus-site-init-file)
3576         * message.el (message-use-idna)
3577         * mm-uu.el (mm-uu-hide-markers)
3578         * smiley.el (smiley-style): Revert changes that suppress warnings.
3580 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3582         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3583         specify charset to html source.  Reported by Christoph Conrad
3584         <christoph.conrad@gmx.de>.
3586 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3588         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3589         idna-program in order to suppress byte compile warning issued by XEmacs
3590         that came to byte compile the default value section of defcustom forms
3591         recently.
3593         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3594         value of installation-directory.
3596         * message.el (message-use-idna): Don't directly refer to the value of
3597         idna-program.
3599         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3601         * smiley.el (smiley-style): Don't directly call face-attribute.
3603 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3605         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3607         * gnus-dired.el: Reduce Gnus dependencies.
3608         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3609         require.  Use autoloads instead.
3610         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3611         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3612         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3613         (gnus-dired-mode): Adjust doc string.
3614         (gnus-dired-mail-mode): New variable.
3615         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3616         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3617         (gnus-dired-mail-buffers): New function.  Return mail or message
3618         composition buffers.
3619         (gnus-dired-attach): Use it.
3620         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3621         NO-DECODE.
3622         (gnus-dired-print): Use `gnus-print-buffer' depending on
3623         `gnus-dired-mail-mode'.
3625 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3627         * rfc2047.el (rfc2047-encoded-word-regexp)
3628         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3629         explaining what regexp patterns are for.
3631 2007-12-04  Glenn Morris  <rgm@gnu.org>
3633         * password.el: Move to ../password-cache.el.
3635         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3636         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3637         * mml-smime.el (password-read, password-cache-add)
3638         (password-cache-remove):
3639         No need to autoload, since mml-sec requires password.
3641         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3642         * message.el (gnus-extract-address-components):
3643         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3645         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3646         password.
3648 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3650         * mailcap.el: Reduce dependencies.
3651         (mail-header-parse-content-type): Autoload.
3652         (mailcap-delete-duplicates): New alias.
3653         (mailcap-mime-info): Add optional argument NO-DECODE.
3654         (mailcap-mime-types): Use mailcap-delete-duplicates.
3656         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3658 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3660         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3661         function.
3663         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3664         (gnus-uu-yenc-article): New function.
3666         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3668         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3669         buffer.
3671 2007-12-02  Glenn Morris  <rgm@gnu.org>
3673         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
3674         Move to ../net.
3676         * binhex.el, uudecode.el: Move to ../mail.
3678         * encrypt.el: Remove file.
3680 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3682         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3683         matches on patches.
3685         * gnus-art.el (gnus-article-browse-html-article): Mention
3686         `mm-text-html-renderer' in the doc string.
3688         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3689         string.  Add comments.
3691         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3692         if rhs is ASCII.
3694 2007-12-01  Glenn Morris  <rgm@gnu.org>
3696         * dig.el, dns.el: Move to ../net.
3697         * format-spec.el, hex-util.el, sha1.el: Move to ../.
3699         * mail-source.el (top-level): Require format-spec before
3700         eval-when-compile.
3702 2007-11-30  Glenn Morris  <rgm@gnu.org>
3704         * encrypt.el: Require password, rather than autoloading password-read.
3706 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3708         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3709         caller can indicate whether the cache should be disregarded for this
3710         call.  This way the result of the call is reproducible at all times and
3711         can be considered a canonical server name for the supplied method.
3712         (gnus-agent-method-p): Canonicalize server names by pushing their
3713         method through `gnus-method-to-server' using the no-cache argument.
3715         * gnus-srvr.el (gnus-server-insert-server-line): Call
3716         `gnus-method-to-server' with `no-cache' argument.
3718         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3719         gnus-agent-possibly-synchronize-flags as this should be called when the
3720         server is actually being opened.
3721         (gnus-agent-possibly-synchronize-flags)
3722         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3723         flags file of an agentized server to the latter function.
3725         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3726         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3727         after a connection has been established successfully.
3729 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3731         * gnus-art.el (article-display-face): Force to display face if called
3732         interactively; check if gnus-article-x-face-too-ugly matches author.
3733         (article-display-x-face): Display face even if From header is missing
3734         as article-display-face does.
3736 2007-11-28  Richard Stallman  <rms@gnu.org>
3738         * md4.el: Move to ../.
3739         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
3741 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3743         * mail-source.el (mail-sources): Default to fetch from file for
3744         compatibility with default of nnmail-spool-file.
3746 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3748         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3749         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3750         to look for encoded word that should be encoded again.
3751         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3752         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3753         encoding pattern.
3754         (rfc2047-decode-region): Switch strict regexp and loose one according
3755         to rfc2047-allow-irregular-q-encoded-words.
3757 2007-11-26  Simon Josefsson  <simon@josefsson.org>
3759         * imap.el: Move to ../net directory.
3761 2007-11-25  Romain Francoise  <romain@orebokech.com>
3763         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3765 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3767         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3768         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3770         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3771         `nnmail-spool-file'.
3773         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3774         `nnmail-spool-file'.
3776         * gnus-move.el (gnus-change-server): Ditto.
3778         * gnus-kill.el (gnus-batch-score): Ditto.
3780         * gnus-cache.el (gnus-jog-cache): Ditto.
3782         * gnus-msg.el (gnus-summary-reply):
3783         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3785 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3787         * gnus-cache.el (gnus-cache-generate-nov-databases):
3788         Use nnml-generate-nov-databases-directory instead of
3789         nnml-generate-nov-databases-1.
3791 2007-11-24  Glenn Morris  <rgm@gnu.org>
3793         * message.el (message-tool-bar-retro): Update for rename
3794         mail_send.xpm->mail-send.xpm.
3796 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3798         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3799         `smime-ldap-search' for Emacs 22 and up.
3801 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3803         * hashcash.el: Move to ../mail directory.
3805         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
3807         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3808         `smime-ldap-search' for Emacs 22 and up.
3810 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3812         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3814         * message.el (message-send-mail-function): Fix error convention.
3815         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3816         (message-widen-reply, message-send-mail, message-talkative-question)
3817         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3818         (message-clone-locals, message-send-news): Use with-current-buffer.
3819         (message-insert-or-toggle-importance): Remove unused var `valid'.
3820         (message-make-references): Remove unused var `new-references'.
3821         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3823 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3825         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3826         (spam-split-symbolic-return-positive): Reflow docstring.
3827         (spam-backends, spam-summary-exit-behavior)
3828         (spam-mark-ham-unread-before-move-from-spam-group)
3829         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3830         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3831         (spam-clear-cache, spam-backend-check, spam-install-backend)
3832         (spam-install-statistical-backend, spam-list-of-processors)
3833         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3834         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3835         (spam-check-crm114, spam-initialize, spam-unload-hook):
3836         Fix typos in docstrings.
3838 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3840         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3841         been checked if they have never been read and those group levels are
3842         higher than the one that a user specified.
3844 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3846         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3847         foreign groups unless a group level is specified by a user.
3848         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3850 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3852         * message.el (message-send-mail-function): Require sendmail.
3854 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3856         * message.el (message-send-mail-function): Check for smtpmail too.
3858         * utf7.el (utf7-encode, utf7-decode): Use coding system
3859         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3861         * message.el (message-send-mail-function): New function.
3862         (message-send-mail-function): Set default using
3863         message-send-mail-function.  Adjust doc string.
3864         (message-send-mail-with-mailclient): New function.
3866 2007-11-17  Richard Stallman  <rms@gnu.org>
3868         * assistant.el: Remove file.
3870 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3872         * smime.el (from):
3873         * rfc2047.el (message-posting-charset):
3874         * qp.el (mm-use-ultra-safe-encoding):
3875         * pop3.el (parse-time-months):
3876         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3877         * nnml.el (files):
3878         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3879         (jka-compr-compression-info-list, ange-ftp-path-format)
3880         (efs-path-regexp):
3881         * nndiary.el (files):
3882         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3883         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3884         (epg-digest-algorithm-alist, inhibit-redisplay)
3885         (password-cache-expiry):
3886         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3887         (pgg-output-buffer, password-cache-expiry):
3888         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3889         (efs-path-regexp):
3890         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3891         (inhibit-redisplay):
3892         * mm-uu.el (file-name, start-point, end-point, entry)
3893         (gnus-newsgroup-name, gnus-newsgroup-charset):
3894         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3895         (latin-unity-ucs-list):
3896         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3897         (mm-uu-binhex-decode-function):
3898         * message.el (gnus-message-group-art, gnus-list-identifiers)
3899         (rmail-enable-mime-composing, gnus-local-organization)
3900         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3901         (gnus-read-active-file, facemenu-add-face-function)
3902         (facemenu-remove-face-function, gnus-article-decoded-p)
3903         (tool-bar-mode):
3904         * mail-source.el (display-time-mail-function):
3905         * gnus-util.el (nnmail-pathname-coding-system)
3906         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3907         (gnus-original-article-buffer, gnus-user-agent)
3908         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3909         (xemacs-codename, sxemacs-codename, emacs-program-version):
3910         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3911         * gnus-start.el (gnus-agent-covered-methods)
3912         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3913         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3914         (gnus-newsgroup-headers, gnus-group-list-mode)
3915         (gnus-group-mark-positions, gnus-newsgroup-data)
3916         (gnus-newsgroup-unreads, nnoo-state-alist)
3917         (gnus-current-select-method, mail-sources)
3918         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3919         (nnmail-spool-file, gnus-cache-active-hashtb):
3920         * gnus-mh.el (mh-lib-progs):
3921         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3922         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3923         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3924         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3925         (gnus-group-buffer):
3926         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3927         (font-lock-set-defaults):
3928         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3929         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3930         (gnus-summary-post-menu, total-parts, type, condition, length):
3931         * gnus-agent.el (gnus-agent-read-agentview):
3932         * flow-fill.el (show-trailing-whitespace):
3933         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3934         eval-and-compile wrappers for byte compiler pacifiers.
3936         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3937         (mm-display-inline-fontify): Check for featurep 'xemacs not
3938         extent-list.
3940         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3941         itimer-list.
3942         (mm-create-image-xemacs): Only do something for XEmacs.
3943         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3945         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3947         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3948         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3950 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3952         * nnimap.el (nnimap-split-download-body):
3953         * gnus-demon.el (gnus-demon):
3954         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3956 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3958         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3959         macros.
3960         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3961         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3962         copy data from unibyte buffer to multibyte current buffer.
3963         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3964         to copy data from unibyte current buffer to multibyte buffer.
3965         (nntp-make-process-buffer): Make process buffer unibyte.
3967         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3969 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3971         * pop3.el (pop3-open-server): Accept and process data more robustly at
3972         connexion start to avoid spurious "POP SSL connexion failed" errors.
3974 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3976         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3977         read group names.
3979 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
3981         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3983 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3985         * nnmail.el (nnmail-parse-active): Make group names unibyte.
3986         (nnmail-save-active): Use a unibyte buffer when saving active file,
3987         which may contain non-ASCII group names.
3989         * nnml.el (nnml-request-group): Decode group names in messages.
3991 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3993         * message.el (message-citation-line-function)
3994         (message-insert-formatted-citation-line): Fix spelling of
3995         `message-insert-formated-citation-line'.
3997 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
3999         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4001 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4003         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4004         nnmail-pathname-coding-system.
4006         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4007         that a user enters; decode group names in messages.
4009         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4011 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4013         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4015         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4017         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4018         risky local variable.
4020         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4022 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4024         * encrypt.el: Improve documentation to fix function name typo.
4025         Reported by Daiki Ueno <ueno@unixuser.org>.
4027 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4029         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4030         even if the point is not in the last page of an article.
4031         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4032         back to the previous page.
4034 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4036         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4038 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4040         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4042 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4044         * message.el (message-check-news-body-syntax): Avoid
4045         mm-string-as-multibyte.
4046         (message-hide-headers): Don't assume (point-min)==1.
4048 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4050         * message.el (message-remove-blank-cited-lines): Fix if remove is
4051         given.
4052         (message-bogus-address-regexp): New variable.
4053         (message-bogus-recipient-p): New function.
4054         (message-check-recipients): New command.
4055         (message-syntax-checks): Add `bogus-recipient'.
4056         (message-fix-before-sending): Add `bogus-recipient'.
4058         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4059         (gnus-treat-body-boundary): Don't test window-system.
4061 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4063         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4065 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4067         * gnus.el: Bump version to Gnus v5.13.
4069 2007-10-28  Miles Bader  <miles@gnu.org>
4071         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4072         at compile-time too.
4074 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4076         * gnus-msg.el (gnus-message-setup-hook): Add
4077         `message-remove-blank-cited-lines' to options.
4079 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4081         * message.el (message-remove-blank-cited-lines): New function.
4082         Suggested by Karl Plästerer.
4084 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4086         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4087         mapc.
4089         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4090         (top-level): Use mapc to set functions to be traced for debugging.
4092         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4093         called for effect with while loop.
4095         * message.el (message-talkative-question): Replace mapcar called for
4096         effect with mapc.
4098         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4099         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4100         called for effect with dolist.
4102         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4104         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4105         gnus-extra-headers and nnmail-extra-headers.
4107         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4108         called for effect with dolist.
4109         (top-level): Use mapc to set functions to be traced for debugging.
4111         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4112         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4113         dolist.
4115         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4116         Replace mapcar called for effect with mapc.
4117         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4118         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4119         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4120         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4122         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4123         remove-if that's a cl function.
4125         * webmail.el (webmail-debug): Replace mapcar called for effect with
4126         dolist.
4128 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4130         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4131         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4132         with while loop.
4134         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4135         functions from article-* functions.
4136         (gnus-multi-decode-header): Replace mapcar called for effect with
4137         dolist.
4139         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4140         (gnus-bookmark-show-details): Replace mapcar called for effect with
4141         while loop.
4143         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4144         called for effect with while loop.
4146         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4147         with dolist.
4149         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4150         mapcar called for effect with dolist.
4152         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4154         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4155         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4156         Replace mapcar called for effect with dolist.
4157         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4158         mapc.
4160         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4161         Replace mapcar called for effect with dolist.
4162         (gnus-topic-list): Replace mapcar called for effect with mapc.
4164         * gnus.el: Use mapc instead of mapcar to add autoloads.
4166 2007-10-23  Richard Stallman  <rms@gnu.org>
4168         * gnus-group.el (gnus-group-highlight): Mark as risky.
4170 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4172         * gnus.el (gnus-server-to-method): Return method found first in
4173         gnus-newsrc-alist.
4175         * gnus-art.el (gnus-article-highlight-signature)
4176         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4177         button overlay without the front stickiness.
4179 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4181         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4182         overview buffer needed a catch to receive its throw.
4183         (gnus-agent-flush-cache): Declared as interactive to make this function
4184         easier to use.
4186 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4188         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4189         `next-line'.
4191 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4193         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4194         exclude address matching message-dont-reply-to-names.
4196 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4198         * gnus-util.el (gnus-string<): New function.
4200         * gnus-sum.el (gnus-article-sort-by-author)
4201         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4203 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4205         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4206         the frame-focus tag is set in gnus-buffer-configuration.
4208 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4210         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4211         the front stickiness.
4213 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4215         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4216         url pattern; remove duplicate one.
4217         (gnus-article-extend-url-button): New function.
4218         (gnus-article-add-buttons): Use it.
4219         (gnus-button-push): Use concatenated url that it makes.
4221 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4223         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4224         (sieve-manage-open): Use `mapc' instead of `mapcar'.
4226 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4228         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4229         Don't hardcode point-min==1.
4231 2007-09-30  David Kastrup  <dak@gnu.org>
4233         * gnus-art.el (gnus-article-reply-with-original)
4234         (gnus-article-followup-with-original): When `transient-mark-mode' is
4235         off, refrain from active-region behavior for followups.
4237 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4239         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4240         Fix comment about "iso8859-1".
4242 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4244         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4245         ones returned from the verify-function.
4247         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4248         mml2015-extract-cleartext-signature if extraction failed.
4250 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4252         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4253         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4254         failed.
4256 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4258         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4260 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4262         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4263         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4264         thread for both the null and zero (kill/expire thread) universal prefix
4265         cases.
4266         (gnus-summary-expire-thread): Add new function to expire a thread,
4267         using gnus-summary-kill-thread.
4268         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4269         shortcuts for gnus-summary-expire-thread.
4270         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4271         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4273 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4275         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4276         extras value, so an extras entry can be deleted.
4277         (gnus-registry-delete-extra-entry): Use it.
4278         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4279         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4280         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4281         storage through the gnus-registry, and provide an appropriate API for
4282         it.
4284 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4286         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4287         Suggested by Leo <sdl.web@gmail.com>.
4289         * gnus.el: Do.
4291 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4293         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4294         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4296         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4298         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4299         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4301 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4303         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4304         newline.
4305         (nnmbox-request-accept-article): Don't change article in source buffer;
4306         narrow to header to use message-fetch-field rather than
4307         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4308         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4309         as delimiters; make sure article ends with newline.
4310         (nnmbox-delete-mail): Correct last position of article to be deleted;
4311         ignore X-Gnus-Newsgroup header in article body.
4312         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4313         positions; make sure article ends with newline.
4315         * message.el (message-display-abbrev): Don't infloop when a user
4316         inserts SPC in the beginning of header.
4318 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4320         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4321         list of groups not followed by default.  Fix type to be regexp.
4322         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4324 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4326         * hmac-def.el (define-hmac-function): Switch from old-style to
4327         new-style backquotes.
4329         * md4.el (md4-make-step): Likewise.
4331 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4333         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4334         raw-text coding system when saving .newsrc file, which may contain
4335         non-ASCII group names.
4337 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4339         * gnus-cus.el (gnus-score-extra): New widget.
4340         (gnus-score-extra-convert): New function.
4341         (gnus-score-customize): Use it for Extra.
4343 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4345         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4346         (mml2015-mailcrypt-clear-verify): Use it.
4347         (mml2015-gpg-clear-verify): Use it.
4348         (mml2015-pgg-clear-verify): Use it.
4349         (mml2015-epg-clear-verify): Replace the current part with the output
4350         from GnuPG; don't extract the plaintext by itself.
4352         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4353         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4354         mml2015-clear-verify-function; don't touch the armor headers or
4355         dash-escaped text here.
4357 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4359         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4360         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4361         parts, or application/octet-stream as a last resort.
4362         (gnus-mime-view-part-as-type): Don't toggle display.
4363         (gnus-mime-view-part-as-charset): Don't turn off display before
4364         querying charset.
4366         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4367         stuff to undisplayer function in Emacs.
4368         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4370         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4371         text/calendar parts.
4373 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4375         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4376         decoding text/calendar parts.
4378         * message.el (message-forward-make-body-mime): Always mark body as
4379         having no illegible text; remove signed-or-encrypted argument.
4380         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4382         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4383         (mml-generate-mime-1): Don't encode body if it is specified to be in
4384         raw form; don't make buffer be unibyte when inserting multibyte string.
4386 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4388         * sha1.el: Fix up comment style.
4389         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4390         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4392         * hex-util.el: Fix up comment style.
4393         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4395         * gnus-salt.el: Use with-current-buffer.
4396         (gnus-pick-setup-message): Fix long-standing typo.
4398 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4400         * imap.el (imap-logout-timeout): New variable.
4401         (imap-logout, imap-logout-wait): New functions.
4402         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4404         * nnimap.el (nnimap-logout-timeout): New server variable.
4405         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4406         nnimap-logout-timeout.
4408         * gnus-art.el (gnus-article-summary-command-nosave)
4409         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4411 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4413         * gnus.el (gnus-maximum-newsgroup): New variable.
4415         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4416         according to gnus-maximum-newsgroup.
4418         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4419         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4420         Limit the range of articles according to gnus-maximum-newsgroup.
4422 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4424         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4425         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4426         Don't perform gnus-configure-windows here; reuse existing sticky
4427         article buffer.
4429         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4430         it doesn't exist in gnus-article-mode.
4432 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4434         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4435         (gnus-agent-decoded-group-name): New function.
4436         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4437         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4439 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4441         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4442         Add binding for gnus-sticky-article.
4443         (gnus-summary-exit): Don't kill sticky article buffers.
4445         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4446         article buffer.
4447         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4448         (gnus-kill-sticky-article-buffers): New commands.
4450 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4452         * nntp.el (nntp-xref-number-is-evil): New server variable.
4453         (nntp-find-group-and-number): If it is non-nil, don't trust article
4454         numbers in the Xref header.
4456 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4458         * gnus-agent.el (gnus-agent-read-group): New function.
4459         (gnus-agent-flush-group, gnus-agent-expire-group)
4460         (gnus-agent-regenerate-group): Use it.
4461         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4462         nnmail-pathname-coding-system.
4464 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4466         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4468         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4469         that are unread as unread, and also as selected so that information of
4470         marks having been changed by a user may be updated when exiting group.
4472 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
4474         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
4476 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4478         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4479         calculated ignoring signature parts to gnus-treat-article.
4481 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4483         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4484         a point here in order to keep the window start.
4485         (gnus-insert-mime-security-button): Make a button overlay without the
4486         front stickiness.
4487         (gnus-mime-display-security): Goto the end of a button.
4489         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4491 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4493         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4494         group-name-at-point.
4495         (gnus-group-completing-read): New function that offers decoded
4496         non-ASCII group names for completion.
4497         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4498         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4499         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4500         (gnus-group-fetch-control): Use it.
4501         (gnus-fetch-group): Use group-name-at-point for the initial value
4502         rather than the default value; use gnus-alive-p.
4504         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4505         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4506         (gnus-summary-post-news): Use gnus-group-completing-read.
4508         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4509         (gnus-read-move-group-name): Decode group name for completion.
4511 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4513         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4514         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4515         Yamaoka slightly modified the code).
4517 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4519         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4520         (nnmail-split-incoming): Bind it.
4522         * nnml.el (nnml-group-name-charset): New function.
4523         (nnml-decoded-group-name): Use it; don't decode group name if
4524         nnmail-group-names-not-encoded-p is non-nil.
4525         (nnml-encoded-group-name): New function.
4526         (nnml-group-pathname): Inline nnml-decoded-group-name.
4527         (nnml-request-expire-articles): Decode group name in message.
4528         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4529         nnmail-pathname-coding-system.
4530         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4531         not decoded ones according to nnmail-group-names-not-encoded-p.
4532         (nnml-generate-active-info): Use nnml-encoded-group-name.
4534 2007-08-08  Glenn Morris  <rgm@gnu.org>
4536         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4537         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4538         doc-strings and comments.
4540 2007-07-25  Glenn Morris  <rgm@gnu.org>
4542         * Relicense all FSF files to GPLv3 or later.
4544 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4546         * gnus-sum.el (gnus-summary-move-article): Make
4547         gnus-summary-respool-article work.
4549 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4551         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4552         string.
4554 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4556         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4557         that should be ignored when comparing distant RSS articles with local
4558         ones.
4559         (nnrss-make-hash-index): New function.  Create a hash index according
4560         to the ignored fields.
4561         (nnrss-check-group): Use it.
4563 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4565         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4567         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4569         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4570         the new optional argument ENCODED is non-nil.
4571         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4572         coding system for encoding group name.
4573         (gnus-group-make-rss-group): Pass un-encoded group name to
4574         gnus-group-make-group.
4575         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4576         encoded.
4578         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4579         Encode group name to which articles are moved or copied.
4580         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4581         coding system for encoding Newsgroup, Followup-To and Xref headers.
4583         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4584         marks; use nnheader-file-coding-system to write a file.
4585         (nnagent-retrieve-headers): Bind file-name-coding-system to
4586         nnmail-pathname-coding-system.
4588         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4590         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4591         (nnml-request-article, nnml-request-create-group)
4592         (nnml-request-rename-group, nnml-find-id)
4593         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4594         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4595         (nnml-save-marks): Use nnml-group-pathname instead of
4596         nnmail-group-pathname.
4598         (nnml-request-create-group, nnml-request-expire-articles)
4599         (nnml-request-move-article, nnml-request-delete-group)
4600         (nnml-deletable-article-p, nnml-possibly-create-directory)
4601         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4602         (nnml-open-marks): Bind file-name-coding-system to
4603         nnmail-pathname-coding-system.
4605         (nnml-request-article): Pass server argument to nnml-find-group-number.
4606         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4607         server argument to nnml-possibly-create-directory.
4608         (nnml-request-accept-article): Pass server argument to
4609         nnml-active-number and nnml-save-mail.
4610         (nnml-find-group-number): Pass server argument to nnml-find-id.
4611         (nnml-request-update-info): Pass server argument to
4612         nnml-marks-changed-p.
4614         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4615         (nnml-save-mail, nnml-active-number): Add server argument.
4617         (nnml-request-delete-group): Warn if group is missing.
4618         (nnml-get-nov-buffer): Decode group name.
4619         (nnml-generate-active-info): Encode group name.
4620         (nnml-open-marks): Decode group name in messages.
4622 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4624         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4625         if it is not specified.
4626         (gnus-article-pipe-part, gnus-article-save-part)
4627         (gnus-article-interactively-view-part, gnus-article-copy-part)
4628         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4629         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4630         (gnus-article-replace-part, gnus-article-delete-part)
4631         (gnus-article-view-part-as-type): Pass raw prefix argument to
4632         gnus-article-part-wrapper.
4634 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4636         * gnus-agent.el (gnus-agent-save-active): Bind
4637         nnheader-file-coding-system to gnus-agent-file-coding-system.
4639         * gnus-cache.el (gnus-cache-save-buffers)
4640         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4641         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4642         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4643         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4644         (gnus-cache-generate-active, gnus-cache-rename-group)
4645         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4646         (gnus-cache-update-overview-total-fetched-for): Bind
4647         file-name-coding-system to nnmail-pathname-coding-system.
4648         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4649         variables.
4650         (gnus-cache-decoded-group-name): New function.
4651         (gnus-cache-file-name): Use it.
4652         (gnus-cache-generate-active): Use non-decoded group name for active.
4654         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4655         right place.
4656         (gnus-write-active-file): Don't break non-ASCII group names.
4658         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4659         nnmail-pathname-coding-system.
4661         * gnus-uu.el (gnus-uu-decode-save): Typo.
4663 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4665         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4667 2007-07-14  David Kastrup  <dak@gnu.org>
4669         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
4670         finishing actions if we did not edit the article.
4672 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4674         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4675         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4676         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4677         (gnus-agent-flush-group, gnus-agent-flush-cache)
4678         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4679         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4680         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4681         (gnus-agent-regenerate-group)
4682         (gnus-agent-update-files-total-fetched-for)
4683         (gnus-agent-update-view-total-fetched-for): Bind
4684         file-name-coding-system to nnmail-pathname-coding-system.
4685         (gnus-agent-group-pathname): Don't encode file names by
4686         nnmail-pathname-coding-system.
4687         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4688         coding-system-for-write instead of buffer-file-coding-system to
4689         gnus-agent-file-coding-system.
4691         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4692         Decode group name.
4694         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4696         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4697         (gnus-read-newsrc-el-file): Make group names unibyte.
4699         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4700         nnmail-pathname-coding-system.
4702         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4703         (nnrss-request-delete-group): Bind file-name-coding-system to
4704         nnmail-pathname-coding-system.
4705         (nnrss-read-server-data, nnrss-read-group-data): Bind
4706         file-name-coding-system correctly.
4707         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4709         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4710         (nntp-server-to-method-cache): New variable.
4711         (nntp-group-pathname): New function that decodes non-ASCII group names.
4712         (nntp-possibly-create-directory, nntp-marks-changed-p)
4713         (nntp-save-marks, nntp-open-marks): Use it.
4714         (nntp-possibly-create-directory, nntp-open-marks):
4715         Bind file-name-coding-system to nnmail-pathname-coding-system.
4716         (nntp-open-marks): Decode group names when bootstrapping marks.
4718         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4719         Newsgroups and Folowup-To headers.
4721 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4723         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4724         (gnus-server-closed-face, gnus-server-denied-face)
4725         (gnus-server-offline-face): Remove variable.
4726         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4728         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4729         of modifying message-stack directly for XEmacs.
4731         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4732         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4733         if the coding-system argument is nil for XEmacs.
4735         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4736         mm-charset-override-alist.
4738         * rfc2047.el: Don't require base64; require rfc2045 for the function
4739         rfc2045-encode-string.
4740         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4741         to quote the parameter value.
4743 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4745         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4746         form in gnus-group-name-charset-method-alist.
4748         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4749         overrides the default layout edit-form.
4751         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4753         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4755 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4757         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4758         as unfetched articles.
4760 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4762         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4764 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4766         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4767         original back end that keeps marks in the local system.
4769 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4771         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4772         arg of pop-to-buffer for XEmacs.
4773         (gnus-article-read-summary-keys): Ditto; don't restore window
4774         configuration if summary command ends up with neither article buffer
4775         nor summary buffer; describe bindings if summary keys end with C-h.
4777 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4779         * message.el (message-fix-before-sending): Skip raw message part to be
4780         forwarded while checking illegible text.
4781         (message-forward-make-body-mime, message-forward-make-body): Mark
4782         signed or encrypted raw message as having no illegible text.
4784 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4786         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4787         (gnus-message-with-timestamp-1): New macro.
4788         (gnus-message-with-timestamp): New function.
4789         (gnus-message): Use them.
4791         * nnheader.el (nnheader-message): Use them.
4793 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4795         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4796         .newsrc.eld file.
4798 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4800         * gnus-agent.el (gnus-agent-fetch-headers)
4801         (gnus-agent-retrieve-headers): Bind
4802         gnus-decode-encoded-address-function to identity.
4804         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4805         available also when the server returns simply a dot.
4807         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4809 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4811         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4813 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4815         * gnus-ems.el (gnus-x-splash): Make it work.
4817         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4818         from being used.
4820 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4822         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4823         the front stickiness.
4824         (gnus-article-summary-command-nosave): Correct the order of the
4825         arguments passed to pop-to-buffer.
4826         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4827         summary command ends up with the article buffer.
4829         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4830         the same faces.
4832 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4834         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4836 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4838         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4839         * gnus-sum.el (gnus-summary-highlight):
4840         * mail-source.el (mail-source-delete-old-incoming-confirm):
4841         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4843 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4845         * gnus-art.el (gnus-mime-view-part-externally)
4846         (gnus-mime-view-part-internally): Fix predicate function passed to
4847         completing-read.
4849         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4851         * gnus.el (gnus-update-message-archive-method): Add :version.
4853 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4855         * gnus.el (gnus-update-message-archive-method): New variable.
4857         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4858         according to gnus-message-archive-method if
4859         gnus-update-message-archive-method is non-nil.
4861 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4863         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4864         by Loic Dachary <loic@dachary.org>.
4865         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4867 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4869         * message.el (message-pop-to-buffer): Add switch-function argument.
4870         (message-mail): Pass switch-function argument to it.
4872 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4874         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4875         Improve doc string.
4877 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4879         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4880         (gnus-header-content)
4881         * gnus-cite.el (gnus-cite-10)
4882         * gnus-srvr.el (gnus-server-closed)
4883         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4884         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4885         (gnus-group-mail-3-empty, gnus-group-mail-low)
4886         (gnus-group-mail-low-empty, gnus-splash)
4887         * message.el (message-header-to, message-header-cc)
4888         (message-header-subject, message-header-other, message-header-name)
4889         (message-header-xheader, message-separator, message-cited-text)
4890         (message-mml): Lighten colors of faces used for dark background.
4892 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4894         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4895         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4897 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4899         * message.el (message-narrow-to-headers-or-head):
4900         Ignore mail-header-separator in the body.
4902 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4904         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4905         same as window size.
4907 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4909         * message.el (message-font-lock-keywords): Use message-header-xheader
4910         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4911         ahead of the anything pattern, to get it recognised.
4913 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4915         * gnus-sum.el (gnus-articles-to-read)
4916         (gnus-summary-insert-old-articles): Don't truncate group name for
4917         `read-string'.
4919         * gnus-util.el (gnus-limit-string): Delete this function.
4921         * gnus-sum.el (gnus-simplify-subject-fully): Use
4922         `truncate-string-to-width' instead.
4924 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4926         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4927         if, on summary exit, the next group has to be selected.
4928         (gnus-summary-exit): Use it.
4930 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4932         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4933         non-break space.
4935 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4937         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4938         Check if group is not a directory.
4939         (nnfolder-request-expire-articles): Don't delete articles if the target
4940         group is not available.
4942         * nnml.el (nnml-request-create-group): Properly check if group is not a
4943         file.
4944         (nnml-request-expire-articles): Don't delete articles if the target
4945         group is not available.
4947         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4948         Don't quote characters that are within parentheses.
4950 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4952         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4953         (gnus-handle-ephemeral-exit): Select article according to it.
4955 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4957         * message.el (message-insert-formated-citation-line): Remove newline.
4958         (message-citation-line-format): Add final \n here so that the user can
4959         avoid a blank line.
4961 2007-05-03  Dan Christensen  <jdc@uwo.ca>
4963         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4964         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4965         Update lanl/arXiv support.
4967 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4969         * gnus.el: Bump version number.
4971 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4973         * gnus.el (gnus-version-number): Bump version.
4975 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4977         * gnus.el: No Gnus v0.6 is released.
4979 2007-04-27  Didier Verna  <didier@xemacs.org>
4981         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4982         * gmm-utils.el (gmm-regexp-concat): here.
4983         * message.el: Don't require 'gnus-util.
4984         (message-dont-reply-to-names): Handle name change above.
4985         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4987 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4989         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4990         since the initial value varies according to the system.
4992 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4994         * mm-util.el (mm-charset-synonym-alist): Defcustom.
4996 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4998         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5000 2007-04-24  Didier Verna  <didier@xemacs.org>
5002         Improve the type of gnus-ignored-from-addresses.
5003         * gnus-util.el (gnus-orify-regexp): New function.
5004         * message.el (gnus-util): Require it.
5005         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5006         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5007         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5009 2007-04-24  Didier Verna  <didier@xemacs.org>
5011         * gnus-sum.el:
5012         * gnus-utils.el: Fix some trailing whitespaces.
5014 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5016         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5017         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5018         article's Message-ID; refer parent article in summary buffer.
5020         * message.el (message-bounce): Call mime-to-mml.
5022 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5024         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5026 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5028         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5029         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5030         displayed of multipart/alternative part if it is invoked from summary
5031         buffer.
5033         * mm-view.el (mm-inline-text-html-render-with-w3m)
5034         (mm-inline-text-html-render-with-w3m-standalone)
5035         (mm-inline-render-with-function): Use mail-parse-charset by default.
5037 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5039         * parse-time.el (parse-time-string-chars): Check if CHAR
5040         is less than the length of parse-time-syntax.
5042 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5044         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5045         from gnus-newsgroup-processable.
5047 2007-04-16  Didier Verna  <didier@xemacs.org>
5049         * gnus-msg.el (gnus-configure-posting-styles): Handle
5050         message-signature-directory properly with :file syntax.  Reported by
5051         "Leo".
5053 2007-04-11  Didier Verna  <didier@xemacs.org>
5055         New user option: message-signature-directory.
5056         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5057         * message.el (message-insert-signature): Ditto.
5058         * message.el (message-signature-file): Doc update.
5059         * message.el (message-signature-directory): New.
5061 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5063         * gnus-msg.el (gnus-inews-yank-articles): Use
5064         message-exchange-point-and-mark instead of exchange-point-and-mark.
5066 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5068         * message.el (message-yank-original): Make sure cited text ends with
5069         newline; don't exchange point and mark.
5071 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5073         * tls.el (open-tls-stream): Properly handle case where there
5074         is no associated buffer.
5076 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5078         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5079         message-yank-original, make sure (< mark TEXT point).
5081 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5083         * message.el (message-fill-column): New variable.
5084         (message-mode): Use it.  Add comment on a possible new hook.
5086         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5087         (nnmail-get-new-mail): Reformat.
5089         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5091         * gmm-utils.el: Fix Commentary.
5092         (gmm-tool-bar-from-list): Fix typo in doc string.
5094 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5096         * message.el (message-yank-original): Don't switch point and mark
5097         unnecessarily to put point and mark as documented.
5099 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5101         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5102         from the message heads.
5104 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5106         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5107         article buffer does not have a window.  This may not be the best
5108         solution but is certainly better than setting the start of the null,
5109         that is the current, window.
5111 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5113         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5114         (gnus-draft-setup): Run it.
5116         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5117         gnus-score-fast-scoring.  Allow regexp.
5118         (gnus-score-headers): Use it.
5120         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5121         XEmacs.
5123         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5124         string.
5125         (gnus-button-alist): Also catch `<f1> k ...'.
5126         (gnus-treat-display-x-face): Fix doc string.
5128 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5130         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5131         evaluation of gnus-extended-version to ensure correct generation of the
5132         User-Agent header when message-generate-headers-first is used.
5134 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5136         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5137         hashcash-path is nil.  Don't call callback with incorrect number of
5138         parameters if val is 0.
5140 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5142         * message.el (message-required-news-headers):
5143         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5145 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5147         * message.el (message-generate-new-buffers): Change the meaning of the
5148         nil value; add `standard' to the choices; treat t as `unique'; improve
5149         doc string.
5150         (gnus-select-frame-set-input-focus): Autoload.
5151         (message-buffer-name): Search for the existing message buffer if
5152         message-generate-new-buffers is nil or `standard'; treat the value t of
5153         message-generate-new-buffers as `unique'.
5154         (message-pop-to-buffer): Raise the frame already displaying the message
5155         buffer; clear the echo area after querying.
5156         (message-setup): Pass the `continue' argument to compose-mail.
5157         (message-mail): Prefer `switch-function' if it is given; search for the
5158         existing message buffer if the `continue' argument is non-nil; pass
5159         continue and switch-function arguments to compose-mail by way of
5160         message-setup.
5161         (message-mail-other-window): Adjust argument of message-setup.
5162         (message-mail-other-frame): Ditto.
5164 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5166         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5167         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5168         to turn font-lock on when turning gnus-message-citation-mode on.
5170 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5172         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5173         (mml-smime-function-alist): New variable; add epg as the backend.
5174         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5175         mml-smime- functions instead.
5176         * mm-view.el: Require smime.
5178 2007-03-05  Didier Verna  <didier@xemacs.org>
5180         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5181         instead of just inheritance for posting styles.
5182         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5184 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5186         * tls.el (tls-certtool-program): Fix custom type.
5188 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5190         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5191         and point-at-eol instead of line-(beginning|end)-position.
5193         * assistant.el (assistant-parse-buffer): Ditto.
5195 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5197         * mml2015.el (mml2015-epg-find-usable-key): New function.
5198         (mml2015-epg-sign): Use it.
5199         (mml2015-epg-encrypt): Use it.
5201 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5203         * message.el (message-make-in-reply-to): Quote name containing
5204         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5205         if there are special characters.  Reported by NAKAJI Hiroyuki
5206         <nakaji@jp.freebsd.org>.
5208 2007-02-27  Didier Verna  <didier@xemacs.org>
5210         Include the group parameters as well as the topic ones in the
5211         inheritance filter process.
5212         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5213         argument GROUP-PARAMS-LIST.
5214         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5216 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5218         * nntp.el (nntp-never-echoes-commands)
5219         (nntp-open-connection-functions-never-echo-commands): New variables.
5220         (nntp-send-command): Use them.
5222 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5224         * mml2015.el (mml2015-epg-verify): Simplified.
5226 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5228         * mml.el (mml-content-disposition-alist): New user option.
5229         (mml-content-disposition): New function.
5230         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5231         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5233 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5235         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5236         verification.
5238 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5240         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5241         articles posted in the last 24 hours.
5243 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5245         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5247 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5249         * nntp.el (nntp-send-command): Don't wait for echoes when
5250         nntp-open-ssl-stream is used.
5252 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5254         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5255         (gnus-message-add-citation-keywords)
5256         (gnus-message-remove-citation-keywords): Remove.
5257         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5258         directly, make the variables in font-lock-defaults buffer-local, add
5259         gnus-message-citation-keywords to them and then update the value of
5260         font-lock-keywords.
5262 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5264         * message.el (message-cite-original-1): Don't call
5265         gnus-article-highlight-citation.
5267         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5268         citations; fix line count.
5270 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5272         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5273         (gnus-message-add-citation-keywords)
5274         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5275         versions of font-lock-add-keywords and font-lock-remove-keywords to
5276         work with XEmacs correctly.
5278 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5280         * gnus-cite.el (gnus-cite-face-list): Set the values of
5281         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5282         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5283         (gnus-message-cite-prefix-regexp): New variable.
5284         (gnus-message-search-citation-line): Use it; protect against long
5285         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5286         the 0th match data for Emacs.
5287         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5288         (gnus-message-add-citation-keywords): Append keywords rather than
5289         prepending; emulate font-lock-add-keywords if it is not available.
5290         (gnus-message-remove-citation-keywords): Emulate
5291         font-lock-remove-keywords if it is not available.
5293         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5295         * message.el (message-cite-prefix-regexp): Set the value of
5296         gnus-message-cite-prefix-regexp.
5298 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5300         * nnweb.el (nnweb-google-parse-1): Update parser.
5302 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5304         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5306 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5308         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5309         regexp.
5311 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5313         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5314         string-to-multibyte.
5315         (uudecode-decode-region-internal): Use it.
5317 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5319         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5320         custom choice.
5322         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5324 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5326         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5328         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5329         `write-region' to respect `mm-inhibit-file-name-handlers'.
5331 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5333         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5334         Use gnus-home-directory instead of "~/" or "$HOME".
5336 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5338         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5339         to mention filename.
5340         Add comments at beginning regarding usage.
5341         (encrypt-write-file-contents): Change interactive so a string is
5342         acceptable.  If the file has no associated model, show an error instead
5343         of a nonsense prompt.
5345 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5347         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5348         Thanks to Yoshihiko Yamada for kind notification of this typo.
5350 2007-01-12  Kenichi Handa  <handa@m17n.org>
5352         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5353         multibyte buffer.
5355 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5357         * gnus-score.el (gnus-score-fast-scoring): New variable.
5358         (gnus-score-headers): Use it.
5360         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5362         * message.el (message-cite-original-1): Call
5363         gnus-article-highlight-citation if requested.
5364         (message-make-from): Allow name and address as optional arguments.
5366         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5368         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5369         bugs to doc string.
5370         (gnus-button-alist): Add mid\\|message-id.
5371         (gnus-button-fetch-group): Extend for use in
5372         `browse-url-browser-function'.
5373         (gnus-button-url-regexp): Try to catch paired parentheses like in
5374         Wikipedia URLs.
5376         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5377         Suggested by Simon Krahnke <overlord@gmx.li>.
5379 2007-01-13  Romain Francoise  <romain@orebokech.com>
5381         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5382         Update copyright.
5384 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5386         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5388 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5390         * gnus-registry.el (gnus-registry-unfollowed-groups)
5391         (gnus-registry-split-fancy-with-parent): Fix documentation.
5393 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5395         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5396         from nnweb groups.
5398 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5400         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5401         Xref urls.  Erase buffer before requesting head.
5403         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5405 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5407         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5408         customizable.
5410 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5412         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5413         no signing key is found.
5414         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5415         no encrypting and/or signing key is found.
5417 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5419         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5421 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5423         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5424         headers read from disk with the ones newly found in the current search.
5425         This should no longer cause problems, because the article numbers in
5426         Gmane's `nov.php' output are ignored since the previous change.
5428 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5430         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5432 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5434         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5436 2007-01-01  Romain Francoise  <romain@orebokech.com>
5438         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5440 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5442         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5443         `define-minor-mode' macro definition expanded properly.
5444         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5445         exclude it there.
5447         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5448         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5449         `fboundp' test.
5450         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5451         This is OK to autoload in (S)XEmacs now.
5453 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5455         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5456         keystroke.
5457         (gnus-summary-limit-to-singletons): Fix typo.
5459         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5460         else fails.
5462 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5464         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5465         docstring.
5467         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5468         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5469         (gnus-summary-insert-dormant-articles): Fix typo in message.
5471 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5473         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5474         nil for XEmacs.
5475         (gnus-message-citation-mode): Don't autoload in XEmacs.
5477         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5479 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5481         * nnimap.el (nnimap-expunge-search-string): Mention
5482         nnimap-search-uids-not-since-is-evil in docstring.
5484 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5486         * spam.el: Revert to make-obsolete-variable because
5487         define-obsolete-variable-alias is not supported in Emacs 21.
5489         * spam.el (spam-ifile-path, spam-ifile-database-path)
5490         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5491         make-obsolete-variable.
5492         (spam-bsfilter-path, spam-bsfilter-program)
5493         (spam-spamassassin-path, spam-spamassassin-program)
5494         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5495         use "path" inappropriately.
5496         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5497         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5498         variable names.
5500 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5502         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5503         summary buffer.
5505         * password.el (password-cache-remove): Use clear-string to burn
5506         password, if available.
5508 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5510         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5512         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5514         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5515         (gnus-message-highlight-citation): Move defcustom here from
5516         gnus-cite.el.
5517         (gnus-message-citation-mode): Autoload.
5519         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5520         checks to make it compile with XEmacs.
5521         (gnus-message-citation-mode): New minor mode.
5522         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5523         (gnus-message-highlight-citation): New variables.
5524         (gnus-message-search-citation-line)
5525         (gnus-message-add-citation-keywords)
5526         (gnus-message-remove-citation-keywords)
5527         (turn-on-gnus-message-citation-mode)
5528         (turn-off-gnus-message-citation-mode): New functions.
5530 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5532         * gnus-cite.el: Enable highlighting of different citation levels in
5533         message-mode.
5535 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5537         * message.el (message-make-fqdn): Fix comment.
5538         (message-bogus-system-names): Add ".local".
5540         * spam.el (spam-ifile-path, spam-ifile-program)
5541         (spam-ifile-database-path, spam-ifile-database)
5542         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5543         Don't use "path" inappropriately.
5544         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5545         strings.
5546         (spam-check-ifile, spam-ifile-register-with-ifile)
5547         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5548         new variable names.
5550         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5551         (gnus-treat-display-smileys): Simplify using
5552         gnus-image-type-available-p.
5554         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5555         available.
5557 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5559         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5560         one after turning on the buffer's multibyteness instead of decoding
5561         them directly in the unibyte buffer that causes unexpected conversion
5562         in Emacs 23 (unicode).
5564 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5566         * message.el (message-generate-hashcash): Fix custom type.
5568 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5570         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5572 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5574         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5575         disconnect icons.  Add help text.
5577 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5579         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5580         negated to be consistent with the others we handle.
5582 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5584         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5585         version of gnus-summary-buffer to something, so that we can use two
5586         article buffers at the same time.
5588 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5590         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5591         trigger all the extra headers.
5592         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5593         sorting.
5595 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5597         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5598         solid groups.
5600 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5602         * legacy-gnus-agent.el: Add Copyright notice.
5604 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5606         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5608 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5610         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5612         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5613         to make it work reliably in CVS Emacs.
5614         (gnus-summary-limit-strange-charsets-predicate)
5615         (gnus-summary-limit-to-predicate): New functions.
5617 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5619         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5620         specifying array size.
5621         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5622         array if it is too small.
5623         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5624         (gnus-sort-threads-loop): New function.
5626 2006-12-06  Chris Moore  <dooglus@gmail.com>
5628         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5629         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5631 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5633         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5634         options.
5636 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5638         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5639         DOS-ing the recipient.
5641         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5642         the headers when creating the mapping to avoid mismappings.
5643         (nnweb-gmane-create-mapping): Always nix out old mapping.
5645 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5647         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5648         and mm-verify-option to never.
5650 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5652         * message.el (message-signed-or-encrypted-p): New function.
5653         (message-forward-make-body): Use it.
5655         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5656         Replace encode-coding-string with mm-encode-coding-string.
5658 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5660         * nneething.el (nneething-decode-file-name): Replace
5661         decode-coding-string with mm-decode-coding-string.
5663         * gnus-int.el (gnus-open-server): Say failed server's name.
5665 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5667         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5668         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5670         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5671         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5672         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5673         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5674         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5675         (gnus-subscribe-newsgroup, gnus-1):
5676         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5677         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5678         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5679         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5681 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5683         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5684         keystroke.
5685         (gnus-summary-limit-to-bodies): Implement headersp.
5687 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5689         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5691 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5693         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5695 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5697         * message.el (message-generate-hashcash): Expand range of values to
5698         include `opportunistic'.
5699         (message-send-mail): Use it.
5701 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5703         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5704         and comment it.
5706         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5708 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5710         * gnus-util.el (gnus-extract-address-components): Improve comment.
5712 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5714         * gnus-util.el (gnus-extract-address-components): Work with address in
5715         which the name portion contains @.
5717 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5719         * gnus.el (gnus-start): Move custom group up.
5720         (gnus-select-method): Don't autoload, but make it available for
5721         `customize-variable'.
5722         (gnus-getenv-nntpserver): Don't autoload.
5724 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5726         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5728 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5730         * message.el (message-sendmail-extra-arguments): New variable.
5731         (message-send-mail-with-sendmail): Use it.
5733 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5735         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5736         mm-with-unibyte-current-buffer to make string unibyte.
5738         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5739         mm-string-as-multibyte.
5741 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5743         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5744         Reported by Werner Koch <wk@gnupg.org>.
5746 2006-11-14  Daiki Ueno  <ueno@p360>
5748         * mml2015.el: Autoload epa-select-keys when compiling.
5750 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5752         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5753         message-options.
5754         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5756 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5758         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5759         EasyPG (< 0.0.6).
5760         (mml2015-always-trust): New user option.
5761         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5762         prompt.
5764 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5766         * nntp.el (nntp-authinfo-force): New variable.
5767         (nntp-send-authinfo): Use it.
5769 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5771         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5772         decode encoded words.  Improve prompt.  Add comment about forwarding.
5773         (message-replacement-char): Move up.
5775 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5777         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5778         instead of gnus-intersection because arguments of gnus-sorted-nunion
5779         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5781 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5783         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5784         (message-simplify-subject-functions): Enable
5785         message-strip-subject-encoded-words by default.
5787 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5789         * message.el (message-strip-subject-encoded-words): New function.
5790         (message-simplify-subject-functions): New variable.
5791         (message-simplify-subject): Use it.  Fix typo in doc string.
5792         Support message-strip-subject-encoded-words.
5794 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5796         * gnus-diary.el (gnus-diary-delay-format-function):
5797         * nndiary.el (nndiary-reminders):
5798         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5800 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5802         * gnus-art.el (article-hide-boring-headers): Fetch date from
5803         gnus-original-article-buffer to avoid problems with localized date
5804         strings.
5806 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5808         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5810 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5812         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5813         New variables.
5814         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5815         (mm-charset-synonym-alist): Move some entries to
5816         mm-codepage-iso-8859-list.
5817         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5818         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5820 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5822         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5824 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5826         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5827         with Emacs 21 and XEmacs.
5829 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5831         * spam.el (spam-parse-address): New function for better parsing,
5832         catching errors, etc.
5833         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5835 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5837         * mm-view.el: Add interactive arg to html2text autoload.
5839 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5841         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5843 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5845         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5846         variables.
5847         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5848         (mm-charset-synonym-alist): Move some entries to
5849         mm-codepage-iso-8859-list.
5851         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5853 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5855         * message.el (message-citation-line-format)
5856         (message-insert-formated-citation-line): Fix implementation of %E, %N
5857         and %n according to the doc string.
5859 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5861         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5862         car-safe to avoid bad parses.
5864 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5866         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5867         names.
5869         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5871 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5873         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5874         header.
5876         * message.el (message-draft-headers): Add Date.
5877         (message-headers-to-generate): Fix typo in docstring.
5879         * nndraft.el (nndraft-required-headers): New variable.
5880         (nndraft-generate-headers): Use it.
5882         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5884 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5886         * gnus-registry.el (gnus-registry-wash-for-keywords)
5887         (gnus-registry-find-keywords): New functions to allow easy searching of
5888         articles that are in the registry.
5890 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5892         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5893         ietf-drums-parse-address instead of gnus-extract-address-components.
5894         Reported by Damien Elmes <damien@repose.cx>.
5896 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5898         * gnus.el (gnus-mime): Remove unused custom group.
5900 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5902         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5903         "blank line" when searching for end of armor headers.
5905 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5907         * gmm-utils.el (gmm-write-region): Fix variable name.
5909 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5911         * gmm-utils.el (gmm-write-region): New function based on compatibility
5912         code from `mm-make-temp-file'.
5914         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5916         * nnmaildir.el (nnmaildir--update-nov)
5917         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5918         Use `gmm-write-region'.
5920 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5922         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5923         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5925         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5927         * message.el (message-replacement-char): New variable.
5928         (message-fix-before-sending): Use it.
5929         (message-simplify-subject): New function to remove duplicate code.
5930         (message-reply, message-followup): Use it.
5932         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5933         gnus-summary-limit-to-articles.
5935 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5937         * gnus-util.el (gnus-with-local-quit): New macro.
5939         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5941 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
5943         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5944         ignore non-string data.
5946 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5948         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5949         non-string data (needs to be done in the registry too).
5951 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5953         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5954         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5955         (gnus-registry-split-fancy-with-parent)
5956         (gnus-registry-fetch-simplified-message-subject-fast)
5957         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5958         Remove text properties on ingress into the registry and when it's saved.
5959         (gnus-registry-clean-empty-function): Fix bug with cleaning the
5960         registry from entries with no groups.
5962 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5964         * gnus-util.el (gnus-string-remove-all-properties): Add utility
5965         function to remove string properties.
5967 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5969         * gmm-utils.el (gmm): Adjust custom version.
5971         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5972         custom version.
5974         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5976 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5978         * gnus-art.el (gnus-insert-prev-page-button)
5979         (gnus-insert-next-page-button): Simplify.  Reformat.
5981 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5983         * gnus-art.el (gnus-insert-prev-page-button)
5984         (gnus-insert-next-page-button): Apply gnus-article-button-face.
5986 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5988         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5990 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5992         * gnus-art.el (gnus-insert-mime-button)
5993         (gnus-insert-mime-security-button):
5994         Apply gnus-article-button-face to MIME and security buttons.
5996 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
5998         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5999         readable.
6001 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6003         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6004         `browse-url-of-file' instead of `browse-url'.
6006 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6008         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6009         regexp.  Articles containing quotation were cut prematurely.
6011 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6013         * message.el (message-cite-original-1): Use nobody by default for the
6014         value of From header.
6015         (message-reply): Ditto.
6017 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6019         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6020         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6021         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6023 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6025         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6026         mails in the doc string.  Add some URLs in comment.
6027         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6029 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6031         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6032         backslashes handling and the way to find boundaries of quoted strings.
6034 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6036         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6037         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6038         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6039         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6041 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6043         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6044         doc string.
6045         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6047 2006-09-06  Simon Josefsson  <jas@extundo.com>
6049         * mml2015.el (mml2015-use): Doc fix, mention epg.
6051 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6053         * mml2015.el (mml2015-use): Default to epg, if available.
6055 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6057         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6058         message-sender.
6059         (mml1991-epg-encrypt): Ditto.
6060         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6061         message-sender.
6062         (mml2015-epg-encrypt): Ditto.
6064 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6066         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6067         several common directories.
6069 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6071         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6072         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6074 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6076         * gnus-art.el (article-decode-encoded-words): Make it fast.
6078 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6080         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6082         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6083         in quoted string into `\'.
6085 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6087         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6088         Use standard-syntax-table.
6090 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6092         * gnus-art.el (gnus-decode-address-function): New variable.
6093         (article-decode-encoded-words): Use it to decode headers which are
6094         assumed to contain addresses.
6095         (gnus-mime-delete-part): Remove useless `or'.
6097         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6098         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6099         (gnus-nov-parse-line): Use it to decode From header.
6100         (gnus-get-newsgroup-headers): Ditto.
6101         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6103         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6104         (mail-decode-encoded-address-string): New alias.
6106         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6107         New function.
6108         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6109         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6110         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6111         (rfc2047-decode-string): Ditto.
6112         (rfc2047-decode-address-region): New function.
6113         (rfc2047-decode-address-string): New function.
6115 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6117         * message.el (message-caesar-buffer-body): Allow rotating headers.
6119         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6121         * message.el (message-insert-formated-citation-line): Fix %f.
6122         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6124 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6126         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6127         (gnus-bookmark-mouse-available-p): New macro.
6128         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6129         (gnus-bookmark-bmenu-show-infos): Use it.
6130         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6131         (gnus-bookmark-bmenu-hide-infos): Ditto.
6132         (gnus-bookmark-remove-properties): New function.
6133         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6134         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6135         (gnus-bookmark-write-file): Bind coding-system-for-write.
6136         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6137         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6138         group before selecting it.
6139         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6140         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6141         quit-window if it is not available; use gnus-mouse-2 and bind it to
6142         gnus-bookmark-bmenu-select-by-mouse.
6143         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6144         (gnus-bookmark-bmenu-select-by-mouse): New function.
6146 2006-08-13  Romain Francoise  <romain@orebokech.com>
6148         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6149         space.
6151 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6153         * compface.el (uncompface): Use binary rather than raw-text-unix.
6155 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6157         * compface.el (uncompface): Make sure the eol conversion doesn't take
6158         place when communicating with the external programs.  Reported by
6159         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6161 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6163         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6165 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6167         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6168         Make it more robust by parsing author and date independently.
6170 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6172         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6174 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6176         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6177         first matching secret key.
6178         (mml2015-epg-encrypt): Ditto.
6180         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6181         first matching secret key.
6182         (mml1991-epg-encrypt): Ditto.
6184         * mml2015.el (mml2015-encrypt-to-self): New user option.
6185         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6186         mml2015-epg-encrypt-to-self is set.
6188         * mml1991.el (mml1991-encrypt-to-self): New variable.
6189         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6190         mml1991-epg-encrypt-to-self is set.
6192         * mml2015.el (mml2015-signers): New user option.
6193         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6194         (mml2015-epg-encrypt): Allow to select signing keys.
6196         * mml1991.el (mml1991-signers): New variable.
6197         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6198         (mml1991-epg-encrypt): Allow to select signing keys.
6200 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6202         * nnheader.el (nnheader-insert-head): Make it work even if the file
6203         uses CRLF for the line-break code.
6205 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6207         * mml2015.el: Require mml-sec instead of password.
6208         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6209         (mml2015-cache-passphrase): Inherit the default value from
6210         mml-secure-cache-passphrase.
6211         (mml2015-passphrase-cache-expiry): Inherit the default value from
6212         mml-secure-passphrase-cache-expiry.
6214         * mml1991.el: Require mml-sec instead of password.
6215         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6216         (mml1991-cache-passphrase): Inherit the default value from
6217         mml-secure-cache-passphrase.
6218         (mml1991-passphrase-cache-expiry): Inherit the default value from
6219         mml-secure-passphrase-cache-expiry.
6221         * mml-sec.el: Require password.
6222         (mml-secure-verbose): New user option.
6223         (mml-secure-cache-passphrase): New user option.
6224         (mml-secure-passphrase-cache-expiry): New user option.
6226 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6228         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6229         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6230         andreas@altroot.de (Andreas Vögele).
6232         FIXME: Use `tiny change'?
6234 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6236         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6237         workaround for the url package included with Emacs.
6239         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6241 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6243         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6244         correctly.  This fixes a bug caused by the 2006-05-12 change.
6246 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6248         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6249         some information about the error when saying that the `bogus' mail
6250         group will be used.
6252 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6254         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6255         string.
6257 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6259         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6261 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6263         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6265 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6267         * mml1991.el (mml1991-function-alist): Add epg.
6268         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6269         (mml1991-epg-encrypt): New functions.
6271 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6273         * mml2015.el (mml2015-verbose): New variable.
6274         (mml2015-cache-passphrase): Ditto.
6275         (mml2015-passphrase-cache-expiry): Ditto.
6276         (mml2015-function-alist): Add epg.
6277         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6278         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6279         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6280         functions.
6282 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6284         * message.el (message-cite-original-1): Preserve region when removing
6285         quoted text due to X-No-Archive in order to avoid bogus attribution
6286         when citing multiple messages.
6288 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6290         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6291         Kenneth Jacker <khj@be.cs.appstate.edu>.
6293 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6295         * gnus-diary.el (gnus-user-format-function-d)
6296         (gnus-user-format-function-D): Autoload.
6298         * imap.el (Commentary): Fix typo.
6300         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6301         2006-04-22 contribution.
6303 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6305         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6306         It didn't really fix the bogosity I'm seeing with solid web groups.
6308 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6310         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6311         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6312         created using server names.  If we use the feature without declaring
6313         it, Gnus does not properly manage server and group state.
6315         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6316         bound.
6318 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6320         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6321         looking up the method using GROUP's prefix before inventing a new one.
6322         It is used on killed/unknown groups in various places where returning
6323         an all-new method isn't expected by the caller.
6325         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6326         and match semantics of gnus-group-real-prefix.
6328 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6330         * nnmail.el (nnmail-broken-references-mailers): New variable.
6331         (nnmail-ignore-broken-references): New function generalizing
6332         nnmail-fix-eudora-headers.
6333         (nnmail-fix-eudora-headers): Now obsolete.
6335         * gnus-art.el (gnus-button-handle-custom): Support
6336         `customize-apropos*'.
6338 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6340         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6342         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6343         articles.
6345 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6347         * message.el (message-cite-reply-above): New variable.
6348         (message-yank-original): Use it.
6350 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6352         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6354 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6356         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6357         as read.
6359         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6361 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6363         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6364         (gnus-bookmark-default-file): Use gnus-directory.
6365         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6366         Remove "*" in doc string.
6367         (gnus-bookmark-write-file): Simplify.
6368         (gnus-bookmark-maybe-sort-alist): Use `when'.
6369         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6370         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6371         FIXME about Emacs 21 and XEmacs compatibility.
6372         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6373         compatibility.
6374         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6375         compatibility.
6376         (gnus-bookmark-menu-heading): Fix version.
6378 2006-06-19  Bastien Guerry  <bzg@altern.org>
6380         * gnus-bookmark.el: New file.
6382 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6384         * message.el (message-syntax-checks): Doc fix.
6386 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6388         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6389         unsubscribed groups as if they were killed ones.  It causes duplicate
6390         entries in gnus-newsrc-alist.
6392 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6394         * message.el (message-syntax-checks): Doc fix.
6395         (message-send-mail): Add check for continuation headers.
6396         (message-check-news-header-syntax): Fix regexp used to check for
6397         continuation headers.
6399 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6401         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6403 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6405         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6407 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6409         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6410         default-truncate-lines.
6412 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6414         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6415         to fill the utf-8 entry.
6417 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6419         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6421 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6423         * gnus-agent.el (directory-files-and-attributes): Move all the way
6424         forward (the third and final move).
6425         (gnus-agent-read-agentview): Trap reconstruction errors due to
6426         nonexistent directory.  Handle by returning nil.
6428 2006-05-30  Didier Verna  <didier@xemacs.org>
6430         * message.el (message-dont-reply-to-names): Update the custom type.
6431         * message.el (message-dont-reply-to-names): New defsubst: potentially
6432         convert a list of regexps into a single one.
6433         * message.el (message-get-reply-headers): Use it.
6434         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6436 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6438         * gnus-agent.el (directory-files-and-attributes): Move forward.
6440 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6442         * gnus-ml.el (gnus-mailing-list-subscribe)
6443         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6444         (gnus-mailing-list-message): Fix doc strings.
6446 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6448         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6449         of doing it manually.
6451 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6453         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6454         comment.
6456 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6458         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6459         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6460         (gnus-agent-read-local): All symbols allocated in my-obarray.
6461         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6462         (gnus-agent-regenerate-group): Check numeric names to see if they are
6463         messages or groups.
6464         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6465         better way of do this...)
6467         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6468         'dummy.group' (there should be a better way of do this...)
6470 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6472         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6473         (gnus-saved-headers): Ditto.
6474         (gnus-default-article-saver): Mention functions may have properties.
6475         (gnus-article-save): Override gnus-save-all-headers and
6476         gnus-saved-headers by :headers property which saver function may have.
6477         (gnus-summary-save-in-file): Add :headers property.
6478         (gnus-summary-write-to-file): Ditto.
6480         * gnus-sum.el (gnus-summary-save-article): Bind
6481         gnus-prompt-before-saving to t when saving many articles in a file;
6482         always show all headers.
6484 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6486         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6487         marks.
6489         * message.el (message-indent-citation): Add optional arguments to allow
6490         using it outside of message buffers.
6492         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6493         (gnus-article-treat-unfold-headers): Use it.
6494         (gnus-article-truncate-lines): New variable.
6495         (gnus-article-mode): Use it.
6496         (gnus-article-toggle-truncate-lines): New function.
6498         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6499         gnus-article-toggle-truncate-lines.
6501         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6502         coding system in XEmacs, use binary.
6504 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6506         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6507         after-load-alist.
6509         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6510         this function should save decoded articles.
6511         (gnus-summary-write-to-file): Use property to specify this function
6512         should save decoded articles and specify gnus-summary-save-in-file
6513         should be used to save articles other than the first one when saving
6514         many articles.
6515         (gnus-summary-save-body-in-file): Use property to specify this
6516         function should save decoded articles.
6517         (gnus-summary-write-body-to-file): Use property to specify this
6518         function should save decoded articles and specify
6519         gnus-summary-save-body-in-file should be used to save articles other
6520         than the first one when saving many articles.
6522         * gnus-sum.el (gnus-summary-save-article): Simplify.
6524 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6526         * gnus-art.el (gnus-default-article-saver): Add
6527         gnus-summary-write-body-to-file.
6528         (gnus-article-save-coding-system): Don't use coding system object
6529         in XEmacs.
6530         (gnus-read-save-file-name): Add optional `dir-var' argument which
6531         specifies directory in which files are saved; work even if optional
6532         `variable' argument is not specified.
6533         (gnus-summary-write-to-file): Read file name.
6534         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6535         (gnus-summary-write-body-to-file): New function.
6537         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6538         (gnus-summary-local-variables): Add it.
6539         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6540         (gnus-summary-save-article): Remove optional `decode' argument;
6541         determine whether to decode articles by the value of
6542         gnus-default-article-saver; when saving many files using
6543         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6544         it first and use gnus-summary-save-in-file or
6545         gnus-summary-save-body-in-file thereafter unless
6546         gnus-prompt-before-saving is always; move point to article which
6547         will be saved.
6548         (gnus-summary-save-article-file): Revert.
6549         (gnus-summary-write-article-file): Revert.
6550         (gnus-summary-save-article-body-file): Revert.
6551         (gnus-summary-write-article-body-file): New function.
6553 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6555         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6557 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6559         * gnus-art.el (gnus-default-article-saver): Doc fix.
6560         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6561         from gnus-summary-save-article-coding-system, and default to a
6562         certain coding system.
6563         (gnus-output-to-file): Add coding cookie and encode text according
6564         to gnus-article-save-coding-system; don't use mm-append-to-file.
6566         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6567         gnus-art.el and rename to gnus-article-save-coding-system.
6568         (gnus-summary-save-article): Require gnus-art; don't show all
6569         headers if it decodes articles; don't add coding cookie here;
6570         don't bind mm-text-coding-system-for-write.
6571         (gnus-summary-save-article-file): Save decoded articles.
6572         (gnus-summary-write-article-file): When saving many files, use
6573         gnus-summary-write-to-file first and gnus-summary-save-in-file
6574         thereafter unless gnus-prompt-before-saving is always.
6575         (gnus-summary-save-article-body-file): Save decoded articles.
6577 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6579         * nnrss.el (nnrss-check-group): Bind hash-index.
6581 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6583         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6584         its hash index.  Store this hash in `nnrss-group-data'.
6585         (nnrss-read-group-data): Update accordingly.
6587 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6589         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6590         entry.
6592         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6593         gnus-article-browse-html-article.
6595 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6597         * gnus-sum.el (gnus-summary-mime-map): Add
6598         gnus-article-browse-html-article.
6599 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6601         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6602         suitable coding systems in customize.
6604 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6606         * mail-source.el (mail-sources): Fix custom type.
6608 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6610         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6611         (gnus-summary-expire-articles-now): Shorten prompt.
6613         * gmm-utils.el (wid-edit): Require.
6614         (defun-gmm): Renamed from `gmm-defun-compat'.
6615         (gmm-image-search-load-path): Use it.
6616         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6618 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6620         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6621         variable.
6622         (gnus-summary-save-article): Add optional `decode' argument.  If
6623         it is set and gnus-summary-save-article-coding-system is non-nil,
6624         save decoded article.
6625         (gnus-summary-write-article-file): Save decoded article if
6626         gnus-summary-save-article-coding-system is non-nil.
6628         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6629         type.
6631 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6633         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6635 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6637         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6638         first to test gnus-single-article-buffer which may be buffer-local.
6640         * gnus-sum.el (gnus-summary-setup-buffer): Make
6641         gnus-single-article-buffer buffer-local and nil in ephemeral
6642         group; make gnus-article-buffer, gnus-article-current, and
6643         gnus-original-article-buffer always buffer-local.
6644         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6645         group.
6646         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6648 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6650         * nnml.el (nnml-request-compact-group): Compressed files might not
6651         have .gz extension.
6653 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6655         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6656         (mm-copy-to-buffer): Use with-current-buffer.
6657         (mm-display-part): Simplify.
6658         (mm-inlinable-p): Add optional arg `type'.
6660 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6662         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6663         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6664         Try harder to show the attachment internally or externally using
6665         gnus-mime-view-part-as-type.
6667 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6669         * message.el (message-from-style, message-signature-separator)
6670         (message-user-organization-file, message-send-mail-function)
6671         (message-citation-line-function, message-yank-prefix)
6672         (message-indent-citation-function, message-signature)
6673         (message-signature-file, message-signature-insert-empty-line):
6674         Remove autoloads.
6676         * gnus-art.el (gnus-buttonized-mime-types): Remove
6677         "multipart/signed".  Revert 2006-04-26 change.
6679 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6681         * gnus.el (gnus-version-number): Bump version.
6683 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6685         * gnus.el: No Gnus v0.5 is released.
6687 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6689         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6690         fetching articles by message-id.
6692 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6694         * message.el (hashcash): Require hashcash as normal.
6696         * ecomplete.el (ecomplete-highlight-match-line): Use
6697         point-at-eol.
6698         (ecomplete-highlight-match-line): Use `highlight', because that
6699         face exists in both Emacs and XEmacs.
6701         * message.el (message-display-abbrev): Use point-at-bol.
6703         * mail-source.el: Don't require timer/timer-funcs.
6705         * gnus-async.el: Ditto.
6707         * password.el: Ditto.
6709         * mm-url.el: Ditto.
6711         * mm-util.el: Require timer/timer-funcs.
6713 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6715         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6716         Close.
6718 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6720         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6721         unibyte after clear-decrypt function runs.
6723         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6724         returns as a unibyte string.
6726 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6728         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6729         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6730         (mml1991-pgg-encrypt): Ditto.
6732 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6734         * message.el (message-user-organization-file): Check several
6735         locations of the organization file.
6737         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6738         Add gnus-article-view-part-as-type.
6740         * gnus-art.el (gnus-article-view-part-as-type): New function.
6742         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6743         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6745         * mml.el: Simplify autoload.
6746         (mml-mode): defvar dnd-protocol-alist instead of using
6747         symbol-value.
6748         (mml-default-directory): New variable.
6749         (mml-minibuffer-read-file): Use it.
6750         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6752         * message.el (message-citation-line-format): New variable.
6753         (message-insert-formated-citation-line): New function.
6754         (message-citation-line-function): Add
6755         `message-insert-formated-citation-line' to custom type.
6757         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6758         to doc string.
6760         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6761         depending on mm-verify-option.
6763 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6765         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6766         binding pgg-* variables; reimplement the section which prevents
6767         MIME header from being signed.
6768         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6769         pgg-text-mode; remove a blank line at the top of body.
6771         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6772         lines at the top of body; use gnus-newsgroup-charset if there's no
6773         Charset header.
6775 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6777         * message.el (message-self-insert-commands): Doc fix.
6779         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6780         (mm-uu-pgp-encrypted-test): Ditto.
6781         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6782         between header and body; return application/pgp-encrypted handle
6783         if decryption failed; decode decrypted body by charset.
6785         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6786         element match to application/pgp-*.
6788 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6790         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6791         HTML.
6793 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6795         * mail-source.el (mail-source-call-script): Message the error
6796         string.
6798 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6800         * gnus-util.el (gnus-byte-compile): Use it.
6802 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6804         * gnus-util.el (kill-empty-logs): New function.
6806 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6808         * message.el (message-mail-alias-type): Doc fix.
6809         (message-mail-alias-type-p): New function.
6810         (message-send): Use it.
6811         (message-mode): Ditto.
6812         (message-strip-forbidden-properties): Ditto.
6814         * ecomplete.el (ecomplete-database-file-coding-system): New
6815         variable.
6816         (ecomplete-save): Use it.
6817         (ecomplete-setup): Use it.
6819 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6821         * message.el (message-self-insert-commands): New variable.
6822         (message-strip-forbidden-properties): Use it.
6824 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6826         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6827         that doesn't make XEmacs choke.
6829 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6831         * gnus-util.el (gnus-replace-in-string):
6832         Prefer replace-regexp-in-string over of replace-in-string.
6834 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6836         * gnus-util.el (gnus-select-frame-set-input-focus):
6837         Use select-frame-set-input-focus if it is available in XEmacs; use
6838         definition defined in Emacs 22 for old Emacsen.
6840 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6842         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6844 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6846         * gnus-registry.el (gnus-registry-cache-save): Remove text
6847         properties when saving via the temp buffer.
6849 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6851         * message.el (message-generate-hashcash): Honor custom type.
6853 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6855         * message.el (message-generate-hashcash): Default to non-nil when
6856         hashcash is found.
6858         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6859         (gnus-refer-thread-limit): Increase default to 500.
6861         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6863         * flow-fill.el (fill-flowed): Allow delete-space.
6865 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6867         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6868         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6869         Remove autoloads.
6871 2006-04-18  Simon Josefsson  <jas@extundo.com>
6873         * message.el (message-generate-hashcash): Default to.
6875 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6877         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6878         concatenating segments rather than before concatenating them.
6880 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6882         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6884         * imap.el (imap-quote-specials): New function.
6885         (imap-login-auth): Quote specials.
6887 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6889         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6891         * message.el (message-forward-make-body-plain): Allow
6892         message-forward-ignored-headers to be a list.
6893         (message-remove-ignored-headers): Factor out into function.
6894         (message-forward-make-body-mml): Use it.
6895         * rfc2231.el (rfc2231-parse-string): Remove dead code.
6896         (rfc2231-parse-string): Allow concatanation of parameters that
6897         aren't contiguous.  The test case is
6898           (mail-header-parse-content-type "message/external-body;
6899             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6900             access-type=LOCAL-FILE;
6901             name*1*=plugh%2fhello-sailor%2fbing.pdf")
6903 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6905         * nntp.el (nntp-accept-process-output): Return the value of
6906         `nnheader-accept-process-output'.
6908 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6910         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6911         (gnus-button-alist): Recognize more diff formats.
6912         (gnus-button-patch): Strip directory.
6914 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6916         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6917         Emacs 22 when setting focus.
6919 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6921         * gnus-art.el (gnus-article-treat-types): Do treatment of
6922         text/x-verbatim parts.
6923         (gnus-button-patch): New command.
6925         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6926         addresses that contain invalid characters.
6928 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6930         * message.el (message-put-addresses-in-ecomplete): Use
6931         gnus-replace-in-string.
6932         (message-is-yours-p): Use the more correct
6933         mail-header-parse-address instead of
6934         mail-extract-address-components.
6935         (message-put-addresses-in-ecomplete): Fix typo.
6937         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6938         keystroke.
6940         * gnus-art.el (gnus-treatment-function-alist): Change order of
6941         newsgroups/generic header folding to avoid double-folding.
6943         * message.el (message-hidden-headers): Add X-Draft-From.
6945         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6946         command.
6947         (gnus-summary-repeat-search-article-backward): New command.
6949         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6950         groups in the parent topic.
6952 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
6954         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6955         (spam-extra-header-to-number): Return the CRM114 number as a
6956         number instead of a string.
6958 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6960         * gnus-art.el (gnus-face-properties-alist): Moved here from
6961         gnus-fun.
6963         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6965 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6967         * message.el (message-strip-forbidden-properties): Only display on
6968         self-insert-command.
6970         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6971         reindent.
6972         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6974 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
6976         * smiley.el (smiley-style): Fix typo.
6978 2006-03-23  Kenichi Handa  <handa@m17n.org>
6980         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
6981         instead of set-buffer-multibyte.
6983 2006-03-23  Kenichi Handa  <handa@m17n.org>
6985         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6986         buffer and then decode the buffer text if necessary.
6987         (rfc2231-encode-string): Be sure to work on multibyte buffer at
6988         first, and after mm-encode-body, change the buffer to unibyte.
6990 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6992         * hashcash.el (hashcash-insert-payment-async-2): Use
6993         message-goto-eoh instead of doing it manually.
6994         (mail-add-payment): Use message-narrow-to-header instead of trying
6995         to do the same itself.
6997         * message.el (message-hidden-headers): Add Face.
6999         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7000         reparenting code.
7001         (gnus-summary-reparent-children): Refactored out code.
7002         (gnus-summary-thread-map): New keystroke.
7003         (gnus-summary-reparent-children): Make into command.
7005         * smiley.el (smiley-style): Default to `medium' if using a large
7006         font.
7008         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7009         does it itself.
7011         * message.el (message-point-in-header-p): Simplify definition.
7013 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7015         * nnagent.el (nnagent-request-set-mark): Silence log file
7016         writing.
7017         (nnagent-request-set-mark): Use write-region instead of
7018         append-to-file.
7020         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7021         strange select method.
7023         * ecomplete.el (ecomplete-display-matches): Get highlightling
7024         right.
7025         (ecomplete-display-matches): Use literals.
7026         (ecomplete-display-matches): Disable message logging.
7028         * message.el (message-display-abbrev): Small optimization.
7030         * ecomplete.el (ecomplete-display-matches): Allow automatic
7031         display.
7033         * message.el (message-strip-forbidden-properties): Display
7034         abbrevs.
7035         (message-display-abbrev): Get automatic display right.
7037         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7038         keystrokes.
7040 2006-04-13  Romain Francoise  <romain@orebokech.com>
7042         TODO: Backport to v5-10!
7044         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7045         Moved here (and renamed) from gnus-registry.el.
7047         * gnus-registry.el: Require gnus-util.
7048         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7050 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7052         * gnus-group.el (gnus-group-catchup-current): Change
7053         if-then-else-if-then-else into cond.
7054         (gnus-group-catchup): Indent.
7055         (group-name-at-point): New function.
7056         (gnus-fetch-group): Provide default from thing at point.
7058 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7060         * message.el (message-display-abbrev): Fix regexp.
7062         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7063         choosing.
7064         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7065         dead variables.
7067         * message.el (message-newline-and-indent): Remove debugging.
7068         (message-display-abbrev): Use new implementation.
7070 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7072         * gnus-art.el (gnus-article-mode): Set
7073         cursor-in-non-selected-windows to nil.
7075         * smiley.el: Revert previous change.
7076         (smiley-data-directory): defvar it before using it in the
7077         defcustom of `smiley-style'.
7079 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7081         * message.el (message-newline-and-indent): New function.
7083         * ecomplete.el: Implement more bits.
7085         * message.el (message-put-addresses-in-ecomplete): Clean up the
7086         string.
7088         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7090         * gnus-sum.el (gnus-summary-save-parts): Bind
7091         gnus-summary-save-parts-counter and use it to make unique file
7092         names.
7094         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7096         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7097         parameter to say whether to actually parse the individual
7098         addresses.
7100         * message.el (message-put-addresses-in-ecomplete): New function.
7101         (ecomplete): Require.
7102         (message-mail-alias-type): Add ecomplete as an option.
7104 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7106         * flow-fill.el (fill-flowed): Remove trailing space from blank
7107         quoted lines.
7109 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7111         * smiley.el (smiley-style): Move definition later to avoid a
7112         compilation warning.
7114 2006-04-12  Kenichi Handa  <handa@m17n.org>
7116         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7117         buffer and then decode the buffer text if necessary.
7118         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7119         first, and after mm-encode-body, change the buffer to unibyte.
7120         Use mm-disable-multibyte instead of set-buffer-multibyte.
7122 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7124         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7125         Content-Type header instead of Content-Disposition header.
7126         (gnus-mime-inline-part): Ditto.
7127         (gnus-mime-view-part-as-charset): Ignore charset that the part
7128         specifies.
7130         * mm-decode.el (mm-display-part): Work with external parts and
7131         usual parts similarly.
7133         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7134         instead of gnus-display-mime.
7136         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7137         instead of with-temp-buffer.
7139         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7140         tag to summarized topics part in order to encode non-ASCII text.
7142 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7144         * smiley.el (smiley-style): New variable.
7145         (smiley-directory): New function.
7146         (smiley-data-directory): Derive from `smiley-style' using
7147         `smiley-directory'.
7148         (smiley-regexp-alist): Add new entries.
7150         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7151         (gnus-article-browse-delete-temp): Add :version.
7153 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7155         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7156         the sieve region.
7158 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7160         * gnus.el (gnus-version-number): Bump version.
7162 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7164         * gnus.el: No Gnus v0.4 is released.
7166 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7168         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7169         layout.
7171         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7172         unknown charset.
7174         * message.el (message-header-synonyms): Add Original-To to the
7175         default.
7177         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7178         optional parameter.
7180 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7182         * gnus-fun.el (gnus): Require it for gnus-directory.
7184 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7186         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7188 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7190         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7192 2006-04-05  Simon Josefsson  <jas@extundo.com>
7194         * password.el (password-reset): New function.
7196 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7198         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7199         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7201 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7203         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7204         Some whitespace was matched into the url, which broke browsing hits
7205         > 100 when mm-url-use-external was nil.
7207 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7209         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7210         gnus-extra-headers for 'Newsgroups.
7212         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7213         bound.
7215 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7217         * pgg-gpg.el: Clean up process buffers every time gpg processes
7218         complete.
7220 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7222         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7223         doc string.
7225 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7227         * pgg-gpg.el (pgg-gpg-process-filter)
7228         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7230         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7231         lines, temporary fix.
7233 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7235         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7237 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7239         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7240         default-enable-multibyte-characters.  This reverts the change from
7241         revision 6.17 which is no longer necessary because the passphrase
7242         is sent separately now.  GnuPG messages are unreadable under
7243         multibyte locales with default-enable-multibyte-characters set to
7244         nil.
7246 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7248         * message.el (message-tool-bar-gnome): Move "spell".
7250 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7252         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7253         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7254         instead.
7256 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7258         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7259         newsgroups handling for NNTP overviews which don't include
7260         Newsgroups.
7262 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7264         * message.el (message-resend): Bind message-generate-hashcash to nil.
7266 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7268         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7269         when searching for already-paid recipients.
7271 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7273         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7274         passphrases when it is not needed.
7275         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7276         passphrase stuff from gpg, should only be necessary when you use
7277         gpg with a smartcard.
7279 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7281         * mml.el (mml-insert-mime): Ignore cached contents of
7282         message/external-body part.
7284         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7285         (mm-insert-part): Ditto.
7287 2006-03-23  Simon Josefsson  <jas@extundo.com>
7289         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7290         Reiner.
7291         (pgg-gpg-use-agent-p): Use it again.
7293 2006-03-23  Simon Josefsson  <jas@extundo.com>
7295         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7296         older emacsen.
7297         (pgg-gpg-use-agent-p): Don't use it.
7299 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7301         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7302         if we can.
7304 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7306         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7307         (pgg-gpg-update-agent): New function.
7308         (pgg-gpg-use-agent-p): New function.
7309         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7310         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7311         (pgg-gpg-sign-region): Use it.
7313 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7315         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7316         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7318 2006-03-21  Simon Josefsson  <jas@extundo.com>
7320         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7321         <wilde@sha-bang.de>.
7322         (pgg-gpg-use-agent): New variable.
7323         (pgg-gpg-process-region): Use it.
7324         (pgg-gpg-encrypt-region): Likewise.
7325         (pgg-gpg-encrypt-symmetric-region): Likewise.
7326         (pgg-gpg-decrypt-region): Likewise.
7327         (pgg-gpg-sign-region): Likewise.
7328         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7330 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7332         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7334         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7335         Add comment on version.
7337 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7339         * smiley.el: Add missing test smiley.
7341 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7343         * mm-decode.el (mm-with-part): New macro.
7344         (mm-get-part): Use it; work with message/external-body as well.
7345         (mm-save-part): Treat name and filename equally.
7347         * mm-extern.el (mm-extern-cache-contents): New function.
7348         (mm-inline-external-body): Use it; force the part to be displayed;
7349         move undisplayer added to the cached handle to the parent.
7351         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7352         (gnus-mime-view-part-as-type): Work with message/external-body.
7354         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7356 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7358         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7359         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
7360         Emacs.]
7362 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7364         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7365         path rather than symbol.  Always return list of directories.
7366         Guarantee that image directory comes first.  [Sync with image.el,
7367         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
7369         * message.el (message-make-tool-bar): Adjust to new API of
7370         `gmm-image-load-path-for-library'.
7372         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7374         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7376 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7378         * gnus-art.el (gnus-article-only-boring-p):
7379         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7380         intangible text.
7381         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7383 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7385         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7386         `defun' instead of `gmm-defun-compat'.
7388 2006-03-14  Simon Josefsson  <jas@extundo.com>
7390         * message.el (message-unique-id): Don't use message-number-base36
7391         if (user-uid) is a float.
7392         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7394 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7396         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7398         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7399         empty line between a part and a message part.
7401 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7403         * smiley.el: Add more test smileys.
7404         (smiley-data-directory, smiley-regexp-alist)
7405         (gnus-smiley-file-types): Fix doc strings.
7406         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7407         adding new elements.
7408         (smiley-mouse-map): Unused code.  Make it a comment.
7410 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7412         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7413         scan latest NoCeM messages instead of old ones.
7414         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7415         delimiters that are recently used.
7416         (gnus-nocem-load-cache): Add autoload cookie.
7418         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7420         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7421         level which is larger than gnus-use-nocem is specified.
7423         * gnus-group.el (gnus-group-get-new-news): Ditto.
7425 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7427         * gnus-util.el (gnus-tool-bar-update): New function.
7429         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7430         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7432         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7434         * gnus-group.el (gnus-group-redraw-when-idle)
7435         (gnus-group-redraw-check): Remove.
7436         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7438 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7440         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7441         if optional last element is specified in splits (FIELD VALUE...).
7443 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7445         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7446         to gmm-image-load-path-for-library.  Call with no-error argument.
7447         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7449         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7451         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7453         * gmm-utils.el (gmm-image-load-path): Remove alias.
7455 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7457         * gmm-utils.el (gmm-image-load-path): Add alias.
7459         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7460         nnml-generate-nov-databases-1.
7461         (nnml-generate-nov-databases): Use it.
7462         (nnml-generate-nov-databases-directory): Document no-active
7463         argument.
7465         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7466         directory if path is t.  Add no-error.
7468         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7469         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7471         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7472         resetting gnus-article-browse-html-temp-list.
7474         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7475         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
7476         Add example to docstring.  Rename local variables.  Move error
7477         checks to default case in cond and simplify.
7479 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7481         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7482         handle is multipart when calling it recursively.
7483         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7485 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7487         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7488         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7490 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7492         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7493         is loaded.
7495         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7496         loaded.
7498 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7500         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7501         to "Emacs 23 (unicode)" in doc string.
7503         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7504         "Emacs 23 (unicode)" in comment.
7506 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7508         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7510         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7511         characters 160 through 255 in Emacs 23.
7513 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7515         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7516         gnus-article-browse-html-temp.
7517         (gnus-article-browse-delete-temp): Make it customizable.  Add
7518         `file'.  Adjust doc string.
7519         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7520         query for each file.  Adjust doc string.
7521         (gnus-article-browse-html-parts): Add
7522         `gnus-article-browse-delete-temp-files' to
7523         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7525 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7527         * gnus-art.el (gnus-article-browse-html-temp)
7528         (gnus-article-browse-delete-temp): New variables.
7529         (gnus-article-browse-delete-temp-files): New function.
7530         (gnus-article-browse-html-parts): Use it.
7532 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7534         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7536         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7537         string.
7539         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7540         gnus-summary-insert-new-articles when unplugged.  Remove
7541         gnus-summary-search-article-forward.
7543         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7544         display-visual-class instead of display-color-cells.
7546 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7548         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7549         message/* containing non-ASCII text properly.
7551 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7553         * message.el: Require gmm-utils, remove autoloads.
7554         (message-tool-bar): Set default based on
7555         gmm-tool-bar-style.
7556         (message-tool-bar-gnome): Add gmm-customize-mode.
7558         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7559         gmm-tool-bar-style.
7560         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7562         * gnus-group.el (gnus-group-tool-bar): Set default based on
7563         gmm-tool-bar-style.
7564         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7566         * gmm-utils.el (gmm-image-directory): Rename variable from
7567         gmm-image-load-path.
7568         (gmm-image-load-path): Use gmm-image-directory.
7569         (gmm-customize-mode): New function.
7570         (gmm-tool-bar-style): New variable.
7572         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7573         gnus-group-redraw-line-number.
7574         (gnus-group-redraw-check): Simplify.
7575         (gnus-group-tool-bar-update): Remove redraw check.
7576         (gnus-group-make-tool-bar): Add redraw check.
7578 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7580         * gnus-art.el (gnus-button): Add missing parentheses.
7582 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7584         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7586 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7588         * gnus-art.el (gnus-button): New face.
7589         (gnus-article-button-face): Use it.
7591         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7592         gnus-summary-next-page.  Re-order.
7594         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7595         next-node are now included.
7596         (gnus-group-redraw-line-number): New internal variable.
7597         (gnus-group-redraw-check): Helper function for updating the tool
7598         bar.
7599         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7601         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7603         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7604         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7605         Use it to match format of Spamassassin 3.0 and later.  Reported by
7606         IRIE Tetsuya <irie@t.email.ne.jp>.
7607         (spam-check-bogofilter)
7608         (spam-bogofilter-register-with-bogofilter): Fix args of
7609         `gnus-error' calls.
7611 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7613         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7614         unnecessary interaction when sending queued mails.  Reported by
7615         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7617 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7619         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7620         first or last are nil.
7622 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7624         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7626 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7628         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7630 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7632         * dns.el (query-dns): Protect more against buggy tcp output.
7634 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7636         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7637         nov.php.
7639 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7641         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7642         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7643         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7644         output on the server side.
7645         (nnweb-google-create-mapping): Update regexps and add some
7646         progress indication.
7648 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7650         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7651         gnus-agent-toggle-plugged.  Re-order icons.
7652         (gnus-group-tool-bar-gnome): Add
7653         gnus-group-{prev,next}-unread-group.
7654         (gnus-group-tool-bar-gnome): Re-order icons.
7656         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7657         gnus-summary-insert-new-articles.
7659         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7660         comments.
7662         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7663         also available in Emacs 21.3.
7665         * message.el (message-fix-before-sending): Change "Emacs 22" to
7666         "Emacs 23 (unicode)" in comment.
7668         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7669         "Emacs 23 (unicode)" in comment.
7671         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7672         comment.
7673         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7675         * mm-view.el (mm-fill-flowed): Add :version.
7677 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7679         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7680         and load-path.
7682 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7684         * message.el: Autoload gmm-image-load-path.
7685         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7686         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7687         consitency.
7689         * gmm-utils.el (gmm-image-load-path): Also search in
7690         "../etc/images".  Don't set gmm-image-load-path if we don't find
7691         the image.
7693 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7695         * gmm-utils.el (gmm-image-load-path): Don't make
7696         `gmm-image-load-path' include subdirectories which the second arg
7697         `image' might specify.
7699         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7700         subdirectory to icon file names.
7702         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7704 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7706         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7707         gmm-image-load-path calls.
7709         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7711         * message.el (message-make-tool-bar): Ditto.
7713         * mml.el (mml-preview): Added comment concerning tool bar icons.
7715         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7716         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7718         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7719         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7721         * message.el (message-tool-bar-gnome): Use new icon names.
7722         (message-make-tool-bar): Use `gmm-image-load-path'.
7724         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7725         functions from MH-E.
7726         (gmm-image-load-path): New variable from MH-E.
7727         (gmm-image-load-path): New function from MH-E.  Added arguments
7728         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7729         *-image-load-path-called-flag.
7731 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7733         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7735 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7737         * nnimap.el (nnimap-request-move-article): Change folder back to
7738         source group before deleting.
7740 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7742         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7744         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7745         mm-url.
7747         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7749 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7751         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7752         coding system which mm-charset-to-coding-system returns for a
7753         given charset is valid.
7755 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7757         * html2text.el (html2text-remove-tag-list):
7758         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7760 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7762         * gnus-cus.el: Revert 2005-10-17 change.
7764 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7766         * gnus-art.el (article-strip-banner): Call
7767         article-really-strip-banner only when the regexp match is made.
7769 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7771         * gnus-art.el (article-strip-banner): Use
7772         gnus-extract-address-components instead of
7773         mail-header-parse-addresses to make it work with non-ASCII text;
7774         remove mail-encode-encoded-word-string.
7776         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7777         values which are surrounded with \"...\"; make it never cause a
7778         Lisp error; give up parsing of parameters if it failed in
7779         extracting type.
7781 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7783         * smime.el (smime-cert-by-ldap-1): Fix bug where
7784         `smime-ldap-search' returns results without userCertificates.
7786 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7788         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7790 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7792         * spam.el (spam-check-spamassassin-headers): Adapt format for
7793         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7794         <ari@mbf.ocn.ne.jp>.
7795         (spam-list-of-processors): Add spam-use-gmane.
7797 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7799         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7800         make-temp-file; make it work with XEmacs as well.
7802         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7803         mm-make-temp-file.
7805         * mm-decode.el (mm-display-external): Use the 3rd arg of
7806         mm-make-temp-file.
7807         (mm-create-image-xemacs): Ditto.
7809 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7811         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7812         with message-narrow-to-headers.
7813         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7814         (gnus-draft-check-draft-articles): New function.
7815         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7817 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7819         * gnus-art.el (gnus-article-browse-html-parts):
7820         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7821         Don't use suffix argument for mm-make-temp-file for Emacs 21
7822         compatibility.  Remove useless `format'.
7824 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7826         * nnweb.el (nnweb-google-wash-article): Update regexps.
7827         (nnweb-group-alist): Use defvoo instead of defvar.
7829 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7831         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7832         re-loading nn* modules.
7834 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7836         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7837         for `tool-bar-mode' and don't check it's default-value.
7839         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7841         * message.el (message-make-tool-bar): Ditto.
7843         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7844         `substring'.  Shorten tmp-file name.
7846         * gnus.el: Remove bogus comment.
7848 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7850         * gnus-art.el (gnus-article-browse-html-parts): New function.
7851         (gnus-article-browse-html-article): New function for viewing html
7852         articles with a browser.
7854 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7856         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7857         (mml2015-pgg-encrypt): Ditto.
7859         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7860         (mml1991-pgg-encrypt): Ditto.
7862 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7864         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7865         message-make-date instead of current-time-string.
7867         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7868         to gnus-decoded which mm-uu might set.
7870 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7872         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7873         don't decode quoted parameters; remove misimported Emacs code.
7874         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7875         (rfc2231-decode-encoded-string): Don't use split-string which
7876         behaves differently according to Emacs version; use
7877         mm-decode-coding-region to convert charset to coding-system.
7878         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7879         (rfc2231-encode-string): Remove misimported Emacs code.
7881 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7883         * gnus-art.el (article-decode-charset): Don't use ignore-errors
7884         when calling mail-header-parse-content-type.
7885         (article-de-quoted-unreadable): Ditto.
7886         (article-de-base64-unreadable): Ditto.
7887         (article-wash-html): Ditto.
7889         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7890         calling mail-header-parse-content-type and
7891         mail-header-parse-content-disposition.
7892         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7893         mail-header-parse-content-type.
7895         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7896         insert charset and format parameters; encode description after
7897         inserting it to buffer.
7898         (mml-insert-parameter): Fold lines properly even if a parameter is
7899         segmented into two or more lines; change the max column to 76.
7901         * rfc1843.el (rfc1843-decode-article-body): Don't use
7902         ignore-errors when calling mail-header-parse-content-type.
7904         * rfc2231.el (rfc2231-parse-string): Return at least type if
7905         possible; don't cause an error even if it fails in parsing of
7906         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7907         (rfc2231-encode-string): Don't break lines at the beginning, leave
7908         it to mml-insert-parameter.
7910         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7911         calling mail-header-parse-content-type.
7913 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
7915         * spam-report.el (spam-report-gmane-use-article-number):
7916         Improve doc string.
7917         (spam-report-gmane-internal): Check if a suitable header was found
7918         in the article.
7920 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7922         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7923         (rfc2231-encode-string): Make param*=value always begin with LWSP.
7925 2006-02-05  Romain Francoise  <romain@orebokech.com>
7927         Update copyright notices of all files in the gnus directory.
7929 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7931         * nnweb.el (nnweb-request-group): Avoid growing overview files.
7933 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7935         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7936         segmented lines of parameter value to cope with Thunderbird 1.5
7937         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7938         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7939         (rfc2231-encode-string): Don't make lines exceeding 76 column.
7941 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
7943         * mml.el (mml-generate-mime-1): Correct the order of inline signed
7944         parts.
7946 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7948         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7949         there's only one active file for all servers.
7950         (nnweb-request-scan): Make sure nnweb-articles is initialized on
7951         solid groups.  Gnus might have used a FAST request to select the group.
7952         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7953         and nnweb-search redundantly in the active file.
7954         (nnweb-request-list): Don't list bogus groups.  There can only be one.
7955         (nnweb-request-create-group): Don't use ARGS.
7956         (nnweb-possibly-change-server, nnweb-request-group): Remove some
7957         initialisations.  Let nnoo do the work.
7959 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7961         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7962         Say the part has been decoded.
7964         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
7966 2006-01-31  Kevin Ryde  <user42@zip.com.au>
7968         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7969         mailcap-viewer-test-cache when there's no 'test clause, since that
7970         will invert the meaning of a "nil" test previously determined by
7971         mailcap-mailcap-entry-passes-test.
7973 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7975         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7976         compiling.
7978         * gnus-sum.el: Ditto.
7980         * message.el: Don't bind tool-bar-map when compiling.
7982 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
7984         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
7986 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7988         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7989         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7990         current Google Groups.
7992 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
7994         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7995         and tool-bar-mode.
7997         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7998         and tool-bar-mode.
8000         * message.el (message-tool-bar-update): Simplify.
8001         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8003         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8004         gnus-summary-buffer.
8005         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8006         gnus-summary-reply.
8008         * gmm-utils.el (gmm): Add :version.
8010 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8012         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8013         autoload.
8015 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8017         * gmm-utils.el (gmm-verbose): Add :group.
8019 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8021         * message.el: Change some comments WRT tool-bars.
8023         * gnus-sum.el (gnus-summary-tool-bar)
8024         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8025         (gnus-summary-tool-bar-zap-list): New variables.
8026         (gnus-summary-make-tool-bar): Complete rewrite using
8027         `gmm-tool-bar-from-list'.
8029         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8030         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8031         variables.
8032         (gnus-group-make-tool-bar): Complete rewrite using
8033         `gmm-tool-bar-from-list'.
8034         (gnus-group-tool-bar-update): New function.
8036         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8038 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8040         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8041         is dissected into a single part of which the type is the same as
8042         the given one; decode charset.
8044 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8046         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8047         into alists as symbol not string, since that's what
8048         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8049         look for.
8051 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8053         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8054         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8056         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8058 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8060         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8061         (gnus-mime-security-button-menu): New definition.
8062         (gnus-mime-security-button-map): Use them.
8063         (gnus-mime-security-button-menu): New function.
8064         (gnus-insert-mime-security-button): Addition to help echo.
8065         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8066         (gnus-mime-security-pipe-part): New functions.
8068         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8069         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8071         * mm-decode.el (mm-handle-set-disposition): Remove.
8072         (mm-handle-set-description): Remove.
8074 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8076         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8077         (mm-w3m-standalone-supports-m17n-p): New function.
8078         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8079         w3m usage.
8081         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8082         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8084 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8086         * message.el (message-tool-bar-zap-list): Use
8087         gmm-tool-bar-zap-list as custom type.
8088         (message-tool-bar-update): New function.
8089         (message-tool-bar, message-tool-bar-gnome)
8090         (message-tool-bar-retro): Add message-tool-bar-update.
8091         (message-tool-bar-gnome): Add flyspell-buffer.
8093         * gnus-util.el (gnus-error): Describe `args'.
8095         * gmm-utils.el (gmm-error): Describe `args'.
8096         (gmm-tool-bar-zap-list): New widget.
8097         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8099 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8101         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8102         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8103         the number of recursive calls.
8105         * mm-decode.el (mm-handle-set-disposition): New macro.
8106         (mm-handle-set-description): New macro.
8108 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8110         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8111         encoding.
8113 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8115         * message.el (message-tool-bar-zap-list, message-tool-bar)
8116         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8117         (message-tool-bar-local-item-from-menu): Remove.
8118         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8119         (message-make-tool-bar): New function.
8120         (message-mode): Use `message-make-tool-bar'.
8122         * gmm-utils.el: New file.
8123         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8124         (gmm-lazy): New widget copied from `nnmail.el'.
8125         (gmm-tool-bar-from-list): New function for creating customizable
8126         tool bars.
8127         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8128         output.
8129         (gmm): Add :prefix to defgroup.
8131 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8133         * gmm-utils.el (gmm-widget-p): New function.
8135 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8137         * mml.el (mml-attach-file): Describe `description' in doc string.
8138         (mml-menu): Add Emacs MIME manual and PGG manual.
8140 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8142         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8144 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8146         * nntp.el (nntp-end-of-line): Doc fix.
8148 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8150         * imap.el (imap-open): Handle case where buffer is a buffer
8151         object.
8153 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8155         * gnus-delay.el (gnus-delay): Don't autoload.
8156         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8157         to be re-loaded when customizing the `gnus-delay' group.
8159 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8161         * message.el (message-insert-citation-line): Use newlines.
8163 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8165         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8167         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8169 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8171         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8173 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8175         * mm-decode.el (mm-inlined-types): Add application/pgp.
8176         (mm-automatic-display): Ditto.
8178         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8179         part as text.
8181 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8183         * nnrss.el: Update copyright.
8184         (nnrss-opml-import): Query whether to subscribe to each entry.
8186         * gnus-art.el:
8187         * gnus-sum.el:
8188         * mm-uu.el:
8189         * mm-view.el: Update copyright.
8191 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8193         * message.el (message-info): New function.
8194         (message-mode-menu): Add it.
8195         Update copyright.
8197         * ChangeLog: Fix and update copyright.
8199 2006-01-13  Romain Francoise  <romain@orebokech.com>
8201         * message.el (message-forward-subject-name-subject): Prefer the
8202         address to 'nowhere' if the sender has no name.
8203         Fix typo.  Update copyright year.
8205 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8207         * gnus-art.el (article-wash-html): Use
8208         gnus-summary-show-article-charset-alist if a numeric arg is given.
8209         (gnus-article-wash-html-with-w3m-standalone): New function.
8211         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8212         mm-inline-text-html-render-with-w3m-standalone.
8213         (mm-text-html-washer-alist): Map w3m-standalone to
8214         gnus-article-wash-html-with-w3m-standalone.
8215         (mm-inline-text-html-render-with-w3m-standalone): New function.
8217 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8219         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8220         Improve LaTeX.
8222 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8224         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8225         (nnrss-request-article): Render text/plain parts as HTML.
8227         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8228         the buffer.
8230 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8232         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8233         custom definition of `gnus-posting-styles'.
8235         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8236         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8238 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8240         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8241         Use nntp for bug archive.
8243 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8245         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8246         parts.
8247         (nnrss-normalize-date): New function converts ISO 8601 date into
8248         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8249         (nnrss-check-group): Use it.
8251 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8253         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8255         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8256         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8257         (nnrss-insert-w3): Ditto.
8259 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8261         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8262         the articles to be forwarded including the case where neither a
8263         number of articles nor a region is specified.
8265 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8267         * nnrss.el (nnrss-request-article): Fix last change; fill
8268         text/plain parts.
8270 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8272         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8273         in text/plain part.
8274         (nnrss-check-group): Don't add excessive newline to dc:subject.
8276 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8278         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8279         article.
8281 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8283         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8284         (nnml-use-compressed-files, nnml-save-mail): Support other
8285         comression programs such as bzip2.
8287 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8289         * dns.el (query-dns): Make sure we check the buffer size before
8290         removing tcp headers.
8292 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8294         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8295         remove MIME buttons associated with multipart/alternative parts.
8296         (gnus-mime-display-alternative): Tag buttons using `article-type'
8297         text property.
8299         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8300         associated with multipart/alternative parts.
8302         * gnus-art.el (gnus-signature-separator): Fix custom type.
8304         * mm-decode.el (mm-inlined-types): Fix custom type.
8305         (mm-keep-viewer-alive-types): Ditto.
8306         (mm-automatic-display): Ditto.
8307         (mm-attachment-override-types): Ditto.
8308         (mm-inline-override-types): Ditto.
8309         (mm-automatic-external-display): Ditto.
8311 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8313         * spam-report.el (spam-report-user-mail-address)
8314         (spam-report-user-agent): New variables.
8315         (spam-report-url-ping-plain): Use spam-report-user-agent.
8317 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8319         * gnus-art.el (gnus-button-handle-custom): Do not just use
8320         `customize-apropos' for any "M-x customize-*" button but the
8321         function called for.  Accept both the function name and its
8322         argument in order to achieve this.
8323         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8324         function name to `gnus-button-handle-custom' in case of "M-x
8325         customize-*" buttons.
8327 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8329         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8330         multipart/alternative and add xref to mm-discouraged-alternatives
8331         in doc string.
8333         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8334         gnus-buttonized-mime-types in doc string.
8336 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8338         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8339         Suggest image/.* in the doc string.
8341 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8343         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8344         message-marks (Debian bug #342521).
8346 2005-12-12  Simon Josefsson  <jas@extundo.com>
8348         * password.el (password-read-from-cache): Add.
8349         (password-read): Use it.
8351 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8353         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8354         us-ascii as a MIME charset.
8356         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8357         against the case where the 2nd arg TYPE is nil.
8359 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8361         * pop3.el (pop3-stream-type): Fix custom version.
8363         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8365 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8367         * mm-decode.el (mm-display-external): Add missing cdr.
8369 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8371         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8372         RFC1524) if it is in mailcap or add a suffix according to
8373         mailcap-mime-extensions when generating a temp filename; postpone
8374         deleting a temp file for 2 seconds for some wrappers, shell
8375         scripts, and so on, which might exit right after having started a
8376         viewer command as a background job.
8378 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8380         * nntp.el (nntp-marks-directory): Fix custom group.
8382         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8383         steps when < 10.
8385         * gnus-start.el (gnus-no-server-1): Mention
8386         `gnus-level-default-subscribed' in doc string.
8388 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8390         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8391         parens.
8393 2005-11-26  Dave Love  <fx@gnu.org>
8395         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8396         (tls-program, tls-success): Provide openssl alternative.
8398         * starttls.el: Doc fixes.
8399         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8400         SERVICE to PORT.
8402         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8403         port null or service name.
8404         (starttls-negotiate): Autoload.
8406 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8408         * message.el (message-kill-to-signature): Fix interactive spec.
8410 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8412         * pop3.el (pop3-open-server): Recognize a string as a service name.
8414 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8416         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8418 2005-11-23  Dave Love  <fx@gnu.org>
8420         Add pop3s, pop3/starttls.
8422         * pop3.el (pop3-authentication-scheme): Clarify doc.
8423         (open-tls-stream, starttls-open-stream): Autoload.
8424         (pop3-stream-type): New.
8425         (pop3-open-server): Use it.
8427         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8428         for POP.
8429         (mail-source-keyword-map): Add :stream for POP.
8430         (mail-source-fetch-pop): Use pop3-stream-type.
8432 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8434         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8435         of current-time-string.
8437 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8439         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8440         date header.
8442 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8444         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8445         it can seriously impact performance as it bypasses the agent's
8446         local caches.
8448 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8450         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8451         must be explicitly online rather than "not explicitly offline" for
8452         its flags to be synchronized.
8454         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8455         that gnus-uu-unmark-thread will function correctly.
8457         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8458         1024K is instead displayed as 1M.
8460 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8462         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8464 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8466         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8468 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8470         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8471         error message to display actual error condition.
8472         (gnus-agent-save-local): Avoid saving symbols that are bound to
8473         nil as they simply result in a warning message in
8474         gnus-agent-read-local.
8476 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8478         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8479         rather than make-variable-buffer-local for file-precious-flag.
8481 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8483         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8484         for duplicates which are removed.  The invalid sort check then
8485         triggers a rescan after the sort as sorting may have moved
8486         duplicate entries such that they can be cheaply detected.
8488 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8490         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8492 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8494         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8495         internal variable to a custom variable.  Changed default value
8496         from compressed(2) to uncompressed(1).
8497         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8498         support for uncompressed agentview files.  Taken together, reading
8499         the agentview file should now be 6-7 times faster.
8501 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8503         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8504         as a buffer-local variable.  This avoids creating truncated
8505         dribble files as a result of a hang up, eg.
8507 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8509         * gnus-start.el (gnus-start-draft-setup): Enforce
8510         `gnus-draft-mode' for nndraft:drafts at startup.
8512         * gnus.el (gnus-splash): Change custom group.
8513         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8514         allow-list argument.
8516         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8517         string.
8519 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8521         * gnus-art.el (gnus-default-article-saver): Add user-defined
8522         `function' to custom type.
8524 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8526         * imap.el (imap-open): Handle case where buffer is a buffer
8527         object.
8529 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8531         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8532         long lines.
8533         (gnus-cache-delete-group): Wrap doc strings.
8535         * gnus-agent.el (gnus-agent-rename-group)
8536         (gnus-agent-delete-group): Wrap doc strings.
8538 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8540         * gnus-start.el (gnus-1): Add "native" to
8541         gnus-predefined-server-alist.
8543         * gnus.el (gnus-method-to-server): Don't add "native" to the
8544         lists here, because that leads to problems when
8545         gnus-select-method is bound.
8547 2005-11-09  Simon Josefsson  <jas@extundo.com>
8549         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8550         use (not sort-by-date) instead.
8552 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8554         * gnus-delay.el (gnus-delay-group): Don't autoload.
8555         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8556         to be re-loaded when customizing the `gnus-delay' group.
8558 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8560         * message.el: Revert last changes.
8561         (message-insert-citation-line): Use newlines.
8563 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8565         * message.el (message-courtesy-message)
8566         (message-mark-insert-begin, message-mark-insert-end)
8567         (message-elide-ellipsis, message-cancel-message)
8568         (message-add-header, message-change-subject)
8569         (message-cross-post-followup-to-header)
8570         (message-cross-post-insert-note, message-reduce-to-to-cc)
8571         (message-widen-reply, message-delete-not-region)
8572         (message-kill-to-signature, message-insert-signature)
8573         (message-insert-importance-high, message-insert-importance-low)
8574         (message-insert-or-toggle-importance)
8575         (message-insert-disposition-notification-to)
8576         (message-indent-citation, message-yank-original)
8577         (message-cite-original-without-signature, message-cite-original)
8578         (message-insert-citation-line, message-position-on-field)
8579         (message-fix-before-sending, message-send-mail-partially)
8580         (message-send-mail, message-send-mail-with-sendmail)
8581         (message-send-mail-with-qmail, message-send-news)
8582         (message-check-news-header-syntax, message-generate-headers)
8583         (message-insert-courtesy-copy, message-fill-address)
8584         (message-fill-header, message-shorten-references)
8585         (message-setup-1, message-cancel-news)
8586         (message-forward-make-body-plain, message-forward-make-body-mime)
8587         (message-forward-make-body-mml, message-encode-message-body)
8588         (message-forward-make-body-digest-plain)
8589         (message-forward-make-body-digest-mime)
8590         (message-use-alternative-email-as-from): Insert `hard-newline'
8591         instead of ordinary newlines.
8593 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8595         * message.el (message-generate-headers): Downcase the argument
8596         given to message-check-element.
8598 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8600         * nntp.el (nntp-authinfo-rejected): New error condition.
8601         (nntp-wait-for): Use new error condition to signal authentication
8602         error.
8603         (nntp-retrieve-data): Rethrow new error condition to break out of
8604         recursive call to nntp-send-authinfo.
8606 2005-11-08  Romain Francoise  <romain@orebokech.com>
8608         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8609         (gnus-summary-exit-map): Bind to `Z p'.
8610         (gnus-summary-make-menu-bar): Add menu item.
8612 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8614         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8615         (gnus-treat-*): Add `first' in all doc strings.
8617         * gnus-group.el (gnus-group-compact-group): Fix typo.
8619 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8621         * gnus.el (gnus-parameters-case-fold-search): New variable.
8622         (gnus-parameters-get-parameter): Use it.
8624         * gnus-score.el (gnus-home-score-file): Doc fix.
8626 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8628         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8630 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8632         * mm-util.el (mm-special-display-p): New function.
8634         * mml.el (mml-preview): Use it; doc fix.
8636 2005-10-29  Romain Francoise  <romain@orebokech.com>
8638         * message.el (message-fix-before-sending): Fix comment.
8640 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8642         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8644 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8646         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8647         Used in gnus-score.el.
8649 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8651         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8653 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8655         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8656         whitespace removed in revision 7.8.  Use concatenated string to
8657         protect trailing whitespace.
8659 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8661         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8662         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8663         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8664         Courier IMAP ("some version from 2004").  Mostly based on similar
8665         code in the same function.
8667 2005-10-26  Didier Verna  <didier@xemacs.org>
8669         * gnus-group.el (gnus-group-compact-group): Invalidate original
8670         article buffer.
8671         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8672         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8673         NOV database and in article itself.
8674         Invalidate article backlog.
8676 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8678         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8680 2005-10-26  Simon Josefsson  <jas@extundo.com>
8682         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8683         part of 2004-07-25 change.
8685 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8687         * message.el (message-display-completion-list): New function.
8688         (message-expand-group): Use it; make sure the Completions buffer
8689         is modifiable.
8691 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8693         * imap.el (imap-open): Handle case where buffer is a buffer object.
8695 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
8697         * pgg-def.el:
8698         * pgg-gpg.el:
8699         * pgg-parse.el:
8700         * pgg-pgp.el:
8701         * pgg-pgp5.el:
8702         * pgg.el: Move to the parent lisp directory.
8704 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8706         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8707         user-mail-name is an empty string.
8709 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8711         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8712         depending on gnus-score-decay-constant.
8714         * encrypt.el (encrypt-insert-file-contents)
8715         (encrypt-write-file-contents): Don't use `gnus-message'.
8717         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8718         arguments.
8719         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8720         arguments to mm-uu-verbatim-marks-extract.
8721         (mm-uu-hide-markers): New variable.
8722         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8724         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8725         (gnus-convert-image-to-face-command): Use "convert" by default to
8726         allow other input image formats.
8727         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8728         accordingly.
8730 2005-10-23  Simon Josefsson  <jas@extundo.com>
8732         * imap.el (imap-gssapi-program): Align command line parameters
8733         with latest GNU SASL.
8734         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8736 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8738         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8739         HTML.
8740         (nnslashdot-request-article): Ditto.
8742 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8744         * mail-source.el (mail-source-fetch-pop): Require pop3.
8745         (mail-source-check-pop): Ditto.
8747 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8749         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8750         errors.
8752 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8754         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8755         (gnus-treat-strip-leading-blank-lines): Improve doc string.
8757         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8759         * mm-bodies.el (mm-decode-string): Call
8760         `mm-charset-to-coding-system' with allow-override argument.
8762 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8764         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8765         (rfc2047-charset-to-coding-system): New function.
8766         (rfc2047-decode-encoded-words): New function.
8767         (rfc2047-decode-region): Use them.
8768         (rfc2047-decode-cte): Remove.
8769         (rfc2047-parse-and-decode): Remove.
8770         (rfc2047-decode): Remove.
8772 2005-10-15  Kenichi Handa  <handa@m17n.org>
8774         * rfc2047.el (rfc2047-decode-cte): New function.
8775         (rfc2047-decode-region): Change the way to decode successive
8776         encoded-words: decode B- or Q-encoding in each encoded-word,
8777         concatenate them, and decode it as charset.
8779 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8781         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
8782         widget-move-and-invoke.
8783         (gnus-custom-mode): Use gnus-custom-map.
8785 2005-10-15  Bill Wohler  <wohler@newt.com>
8787         * message.el (message-tool-bar-map): Renamed image file from
8788         mail_send to mail/send.
8790 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8792         * message.el (message-expand-group): Pass the common
8793         prefix substring of completion to `display-completion-list'.
8795 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
8797         * mml-sec.el (mml-secure-method): New internal variable.
8798         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8799         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8800         functions using mml-secure-method.
8802         * mml.el (mml-mode-map): Add key bindings for those functions.
8803         (mml-menu): Simplify security menu entries.  Suggested by Jesper
8804         Harder <harder@myrealbox.com>.
8805         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8806         end of message if point is the headers of the message.
8808         * message.el (message-in-body-p): New function.
8810         * assistant.el: Autoload gnus-util and netrc.
8812         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8813         Use `mm-charset-override-alist' only when decoding.
8815         * mm-bodies.el (mm-decode-body): Call
8816         `mm-charset-to-coding-system' with allow-override argument.
8818         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8819         `filename' from Content-Disposition if Content-Type doesn't
8820         provide `name'.
8821         (gnus-mime-view-part-as-type): Set default instead of
8822         initial-input.
8824 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8826         * format-spec.el (format-spec): Propagate text properties of % spec.
8828 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8830         * gnus-art.el (gnus-treat-predicate): Add `first'.
8832 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8834         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
8835         (mm-charset-override-alist): New variable.
8836         (mm-charset-to-coding-system): Use it.
8837         (mm-codepage-setup): New helper function.
8838         (mm-charset-eval-alist): New variable.
8839         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
8840         about unknown charsets.
8842 2005-10-04  David Hansen  <david.hansen@gmx.net>
8844         * nnrss.el (nnrss-request-article): Add support for the comments tag.
8845         (nnrss-check-group): Ditto.
8847 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8849         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
8850         Rename x-gnus-verbatim to x-verbatim.
8851         (mm-uu-type-alist): Fix regexp for verbatim-marks.
8853         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
8854         x-verbatim.
8856         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
8858         * gnus-util.el (gnus-remove-duplicates): Remove.
8860         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
8861         instead of gnus-remove-duplicates.
8863         * message.el (message-remove-duplicates): Remove.
8864         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
8865         message-remove-duplicates.
8867         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
8868         available, else use implementation from `delete-dups'.
8870         * message.el (message-insert-expires): New function.
8871         (message-mode-map): Add key binding.
8872         (message-mode-field-menu): Add menu entry.
8873         (message-mode): Document it.
8874         (message-make-expires-date): Use `message-make-date'.
8876 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
8878         * message.el (message-make-expires-date): New function.
8880 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8882         * time-date.el: Autoload parse-time-string, XEmacs needs it.
8884 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8886         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
8887         function rather than the diff-mode.el package.
8888         (mm-display-external): Use with-current-buffer.
8889         (mm-viewer-completion-map, mm-viewer-completion-map):
8890         Move initialization inside declaration.
8892 2005-09-29  Simon Josefsson  <jas@extundo.com>
8894         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
8895         autoload mail-check-payment.
8896         (spam-check-hashcash): Define unconditionally, since hashcash.el
8897         is part of Gnus now.  Ignore errors from payment checking.
8899 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8901         * message.el (message-bold-region, message-unbold-region): Rename
8902         from `bold-region' and `unbold-region'.
8904         * message.el: Remove useless autoloads.
8906 2005-09-28  Simon Josefsson  <jas@extundo.com>
8908         * message.el (message-use-idna): Default to t.
8909         (message-use-idna): Test whether encoding works too.  Doc fix.
8911 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8913         * nntp.el (nntp-warn-about-losing-connection): Remove.
8915 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8917         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8918         customizable.  Change default value.
8919         (mm-uu-diff-groups-regexp): Change default value.
8920         (mm-uu-type-alist): Add doc string.
8921         (mm-uu-configure): Add doc string.  Make it interactive.
8922         (mm-uu-tex-groups-regexp): New variable.
8923         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8924         (mm-uu-type-alist): Add LaTeX documents.
8925         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8926         of "text/verbatim".
8927         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8929         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8930         instead of "text/verbatim".
8932         * message.el (message-mark-inserted-region)
8933         (message-mark-insert-file): Use slrn style marks when called with
8934         prefix argument.
8936 2005-09-27  Simon Josefsson  <jas@extundo.com>
8938         * message.el (message-idna-to-ascii-rhs-1): Reformat.
8940 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
8942         * message.el (message-remove-duplicates): New function.
8943         Implementation borrowed from `gnus-remove-duplicates'.
8944         (message-idna-to-ascii-rhs): Also encode idna addresses in
8945         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8946         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8947         only ask about the same idna domain once per header and also tell
8948         in what header to replace the idna domain.
8950         * gnus-art.el (article-decode-idna-rhs): Also decode idna
8951         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8952         (article-decode-idna-rhs): Fix regexp so that all idna-address in
8953         a header is decoded and not just the last one.
8955 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8957         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8958         has been decoded.
8960         * mm-decode.el (mm-automatic-display): Add text/verbatim.
8961         (mm-insert-part): Don't modify text if it has been decoded.
8963         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8964         decoded.
8966         * mm-view.el (mm-inline-text): Don't strip text props unless
8967         decoding enriched or richtext parts.
8969 2005-09-25  Romain Francoise  <romain@orebokech.com>
8971         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8972         * gnus-start.el (gnus-subscribe-interactively):
8973         * gnus-uu.el (gnus-uu-grab-articles):
8974         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8975         space.
8977 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
8979         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8980         * mm-view.el (mm-view-pkcs7-decrypt):
8981         * gnus-sum.el (gnus-summary-limit-to-extra)
8982         (gnus-summary-respool-article, gnus-read-move-group-name):
8983         * gnus-score.el (gnus-summary-increase-score):
8984         * gnus-util.el (gnus-completing-read-with-default):
8985         * gnus-art.el (gnus-read-save-file-name)
8986         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8987         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8988         * message.el (message-check-news-header-syntax):
8989         Follow convention for reading with the minibuffer.
8991 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
8993         * spam-report.el (spam-report-url-ping-plain):
8994         Use gnus-extended-version as User-Agent.
8996         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8997         default value is nil.
8999         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9000         (mm-uu-verbatim-marks-extract): New function.
9001         (mm-uu-extract): New face.
9002         (mm-uu-copy-to-buffer): Use it.
9004         * spam-report.el (spam-report-gmane-ham): Renamed from
9005         `spam-report-gmane-unspam'.
9006         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9007         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9009         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9010         Autoload.
9011         (spam-report-gmane-unregister-routine): Renamed
9012         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9014 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9016         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9017         (spam-report-gmane-unregister-routine): Add support for gmane
9018         unregistration.
9020         * spam-report.el (spam-report-gmane-unspam)
9021         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9022         (spam-report-gmane): Change to take a single article and do unspam
9023         registration.
9025 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9027         * mm-url.el (mm-url-decode-entities): Fix regexp.
9029 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9031         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9032         default to nil, to be able to use Gnus at all.  If the default
9033         switches to something else, then the function should be fixed not
9034         be exceedingly slow.
9036 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9038         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9039         fail hard.
9041         * spam-report.el: Add better Keywords line.
9043         * spam.el: Add Maintainer and better Keywords line.
9045 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9047         * gnus-art.el (gnus-article-replace-part)
9048         (gnus-mime-replace-part): New functions.
9049         (gnus-mime-action-alist, gnus-mime-button-commands)
9050         (gnus-mime-save-part-and-strip): Added file argument.
9051         (gnus-article-part-wrapper): Added interactive argument.
9053         * gnus-sum.el (gnus-summary-mime-map): Add
9054         `gnus-article-replace-part'.
9056 2005-09-19  Didier Verna  <didier@xemacs.org>
9058         The nnml compaction feature:
9059         * nnml.el (nnml-request-compact-group): New function.
9060         * nnml.el (nnml-request-compact): New function.
9061         * gnus-int.el (gnus-request-compact-group): New function.
9062         * gnus-int.el (gnus-request-compact): New function.
9063         * gnus-group.el (gnus-group-compact-group): New function.
9064         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9065         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9066         * gnus-srvr.el (gnus-server-compact-server): New function.
9067         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9068         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9070 2005-09-18  Deepak Goel  <deego@gnufans.org>
9072         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9073         format spec.
9075 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9077         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9079 2005-09-15  Romain Francoise  <romain@orebokech.com>
9081         * message.el (message-fill-paragraph): Clarify docstring.
9083 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9085         * gnus-art.el (gnus-mime-display-part): Protect against broken
9086         MIME messages.
9088 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9090         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9091         before parsing header.
9093 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9095         * html2text.el (html2text-replace-list): Add new entities.
9097 2005-09-11  Romain Francoise  <romain@orebokech.com>
9099         * message.el (message-alternative-emails): Improve docstring.
9100         (message-setup-1): Call `message-use-alternative-email-as-from'
9101         after `message-setup-hook' to give it precedence over posting
9102         styles, etc.
9103         (message-use-alternative-email-as-from): Add docstring.  Remove
9104         the original From header if present.
9106         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9107         (nnml-save-mail): Use it.
9109         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9110         articles.  Add new argument `silent'.
9111         (gnus-uu-mark-all): Report the total number of marked articles.
9113 2005-09-10  Romain Francoise  <romain@orebokech.com>
9115         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9116         (gnus-uu-mark-series): Likewise.
9118 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9120         * spam-report.el (spam-report-gmane): Fix generation of spam
9121         report URL.
9123 2005-09-10  Simon Josefsson  <jas@extundo.com>
9125         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9126         t, based on discussion on the ding list with Robert Epprecht
9127         <epprecht@solnet.ch>.
9129 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9131         * spam-report.el (spam-report-gmane): Make it work without
9132         X-Report-Spam header.  Gmane now only provides Archived-At.
9133         This is only used if `spam-report-gmane-use-article-number' is nil.
9134         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9136         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9137         make `gnus-summary-sort-by-recipient' work with threading.
9139         * nnweb.el (nnweb-google-wash-article): Print a message if article
9140         is not available.
9142 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9144         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9145         change.  Decode text/* parts content before displaying.
9147 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9149         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9151 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9153         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9155 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9157         * message.el (message-tab-body-function): Fix mismatched custom type.
9159         * gnus.el (gnus-group-change-level-function): Ditto.
9161         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9163         * gnus-art.el (gnus-signature-limit)
9164         (gnus-article-mime-part-function): Ditto.
9166 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9168         * mml.el (mml-mode): Silence the byte compiler.
9170         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9171         using `(sit-for 0)' before moving the point to the specified part;
9172         skip unbuttonized parts.
9173         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9174         return to the summary window if gnus-auto-select-part is non-nil.
9176 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9178         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9179         variables.
9180         (mml-dnd-attach-file, mml-mode): Use them.
9182         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9183         Make fetching article by MID work again for Google Groups.  Added
9184         FIXME concerning gnus-group-make-web-group.
9186         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9187         Don't depend on Gnus by using mail-extract-address-components if
9188         gnus-extract-address-components is not bound.
9190 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9192         * gnus-art.el (gnus-mime-display-security): Don't display the
9193         signature, but only the signed part.
9195 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9197         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9199         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9200         list, not listp.
9202 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9204         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9205         when encoding.
9207         * mm-bodies.el (mm-decode-content-transfer-encoding):
9208         De-canonicalize CRLF for all text content types, not just
9209         text/plain.
9211 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9213         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9214         valid article; point arrow and cursor at the MIME button.
9216 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9218         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9219         Suggested by Dan Christensen <jdc@uwo.ca>.
9221         * mm-decode.el (mm-save-part): Enable change of prompt.
9223 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9225         * gnus-msg.el (gnus-inews-add-send-actions): Made
9226         `message-post-method' lambda parameter ARG `&optional'.
9228 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9230         * gnus-sum.el (gnus-summary-mime-map): Added
9231         gnus-article-save-part-and-strip, gnus-article-delete-part and
9232         gnus-article-jump-to-part.
9234         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9235         (gnus-article-edit-part): Use it.
9236         (gnus-article-part-wrapper): Added no-handle argument.
9237         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9238         functions.
9240 2005-08-29  Romain Francoise  <romain@orebokech.com>
9242         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9243         docstring.
9244         (gnus-face-from-file): Likewise.
9246 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9248         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9249         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9250         non-nil.
9251         (gnus-auto-select-part): New variable.
9252         (gnus-article-jump-to-part): New function.
9253         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9254         (gnus-mime-delete-part): Allow selecting specified part after
9255         deleting or stripping parts.
9256         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9257         part if argument is bogus.
9259 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9261         * gnus-art.el (w3m-minor-mode-map):
9262         * gnus-spec.el (gnus-newsrc-file-version):
9263         * gnus-util.el (nnmail-active-file-coding-system)
9264         (gnus-original-article-buffer, gnus-user-agent):
9265         * gnus.el (gnus-ham-process-destinations)
9266         (gnus-parameter-ham-marks-alist)
9267         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9268         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9269         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9270         * mm-decode.el (gnus-current-window-configuration):
9271         * mm-extern.el (gnus-article-mime-handles):
9272         * mm-url.el (url-current-object, url-package-name)
9273         (url-package-version):
9274         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9275         (smime-keys, w3m-cid-retrieve-function-alist)
9276         (w3m-current-buffer, w3m-display-inline-images)
9277         (w3m-minor-mode-map):
9278         * mml-smime.el (gnus-extract-address-components):
9279         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9280         (gnus-newsrc-hashtb, message-default-charset)
9281         (message-deletable-headers, message-options)
9282         (message-posting-charset, message-required-mail-headers)
9283         (message-required-news-headers):
9284         * mml1991.el (mc-pgp-always-sign):
9285         * mml2015.el (mc-pgp-always-sign):
9286         * nnheader.el (nnmail-extra-headers):
9287         * rfc1843.el (gnus-decode-encoded-word-function)
9288         (gnus-decode-header-function, gnus-newsgroup-name):
9289         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9291 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9293         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9294         the end of the date treatments.
9296 2005-08-15  Simon Josefsson  <jas@extundo.com>
9298         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9299         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9300         Capello and Romain Francoise.
9301         (pgg-fetch-key-function): Removed, not used?
9302         (pgg-insert-url-with-w3): Require url, to get
9303         url-insert-file-contents regardless of where it is defined.
9305 2005-08-13  Romain Francoise  <romain@orebokech.com>
9307         * message.el (message-cite-original-1): New function.
9308         (message-cite-original): Use it.
9309         (message-cite-original-without-signature): Ditto.
9311 2005-08-08  Romain Francoise  <romain@orebokech.com>
9313         * message.el (message-yank-empty-prefix): New variable.
9314         (message-indent-citation): Use it.
9315         (message-cite-original-without-signature): Respect X-No-Archive.
9317 2005-08-08  Simon Josefsson  <jas@extundo.com>
9319         * pgg.el: Autoload url-insert-file-contents instead of loading
9320         w3/url.
9321         (pgg-insert-url-with-w3): Don't load url here.
9323 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9325         * message.el (message-kill-to-signature): Don't insert newline at
9326         bol.
9327         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9329 2005-08-06  Romain Francoise  <romain@orebokech.com>
9331         * message.el (message-user-fqdn): Fix typo in docstring.
9333 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9335         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9337         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9339 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9341         * mm-bodies.el (mm-encode-body): Use coding system rather than
9342         charset to encode text.
9344         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9345         number of charsets if utf-8 is available (XEmacs).
9347 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9349         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9350         taken from `gnus-button-mid-or-mail-regexp'.
9351         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9352         (gnus-button-alist): Improve regexp for domain part of the MIDs
9353         for news:localpart@domain buttons.
9354         (gnus-button-ctan-directory-regexp): Update.
9356 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9358         * sieve-manage.el (sieve-manage-interactive-login): Use
9359         make-local-variable rather than make-variable-buffer-local.
9360         (sieve-manage-open): Ditto.
9361         (sieve-manage-authenticate): Ditto.
9363         * mml.el (mml-generate-mime-1): Make the content type default to
9364         text/plain if the filename is not specified.
9366 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9368         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9369         instead of insert-buffer.
9371         * message.el (message-yank-original): Ditto; set the mark at the
9372         end of the yanked message.
9374 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9376         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9377         lines to scroll rather than to stop it.
9379         * mml.el (mml-generate-default-type): Add doc string.
9380         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9381         default to application/octet-stream when determining the content
9382         type if it is not specified for the part or the mml contents; add
9383         a comment about mml-generate-default-type.
9385 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9387         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9388         make it default to application/octet-stream when determining the
9389         content type if it is not specified for the external contents.
9391 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9393         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9394         segmented parameter but also other parameters might be there.
9396 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9398         * mm-decode.el (mm-display-external): Delete temp file, directory
9399         and buffer immediately if the external process is exited.
9401 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9403         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9404         fewer lines than that of scroll-margin.
9405         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9407 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9409         * gnus-art.el (gnus-article-next-page): Revert.
9410         (gnus-article-beginning-of-window): New macro.
9411         (gnus-article-next-page-1): Use it.
9412         (gnus-article-prev-page): Ditto.
9413         (gnus-article-edit-part): Use insert-buffer-substring instead of
9414         insert-buffer.
9415         (gnus-article-edit-exit): Ditto.
9417         * gnus-util.el (gnus-beginning-of-window): Remove.
9418         (gnus-end-of-window): Remove.
9420 2005-07-25  Simon Josefsson  <jas@extundo.com>
9422         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9423         to have the url package without w3.  Reported by Daiki Ueno
9424         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9426 2005-07-20  Didier Verna  <didier@xemacs.org>
9428         * gnus-diary.el: Remove the description comment (nndiary is now
9429         properly documented in the Gnus manual).
9430         Fix the spelling of "Back End".
9431         * nndiary.el: Ditto.
9432         Fix the copyright notice.
9434 2005-07-18  Romain Francoise  <romain@orebokech.com>
9436         * gnus-sum.el (gnus-summary-to-prefix)
9437         (gnus-summary-newsgroup-prefix): New variables.
9438         (gnus-summary-from-or-to-or-newsgroups): Use them.
9440 2005-07-17  Romain Francoise  <romain@orebokech.com>
9442         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9443         space as it's generally not especially interesting to the user.
9445 2005-07-16  Romain Francoise  <romain@orebokech.com>
9447         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9448         nil to avoid prompting and file modification if one of the
9449         messages at the top of the nnfolder file contains a copyright
9450         notice.
9451         Update copyright notice.
9453         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9454         instead of `current-time-string' as the latter creates a time
9455         string that is not RFC 2822 compliant (it lacks the zone).
9456         Update copyright notice.
9458 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9460         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9461         for text/rtf.  Display default in prompt.  Pass default for M-n.
9463         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9465 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9467         * gnus-msg.el (gnus-button-mailto): Remove
9468         save-selected-window-window hackery because it relies on
9469         save-selected-window internals.
9471 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9473         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9474         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9475         (gnus-article-prev-page): Ditto.
9477         * gnus-util.el (gnus-beginning-of-window): New function.
9478         (gnus-end-of-window): New function.
9480 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9482         * gnus-score.el (gnus-score-edit-all-score): Set
9483         gnus-score-edit-exit-function to gnus-score-edit-done and call
9484         gnus-message.
9486 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9488         * gnus-msg.el (gnus-button-mailto): Remove
9489         save-selected-window-window hackery because it relies on
9490         save-selected-window internals.
9492 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9494         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9495         add-minor-mode.
9496         (gnus-binary-mode): Ditto.
9498         * gnus-topic.el (gnus-topic-mode): Ditto.
9500 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9502         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9503         (gnus-article-prev-page): Take scroll-margin into consideration.
9505 2005-07-04  Lute Kamstra  <lute@gnu.org>
9507         Update FSF's address in GPL notices.
9509 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9511         * gnus.el (gnus-exit):
9512         * gnus-group.el (gnus-group-icons):
9513         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9515         * gnus-nocem.el (gnus-nocem):
9516         * message.el (message-various, message-buffers, message-sending)
9517         (message-interface, message-forwarding, message-insertion)
9518         (message-headers, message-news, message-mail):
9519         * pgg-gpg.el (pgg-gpg):
9520         * pgg-parse.el (pgg-parse):
9521         * pgg-pgp.el (pgg-pgp):
9522         * pgg-pgp5.el (pgg-pgp5):
9523         * pop3.el (pop3): Finish `defgroup' description with period.
9525 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9527         * gnus-art.el (article-display-face): Improve the efficiency.
9528         (article-display-x-face): Ditto; remove grey x-face stuff.
9530 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9532         * gnus-art.el (article-display-face): Correct the position in
9533         which Faces are inserted.
9535 2005-06-29  Didier Verna  <didier@xemacs.org>
9537         * gnus-art.el (article-display-face): Display faces in correct
9538         order.
9540 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9542         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9543         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9544         (gnus-nocem-check-article): Fetch the Type header.
9545         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9546         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9547         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9548         make sure gnus-nocem-hashtb is initialized.
9549         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9550         (gnus-nocem-unwanted-article-p): Ditto.
9552         * pgg.el (pgg-verify): Return the verification result.
9554 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9556         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9557         is ascii.
9559 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9561         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9562         `show-nonbreak-escape'.
9564 2005-06-23  Lute Kamstra  <lute@gnu.org>
9566         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9568         * dig.el (dig-mode):
9569         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9571 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9573         * nnimap.el (nnimap-split-download-body): Fix spellings.
9575 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9577         * gnus-art.el (gnus-article-encrypt-body):
9578         * gnus-cus.el (gnus-score-customize):
9579         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9580         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9582 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9584         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9585         header by looking for magic "MII" at the beginnig.
9587 2005-06-16  Miles Bader  <miles@gnu.org>
9589         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9590         (assistant-field-face): New backward-compatibility alias for renamed
9591         face.
9592         (assistant-render-text): Use renamed assistant-field face.
9594         * spam.el (spam): Remove "-face" suffix from face name.
9595         (spam-face): New backward-compatibility alias for renamed face.
9596         (spam-face, spam-initialize): Use renamed spam face.
9598         * message.el (message-header-to, message-header-cc)
9599         (message-header-subject, message-header-newsgroups)
9600         (message-header-other, message-header-name)
9601         (message-header-xheader, message-separator, message-cited-text)
9602         (message-mml): Remove "-face" suffix from face names.
9603         (message-header-to-face, message-header-cc-face)
9604         (message-header-subject-face, message-header-newsgroups-face)
9605         (message-header-other-face, message-header-name-face)
9606         (message-header-xheader-face, message-separator-face)
9607         (message-cited-text-face, message-mml-face):
9608         New backward-compatibility aliases for renamed faces.
9609         (message-font-lock-keywords): Use renamed message faces.
9611         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9612         (sieve-test-commands, sieve-tagged-arguments):
9613         Remove "-face" suffix from face names.
9614         (sieve-control-commands-face, sieve-action-commands-face)
9615         (sieve-test-commands-face, sieve-tagged-arguments-face):
9616         New backward-compatibility aliases for renamed faces.
9617         (sieve-control-commands-face, sieve-action-commands-face)
9618         (sieve-test-commands-face, sieve-tagged-arguments-face):
9619         Use renamed sieve faces.
9621         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9622         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9623         (gnus-group-news-3-empty, gnus-group-news-4)
9624         (gnus-group-news-4-empty, gnus-group-news-5)
9625         (gnus-group-news-5-empty, gnus-group-news-6)
9626         (gnus-group-news-6-empty, gnus-group-news-low)
9627         (gnus-group-news-low-empty, gnus-group-mail-1)
9628         (gnus-group-mail-1-empty, gnus-group-mail-2)
9629         (gnus-group-mail-2-empty, gnus-group-mail-3)
9630         (gnus-group-mail-3-empty, gnus-group-mail-low)
9631         (gnus-group-mail-low-empty, gnus-summary-selected)
9632         (gnus-summary-cancelled, gnus-summary-high-ticked)
9633         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9634         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9635         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9636         (gnus-summary-low-undownloaded)
9637         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9638         (gnus-summary-low-unread, gnus-summary-normal-unread)
9639         (gnus-summary-high-read, gnus-summary-low-read)
9640         (gnus-summary-normal-read, gnus-splash):
9641         Remove "-face" suffix from face names.
9642         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9643         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9644         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9645         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9646         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9647         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9648         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9649         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9650         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9651         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9652         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9653         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9654         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9655         (gnus-summary-normal-ticked-face)
9656         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9657         (gnus-summary-normal-ancient-face)
9658         (gnus-summary-high-undownloaded-face)
9659         (gnus-summary-low-undownloaded-face)
9660         (gnus-summary-normal-undownloaded-face)
9661         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9662         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9663         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9664         (gnus-splash-face):
9665         New backward-compatibility aliases for renamed faces.
9666         (gnus-group-startup-message): Use renamed gnus faces.
9668         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9669         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9670         (gnus-server-agent): Remove "-face" suffix from face names.
9671         (gnus-server-agent-face, gnus-server-opened-face)
9672         (gnus-server-closed-face, gnus-server-denied-face)
9673         (gnus-server-offline-face):
9674         New backward-compatibility aliases for renamed faces.
9675         (gnus-server-agent-face, gnus-server-opened-face)
9676         (gnus-server-closed-face, gnus-server-denied-face)
9677         (gnus-server-offline-face): Use renamed gnus faces.
9679         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9680         Remove "-face" suffix from face names.
9681         (gnus-picon-xbm-face, gnus-picon-face):
9682         New backward-compatibility aliases for renamed faces.
9684         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9685         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9686         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9687         (gnus-cite-11): Remove "-face" suffix from face names.
9688         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9689         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9690         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9691         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9692         New backward-compatibility aliases for renamed faces.
9693         (gnus-cite-attribution-face, gnus-cite-face-list)
9694         (gnus-article-boring-faces): Use renamed gnus faces.
9696         * gnus-art.el (gnus-signature, gnus-header-from)
9697         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9698         (gnus-header-content): Remove "-face" suffix from face names.
9699         (gnus-signature-face, gnus-header-from-face)
9700         (gnus-header-subject-face, gnus-header-newsgroups-face)
9701         (gnus-header-name-face, gnus-header-content-face):
9702         New backward-compatibility aliases for renamed faces.
9703         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9705         * gnus-sum.el (gnus-summary-selected-face)
9706         (gnus-summary-highlight): Use renamed gnus faces.
9707         * gnus-group.el (gnus-group-highlight): Likewise.
9709 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
9711         * gnus-sieve.el (gnus-sieve-article-add-rule):
9712         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9713         * spam-stat.el (spam-stat-buffer-change-to-spam)
9714         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9716         * message.el (message-is-yours-p):
9717         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9719 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9721         * mm-view.el (mm-inline-text): Withdraw the last change.
9723 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9725         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9726         executing enriched-decode.
9728 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9730         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9731         charset of tar files.
9733 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9735         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9737 2005-06-04  Lute Kamstra  <lute@gnu.org>
9739         * nnfolder.el (nnfolder-read-folder): Make sure that undo
9740         information is never recorded.
9742 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9744         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9746 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9748         * pop3.el (pop3-apop): Run md5 in the binary mode.
9750         * starttls.el (starttls-set-process-query-on-exit-flag):
9751         Use eval-and-compile.
9753 2005-05-31  Simon Josefsson  <jas@extundo.com>
9755         * smime.el (smime-replace-in-string): Define.
9756         (smime-cert-by-ldap-1): Use it.
9758 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9760         * gnus-art.el (article-display-x-face): Replace
9761         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9763         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9764         set-process-query-on-exit-flag or process-kill-without-query.
9766         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9767         loop instead of replace-regexp.
9769         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9770         instead of process-kill-without-query if it is available.
9772         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9773         instead of find-file-hooks if it is available.
9775         * mml1991.el: Bind pgg-default-user-id when compiling.
9777         * mml2015.el: Bind pgg-default-user-id when compiling.
9779         * nndraft.el (nndraft-request-associate-buffer):
9780         Use write-contents-functions instead of write-contents-hooks if it is
9781         available.
9783         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9784         instead of find-file-hooks if it is available.
9786         * nntp.el (nntp-open-connection): Replace
9787         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9788         (nntp-open-ssl-stream): Ditto.
9789         (nntp-open-tls-stream): Ditto.
9791         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9792         set-process-query-on-exit-flag or process-kill-without-query.
9793         (starttls-open-stream-gnutls): Use it instead of
9794         process-kill-without-query.
9795         (starttls-open-stream): Ditto.
9797 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
9799         * smime.el (smime-cert-by-ldap-1): Don't use
9800         replace-regexp-in-string.
9802 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
9804         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
9806         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
9807         in PEM format.  Adjust to the XEmacs compability.
9809 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9811         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
9812         by `string-to-number'.
9813         * gnus-agent.el (gnus-agent-regenerate-group)
9814         (gnus-agent-fetch-articles): Ditto.
9815         * gnus-art.el (gnus-button-fetch-group): Ditto.
9816         * gnus-cache.el (gnus-cache-generate-active)
9817         (gnus-cache-articles-in-group): Ditto.
9818         * gnus-group.el (gnus-group-set-current-level)
9819         (gnus-group-insert-group-line): Ditto.
9820         * gnus-score.el (gnus-score-set-expunge-below)
9821         (gnus-score-set-mark-below, gnus-summary-score-effect)
9822         (gnus-summary-score-entry): Ditto.
9823         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
9824         (gnus-soup-pack): Ditto.
9825         * gnus-spec.el (gnus-xmas-format): Ditto.
9826         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
9827         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
9828         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
9829         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
9830         * nndb.el (nndb-get-remote-expire-response): Ditto.
9831         * nndiary.el (nndiary-parse-schedule-value)
9832         (nndiary-string-to-number, nndiary-request-replace-article)
9833         (nndiary-request-article): Ditto.
9834         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
9835         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
9836         * nneething.el (nneething-make-head): Ditto.
9837         * nnfolder.el (nnfolder-request-article)
9838         (nnfolder-retrieve-headers): Ditto.
9839         * nnheader.el (nnheader-file-to-number): Ditto.
9840         * nnkiboze.el (nnkiboze-request-article): Ditto.
9841         * nnmail.el (nnmail-process-unix-mail-format)
9842         (nnmail-process-babyl-mail-format): Ditto.
9843         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
9844         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
9845         (nnmh-request-create-group, nnmh-request-list-1)
9846         (nnmh-request-group, nnmh-request-article): Ditto.
9847         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
9848         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
9849         * nnsoup.el (nnsoup-make-active): Ditto.
9850         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
9851         * nntp.el (nntp-find-group-and-number)
9852         (nntp-retrieve-headers-with-xover): Ditto.
9853         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
9854         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
9855         (pgg-format-key-identifier): Ditto.
9856         * pop3.el (pop3-last, pop3-stat): Ditto.
9857         * qp.el (quoted-printable-decode-region): Ditto.
9859         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
9860         of concat.
9862 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9864         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
9866         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
9868         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
9870         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
9872         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
9874         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
9876         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
9877         (gnus-carpal-mode): Ditto.
9879         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
9880         (gnus-browse-mode): Ditto.
9882         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
9884         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
9886 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9888         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
9890 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9892         * gnus-util.el (gnus-run-mode-hooks): New function.
9894         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
9896 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9898         * gnus-agent.el (gnus-agent-make-mode-line-string):
9899         Use mode-line-highlight as mouse-face.
9901 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9903         * canlock.el (canlock): Change the parent group to news.
9905         * deuglify.el (gnus-outlook-deuglify): Add :group.
9907         * dig.el (dig): Add :group.
9909         * dns-mode.el (dns-mode): Add :group.
9911         * encrypt.el (encrypt): Add :group.
9913         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9914         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9915         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9916         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9917         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9919         * gnus-diary.el (gnus-diary): Add :group.
9921         * gnus.el (gnus-group-news-1-face): Add :group.
9922         (gnus-group-news-1-empty-face): Ditto.
9923         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9924         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9925         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9926         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9927         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9928         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9929         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9930         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9931         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9932         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9933         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9934         (gnus-summary-high-ticked-face): Ditto.
9935         (gnus-summary-low-ticked-face): Ditto.
9936         (gnus-summary-normal-ticked-face): Ditto.
9937         (gnus-summary-high-ancient-face): Ditto.
9938         (gnus-summary-low-ancient-face): Ditto.
9939         (gnus-summary-normal-ancient-face): Ditto.
9940         (gnus-summary-high-undownloaded-face): Ditto.
9941         (gnus-summary-low-undownloaded-face): Ditto.
9942         (gnus-summary-normal-undownloaded-face): Ditto.
9943         (gnus-summary-high-unread-face): Ditto.
9944         (gnus-summary-low-unread-face): Ditto.
9945         (gnus-summary-normal-unread-face): Ditto.
9946         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9947         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9949         * hashcash.el (hashcash): New custom group.
9950         (hashcash-default-payment): Add :group.
9951         (hashcash-payment-alist): Ditto.
9952         (hashcash-default-accept-payment): Ditto.
9953         (hashcash-accept-resources): Ditto.
9954         (hashcash-path): Ditto.
9955         (hashcash-extra-generate-parameters): Ditto.
9956         (hashcash-double-spend-database): Ditto.
9957         (hashcash-in-news): Ditto.
9959         * message.el (message-minibuffer-local-map): Add :group.
9961         * netrc.el (netrc): Add :group.
9963         * sieve-manage.el (sieve-manage-log): Add :group.
9964         (sieve-manage-default-user): Diito.
9965         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9966         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9967         (sieve-manage-authenticators): Ditto.
9968         (sieve-manage-authenticator-alist): Ditto.
9969         (sieve-manage-default-port): Ditto.
9971         * sieve-mode.el (sieve-control-commands-face): Add :group.
9972         (sieve-action-commands-face): Ditto.
9973         (sieve-test-commands-face): Ditto.
9974         (sieve-tagged-arguments-face): Ditto.
9976         * smime.el (smime): Add :group.
9978         * spam-report.el (spam-report): Add :group.
9980         * spam.el (spam, spam-face): Add :group.
9982 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9984         * nntp.el (nntp-next-result-arrived-p): Some news servers may
9985         return \n.\n.\n at the end of articles.  Protect against that.
9986         (nntp-with-open-group): Allow debugging.
9988         * nnheader.el (mail-header-set-extra): Make into a function
9989         because I just could't understand how to quote the list properly.
9991         * dns.el (query-dns-cached): New function.
9993 2005-05-26  Lute Kamstra  <lute@gnu.org>
9995         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9997 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9999         * gnus-art.el: Don't autoload mail-extract-address-components.
10001         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10002         eval-and-compile to evaluate it.
10004         * hashcash.el: Don't autoload executable-find.
10006         * nndb.el: Don't declare the nndb back end two or more times; don't
10007         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10009         * nntp.el: Autoload format-spec instead of format; use
10010         eval-and-compile to evaluate autoload forms.
10012 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10014         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10016 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10018         * gnus.el (gnus-version-number): Bump version.
10020 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10022         * gnus.el: No Gnus v0.3 is released.
10024 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10026         * gnus-art.el (gnus-article-edit-part): Disable undo.
10028 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10030         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10031         gnus-article-date-lapsed-new-header is t if date timer is active;
10032         skip headers in which the original date value is empty.
10033         (gnus-article-save-original-date): Redefine it as a macro.
10034         (gnus-display-mime): Use it.
10036 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10038         * gnus-art.el (article-date-ut): Support converting date in
10039         forwarded parts as well.
10040         (gnus-article-save-original-date): New function.
10041         (gnus-display-mime): Use it.
10043 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10045         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10046         enclosure element of <item>.
10048 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10050         * message.el (message-kill-buffer-query): Renamed from
10051         `message-kill-buffer-query-if-modified'.  Added :version.
10053 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10055         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10056         window layout.
10058 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10060         * mml.el: Autoload dnd when compiling.
10062 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10064         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10065         x-dnd-*.
10067 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10069         * qp.el (quoted-printable-encode-region): Save excursion.
10071 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10073         * message.el (message-kill-buffer-query-if-modified): Add new variable
10074         so the user can kill a modified message buffer quickly.
10075         (message-kill-buffer): Use it.
10077 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10079         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
10080         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10082 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10084         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10085         contained in text because xml.el decodes entities) with LFs.
10087 2005-04-11  Lute Kamstra  <lute@gnu.org>
10089         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10090         differently.
10092 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10094         * mm-util.el (mm-detect-coding-region): Typo.
10096 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10098         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10100 2005-04-06  Deepak Goel  <deego@gnufans.org>
10102         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10103         user-function allow user modifications of the scores.
10104         (spam-stat-score-buffer-user): New function, to allow
10105         user-computed modifications to the score.
10106         (spam-stat-score-buffer-user-functions): List of additional
10107         scoring functions.
10108         (spam-stat-error-holder): Global temporary error holder.
10109         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10110         variable.
10112 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10114         * gnus-registry.el (gnus-registry-clean-empty-function)
10115         (gnus-registry-trim, gnus-registry-fetch-groups)
10116         (gnus-registry-delete-group): Groups that match
10117         `gnus-registry-ignored-groups' are removed from the registry
10118         entries, not just ignored for splitting.  This helps clean up the
10119         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10120         to get all the groups a message ID is in.
10122         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10123         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10124         (spam-stat-score-buffer-user-functions): Add :number custom type.
10126 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10128         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10129         argument in XEmacs.
10131         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10132         (nnrss-request-group): Decode group name first.
10133         (nnrss-request-article): Make a text/plain article if mml-to-mime
10134         failed.
10135         (nnrss-get-encoding): Return a compatible encoding according to
10136         nnrss-compatible-encoding-alist.
10137         (nnrss-find-el): Use consp instead of listp.
10138         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10140 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10142         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10143         which Emacs 20 doesn't support.
10144         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10146 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10148         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10149         silence the byte compiler inside the defun.
10151         * gnus-demon.el (parse-time-string): Add autoload.
10153         * gnus-delay.el (parse-time-string): Add autoload.
10155         * gnus-art.el (parse-time-string): Add autoload.
10157         * nnultimate.el (parse-time): Require for `parse-time-string'.
10159 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10161         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10163         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10165         * smime.el (smime-ldap-host-list): Add :version.
10167 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10169         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10170         pass it to `gnus-browse-read-group'.
10171         (gnus-browse-read-group): Add NUMBER argument and pass it to
10172         `gnus-group-read-ephemeral-group'.
10174         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10175         argument and pass it to `gnus-group-read-group'.
10177 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10179         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10180         mm-xemacs-find-mime-charset-1 if we have the mule feature
10181         available at runtime.
10183 2005-03-25  Werner Lemberg  <wl@gnu.org>
10185         * nnmaildir.el: Replace `illegal' with `invalid'.
10187 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10189         * gnus-start.el (gnus-display-time-event-handler):
10190         Check display-time-timer at runtime rather than only at load time
10191         in case display-time-mode is turned off in the mean time.
10193 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10195         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10196         used.
10198         * nneething.el (nneething-map-file-directory): Derive from
10199         `gnus-directory'.
10201         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10202         the To/Cc button.
10204 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10206         * nnmaildir.el (nnmaildir-request-accept-article):
10207         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10209 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10211         * gnus-async.el: Require timer-funcs at compile time when in
10212         XEmacs for `run-with-idle-timer'.
10214 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10216         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10217         autoloaded function.
10219 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10221         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10223 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10225         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10227 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10229         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10230         gnus-expert-user to default.
10232 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10234         * nnimap.el (nnimap-open-server): Ditto.
10236         * imap.el (imap-authenticate): Fix typo.
10238 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10240         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10241         buffer (since IMAP server might return FETCH response out of
10242         order, and the nntp buffer must be sorted).
10244 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10246         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10247         comparison on string.
10249         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10250         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10251         (gnus-agent-summary-fetch-series): Modified to protect against
10252         gnus-agent-summary-fetch-group clearing processable flags.
10253         (gnus-agent-synchronize-group-flags): Update live group buffer as
10254         synchronization may occur due to the user toggle the plugged
10255         status.
10256         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10257         successfully downloaded.
10258         (gnus-agent-expire-group-1): Avoid using markers when the overview
10259         is in ascending order; greatly improves performance.
10260         (gnus-agent-regenerate-group): Use
10261         gnus-agent-synchronize-group-flags to reset read status in both
10262         gnus and server.
10263         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10265 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10267         * message.el: Don't autoload former message-utils variables.
10268         (message-strip-subject-trailing-was): Change doc string.
10270         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10271         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10272         (nnweb-google-search): Add "hl=en" here.
10273         (nnweb-google-parse-1, nnweb-google-create-mapping):
10274         Don't hardcode URL.
10276 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10278         * message.el (message-get-reply-headers, message-followup):
10279         Mention related variables `message-use-followup-to' and
10280         `message-use-mail-followup-to', in the information buffer.
10282         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10283         of broken groups(-beta).google.com.
10285 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10287         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10288         parameter to invoked gnus-request-move-article; remove the
10289         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10290         all at once instead of once per article.
10291         (gnus-summary-remove-process-mark): Accept a list of articles as
10292         well as a single article for processing.
10294         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10295         parameter.
10297         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10299         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10301         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10302         parameter.
10304         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10305         parameter.
10307         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10308         parameter and remove the gnus-sum-hint-move-is-internal variable.
10310         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10311         parameter.
10313         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10314         parameter.
10316         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10317         parameter.
10319         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10321         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10322         parameter.
10324         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10325         parameter.
10327 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10329         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10330         a more conservative way.
10332 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10334         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10335         buffer, so it moves the window's cursor.
10337 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10339         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10340         `mm-dissect-multipart' and receive the from field as an (optional)
10341         argument from `mm-dissect-multipart'.
10342         (mm-dissect-multipart): Receive the from field as an argument and
10343         pass it on when we call `mm-dissect-buffer' on MIME parts.
10344         Fixes verification/decryption of signed/encrypted MIME parts.
10346 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10348         * gnus-sum.el (gnus-summary-move-article): Set
10349         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10350         whatever it calls (right now, only nnimap-request-move article
10351         respects it).
10353         * nnimap.el (nnimap-request-move-article): When
10354         gnus-sum-hint-move-is-internal is set, don't do the extra
10355         nnimap-request-article.
10357 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10359         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10361         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10362         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10364         * gnus-sum.el (gnus-summary-caesar-message):
10365         Apply `gnus-treat-article' after rotation.
10367         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10368         doc string.
10370 2005-02-22  Simon Josefsson  <jas@extundo.com>
10372         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10373         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10374         <arne@arnested.dk>.
10375         (encrypt): Add password-cache and password-cache-expiry as group
10376         members.
10378 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10380         * smime.el (smime-ldap-host-list): Doc fix.
10381         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10382         cache) password.
10383         (smime-sign-region): Use it.
10384         (smime-decrypt-region): Use it.
10385         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10386         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10387         fails.
10388         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10389         certificate from DER to PEM format rather than calling openssl.
10391         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10393         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10394         for signing/encryption.
10396         * mml.el (mml-parse-1): Use them.
10398 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10400         * nnrss.el (nnrss-verbose): Removed.
10401         (nnrss-request-group): Use `nnheader-message' instead.
10403 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10405         * nnrss.el (nnrss-verbose): New variable.
10406         (nnrss-request-group): Make it say nnrss is requesting a group.
10408 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10410         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10411         Handle news URL with given port correctly.
10413 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10415         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10416         containing special characters.
10418         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10420         * mml.el (mime-to-mml): Ditto.
10422         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10423         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10424         (rfc2047-decode-region): Quote decoded words containing special
10425         characters when rfc2047-quote-decoded-words-containing-tspecials
10426         is non-nil.
10428 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10430         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10432         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10434 2005-02-15  Simon Josefsson  <jas@extundo.com>
10436         * nnimap.el (nnimap-debug): Doc fix.
10438         * imap.el (imap-debug): Doc fix.
10440 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10442         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10444 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10446         * gnus.el (spam-contents): Improve docs for spam-contents
10447         parameter in its variable incarnation.
10449 2005-02-14  Simon Josefsson  <jas@extundo.com>
10451         * smime-ldap.el: Use require instead of load-library for ldap.
10452         (smime-ldap-search): Indent.
10453         (smime-ldap-search-internal): Shorten line.
10455         * smime.el (smime-cert-by-dns): Add doc-string.
10456         (smime-cert-by-ldap-1): Indent.
10458         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10459         mml-smime-get-dns-ldap.
10460         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10462 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10464         * smime.el: Require smime-ldap.
10465         (smime-ldap-host-list): New variable.
10466         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10468         * mml-smime.el (mml-smime-encrypt-query): New function.
10469         (mml-smime-encrypt-query): Use it.
10471         * smime-ldap.el: New file.
10473 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10475         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10477 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10479         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10480         argument in doc string.  Make query for type more clear.
10482 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10484         * gnus.el (gnus-group-startup-message): Search for gnus images in
10485         etc/images/gnus.
10486         * mm-util.el (mm-image-load-path): Likewise.
10487         * smiley.el (smiley-data-directory): Search for smilies in
10488         etc/images/smilies.
10490 2005-02-09  Kim F. Storm  <storm@cua.dk>
10492         Change Emacs release version from 21.4 to 22.1 throughout.
10493         Change Emacs development version from 21.3.50 to 22.0.50.
10495 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10497         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10499         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10500         non-Mule XEmacs as well.
10501         (mm-decompress-buffer): Signal an error intentionally if it does
10502         not decompress compressed data because auto-compression-mode is
10503         disabled.
10505 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10507         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10508         an ID in the registry even if it has no groups.
10510 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10512         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10513         merge it into mm-decompress-buffer.
10514         (gnus-mime-copy-part): Use the MIME part charset, the value which
10515         a user specified or gnus-newsgroup-charset for decoding, like
10516         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10517         save-buffer what was used.  Suggested by Kevin Ryde
10518         <user42@zip.com.au>.
10519         (gnus-mime-inline-part): Allow the name parameter as well as the
10520         filename parameter; force decompressing of compressed data; always
10521         display contents being not decoded as unibyte.
10523         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10524         as well as the filename parameter.
10526         * mm-util.el (mm-decompress-buffer): Merge
10527         gnus-mime-jka-compr-maybe-uncompress.
10528         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10529         of compressed data.
10531 2005-02-08  Simon Josefsson  <jas@extundo.com>
10533         * imap.el (imap-log): Doc fix.
10535 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10537         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10538         the coding cookies; decompress compressed parts.
10540         * mml.el (mml-generate-mime-1): Add the charset parameter according
10541         to the value which a user specified manually or the coding cookie.
10543         * mm-util.el (mm-string-to-multibyte): New function.
10544         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10545         (mm-coding-system-to-mime-charset): New function.
10546         (mm-decompress-buffer): New function.
10547         (mm-find-buffer-file-coding-system): New function.
10549         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10550         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10551         parts.
10553 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10555         * mm-view.el (mm-display-inline-fontify): Decode a part according
10556         to the charset parameter.
10558 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10560         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10561         prefix arg is neither nil nor a number, as info specifies.
10563 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10565         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10566         timestamps.
10568 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10570         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10571         groups error checking and notify user.
10573 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10575         * message.el (message-send-mail-function): Check existence of
10576         sendmail-program first before using default value
10577         `message-send-mail-with-sendmail'.  Otherwise use more generic
10578         `smtpmail-send-it'.
10580 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10582         * nntp.el (nntp-request-update-info): Always return nil.
10584 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10586         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10588 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10590         * message.el (message-beginning-of-line): Change the behavior when
10591         invoked between BOL and : so that it first moves backward.
10593 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10595         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10596         article buffer when editing of the article is discarded.
10597         (gnus-article-prepare): Revert.
10599 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10601         * gnus-art.el (gnus-article-prepare):
10602         Remove message-strip-forbidden-properties from the local hook.
10604 2005-01-27  Simon Josefsson  <jas@extundo.com>
10606         * password.el (password-cache-add): Only start one timer per key.
10607         Reported by Derek Atkins <warlord@MIT.EDU>.
10609 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10611         * run-at-time.el: Removed.  It is no longer needed as
10612         timer-funcs.el in the xemacs-base package has a working version of
10613         `run-at-time'.
10615         * password.el: Require timer-funcs instead of run-at-time in
10616         XEmacs.
10617         Remove `password-run-at-time' macro.
10618         (password-cache-add): Use `run-at-time' instead of
10619         `password-run-at-time'.
10621         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10622         for `run-with-idle-timer'.
10624         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10625         for `run-at-time'.
10627         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10628         for `with-timeout'.
10630 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10632         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10633         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10635 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10637         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10638         sensitively.
10640 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10642         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10644 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10646         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10647         which will be inserted according to the multibyteness of a buffer
10648         rather than the type of contents.  Suggested by ARISAWA Akihiro
10649         <ari@mbf.ocn.ne.jp>.
10651         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10652         of string which old xml.el may return rather than a string.
10654 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10656         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10658 2005-01-16  Simon Josefsson  <jas@extundo.com>
10660         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10661         idn/idna.el isn't available.
10662         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
10663         <michael@waxrat.com>.
10665         * hashcash.el: Remove non-FSF copyright header.
10667         * hashcash.el (hashcash-extra-generate-parameters): New variable.
10668         (hashcash-generate-payment): Use it.
10669         (hashcash-generate-payment-async): Use it.
10671 2005-01-15  Simon Josefsson  <jas@extundo.com>
10673         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10674         Suggested by Raymond Scholz <ray-2005@zonix.de>.
10676         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10677         gnus-summary-idna-message.
10678         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10679         (gnus-summary-idna-message): New function.
10681 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10683         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10684         gnus-novice-user.
10686 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10688         * nnrss.el (nnrss-request-delete-group): Delete entries in
10689         nnrss-group-alist as well.
10690         (nnrss-save-server-data): Insert newline.
10692 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
10694         * gnus.el (gnus-user-agent): Use list of symbols instead of
10695         symbols.  Display full version number for (S)XEmacs.  Optionally
10696         display (S)XEmacs codename.
10698         * gnus-util.el (gnus-emacs-version): Update for new
10699         `gnus-user-agent'.
10701         * gnus-msg.el (gnus-extended-version): Make it possible to omit
10702         Gnus version.
10704 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10706         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
10707         which is unreadable in some setups.
10709 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10711         * gnus-spec.el (gnus-update-format-specifications): Flush the
10712         group format spec cache if it doesn't support decoded group names.
10714 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10716         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10717         Allow to apply decay on score files matching a regexp.
10719 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10721         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10722         compatibility in %g and %c.
10724 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10726         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10727         name for only %g and %c.
10728         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10729         of gnus-tmp-group to decoded group name.
10730         (gnus-group-make-rss-group): Exclude `/'s from group names.
10732 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10734         * nnrss.el (nnrss-get-encoding): Fix regexp.
10736 2004-12-27  Simon Josefsson  <jas@extundo.com>
10738         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10739         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10740         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
10742 2004-12-17  Kim F. Storm  <storm@cua.dk>
10744         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10746         * gnus-sum.el (gnus-summary-mode-map): Likewise.
10748 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10750         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10752 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10754         * nnrss.el: Require rfc2047 and mml.
10755         (nnrss-file-coding-system): New variable.
10756         (nnrss-format-string): Redefine it as an inline function.
10757         (nnrss-decode-group-name): New function.
10758         (nnrss-string-as-multibyte): Remove.
10759         (nnrss-retrieve-headers): Decode group name; don't use
10760         nnrss-format-string.
10761         (nnrss-request-group): Decode group name.
10762         (nnrss-request-article): Decode group name; allow a Message-ID as
10763         well as an article number; don't use nnrss-format-string; encode a
10764         Message-ID string which may contain non-ASCII characters; use
10765         mml-to-mime to compose a MIME article.
10766         (nnrss-request-expire-articles): Decode group name.
10767         (nnrss-request-delete-group): Decode group name.
10768         (nnrss-fetch): Clarify error message.
10769         (nnrss-read-server-data): Use insert-file-contents instead of load;
10770         bind file-name-coding-system; use multibyte buffer.
10771         (nnrss-save-server-data): Bind coding-system-for-write to the
10772         value of nnrss-file-coding-system; bind file-name-coding-system;
10773         add coding cookie.
10774         (nnrss-read-group-data): Use insert-file-contents instead of load;
10775         bind file-name-coding-system; use multibyte buffer.
10776         (nnrss-save-group-data): Bind coding-system-for-write to the
10777         value of nnrss-file-coding-system; bind file-name-coding-system.
10778         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10779         make it work with non-ASCII text.
10780         (nnrss-find-el): Make it work with old xml.el as well.
10782 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10784         * nnrss.el (nnrss-get-encoding): New function.
10785         (nnrss-fetch): Use unibyte buffer initially; bind
10786         coding-system-for-read while performing mm-url-insert; remove ^Ms;
10787         decode contents according to the encoding attribute.
10788         (nnrss-save-group-data): Add coding cookie.
10789         (nnrss-mime-encode-string): New function.
10790         (nnrss-check-group): Use it to encode subject and author.
10792 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
10794         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
10795         imaginary variable.
10797 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10799         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
10800         correctly even if there are wide characters.
10802 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10804         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
10805         downcased symbol names; make a new cache instead of reusing
10806         bbdb-hashtable.
10808 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10810         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10811         concatenating segments rather than before concatenating them.
10812         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10814         * message.el (message-get-reply-headers): Bind `extra'.
10816 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10818         * message.el (message-extra-wide-headers): New variable.
10819         (message-get-reply-headers): Use it.
10821 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10823         * gnus-agent.el (gnus-agent-group-path): Decode group name.
10824         (gnus-agent-group-pathname): Ditto.
10826         * gnus-cache.el (gnus-cache-file-name): Decode group name.
10828         * gnus-group.el (gnus-group-make-group): Decode group name.
10829         (gnus-group-make-rss-group): Register the group data after opening
10830         the nnrss group.
10832 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
10834         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
10835         by expiry now get marked as read.
10837 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10839         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
10841 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
10843         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
10844         unify Latin characters in XEmacs.
10845         (mm-find-mime-charset-region): Use it.
10847 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10849         * gnus-util.el (gnus-delete-directory): New function.
10851         * gnus-agent.el (gnus-agent-delete-group): Use it.
10853         * gnus-cache.el (gnus-cache-delete-group): Use it.
10855 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10857         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
10858         names.
10860 2004-12-16  Simon Josefsson  <jas@extundo.com>
10862         * hashcash.el (hashcash-payment-alist): Fix custom :type.
10864 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10866         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
10868         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
10869         (gnus-group-set-current-level): Decode group name.
10871 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
10873         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
10874         failed.
10876 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10878         * gnus-group.el (gnus-group-delete-group): Decode group name.
10879         (gnus-group-make-rss-group): Encode group name.
10880         (gnus-group-catchup-current): Decode group name.
10881         (gnus-group-kill-group): Decode group name.
10883 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10885         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
10887 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10889         * gnus-group.el (gnus-group-make-rss-group):
10890         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
10892         * gnus-start.el (gnus-setup-news): Honor user's setting to
10893         gnus-message-archive-method.  Suggested by Lute Kamstra
10894         <lute@gnu.org>.
10896 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
10898         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10899         global counterparts of the buffer-local variables.
10901 2004-11-16  Romain Francoise  <romain@orebokech.com>
10903         * gnus-sum.el (gnus-summary-exit): Don't clear the global
10904         counterparts of the buffer-local variables.
10906 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10908         * message.el (message-forbidden-properties): Fixed typo in doc
10909         string.
10911 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10913         * gnus-util.el (gnus-replace-in-string): Added doc string.
10915         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10916         to avoid problems when splitting mails with many recipients.
10918 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10920         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10921         pop-to-buffer, covered by the subsequent gnus-configure-windows.
10923 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
10925         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10926         if there is no hashtable in memory or file modification time is
10927         newer than cached timestamp.
10929 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10931         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10932         not-matching option.
10934 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
10936         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10937         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10938         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10939         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10940         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
10941         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10943 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10945         * message.el (message-forward-make-body-mml): Remove headers
10946         according to message-forward-ignored-headers if a message is decoded.
10948 2004-12-02  Romain Francoise  <romain@orebokech.com>
10950         * message.el (message-forward-make-body-plain): Always remove
10951         headers according to message-forward-ignored-headers.
10953 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
10955         * spam.el (spam-summary-prepare-exit): Remove the
10956         gnus-summary-limit pop for now, it has problems with ham marks for
10957         me.
10959 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
10961         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10962         correctly.
10964 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
10966         * format-spec.el (format-spec): Message the char.
10968 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
10970         * gnus-art.el (gnus-split-methods): Reformat comments.
10972         * spam.el (spam-summary-prepare-exit): Remove article limits
10973         before exiting the summary buffer.
10975 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10977         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10978         order to silence the byte compiler.
10980         * spam.el: Fix the way to silence the byte compiler, which
10981         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10982         bbdb-search-simple, spam-BBDB-register-routine,
10983         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10984         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10985         spam-stat-buffer-is-spam, spam-stat-load,
10986         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10987         spam-stat-save and spam-stat-split-fancy.
10989 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10991         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10992         which may confuse users.
10993         (canlock-password-for-verify): Ditto.
10995         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10997         * gnus-art.el (gnus-emphasis-alist): Ditto.
10999         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11001         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11003         * gnus-start.el (gnus-save-killed-list): Ditto.
11005         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11006         (gnus-sum-thread-tree-root): Ditto.
11007         (gnus-sum-thread-tree-false-root): Ditto.
11008         (gnus-sum-thread-tree-single-indent): Ditto.
11010         * message.el (message-courtesy-message): Ditto.
11011         (message-archive-note): Ditto.
11012         (message-subscribed-address-file): Ditto.
11013         (message-user-fqdn): Ditto.
11015         * spam-report.el (spam-report-gmane-regex): Ditto.
11017         * spam.el (spam-blackhole-good-server-regex): Ditto.
11019 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11021         * mml.el (mml-preview): Widen the message buffer before copying
11022         the contents to the preview buffer; sort headers before previewing.
11024         * message.el (message-hidden-headers): Fix the way to avoid a bug
11025         in the `repeat' widget in Emacs 21.3 or earlier.
11027 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11029         * message.el (message-hidden-headers): Default to "^References:".
11030         Improve customization type.  Suggested by Reiner Steib
11031         <Reiner.Steib@gmx.de>.
11033 2004-11-25  Romain Francoise  <romain@orebokech.com>
11035         * message.el (message-strip-forbidden-properties): Remove check for
11036         obsolete `message-hidden' text property, hidden headers are not
11037         accessible in the buffer anymore.
11039 2004-11-22  Romain Francoise  <romain@orebokech.com>
11041         * message.el (message-header-format-alist): Add `From' in list
11042         so that it can be sorted.
11043         (message-fix-before-sending): Widen and sort headers before
11044         sending.
11045         (message-hide-headers): Use narrowing to hide headers by moving
11046         them to the top of the buffer and narrowing to the region
11047         underneath.
11049 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11051         * message.el (message-strip-forbidden-properties): Bind
11052         buffer-read-only (etc) to nil.
11054 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11056         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11057         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11059 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11061         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11063 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11065         * dns.el (query-dns): Use sit-for to time instead of
11066         accept-process-output, since that doesn't seem to work on udp
11067         sockets.
11069 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11071         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11073 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11075         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11076         doc string.  Improve doc string.
11078 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11080         * nntp.el (nntp-request-update-info): Return nil if
11081         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11082         may not call gnus-activate-group which uselessly issues the GROUP
11083         commands for all nntp groups and wastes time.  Reported by Romain
11084         Francoise <romain@orebokech.com>.
11086         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11088 2004-11-15  Simon Josefsson  <jas@extundo.com>
11090         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11091         headers separately.
11092         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11093         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11095 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11097         * gnus-start.el (gnus-convert-old-newsrc):
11098         Assign legacy-gnus-agent to 5.10.7.
11100 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11102         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11103         start of the lines.
11105 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11107         * hashcash.el (hashcash-default-payment): Change default to 20.
11108         (hashcash-default-accept-payment): Change default to 20.
11109         (hashcash-process-alist): New variable.
11110         (hashcash-generate-payment-async): Add.
11111         (hashcash-already-paid-p): Add.
11112         (hashcash-insert-payment): Don't generate payments twice.
11113         (hashcash-insert-payment-async): Add.
11114         (hashcash-insert-payment-async-2): Add.
11115         (hashcash-cancel-async): Add.
11116         (hashcash-wait-async): Add.
11117         (hashcash-processes-running-p): Add.
11118         (hashcash-wait-or-cancel): Add.
11119         (mail-add-payment): New optional argument.  Conditionally start
11120         asynchronous calculation.
11121         (mail-add-payment-async): Add.
11123         * message.el (message-send-mail): Wait for asynchronous hashcash
11124         results.  Don't clobber existing X-Hashcash headers.
11125         (message-setup-1): Call mail-add-payment-async when
11126         message-generate-hashcash is non-nil.
11128 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11130         * message.el (message-use-alternative-email-as-from): Examine the
11131         From header as well; use message-make-from in order to include a
11132         user's full name.
11134 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11136         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11137         default; improve customization type.
11138         (gnus-emphasis-custom-with-format): New macro.
11139         (gnus-emphasis-custom-value-to-external): New function.
11140         (gnus-emphasis-custom-value-to-internal): New function.
11142 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11144         * dns.el (query-dns): Resolve reverse addresses.
11146 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11148         * gnus-group.el (gnus-group-get-new-news): Use it.
11150         * gnus-start.el (gnus-check-reasonable-setup): New function.
11152 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11154         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11155         "Args out of range" error.  Reported by Arnaud Giersch
11156         <arnaud.giersch@free.fr>.
11158 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11160         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11162 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11164         * spam.el (spam group): Add :version.
11166         * pgg-def.el (pgg group): Add :version.
11168 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11170         * gnus-art.el (gnus-article-edit-article): Don't associate the
11171         article buffer with a draft file.  This is a temporary measure
11172         against the 2004-08-22 change to gnus-article-edit-mode.
11174 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11176         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11177         (html2text-format-tags): Remove unused variable `attr'.
11179 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11181         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11183         * spam-stat.el (spam-stat): Add :version.
11185         * sieve.el (sieve): Add :version.
11187         * sha1.el (sha1): Add :version.
11188         (sha1-use-external): Remove redundant version.
11190         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11191         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11192         (nnmail-split-fancy-match-partial-words)
11193         (nnmail-split-lowercase-expanded): Add :version.
11195         * nndiary.el (nndiary): Add :version.
11197         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11199         * mml-sec.el (mml-default-sign-method)
11200         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11201         Add :version.
11203         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11205         * mm-url.el (mm-url-use-external, mm-url-program)
11206         (mm-url-arguments): Add :version.
11208         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11209         (mm-attachment-file-modes, mm-decrypt-option)
11210         (mm-w3m-safe-url-regexp): Add :version.
11212         * message.el (message-cite-prefix-regexp)
11213         (message-sendmail-envelope-from, message-minibuffer-local-map)
11214         (message-user-fqdn, message-completion-alist): Add :version.
11216         * gnus-win.el (gnus-configure-windows-hook)
11217         (gnus-use-frames-on-any-display): Add :version.
11219         * gnus-art.el (gnus-article-address-banner-alist)
11220         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11221         (gnus-treat-from-picon, gnus-treat-mail-picon)
11222         (gnus-treat-x-pgp-sig): Add :version.
11224         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11225         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11226         (gnus-summary-article-delete-hook)
11227         (gnus-summary-display-while-building): Add :version.
11229         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11230         (gnus-get-top-new-news-hook): Add :version.
11232         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11233         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11235         * gnus-registry.el (gnus-registry): Add :version.
11237         * gnus-spec.el (gnus-use-correct-string-widths)
11238         (gnus-make-format-preserve-properties): Add :version.
11240         * gnus.el (gnus-group-charter-alist)
11241         (gnus-group-fetch-control-use-browse-url)
11242         (gnus-install-group-spam-parameters): Add :version.
11244         * gnus-diary.el (gnus-diary): Add :version.
11246         * gnus-delay.el (gnus-delay): Add :version.
11248         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11249         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11250         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11251         Add :version.
11253         * gnus-agent.el (gnus-agent-max-fetch-size)
11254         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11255         (gnus-agent-prompt-send-queue): Add :version.
11257         * deuglify.el (gnus-outlook-deuglify): Add :version.
11259         * html2text.el: Beautify code.  Improve doc strings.  Some
11260         checkdoc cleanup.
11261         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11263 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11265         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11267 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11269         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11270         when package is loaded.
11272         * spam.el (spam-summary-score-preferred-header): Add global preference
11273         for people who want to override the default SpamAssassin over
11274         Bogofilter preference (when both are set).
11275         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11276         (spam-user-format-function-S): Check
11277         spam-summary-score-preferred-header.
11278         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11279         (spam-user-format-function-S): Format the score correctly.
11281 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11283         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11284         signature file.  Suggested by Manoj Srivastava
11285         <srivasta@golden-gryphon.com>.
11287         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11288         iso-2022-jp even in the Japanese language environment.
11289         Suggested by Jason Rumney <jasonr@gnu.org>.
11291 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11293         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11294         use the same characters as the dummy marks; make it free from
11295         getting affected by the language environment.
11296         (gnus-summary-read-group-1): Update mark positions only when the
11297         format spec is updated.
11299         * gnus-spec.el (gnus-update-format-specifications): Return a list
11300         of updated types.
11302 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11304         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11305         of boundp to check if display-warning is available.
11307 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11309         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11311 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11313         * nnspool.el (nnspool-spool-directory): Use news-path if the
11314         news-directory variable is not bound.
11316         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11317         function instead of display-warning if it is not available.
11319 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11321         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11322         v5-10: Use `point-at-bol'.
11324 2004-10-26  Simon Josefsson  <jas@extundo.com>
11326         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11327         <chenggao@gmail.com>.
11329 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11331         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11332         instead.
11334 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11336         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11337         to remove a server from the nnimap-server-buffer-alist.
11338         (nnimap-open-connection, nnimap-close-server): Use it.
11340         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11342 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11344         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11345         running the major-mode function.
11347 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11349         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11350         dummy marks in the right way.
11352 2004-10-18  David Edmondson  <dme@dme.org>
11354         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11355         excessively.
11357 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11359         * gnus-util.el (gnus-split-references): Accept a nil references
11360         string and go on blissfully.
11362         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11363         cases where the references string is non-nil but has no references.
11365         * encrypt.el: Add autoload tags.
11367         * spam.el (spam-resolve-registrations-routine): Remove article
11368         from unregistration list too.  Reported by David Hanak
11369         <dhanak@isis.vanderbilt.edu>
11371 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11373         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11374         nil.  Changed custom type.
11376 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11378         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11380         * gnus-sum.el (gnus-summary-move-article): Use it.
11382 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11384         * encrypt.el: Add autoload cookies.
11386         * spam.el (spam-backend-article-list-property)
11387         (spam-backend-get-article-todo-list)
11388         (spam-backend-put-article-todo-list)
11389         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11390         Resolve registrations separately.
11391         (spam-register-routine): Format comments.
11392         (spam-unregister-routine, spam-register-routine): Always call with
11393         specific-articles, no default list.
11394         (spam-summary-prepare-exit): Use the spam-classifications function.
11396         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11397         gnus-encrypt.el.
11399         * encrypt.el: Copied from gnus-encrypt.el.
11401         * gnus-encrypt.el: Commented that it's obsolete.
11403 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11405         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11406         (gnus-score-save): Use it.
11408         * message.el (message-bury): Use `window-dedicated-p'.
11410 2004-10-15  Simon Josefsson  <jas@extundo.com>
11412         * pop3.el (top-level): Don't require nnheader.
11413         (pop3-read-timeout): Add.
11414         (pop3-accept-process-output): Add.
11415         (pop3-read-response, pop3-retr): Use it.
11417 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11419         * spam.el (spam-register-routine): Move comment.
11420         (spam-verify-bogofilter): Use 'unknown for the initial
11421         spam-bogofilter-valid state, not 'never.
11423         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11424         for netrc-machine.
11426         * nnimap.el (nnimap-open-connection): Use
11427         netrc-machine-user-or-password.
11429 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11431         * gnus-registry.el (gnus-registry-unload-hook):
11432         Set as a variable with add-hook.
11434         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11435         of news-path.
11437         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11439         * spam.el: Delete duplicate `provide'.
11440         (spam-unload-hook): Set as a variable with add-hook.
11442 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11444         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11445         in the doc string.
11447         * message.el (message-ignored-news-headers)
11448         (message-ignored-supersedes-headers)
11449         (message-ignored-resent-headers)
11450         (message-forward-ignored-headers): Improve custom type.
11452 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11454         * message.el (message-tokenize-header): Fix 2004-09-06 change
11455         which used point-min in the wrong place.
11457 2004-10-12  Simon Josefsson  <jas@extundo.com>
11459         * tls.el (tls-certtool-program): New variable.
11460         (tls-certificate-information): New function, based on
11461         ssl-certificate-information.
11463 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11465         * compface.el: Move the version of ELisp-based uncompface program
11466         to the contrib directory because of the copyright problem.
11468 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11470         * message.el (message-kill-buffer): Raise the current frame.
11472 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11474         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11476         * gnus.el (message-y-or-n-p): Autoload.
11478         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11479         (pop3-password-required, pop3-authentication-scheme)
11480         (pop3-leave-mail-on-server): Made customizable.
11481         (pop3): New custom group.
11482         (pop3-retr): Remove `sleep-for' statements.
11483         Suggested by Dave Love <fx@gnu.org>.
11485         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11486         Windows/DOS.
11488         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11489         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11490         Dave Love <fx@gnu.org>.
11492         * mml.el (mml-minibuffer-read-disposition): Require match.
11493         Suggested by Dave Love <fx@gnu.org>.
11495 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11497         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11498         doc string.
11500 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11502         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11504 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11506         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11507         instead of calling `mm-insert-inline', to decode text/* parts
11508         before displaying them.
11510 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11512         * mm-uu.el (mm-uu-text-plain-type): New variable.
11513         (mm-uu-pgp-signed-extract-1): Use it.
11514         (mm-uu-pgp-encrypted-extract-1): Use it.
11515         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11516         bind mm-uu-text-plain-type with that value.
11517         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11518         mm-uu-dissect.
11520 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11522         * gnus-group.el (gnus-update-group-mark-positions):
11523         * gnus-sum.el (gnus-update-summary-mark-positions):
11524         * message.el (message-check-news-body-syntax):
11525         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11526         of string-as-multibyte.
11528 2004-10-05  Juri Linkov  <juri@jurta.org>
11530         * gnus-group.el (gnus-update-group-mark-positions):
11531         * gnus-sum.el (gnus-update-summary-mark-positions):
11532         * message.el (message-check-news-body-syntax):
11533         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11534         8-bit unibyte values to a multibyte string for search functions.
11536 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11538         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11539         (mm-uu-dissect-text-parts): New function.
11541         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11542         dissect text parts.
11544         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11545         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11547         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11549         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11550         gnus-current-topics instead of gnus-current-topic.
11552 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11554         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11556 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11558         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11559         where approriate.
11561         * nnml.el (nnml-generate-active-info): do.
11563         * nndiary.el (nndiary-generate-active-info): do.
11565         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11566         (gnus-topic-move): do.
11568         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11569         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11571         * gnus-srvr.el (gnus-server-prepare)
11572         (gnus-server-open-all-servers): do.
11574         * gnus-msg.el (gnus-summary-cancel-article)
11575         (gnus-summary-resend-message)
11576         (gnus-summary-mail-crosspost-complaint): do.
11578         * gnus-move.el (gnus-change-server): do.
11580         * gnus-group.el (gnus-group-unmark-all-groups)
11581         (gnus-group-set-current-level): do.
11583 2004-10-04  Simon Josefsson  <jas@extundo.com>
11585         * message.el (message-generate-hashcash): Doc fix.
11587 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11589         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11590         avoid infinite recursion via gnus-get-function.
11592 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11594         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11596         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11598         * nnmail.el (nnmail-split-history): do.
11600         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11601         (nnml-request-delete-group): do.
11603         * nnslashdot.el (nnslashdot-read-groups): do.
11605         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11606         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11608         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11609         (nnspool-sift-nov-with-sed): Use last.
11610         (nnspool-retrieve-headers-with-nov): Use mapc.
11611         (nnspool-request-newgroups): Use dolist.
11612         (nnspool-request-group): Use last.
11614         * nntp.el (nntp-read-server-type): Use dolist.
11616         * nnvirtual.el (nnvirtual-create-mapping)
11617         (nnvirtual-update-read-and-marked): Use dolist.
11618         (nnvirtual-convert-headers): Simplify.
11620 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11622         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11623         support for sync'ing tick marks.
11625 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11627         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11628         there's no visible header.
11630 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11632         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11633         necessary, pass full group name to gnus-request-set-marks.
11635 2004-10-01  Simon Josefsson  <jas@extundo.com>
11637         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11638         acroread.
11640 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11642         * spam-report.el (spam-report-gmane): Fix interactive.
11644         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11646         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11647         when writing file.
11648         (gnus-agent-synchronize-flags): Don't default to being
11649         interactive.
11651 2004-09-30  Simon Josefsson  <jas@extundo.com>
11653         * message.el (message-generate-hashcash): Add.
11654         (message-send-mail): Use it, call mail-add-payment.
11656 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11658         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11660 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
11662         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11663         gnus-requst-update-info with explicit code to sync the in-memory
11664         info read flags with the marks being sync'd to the backend.
11666         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11668 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11670         * spam.el (spam-verify-bogofilter): Add new function.
11671         (spam-check-bogofilter)
11672         (spam-bogofilter-register-with-bogofilter): Use it.
11673         (spam-verify-bogofilter): Add small fixes.
11675 2004-09-28  Simon Josefsson  <jas@extundo.com>
11677         * hashcash.el (hashcash-generate-payment): Revert.
11679 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11681         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11682         gnus-extract-references instead of gnus-split-references.
11684         * gnus-util.el (gnus-extract-references): Add new function, analogous
11685         to gnus-split-references but extracts only the message-ID without
11686         anything extra.
11688         * hashcash.el (hashcash-generate-payment)
11689         (hashcash-check-payment): Do the right thing if hashcash-path is
11690         nil (because the hashcash program could not be found).
11692         * spam.el (spam-use-hashcash): Remove comment.
11694 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
11696         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11697         (gnus-cache-enter-article, gnus-cache-remove-article)
11698         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11700         * gnus-async.el (gnus-async-prefetch-remove-group): do.
11702         * gnus-art.el (article-hide-boring-headers)
11703         (article-translate-strings, article-display-face)
11704         (gnus-article-mime-match-handle-first)
11705         (gnus-article-highlight-headers)
11706         (gnus-article-add-buttons-to-head): do.
11708 2004-09-27  Simon Josefsson  <jas@extundo.com>
11710         * hashcash.el: New version, from
11711         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
11712         ../contrib/.
11714 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11716         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11718 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
11720         * gnus-dup.el (gnus-dup-open): Use mapc.
11721         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11723         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11724         Reported by Stefan Wiens <s.wi@gmx.net>.
11726         * gnus.el (gnus-shutdown): Use dolist.
11728         * gnus-undo.el (gnus-undo): Use mapc.
11730         * nnrss.el (nnrss-generate-active): do.
11732         * message.el (message-cite-original-without-signature)
11733         (message-cite-original): Use mapc.
11734         (message-do-actions, message-make-forward-subject): Use dolist.
11736 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11738         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11739         deletion to remove entire duplicate line.  Fixes merged article
11740         number bug.
11742 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11744         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11745         servers that are offline.  Avoids having gnus-agent-toggle-plugged
11746         first ask if you want to open a server and then, even when you
11747         responded with no, asking if you want to synchronize the server's
11748         flags.
11749         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11750         multi-line expressions.
11751         (gnus-agent-synchronize-group-flags): New internal function.
11752         Updates marks in memory (in the info structure) AND in the
11753         backend.
11755         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11757         * nnagent.el (nnagent-request-set-mark): Use
11758         gnus-agent-synchronize-group-flags, not backend's request-set-mark
11759         method, to ensure that synchronization updates marks in the
11760         backend and in the info (in memory) structure.
11762 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11764         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11765         convention fully; don't miss the root article of a thread; make
11766         the X-Draft-From header with correct article numbers.
11768 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
11770         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11771         unless plugged.  Disable the agent so that an open failure causes
11772         an error.
11774         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11775         Reverted 2004-09-21 change.  The backend must be opened while
11776         synchronizing flags even when the backend stores the flags
11777         locally.
11779 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
11781         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11782         in `header' match.  Reported by Svend Tollak Munkejord.
11784         * message.el (message-cite-original): Fix use of
11785         `message-cite-articles-with-x-no-archive'.
11787 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11789         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
11790         (gnus-window-to-buffer): Ditto.
11792         * mml.el (mml-preview-buffer): New variable.
11793         (mml-preview): Manage window layout with gnus-buffer-configuration.
11795         * gnus-msg.el (gnus-setup-message): Put article numbers into the
11796         X-Draft-From header even if those articles aren't quoted.
11798 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
11800         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
11801         (gnus-request-set-mark, gnus-request-update-mark): Use new
11802         g-s-t-u-l-m to decide to use backend even when unplugged.
11804 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11806         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
11807         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
11809 2004-09-20  Simon Josefsson  <jas@extundo.com>
11811         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
11812         "utf-16-le".
11814 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11816         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
11818 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11820         * uudecode.el (uudecode-use-external): Add :version.
11822         * smime.el (smime-CA-file, smime-encrypt-cipher)
11823         (smime-dns-server): Add :version.
11825         * smiley.el (gnus-smiley-file-types): Add :version.
11827         * sha1.el (sha1-use-external): Add :version.
11829         * pgg-def.el (pgg-query-keyserver): Add :version.
11831         * nnmail.el (nnmail-fancy-expiry-targets)
11832         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
11833         Add :version.
11835         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
11836         (nnimap-retrieve-groups-asynchronous): Add :version.
11837         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
11839         * mml.el (mml-content-disposition-parameters)
11840         (mml-insert-mime-headers-always): Add :version.
11842         * mm-util.el (mm-coding-system-priorities): Add :version.
11844         * mm-decode.el (mm-inline-text-html-with-images)
11845         (mm-keep-viewer-alive-types, mm-external-terminal-program)
11846         (mm-verify-option): Add :version.
11847         (mm-text-html-renderer): Change :version.
11849         * message.el (message-fcc-externalize-attachments)
11850         (message-required-headers, message-draft-headers)
11851         (message-subject-trailing-was-query)
11852         (message-subject-trailing-was-ask-regexp)
11853         (message-subject-trailing-was-regexp, message-mark-insert-begin)
11854         (message-mark-insert-end, message-archive-header)
11855         (message-archive-note, message-cross-post-default)
11856         (message-cross-post-note, message-followup-to-note)
11857         (message-cross-post-note-function, message-use-mail-followup-to)
11858         (message-subscribed-address-functions)
11859         (message-subscribed-address-file, message-subscribed-addresses)
11860         (message-subscribed-regexps, message-allow-no-recipients)
11861         (message-yank-cited-prefix, message-signature-insert-empty-line)
11862         (message-hidden-headers, message-hierarchical-addresses)
11863         (message-mail-user-agent, message-use-idna)
11864         (message-valid-fqdn-regexp)
11865         (message-strip-special-text-properties, message-header-synonyms)
11866         (message-beginning-of-line, message-tab-body-function): Add :version.
11867         (message-insert-canlock, message-wide-reply-confirm-recipients):
11868         Change :version.
11870         * mail-source.el (mail-source-ignore-errors): Add :group, :type
11871         and :version.
11872         (mail-source-delete-old-incoming-confirm)
11873         (mail-source-movemail-program): Add :version.
11875         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
11876         (gnus-agent-cache, gnus-agent): Change :version.
11878         * gnus-util.el (gnus-use-byte-compile): Change :version.
11880         * gnus-sum.el (gnus-summary-make-false-root-always)
11881         (gnus-summary-default-high-score)
11882         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
11883         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
11884         (gnus-read-all-available-headers, gnus-article-emulate-mime)
11885         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
11886         (gnus-sum-thread-tree-single-indent)
11887         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11888         (gnus-sum-thread-tree-leaf-with-other)
11889         (gnus-sum-thread-tree-single-leaf): Add :version.
11890         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
11891         (gnus-article-loose-mime): Change :version.
11893         * gnus-start.el (gnus-backup-startup-file)
11894         (gnus-save-startup-file-via-temp-buffer): Add :version.
11896         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11897         (gnus-server-offline-face): Add :version.
11899         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11901         * gnus-msg.el (gnus-gcc-externalize-attachments)
11902         (gnus-debug-files, gnus-debug-exclude-variables)
11903         (gnus-discouraged-post-methods): Change :version.
11904         (gnus-confirm-mail-reply-to-news)
11905         (gnus-confirm-treat-mail-like-news): Add :version.
11907         * gnus-int.el (gnus-server-unopen-status): Add :version.
11909         * gnus-group.el (gnus-group-jump-to-group-prompt)
11910         (gnus-large-ephemeral-newsgroup)
11911         (gnus-fetch-old-ephemeral-headers): Add :version.
11913         * gnus-fun.el (gnus-x-face-directory)
11914         (gnus-convert-pbm-to-x-face-command)
11915         (gnus-convert-image-to-x-face-command)
11916         (gnus-convert-image-to-face-command): Add :version.
11918         * gnus-delay.el (gnus-delay-default-hour): Add :version.
11920         * gnus-cite.el (gnus-cite-blank-line-after-header)
11921         (gnus-article-boring-faces): Add :version.
11923         * gnus-art.el (gnus-buttonized-mime-types)
11924         (gnus-inhibit-mime-unbuttonizing)
11925         (gnus-treat-display-face)
11926         (gnus-treat-body-boundary): Change :version.
11927         (gnus-body-boundary-delimiter, gnus-picon-databases)
11928         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11929         (gnus-treat-date-english, gnus-treat-fold-headers)
11930         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11931         (gnus-treat-mail-picon, gnus-treat-wash-html)
11932         (gnus-article-encrypt-protocol)
11933         (gnus-use-idna, gnus-article-over-scroll)
11934         (gnus-mime-display-multipart-alternative-as-mixed)
11935         (gnus-mime-display-multipart-related-as-mixed)
11936         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11937         (gnus-ctan-url, gnus-button-ctan-handler)
11938         (gnus-button-handle-ctan-bogus-regexp)
11939         (gnus-button-ctan-directory-regexp)
11940         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11941         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11942         (gnus-button-man-level, gnus-button-emacs-level)
11943         (gnus-button-message-level, gnus-button-browse-level): Add :version.
11945         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11946         (gnus-agent-go-online): Change :version.
11947         (gnus-agent-expire-unagentized-dirs)
11948         (gnus-agent-auto-agentize-methods): Add :version.
11950         * flow-fill.el (fill-flowed-display-column)
11951         (fill-flowed-encode-column): Add :version.
11953         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11954         (gnus-outlook-deuglify-unwrap-max)
11955         (gnus-outlook-deuglify-cite-marks)
11956         (gnus-outlook-deuglify-unwrap-stop-chars)
11957         (gnus-outlook-deuglify-no-wrap-chars)
11958         (gnus-outlook-deuglify-attrib-cut-regexp)
11959         (gnus-outlook-deuglify-attrib-verb-regexp)
11960         (gnus-outlook-deuglify-attrib-end-regexp)
11961         (gnus-outlook-display-hook): Add :version.
11963         * binhex.el (binhex-use-external): Add :version.
11965 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
11967         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11968         and `invisible'.
11970 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11972         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11973         in gnus-registry-trim.
11975 2004-09-13  Simon Josefsson  <jas@extundo.com>
11977         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11979         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11981         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11982         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11983         <yamaoka@jpl.org>.
11984         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11985         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11986         <yamaoka@jpl.org>.
11988         * sieve.el (sieve-manage-mode): Ditto.
11990 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
11992         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11994 2004-09-11  Simon Josefsson  <jas@extundo.com>
11996         * dns-mode.el: Add.
11998         * mm-view.el (mm-display-dns-inline): Add.
12000         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12001         (mm-automatic-display): Ditto.
12003         * mailcap.el (mailcap-mime-data): Add text/dns.
12004         (mailcap-mime-extensions): Map .soa to text/dns.
12006 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12008         * gnus-art.el (article-decode-mime-words, article-babel)
12009         (gnus-article-highlight-signature, gnus-article-add-buttons)
12010         (gnus-signature-toggle): Remove unnecessary bindings of
12011         `inhibit-read-only' inherited from v5.10 merge.
12013 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12015         * nntp.el (nntp): New customization group.
12016         (nntp-authinfo-file): Add customization group.
12018         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12020         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12022         * gnus.el (to-address, to-list, subscribed)
12023         (large-newsgroup-initial): Ditto.
12025         * flow-fill.el (fill-flowed-display-column)
12026         (fill-flowed-encode-column): Ditto.
12028 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12030         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12031         Use point-min rather than 1.
12032         (message-send-mail): Use buffer-size rather than point-max.
12034         * gnus-sum.el (gnus-summary-search-article-forward):
12035         Signal a specific `search-failed' rather than a generic `error'.
12037         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12038         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12039         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12041 2004-09-10  Simon Josefsson  <jas@extundo.com>
12043         * nndb.el (require): Remove tcp and duplicate cl.
12045 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12047         * gnus-agent.el (directory-files-and-attributes): Move forward.
12049 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12051         * gnus-agent.el (directory-files-and-attributes): Optionally
12052         defined to support XEmacs.
12054 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12056         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12057         to avoid run-time CL dependencies.
12058         (gnus-agent-unfetch-articles): New function.
12059         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12060         article numbers even when local .overview file is missing.
12061         (gnus-agent-read-article-number): New function.  Only accepts
12062         27-bit article numbers.
12063         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12064         gnus-agent-read-article-number.
12065         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12066         from backend while recognizing that article numbers in .overview
12067         must be valid.
12068         (gnus-agent-update-files-total-fetched-for): Use
12069         directory-files-and-attributes to improve performance.
12070         * gnus-int.el (gnus-request-move-article): Use
12071         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12072         improve performance.
12074         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12075         some users confused by references to .newsrc when they only have a
12076         .newsrc.eld file.
12077         (gnus-convert-mark-converter-prompt)
12078         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12079         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12080         New function.  Used internally to only display 'gnus converting
12081         files' message when actually necessary.
12083         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12084         methods now autoloaded.
12086 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12088         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12089         identifiers.
12091 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12093         * gnus-picon.el: Fix indentation and closing parenthesis.
12095 2004-09-01  Simon Josefsson  <jas@extundo.com>
12097         * message.el (message-canlock-generate): Require sha1, not
12098         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12099         to require within a function.  Sadly, if sha1.el isn't loaded, the
12100         let binding in m-c-g will hide the defcustom definition, which is
12101         bad.)
12103         * canlock.el: Require sha1, not sha1-el.
12105         * message.el: Don't autoload sha1 (there is a autoload cookie in
12106         sha1.el).
12108         * sha1-el.el: Renamed to sha1.el.
12110 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12112         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12114 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12116         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12118 2004-08-30  Kim F. Storm  <storm@cua.dk>
12120         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12122         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12123         Add :group 'nnimap.
12125 2004-08-30  Andreas Schwab  <schwab@suse.de>
12127         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12128         ?* and ?\;.
12130         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12131         and ?\' to symbol instead of whitespace.
12133 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12135         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12137         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12138         instead of re-search-forward.
12140         * gnus-uu.el (gnus-uu-save-article): Ditto.
12141         (gnus-uu-post-encode-uuencode): Ditto.
12143         * html2text.el (html2text-clean-list-items): Ditto.
12144         (html2text-clean-dtdd): Ditto.
12145         (html2text-format-tags): Ditto.
12147         * message.el (message-send-mail-with-sendmail): Fix regexp.
12148         (message-fill-field-general): Use search-forward instead of
12149         re-search-forward.
12150         (unbold-region): Ditto.
12152         * nnrss.el (nnrss-request-article): Ditto.
12154         * nnslashdot.el (nnslashdot-request-article): Ditto.
12156         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12158         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12159         "Unrecognized menu descriptor" error in XEmacs.
12161 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12163         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12164         parent article of a sparse article in the thread hashtb.
12166 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12168         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12169         (nnmail-expand-newtext): Lowercase expanded entries if
12170         nnmail-split-lowercase-expanded is non-nil.
12172 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12174         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12176         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12177         of gnus-tmp-news-method into string under XEmacs.  It will be
12178         passed to gnus-correct-length which takes only a string argument.
12180 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12182         * gnus-util.el (gnus-bind-print-variables): New macro.
12183         (gnus-prin1): Use it.
12184         (gnus-prin1-to-string): Use it.
12185         (gnus-pp): New function.
12186         (gnus-pp-to-string): New function.
12188         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12189         Replace pp-to-string with gnus-pp-to-string.
12190         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12191         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12192         * gnus-msg.el (gnus-debug): Ditto.
12193         * gnus-score.el (gnus-score-save): Ditto.
12194         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12195         gnus-pp-to-string.
12196         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12197         with gnus-pp.
12198         * score-mode.el (gnus-score-pretty-print): Ditto.
12199         * webmail.el (webmail-debug): Ditto.
12201 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12203         * gnus-art.el (article-display-face, article-display-x-face):
12204         Use buffer-read-only.
12206 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12208         * gnus-art.el (article-hide-list-identifiers):
12209         Bind inhibit-read-only as t.
12211 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12213         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12215 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12217         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12218         (gnus-narrow-to-page): Don't assume point-min == 1.
12219         (gnus-article-edit-mode): Derive from message-mode.
12221         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12222         point-min == 1.
12224         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12225         Disable incorrect use of `assert'.
12227         * message.el (message-mode): Set comment-start-skip.
12229 2004-08-22  Sam Steingold  <sds@gnu.org>
12231         * pop3.el (pop3-leave-mail-on-server): New user variable.
12232         (pop3-movemail): Delete mail only when it is nil.
12234 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12236         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12238         * mml.el (mml-preview): Use `pop-to-buffer'.
12240         * message.el (message-goto-mail-followup-to): Insert after "To".
12241         (message-carefully-insert-headers): Add comment.
12243         * gnus.el: Remove unused variable `gnus-article-check-size'.
12245         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12247         * gnus-art.el (gnus-button-alist): Improve
12248         `gnus-button-handle-library' entry.
12250 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12252         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12253         downcase, since XEmacs capitalizes error messages differently.
12255 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12257         * nntp.el: Add (require 'gnus) due to reference to
12258         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12260 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12262         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12263         `mm-fill-flowed'.
12265         * mm-decode.el (mm-dissect-singlepart): Check it.
12267 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12269         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12270         'imap' for netrc parsing.
12272 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12274         * mailcap.el (mailcap-mime-data): Mark as risky.
12276 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12278         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12279         may be included in the encoded word.
12280         (rfc2047-encode): Don't append a space if the encoded word
12281         includes close parenthesis.
12283 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12285         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12286         of text within parentheses.
12288 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12290         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12291         (gnus-encrypt-write-file-contents): Make the password key the file
12292         name PLUS the cipher, not just the cipher.  Also remove failed
12293         passwords from the cache.
12295 2004-08-06  Simon Josefsson  <jas@extundo.com>
12297         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12298         fix.
12300 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12302         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12303         LWSP.
12305 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12307         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12308         to append in-reply-to: data to the references: header.
12310         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12311         (netrc-parse): Use gnus-encrypt.el functions.
12313         * gnus-encrypt.el: Add new file for encryption support; currently
12314         does only a few GPG ciphers and an internal XOR cipher.
12316         * password.el: Add comments on using password-read-and-add.
12317         (password-read-and-add): Add function to read and add the
12318         password to the cache at once.
12320 2004-07-28  Simon Josefsson  <jas@extundo.com>
12322         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12323         parameter (but don't use it, for now).
12325         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12326         instead of hard coding to nil.
12328 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12330         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12331         as mm-inline-image-xemacs does.
12333 2004-07-26  Simon Josefsson  <jas@extundo.com>
12335         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12336         Revert part of 2004-07-17 change below.
12338 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12340         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12341         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12343 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12345         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12346         quotes that actually start with ">" at the beginning of the
12347         lines.
12349 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12351         * rfc2047.el (rfc2047-encode-region): Fix last change.
12352         (rfc2047-encode-parameter): Remove useless concat.
12354 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12356         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12357         encode special characters; fix some kind of misconfigured headers;
12358         signal a real error if debug-on-quit or debug-on-error is non-nil.
12359         (rfc2047-encode-max-chars): New variable.
12360         (rfc2047-encode-1): Use it.
12361         (rfc2047-encode-parameter): New function.
12363         * mml.el (mml-insert-parameter): Remove an excessive space.
12365 2004-07-17  Simon Josefsson  <jas@extundo.com>
12367         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12368         Kai Grossjohann <kai@emptydomain.de>.
12369         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12370         (gnus-group-make-menu-bar): Ditto.
12372         * gnus-util.el (gnus-group-server): Add.
12374 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12376         * message.el (message-clone-locals): Clone sendmail and smtp
12377         variables.
12379 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12381         * rfc2047.el (rfc2047-encode-region): Fix last change.
12383 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12385         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12386         characters as non-special.
12388 2004-07-09  Simon Josefsson  <jas@extundo.com>
12390         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12391         Users will lose all flag changes made while unplugged with
12392         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12393         good default.  See numerous reports on ding mailing list.
12395 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12397         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12398         add generate-head-function and generate-article-function to the
12399         rfc822-forward entry.
12400         (nndoc-rfc822-forward-generate-article): New function.
12401         (nndoc-rfc822-forward-generate-head): New function.
12403         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12405 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12407         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12408         respect display group parameter and gnus-summary-expunge-below.
12409         (gnus-articles-to-read): Remove unused reference to display group
12410         parameter.
12412 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12414         * nnheader.el (nnheader-uniquify-message-id): New experimental
12415         variable.
12416         (nnheader-nov-read-message-id): Use it.
12418         * spam-report.el (spam-report-gmane): Add interactive.
12420 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12422         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12423         qp-or-base64 for the application/* types.
12425 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12427         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12429 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12431         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12432         trim value.
12434 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12436         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12437         New macro and function.
12438         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12440 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12442         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12443         after-load-alist.
12445 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12447         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12448         update info that isn't there.
12450 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
12452         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12453         entry.
12455 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12457         * mm-view.el (mm-inline-render-with-function): Use multibyte
12458         buffer; decode html source by charset.
12460         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12462         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12463         Mule-UCS is loaded under XEmacs.
12464         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12466 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12468         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12470 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12472         * mm-util.el (mm-coding-system-p): Return a coding-system.
12473         (mm-mime-mule-charset-alist): Use shift_jis instead of
12474         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12475         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12476         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12477         instead of japanese-shift-jis and iso-latin-1 respectively in
12478         order to share the default value with both Emacs and XEmacs-mule.
12479         (mm-mule-charset-to-mime-charset): Make
12480         mm-coding-system-priorities effective.
12481         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12482         while predicating of candidates upon the priorities.
12484 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12486         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12487         gnus-uu-invert-processable.
12489         * gnus.el: Autoload gnus-uu-invert-processable.
12491 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12493         * mm-util.el (mm-with-multibyte-buffer): New macro.
12495         * rfc2047.el (rfc2047-encode-string): Use it.
12496         (rfc2047-encode-region): Move point to the end of the region after
12497         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12499 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12501         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12502         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12504 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12506         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12507         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12508         Karl Chen <quarl@nospam.quarl.org>.
12510 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12512         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12513         invalid addresses.
12515 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12517         * spam.el: Change section markers, revise TODO list.
12518         (spam-backends): Make new master list of all installed backends.
12519         (spam-summary-exit-behavior): Add new variable to determine how
12520         messages moves are done at summary exit.
12521         (spam-move-spam-nonspam-groups-only)
12522         (spam-process-ham-in-nonham-groups)
12523         (spam-process-ham-in-spam-groups): Remove variables, the
12524         spam-summary-exit-behavior variable should be used to manage this
12525         behavior.
12526         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12527         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12528         and spam-old-spam-articles.
12529         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12530         Add empty variables, placeholders for the backends they represent.
12531         (spam-set-difference): Move, unchanged.
12532         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12533         unless the user has a processor variable.
12534         (spam-classifications, spam-classification-valid-p)
12535         (spam-backend-properties, spam-backend-property-valid-p)
12536         (spam-backend-function-type-valid-p)
12537         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12538         (spam-report-articles-gmane, spam-report-articles-resend):
12539         Remove functions, they are not needed.
12540         (spam-install-backend-super, spam-backend-list)
12541         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12542         (spam-backend-function, spam-backend-ham-registration-function)
12543         (spam-backend-spam-registration-function)
12544         (spam-backend-ham-unregistration-function)
12545         (spam-backend-spam-unregistration-function)
12546         (spam-backend-statistical-p, spam-backend-mover-p)
12547         (spam-install-backend-alias, spam-install-checkonly-backend)
12548         (spam-install-mover-backend, spam-install-nocheck-backend)
12549         (spam-install-backend, spam-install-statistical-backend)
12550         (spam-install-statistical-checkonly-backend): Add backend installation
12551         support.
12552         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12553         (spam-group-processor-p): Use the new backend code and respect the
12554         summary exit behavior.
12555         (spam-mark-spam-as-expired-and-move-routine): Remove.
12556         (spam-summary-prepare): Change to use the new spam-old-articles
12557         variable.
12558         (spam-copy-or-move-routine, spam-copy-spam-routine)
12559         (spam-move-spam-routine, spam-copy-ham-routine)
12560         (spam-move-ham-routine): Add code to copy/move ham or spam.
12561         (spam-fetch-field-fast): Improve doc and code, plus allow the
12562         'number request.
12563         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12564         variables.
12565         (spam-split, spam-find-spam): Use the new backend code.
12566         (spam-registration-functions): Remove variable.
12567         (spam-unregister-routine): Add convenience wrapper.
12568         (spam-log-undo-registration, spam-register-routine)
12569         (spam-log-processing-to-registry)
12570         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12571         where possible.
12572         (spam-check-gmane-xref, spam-check-regex-headers)
12573         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12574         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12575         (spam-check-bogofilter-headers, spam-check-spamoracle)
12576         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12577         (spam-check-crm114-headers): Use the spam-split-group that
12578         spam-split prepares, no need to determine it every time.
12580         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12581         to the nnheader-parse-naked-head call.
12583         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12585         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12586         the nnheader-nov-read-message-id call.
12588 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12590         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12591         gnus-activate-group twice.  Suggested by Markus Peter
12592         <warp@spin.de>.
12594 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12596         * gnus-art.el (gnus-article-time-format): Exchange the order of
12597         day and month in the default value; fix customization type.
12598         (article-date-ut): Use add-text-properties.
12599         (article-make-date-line): Use message-make-date instead of
12600         current-time-string.
12602         * message.el (message-fetch-field): Don't use set-text-properties.
12603         (message-make-date): Simplify.
12605 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12607         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12608         (rfc2047-encode-region): Treat text within parentheses as special;
12609         show the original text when error has occurred.
12611         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12612         already-computed method to gnus-activate-group.
12614         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12615         same select-methods identical Lisp objects.
12617         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12618         object when modifying the info.
12620 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12622         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12623         gnus-opened-servers since it has never been opened with the new
12624         configuration yet.
12626 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12628         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12629         arg to nnheader-generate-fake-message-id.
12631 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12633         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12634         number and build a fake message ID localized to a group and
12635         article number (so it's repeatable from that point on).
12636         (nnheader-fake-message-id-p): Change regex to accommodate new fake
12637         ID format.
12639         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12640         nnheader-generate-fake-message-id with the article number.
12642 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12644         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12645         end-of-buffer.
12647 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12649         * message.el (message-ignored-supersedes-headers): Add Approved.
12651 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12653         * rfc2047.el (rfc2047-encode-message-header): Remove useless
12654         goto-char.
12655         (rfc2047-encode): Fold the line before encoding.
12657 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12659         * rfc2047.el (rfc2047-encode-message-header): Disabled header
12660         folding -- not all headers can be folded, and this should be done
12661         by the message composition mode.  Probably.  I think.
12663 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12665         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12666         fast.
12668         * gnus-ems.el (gnus-remove-image): Don't use
12669         message-text-with-property; remove only the image found first.
12671 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
12673         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12675 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12677         * message.el (message-text-with-property): Make it fast and accept
12678         optional arguments.
12679         (message-strip-forbidden-properties): Use it.
12680         (message-fix-before-sending): Follow the m-t-w-p change.
12682         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12684 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12686         * gnus-art.el (article-hide-headers): Don't change the buffer
12687         mistakenly when performing mml-preview even if
12688         gnus-single-article-buffer is nil.
12690 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
12692         * message.el (message-expand-name-databases): New user option.
12693         (message-expand-name): Use it.
12695 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
12697         * spam.el (spam-report-articles-resend)
12698         (spam-report-resend-register-routine): Allow ham reporting.
12699         (spam-report-resend-register-ham-routine): Add wrapper.
12700         (spam-registration-functions): Add ham resending functions.
12701         (spam-list-of-processors): Add ham resend processor.
12703         * gnus.el (ham-resend-to): Add new group parameter.
12704         (spam-process): Add ham resend option.
12706         * spam-report.el (spam-report-resend): Allow reporting ham.
12707         (spam-report-resend-ham): Add wrapper.
12709 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12711         * message.el (message-cite-articles-with-x-no-archive): New
12712         variable.
12713         (message-cite-original): Use it.
12715 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12717         * message.el (message-cite-original): Respect X-No-Archive.
12719 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12721         * gnus-art.el (article-hide-headers): Refer to the values for
12722         gnus-ignored-headers and gnus-visible-headers in the summary
12723         buffer since a user may have set them as group parameters.
12725 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
12727         * assistant.el (assistant-node-name): Add convenience function.
12728         (assistant-render-text, assistant-render-node): Add error handling,
12729         plus handle multiple next nodes.
12730         (assistant-find-next-node): Comment out for now.
12731         (assistant-find-next-nodes): Add function, returns list of next
12732         nodes.
12734 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
12736         * mail-source.el (mail-source-directory): Fix doc-string.
12738 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
12740         * assistant.el (assistant-render-text, assistant-eval): Add :set
12741         widget type, which is different because it takes and returns a
12742         list.  Much hilarity ensues.
12744 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
12746         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12748         * gnus-group.el (gnus-group-get-new-news-this-group): Added
12749         doc-string.
12751         * gnus-start.el (gnus-activate-group): Added doc-string.
12753 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12755         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12757 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
12759         * assistant.el (assistant-render-text): Try to add a :set
12760         widget, more to come.
12762         * spam.el (spam-group-spam-contents-p): Handle empty groupname
12763         strings.
12764         (spam-report-articles-resend)
12765         (spam-register-routine): Do registration iff any articles warrant
12766         it.
12767         (spam-summary-prepare-exit): Change log message for nil group
12768         destinations.
12770 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
12772         * spam.el (spam-report-resend-register-routine): Allow
12773         spam-report-resend-to to be a group parameter or a global value.
12775 2004-05-26  Simon Josefsson  <jas@extundo.com>
12777         * starttls.el: Merge with my GNUTLS based starttls.el.
12778         (starttls-gnutls-program, starttls-use-gnutls)
12779         (starttls-extra-arguments, starttls-process-connection-type)
12780         (starttls-connect, starttls-failure, starttls-success): New
12781         variables.
12782         (starttls-program, starttls-extra-args): Doc fix.
12783         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
12784         functions.
12785         (starttls-negotiate, starttls-open-stream): Check
12786         `starttls-use-gnutls' and pass on to corresponding *-gnutls
12787         function if it is set.
12789 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12791         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
12792         structured fields.
12794 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12796         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
12798 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
12800         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
12801         variable.
12802         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
12803         assigning the spam-mark to new messages.
12805 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
12807         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
12809 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12811         * rfc2047.el (rfc2047-encodable-p): Don't move point.
12812         (rfc2047-decode): Treat the ascii coding-system as raw-text by
12813         default.
12815 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
12817         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
12818         correct data.
12820 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
12822         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
12823         (spam-group-processor-p): Fix function.
12824         (spam-group-processor-multiple-p)
12825         (spam-group-spam-processor-report-gmane-p)
12826         (spam-group-spam-processor-report-resend-p)
12827         (spam-group-spam-processor-bogofilter-p)
12828         (spam-group-spam-processor-blacklist-p)
12829         (spam-group-spam-processor-ifile-p)
12830         (spam-group-ham-processor-ifile-p)
12831         (spam-group-spam-processor-spamoracle-p)
12832         (spam-group-spam-processor-crm114-p)
12833         (spam-group-ham-processor-bogofilter-p)
12834         (spam-group-spam-processor-stat-p)
12835         (spam-group-ham-processor-stat-p)
12836         (spam-group-ham-processor-whitelist-p)
12837         (spam-group-ham-processor-BBDB-p)
12838         (spam-group-ham-processor-spamoracle-p)
12839         (spam-group-ham-processor-copy-p): Remove functions with some
12840         prejudice against unneeded code.
12841         (spam-report-articles-resend)
12842         (spam-report-resend-register-routine): Allow the group/topic
12843         spam-resend-to value to override spam-report-resend-to.
12844         (spam-summary-prepare-exit): Invoke spam-group-processor-p
12845         properly now.
12847         * gnus.el (spam-resend-to): Add group/topic parameter.
12848         (spam-process): Move the OBSOLETE processors to the end of the
12849         choices.
12851 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
12853         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
12854         with resend-to set to nil, and then ask the user if necessary.
12855         (spam-report-resend): spam-report-resend takes a list of articles, not
12856         separate article numbers.
12858 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12860         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
12861         addition to emacs-w3m.
12863 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12865         * assistant.el (assistant-authinfo-data): New function.
12866         (assistant-eval): Eval for entire assistant.
12868         * netrc.el (netrc-services-file): New variable.
12869         (netrc-parse-services): New function.
12870         (netrc-find-service-name): New function.
12871         (netrc-find-service-number): New function.
12872         (netrc-port-equal): New function.
12873         (netrc-machine): Use it.
12875         * nnimap.el (nnimap-open-connection): Use netrc.
12877         * gnus-util.el (gnus-netrc-get): Remove aliases.
12879         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
12881         * assistant.el (wid-edit): Fix compilation.
12883         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
12885 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
12887         * gnus-util.el (gnus-set-file-modes): New function.  (small
12888         patch).
12890 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12892         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
12894         * assistant.el (assistant-render-node): Fix up rendering and
12895         read-only text.
12896         (assistant-render-node): Reset.
12897         (assistant-make-read-only): Not sticky.
12899 2004-05-20  Danny Siu  <dsiu@adobe.com>
12901         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12902         centered even when gnus-auto-center-summary is t
12904 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12906         * dns.el (dns-get-txt-answer): New function.
12907         (dns-read-txt): Ditto.
12908         (query-dns): Use it.
12910 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12912         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12913         active for foreign groups even if the group level is higher than
12914         the specified value.
12916 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12918         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12919         non-active groups.
12921         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
12923 2004-05-20  Magnus Henoch  <mange@freemail.hu>
12925         * dns.el (dns-read-type): Add support for SVR.  (small patch)
12927 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12929         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12930         (spam-crm114-header, spam-crm114-spam-switch)
12931         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12932         (spam-crm114-positive-spam-header)
12933         (spam-crm114-database-directory, spam-list-of-processors)
12934         (spam-group-spam-processor-crm114-p)
12935         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12936         (spam-generic-score, spam-list-of-checks)
12937         (spam-list-of-statistical-checks, spam-registration-functions)
12938         (spam-check-crm114-headers, spam-crm114-score)
12939         (spam-check-crm114, spam-crm114-register-with-crm114)
12940         (spam-crm114-register-spam-routine)
12941         (spam-crm114-unregister-spam-routine)
12942         (spam-crm114-register-ham-routine)
12943         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
12944         asjo@koldfront.dk (Adam Sjøgren).
12946         * gnus.el: Add spam-use-crm114.
12948         * spam.el (spam-list-of-processors, spam-registration-functions):
12949         Add spam-use-resend.
12950         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12951         (spam-report-articles-gmane): Add doc fix.
12952         (spam-report-articles-resend, spam-report-resend-register-routine):
12953         Add wrappers around spam-report-resend-to.
12955         * spam-report.el (spam-report-resend-to, spam-report-resend):
12956         Add support for resending spam.
12957         (spam-report-gmane): Fix line length >80.
12959         * gnus.el (spam-process): Add spam-use-resend.
12961 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12963         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12964         number of processed spam messages.
12965         (spam-ham-copy-or-move-routine): Return the number of processed
12966         ham messages.
12967         (spam-summary-prepare-exit): Use the above values to decide
12968         whether status messages shouled be displayed.
12970 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12972         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12973         `rfc2047-encoding-function-alist' in order to avoid conflicting
12974         with the old version.
12975         (rfc2047-encode-region): Concatenate words containing non-ASCII
12976         characters in structured fields; don't encode space-delimited
12977         ASCII words even in unstructured fields; don't break words at
12978         char-category boundaries.
12979         (rfc2047-encode-1): New function.
12980         (rfc2047-encode): Use it; encode text so that it occupies the
12981         maximum width within 76-column; work correctly on Q encoding for
12982         iso-2022-* charsets.
12983         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12984         sure not to break a line just after the header name.
12985         (rfc2047-b-encode-region): Removed.
12986         (rfc2047-b-encode-string): New function.
12987         (rfc2047-q-encode-region): Removed.
12988         (rfc2047-q-encode-string): New function.
12990         * mm-util.el (mm-replace-in-string): New function.
12992 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12994         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12995         get it right.
12996         (gnus-inews-make-draft): Really.
12998 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13000         * nnmh.el (nnmh-request-list-1): Don't check the link count
13001         before descending.  (small patch)
13003 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13005         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13006         stuff.
13008         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13009         on real group name.
13011         * gnus-art.el (gnus-signature-limit): Doc fix.
13013         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13015 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13017         * gnus-draft.el (gnus-draft-send): Bind
13018         rfc2047-encode-encoded-words.
13020         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13021         (rfc2047-encodable-p): Say that =? needs encoding.
13022         (rfc2047-encode-encoded-words): New variable.
13024         * gnus-group.el (gnus-group-select-group): Doc fix.
13026         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13028         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13029         to nil.
13031         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13033         * nnheader.el (nnheader-get-lines-and-char): New function.
13035 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13037         * gnus-msg.el (gnus-summary-followup-with-original): Document
13038         yanking of region when active.
13040 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13042         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13043         groups if the group level is higher than the specified value.
13045 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13047         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13048         (gnus-group-jump-to-group): Added prefix argument using
13049         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13050         non-active group.
13052         * compface.el (uncompface): Be verbose when changing
13053         `uncompface-use-external'.
13055         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13056         handle manual section.
13058 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13060         * gnus-art.el (gnus-button-alist): Revert previous change.
13062 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13064         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13066 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13068         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13069         whether backend can accept message.
13071         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13073 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13075         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13076         Avoid creating directory when nntp-marks-is-evil is true.
13077         Reported by Reiner Steib.
13079 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13081         * gnus-picon.el (gnus-picon-style): New variable.
13082         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13083         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13084         Jesper Harder <harder@ifa.au.dk>.
13086 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13088         * message.el (message-fill-field): Return point.
13089         (message-generate-headers): Go to end of field.
13091         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13092         stuff for non-living groups.
13094 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13096         * gnus-art.el (gnus-article-followup-with-original)
13097         (gnus-article-reply-with-original): gnus-mark-active-p ->
13098         gnus-region-active-p.
13100 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13102         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13103         only when there is spam or ham to be processed.
13105 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13107         * mail-source.el (mail-source-delete-crash-box): Refactor.
13108         (mail-source-fetch): Use it.
13109         (mail-source-fetch-file): Ditto.
13110         (mail-source-fetch-directory): Run postscript in loop.
13111         (mail-source-fetch-pop): Delete.
13112         (mail-source-fetch-maildir): Ditto.
13113         (mail-source-fetch-imap): Ditto.
13115         * imap.el (imap-authenticators): Comment out sasl.
13117         * message.el (message-skip-to-next-address): New function.
13118         (message-fill-header-address): Refactor.
13119         (message-fill-address): Use it.
13120         (message-delete-address): Use it.
13121         (message-fill-header-general): Refactor.
13122         (message-fill-field-address): Rename.
13123         (message-narrow-to-field): Find the start of the header.
13124         (message-header-format-alist): Don't pre-fill.
13125         (message-fill-header): Removed.
13126         (message-insert-header): New function.
13127         (message-shorten-references): Use it.
13129         * rfc2047.el (rfc2047-field-value): Strip props.
13131         * mail-parse.el (mail-header-make-address): New alias.
13133         * ietf-drums.el (ietf-drums-make-address): New function.
13135         * imap.el: Add compiler directives.
13137         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13139         * gnus-art.el (article-decode-idna-rhs): Don't use
13140         message-idna-inside-rhs-p.
13142 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13144         * message.el (message-idna-inside-rhs-p): Removed.
13145         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13147         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13148         false positives.
13150 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13152         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13154 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13156         * nneething.el (nneething-file-name): Don't create spurious
13157         files.
13159         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13160         (gnus-inews-do-gcc): Remove sleep.
13162         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13163         part under point.
13165         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13166         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13168 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13170         * spam.el (spam-summary-prepare-exit): Fixed (length).
13172 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13174         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13175         as expired without moving it" message when there are spam
13176         messages left.
13178 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13180         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13181         header is not nil.
13183 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13185         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13186         nntp-possibly-create-directory, not nntp-possibly-change-group.
13187         (nntp-marks-changed-p): New arg SERVER.
13188         (nntp-request-update-info): Adjust caller.
13190 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13192         * nntp.el (nntp-save-marks): Pass missing arg.
13194 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13196         * nntp.el: Support marks.
13197         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13198         (nntp-marks-modtime, nntp-marks-directory): New variables.
13199         (nntp-request-set-mark, nntp-request-update-info)
13200         (nntp-possibly-create-directory, nntp-marks-changed-p)
13201         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13202         functions.
13204 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13206         * gnus-score.el (gnus-score-insert-help): Use
13207         gnus-select-lowest-window.
13209         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13210         appt-select-lowest-window and rename to gnus-select-lowest-window.
13212         * gnus.el: do.
13214 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13216         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13217         encodings of MIME-encoded words, in order to improve
13218         interoperability with several broken MUAs.
13220 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13222         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13223         tags, only when charsets are not specified in headers.
13224         (mm-inline-text-html-render-with-w3m): Ditto.
13226 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13228         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13229         instead of MIME-decoded from fields when checking
13230         `gnus-article-address-banner-alist'.
13232 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13234         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13235         description rather than subject.
13237 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13239         * gnus.el (gnus-version-number): Bump.
13241 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13243         * gnus.el: No Gnus v0.2 is released.
13245 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13247         * gnus-agent.el (gnus-agent-read-agentview): Inline
13248         gnus-uncompress-range.
13250 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13252         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13253         `exec-installed-p'.
13255 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13257         * gnus.el (spam-process, spam-autodetect-methods): Add
13258         bsfilter and bsfilter-headers.
13260         * spam.el (spam-bsfilter): New customize group.
13261         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13262         (spam-bsfilter-header, spam-bsfilter-probability-header)
13263         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13264         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13265         (spam-bsfilter-database-directory): New options.
13266         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13267         (spam-list-of-statistical-checks, spam-registration-functions):
13268         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13269         (spam-bsfilter-score): New command.
13270         (spam-check-bsfilter-headers, spam-check-bsfilter)
13271         (spam-bsfilter-register-with-bsfilter)
13272         (spam-bsfilter-register-spam-routine)
13273         (spam-bsfilter-unregister-spam-routine)
13274         (spam-bsfilter-register-ham-routine)
13275         (spam-bsfilter-unregister-ham-routine): New functions.
13276         (spam-generic-score): Support bsfilter; Accept an optional argument
13277         to recalcurate spam score even if scoring header has already been
13278         added.
13279         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13280         optional argument to recalcurate spam score even if scoring header
13281         has already been added.
13283 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13285         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13286         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13287         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13288         link is missing.
13290 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13292         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13293         (html2text-get-attr): Rewrite.
13295         * message.el (message-setup-1): Remove redundant put-text-property
13296         on mail-header-separator.
13298 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13300         * gnus-registry.el (gnus-registry-cache-whitespace)
13301         (gnus-registry-action, gnus-registry-spool-action)
13302         (gnus-registry-split-fancy-with-parent): Change message levels
13303         from 5 to 3 or 7, as needed.
13305         * spam.el (spam-summary-prepare-exit)
13306         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13307         (spam-split, spam-find-spam, spam-log-undo-registration)
13308         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13309         level from 5 to 6.
13311 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13313         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13314         2004-03-04 change).
13316 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13318         * sieve-manage.el (sieve-manage-open):
13319         * nnweb.el (nnweb-insert-html):
13320         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13321         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13322         * nnspool.el (nnspool-request-group):
13323         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13324         * nnml.el (nnml-request-update-info):
13325         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13326         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13327         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13328         (nnimap-request-set-mark):
13329         * nnfolder.el (nnfolder-request-update-info):
13330         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13331         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13332         * gnus-uu.el (gnus-uu-find-articles-matching):
13333         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13334         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13335         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13336         * gnus-nocem.el (gnus-nocem-scan-groups):
13337         * gnus-int.el (gnus-start-news-server):
13338         * gnus-group.el (gnus-group-make-kiboze-group)
13339         (gnus-group-browse-foreign-server):
13340         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13341         Use mapc when appropriate.
13343 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13345         FIXME: Make separate entries for each person.
13347         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13348         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13349         <shields@msrl.com>:
13351         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13352         may need for spam sorting and scoring.
13353         (spam-user-format-function-S): Add user format function suitable for
13354         general use.
13355         (spam-article-sort-by-spam-status): Add sorting function for summary
13356         sorting.
13357         (spam-extra-header-to-number): Add function to get a score from a
13358         header.
13359         (spam-summary-score): Add function to  get a numeric score from the
13360         headers.
13361         (spam-generic-score): Fix function doc, was in wrong place.
13362         (spam-initialize): Take symbols when it's run, and install the
13363         extra headers that spam-necessary-extra-headers thinks we need.
13365 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13367         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13368         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13370 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13372         * gnus-sum.el (gnus-set-global-variables)
13373         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13374         (gnus-article-get-xrefs, gnus-summary-best-group)
13375         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13376         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13377         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13378         Use with-current-buffer.
13380 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13382         * spam.el (spam-summary-prepare-exit): Simplify logic.
13383         (spam-fetch-article-header): Read the article header if it's not
13384         available.
13385         (spam-list-articles): Simplify logic.
13386         (spam-filelist-register-routine): Fix bug with unregister-list.
13388         * gnus-registry.el: Fix comments at beginning.
13390 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13392         * message.el (message-cater-to-broken-inn): Remove.
13393         (message-shorten-references): Make sure the total folded length of
13394         References is shorter than 998 characters to cater to a bug in INN
13395         2.3.  Also, don't pretend that references aren't folded -- this
13396         hasn't worked for a while.
13398 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13400         * gnus-agent.el (gnus-agentize):
13401         gnus-agent-send-mail-real-function no longer set to current value
13402         of message-send-mail-function but rather a lambda that calls
13403         message-send-mail-function.  The change makes the agent real-time
13404         responsive to user changes to message-send-mail-function.
13406 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13408         * legacy-gnus-agent.el
13409         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13410         help from Florian Weimer <fw@deneb.enyo.de>
13412 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13414         * nnmail.el (nnmail-cache-insert): Revert last change.
13416 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13418         * nnmail.el (nnmail-cache-insert): Always check whether
13419         nnmail-cache-ignore-groups matches a group name.
13421 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13423         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13424         (spam-find-spam, spam-log-processing-to-registry)
13425         (spam-log-registered-p, spam-log-unregistration-needed-p)
13426         (spam-log-undo-registration): Use gnus-message instead of
13427         gnus-error, none of these errors are fatal.
13429         * gnus-registry.el (gnus-registry-clean-empty-function)
13430         (gnus-registry-clean-empty): Remove only empty entries without
13431         extra data.
13433 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13435         * spam-stat.el (spam-stat-buffer-change-to-spam)
13436         (spam-stat-buffer-change-to-non-spam): Change (error) to
13437         (gnus-message 8) invocation.
13439 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13441         * nntp.el (nntp-via-netcat-command): New variable.
13442         (nntp-via-netcat-switches): New variable.
13443         (nntp-open-via-rlogin-and-netcat): New function.
13444         (nntp-open-connection-function): Doc fix.
13445         (nntp-telnet-command): Doc fix.
13446         (nntp-end-of-line): Doc fix.
13447         (nntp-via-rlogin-command): Doc fix.
13448         (nntp-via-user-name): Doc fix.
13449         (nntp-via-address): Doc fix.
13451 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13453         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13454         error in Emacs 21.1.
13456 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13458         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13460 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13462         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13463         (gnus-agent-with-refreshed-group): New macro.
13464         (gnus-agent-rename-group): New function.
13465         (gnus-agent-delete-group): New function.
13466         (gnus-agent-save-group-info): Use gnus-command-method when
13467         `method' parameter is nil.  Don't write nil entries into the
13468         active file.
13469         (gnus-agent-get-group-info): New function.
13470         (gnus-agent-fetch-articles): Use
13471         gnus-agent-update-files-total-fetched-for to increment disk space
13472         used.
13473         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13474         gnus-agent-update-view-total-fetched-for to increment disk space
13475         used.
13476         (gnus-agent-get-local): Added optional parameters to avoid calling
13477         gnus-group-real-name and gnus-find-method-for-group.
13478         (gnus-agent-set-local): Delete stored entry if either min, or max,
13479         are nil.
13480         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13481         quit, use gnus-agent-regenerate-group to record existence of any
13482         articles fetched to disk before the quit occurred.
13483         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13484         gnus-agent-update-view-total-fetched-for, and
13485         gnus-agent-update-files-total-fetched-for to decrement disk space
13486         used.
13487         (gnus-agent-retrieve-headers): Use
13488         gnus-agent-update-view-total-fetched-for to increment disk space
13489         used.
13490         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13491         with gnus-agent-update-files-total-fetched-for to decrement disk
13492         space and fresh group buffer.
13493         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13494         (gnus-agent-need-update-total-fetched-for): New variable.
13495         (gnus-agent-update-files-total-fetched-for): New function.
13496         (gnus-agent-update-view-total-fetched-for): New function.
13497         (gnus-agent-total-fetched-for): New function.
13499         * gnus-cache.el (gnus-cache-save-buffers): Use
13500         gnus-cache-update-overview-total-fetched-for to change disk space
13501         used by this group.
13502         (gnus-cache-possibly-enter-article): Use
13503         gnus-cache-update-file-total-fetched-for to increment disk space
13504         used by this group.
13505         (gnus-cache-possibly-remove-article): Use
13506         gnus-cache-update-file-total-fetched-for to decrement disk space
13507         used by this group.
13508         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13509         (gnus-cache-rename-group): New function.
13510         (gnus-cache-delete-group): New function.
13511         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13512         (gnus-cache-need-update-total-fetched-for): New variable.
13513         (gnus-cache-with-refreshed-group): New macro.
13514         (gnus-cache-update-file-total-fetched-for): New function.
13515         (gnus-cache-update-overview-total-fetched-for): New function.
13516         (gnus-cache-rename-group-total-fetched-for): New function.
13517         (gnus-cache-delete-group-total-fetched-for): New function.
13518         (gnus-cache-total-fetched-for): New function.
13520         * gnus-group.el: Require gnus-sum and autoload functions to
13521         resolve warnings when gnus-group.el compiled alone.
13522         (gnus-group-line-format): Documented new %F.
13523         (size of Fetched data) group line format; identifies disk space
13524         used by agent and cache.
13525         (gnus-group-line-format-alist): Defined new F format.
13526         (gnus-total-fetched-for): New function.
13527         (gnus-group-delete-group): No longer update
13528         gnus-cache-active-altered as gnus-request-delete-group now keeps
13529         the cache in sync.
13530         (gnus-group-list-active): Let the agent store a server's active
13531         list if currently plugged.
13533         * gnus-int.el (gnus-request-delete-group):
13534         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13535         local disk in sync with the server.
13536         (gnus-request-rename-group):
13537         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13538         local disk in sync with the server.
13540         * gnus-start.el (gnus-get-unread-articles):
13541         Cosmetic simplification to logic.
13543         * gnus-util.el (gnus-rename-file): New function.
13545 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13547         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13549 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13551         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13552         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13554 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13556         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13557         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13559 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13561         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13563 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13565         * spam.el (spam-set-difference): Add function to replace
13566         gnus-set-difference in spam.el.
13567         (spam-summary-prepare-exit): Use spam-set-difference.
13569 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13571         * gnus-registry.el (gnus-registry-cache-file): Update to use
13572         gnus-dribble-directory OR gnus-home-directory OR ~.
13573         (gnus-registry-split-fancy-with-parent): Fix doc.
13575 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13577         * message.el (message-exchange-point-and-mark): Use
13578         message-mark-active-p.  Suggested by Jesper Harder
13579         <harder@ifa.au.dk>.
13581 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13583         * message.el (message-exchange-point-and-mark): Don't activate
13584         region if it was inactive.  Suggested by Hiroshi Fujishima
13585         <pooh@nature.tsukuba.ac.jp>.
13587 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13589         * gnus-art.el (article-display-face): Display Faces in the same
13590         order as X-Faces.
13592 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13594         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13596 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13598         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13599         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13600         (gnus-article-mime-hierarchy): Remove.
13601         (gnus-article-mime-hierarchy-next): Remove.
13602         (gnus-article-mode): Revert 2004-03-19 change.
13603         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13604         (gnus-insert-mime-button): Revert 2004-03-19 change.
13605         (gnus-mime-accumulate-hierarchy): Remove.
13606         (gnus-mime-enter-multipart): Remove.
13607         (gnus-mime-leave-multipart): Remove.
13608         (gnus-mime-display-part): Revert 2004-03-19 change.
13609         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13611         * mml.el (mml-preview): Revert 2004-03-19 change.
13613 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13615         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13617 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13619         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13620         t while entering a file name using the mm-with-multibyte macro.
13621         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13623         * mm-util.el (mm-with-multibyte): New macro.
13625 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13627         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13628         user option.
13629         (gnus-mime-multipart-functions): Doc and customization fix.
13630         (gnus-article-mime-hierarchy): New variable.
13631         (gnus-article-mime-hierarchy-next): New variable.
13632         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13633         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13634         gnus-article-mime-hierarchy-next to nil.
13635         (gnus-insert-mime-button): Show hierarchy numbers.
13636         (gnus-mime-accumulate-hierarchy): New function.
13637         (gnus-mime-enter-multipart): New function.
13638         (gnus-mime-leave-multipart): New function.
13639         (gnus-mime-display-part): Recompute hierarchical MIME structure.
13640         (gnus-mime-display-alternative): Show hierarchy numbers.
13642         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13643         gnus-article-mime-hierarchy-next to nil.
13645 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
13647         * dns.el: Don't require gnus-xmas.
13649 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
13651         * mml.el (mml-generate-mime-1): Don't use format=flowed with
13652         inline PGP.
13653         (mml-menu): Disable mml-quote-region if mark is inactive.
13655 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13657         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13658         when the group's active is not available.
13660 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13662         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13663         error.
13665 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
13667         * imap.el (imap-store-password): New variable.
13668         (imap-interactive-login): Use it.
13669         Suggested by Mark Plaksin <happy@mcplaksin.org>.
13671 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13673         * gnus-art.el (gnus-article-read-summary-keys): Restore new
13674         window-start and hscroll to summary window.
13676 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13678         * gnus-start.el (gnus-convert-old-newsrc): Only write the
13679         conversion message to newsrc-dribble when an actual conversion is
13680         performed.
13682 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
13684         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13686 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13688         * mm-decode.el (mm-complicated-handles): New function reviving
13689         former definition of mm-multiple-handles.
13691         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13692         (gnus-mime-delete-part): Use it.
13694 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13696         * gnus-agent.el (gnus-agent-read-local): Bind
13697         nnheader-file-coding-system to gnus-agent-file-coding-system to
13698         avoid the implicit assumption that they will always be equal.
13699         (gnus-agent-save-local): Bind buffer-file-coding-system, not
13700         coding-system-for-write, as the with-temp-file macro first prints
13701         to a buffer then saves the buffer.
13703 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13705         * gnus-art.el (gnus-article-edit-part): New function.
13706         (gnus-mime-save-part-and-strip): Use it; do query instead of
13707         signaling an error; don't use mm-multiple-handles.
13708         (gnus-mime-delete-part): Ditto.
13710 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13712         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13713         old file versions.
13714         (gnus-group-prepare-hook): Removed function that converted list
13715         form of gnus-agent-expire-days to group properties.
13717         * gnus-int.el: Autoload gnus-agent-regenerate-group.
13718         (gnus-request-accept-article): Re-indented.
13720         * gnus-start.el (gnus-convert-old-newsrc): Registered new
13721         converters to handle old agent file formats.  Added logic for a
13722         "backup before upgrading warning".
13723         (gnus-convert-mark-converter-prompt): Developers can mark
13724         functions as needing (default), or not needing,
13725         gnus-convert-old-newsrc's "backup before upgrading warning".
13726         (gnus-convert-converter-needs-prompt): Tests whether the user
13727         should be protected from potentially irreversable changes by the
13728         function.
13730         * legacy-gnus-agent.el: New.  Provides converters that are only
13731         loaded when gnus-convert-old-newsrc needs to call them.
13733 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13735         * mail-source.el (mail-source-touch-pop): Doc fix.
13737         * message.el (message-smtpmail-send-it): Doc fix.
13739 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
13741         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
13743         * nnmail.el (nnmail-split-fancy): do.
13745         * gnus-kill.el (gnus-kill, gnus-execute): do.
13747 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13749         * gnus-sum.el (gnus-widget-reversible-match)
13750         (gnus-widget-reversible-to-internal)
13751         (gnus-widget-reversible-to-external): New functions.
13752         (gnus-widget-reversible): New widget.
13753         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
13755 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
13757         * gnus-sum.el (gnus-thread-sort-functions)
13758         (gnus-article-sort-functions): Document `(not F)' items.
13760 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13762         * spam.el (spam-use-gmane-xref): Add new backend.
13763         (spam-gmane-xref-spam-group): Add variable to control the name of the
13764         Gmane spam group.
13765         (spam-blackhole-servers, spam-blackhole-good-server-regex)
13766         (spam-regex-headers-spam, spam-regex-headers-ham)
13767         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13768         (spam-list-of-checks): Add spam-use-gmane-xref to list of
13769         backends and checks.
13770         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
13772         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13773         an autodetect method.
13775 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13777         * gnus-int.el (gnus-request-accept-article): Inform the agent that
13778         articles are being added to a group.
13779         (gnus-request-replace-article): Inform the agent that articles
13780         need to be uncached as the cached contents are no longer valid.
13782 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13784         * binhex.el: Don't autoload executable-find.
13786         * canlock.el: Don't autoload mail-fetch-field.
13788         * gnus-ems.el: Don't autoload appt-select-lowest-window.
13790         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
13791         rmail-dont-reply-to and rmail-output.
13793         * gnus-score.el: Don't autoload ffap-string-at-point.
13795         * gnus-setup.el: Don't autoload sc-cite-original.
13797         * imap.el: Don't autoload base64-decode-string,
13798         base64-encode-string and md5.
13800         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
13801         and rmail-msg-restore-non-pruned-header.
13803         * mm-decode.el: Don't autoload executable-find.
13805         * mm-url.el: Don't autoload executable-find.
13807         * mm-view.el: Don't autoload diff-mode.
13809         * nndb.el: Don't autoload news-reply-mode, news-setup,
13810         cancel-timer and telnet.
13812         * password.el: Don't autoload run-at-time for Emacs.
13814         * sha1-el.el: Don't autoload executable-find.
13816         * sieve-mode.el: Don't autoload c-mode.
13818         * uudecode.el: Don't autoload executable-find.
13820 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13822         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
13823         (gnus-agent-possibly-alter-active): Avoid null in numeric
13824         comparison.
13825         (gnus-agent-set-local): Refuse to save null in local object table.
13826         (gnus-agent-regenerate-group): The REREAD parameter can now be a
13827         list of articles that will be marked as unread.
13829 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13831         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
13833 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
13835         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
13836         language tags.
13838 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
13840         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
13841         Don't bind "obarray".
13843         * gnus-sum.el (gnus-thread-sort-functions): Added
13844         `gnus-thread-sort-by-most-recent-number' and
13845         `gnus-thread-sort-by-most-recent-date'.
13846         Reported by Kai Grossjohann <kai@emptydomain.de>.
13848 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13850         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
13852 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13854         * gnus-cus.el (gnus-agent-customize-category): Removed
13855         ignore-errors macro reference that required cl to be loaded at
13856         run-time.
13858         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
13859         single-interval range of the form (min . max).  Previously the
13860         range had to look like ((min . max)).  Likewise, return
13861         (min . max) rather than ((min . max)).
13862         (gnus-range-map): Use gnus-range-normalize to accept
13863         single-interval range.
13865         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
13866         the cache, but not the agent, now appear with their usual face.
13868 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13870         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
13871         w3m-safe-url-regexp variable buffer-local.
13873         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13875 2004-02-27  Simon Josefsson  <jas@extundo.com>
13877         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
13878         gnus-group-real-prefix.
13879         (gnus-summary-move-article): Use it, instead of
13880         gnus-group-real-prefix.
13882 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13884         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
13885         w3m-safe-url-regexp variable buffer-local and set it as the value
13886         of mm-w3m-safe-url-regexp.
13888         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13890         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
13891         parsing gnus-posting-styles when the message is not for replying.
13893         * nnrss.el (nnrss-opml-export): Use
13894         mm-set-buffer-file-coding-system instead of
13895         set-buffer-file-coding-system.
13897 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
13899         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13900         of checkdoc.el).
13901         * nnrss.el: do.
13902         * gnus-mlspl.el: do.
13903         * gnus-ml.el: do.
13904         * gnus-srvr.el: do.
13906         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
13908 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13910         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13911         Corrections to custom-manual links.
13913         * gnus-art.el (gnus-article): Ditto.
13915         * mm-decode.el (mime-display, mime-security): Ditto.
13917 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13919         * flow-fill.el: Typo.
13921 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
13923         * spam-wash.el: New file.
13925 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
13927         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
13929 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13931         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13932         to be run with new-articles as LIST1, not LIST2.
13933         (spam-registration-functions): Add spam-use-ham-copy as a nil
13934         registration backend.
13936 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13938         * spam-stat.el (spam-stat-washing-hook): New option.
13939         (spam-stat-buffer-words): Use it.
13940         (spam-stat-process-directory, spam-stat-test-directory): Use
13941         insert-file-contents-literally.
13942         (spam-stat-coding-system): New variable.
13943         (spam-stat-load, spam-stat-save): Use it.
13945 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13947         * spam-report.el (spam-report-plug-agent): Quote
13948         spam-report-url-to-file and spam-report-url-ping-plain.
13950 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
13952         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13953         / in mailto URLs.
13955 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13957         * spam-report.el (spam-report-process-queue): Fix interactive use.
13958         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13959         (spam-report-unplug-agent): Doc fixes.
13960         (spam-report-url-ping-mm-url, spam-report-url-to-file)
13961         (spam-report-agentize, spam-report-deagentize): Autoload
13963 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13965         * message.el (message-setup-fill-variables): Add mml tags to
13966         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
13967         <ajk@iu.edu>.
13968         (message-mode): Don't modify paragraph-separate there.
13970 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13972         * compface.el (uncompface-use-external): Default to undecided.
13973         (uncompface-use-external-threshold): New variable.
13974         (uncompface-float-time): New macro.
13975         (uncompface): Determine whether to use the external decoder if
13976         uncompface-use-external is undecided.
13978 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13980         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13981         after images.
13983         * gnus-art.el (gnus-mime-display-single): Remove dead code.
13985 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
13987         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
13989         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
13991         * gnus-sum.el (gnus-summary-limit-to-age)
13992         (gnus-summary-limit-children): do.
13994         * gnus-int.el (gnus-request-scan): do.
13996         * gnus-group.el (gnus-group-suspend): do.
13998         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14000         * gnus-cite.el (gnus-cite-parse-attributions): do.
14002         * gnus-agent.el (gnus-summary-set-agent-mark)
14003         (gnus-agent-regenerate-group): do.
14005         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14007         * binhex.el (binhex-decode-region-internal): do.
14009 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14011         * gnus-fun.el (gnus-face-properties-alist): New user option.
14012         (gnus-display-x-face-in-from): Use it.
14014         * gnus-art.el (article-display-face): Ditto.
14016         * compface.el (uncompface-use-external): Default to nil.
14018 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14020         * nntp.el (nntp-erase-buffer): New function.
14021         (nntp-retrieve-data, nntp-send-command)
14022         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14023         (nntp-possibly-change-group): Use it.
14025         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14026         with-current-buffer.
14028 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14030         * compface.el: Merge the ELisp-based uncompface program.
14031         (compface): New customization group.
14032         (uncompface-use-external): New user option.
14033         (uncompface): Call uncompface-internal if uncompface-use-external
14034         is nil.
14035         (uncompface-internal): New function.  Note that there are also
14036         some other functions and variables added for this function.
14038 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14040         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14041         if necessary.
14043 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14045         * spam-report.el (spam-report-unplug-agent)
14046         (spam-report-plug-agent, spam-report-deagentize)
14047         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14048         Add support for the Agent in spam-report: when unplugged, report to a
14049         file; when plugged, submit all the requests.
14051         * spam.el (spam-register-routine): Fix message about
14052         registration.
14054 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14056         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14057         dependencies.
14058         (rfc2047-encode): Use it.
14060         * gnus-art.el (gnus-button-marker-list): Move before first
14061         reference.
14063         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14064         (imap-parse-body): Fix format string mismatch.
14066         * gnus-score.el (gnus-summary-increase-score): do.
14068         * nnrss.el (nnrss-close): New function.
14070 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14072         * nnrss.el (nnrss-make-filename): New function.
14073         (nnrss-request-delete-group, nnrss-read-server-data)
14074         (nnrss-save-server-data, nnrss-read-group-data)
14075         (nnrss-save-group-data): Use it.
14076         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14077         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14078         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14080 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14082         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14084 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14086         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14087         files.
14089         * message.el (message-generate-headers-first): Don't quote nil
14090         and t in docstrings.
14092         * imap.el (imap-id): do.
14094         * gnus-agent.el (gnus-agent-consider-all-articles)
14095         (gnus-agent-queue-mail): do.
14097 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14099         * spam-report.el (spam-report-process-queue): New function.
14100         Process requests from `spam-report-requests-file'.
14101         (spam-report-process-queue): Doc fix.
14103 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14105         * spam.el (spam-register-routine)
14106         (spam-log-processing-to-registry, spam-log-registered-p)
14107         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14108         Change "check" to "spam-check" for semi-clarity.
14110 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14112         * pop3.el: Require nnheader.
14114         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14116         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14118         * gnus-picon.el: Require cl.
14120         * gnus-fun.el: Require gnus-ems and gnus-util.
14122         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14124         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14126         * gnus-art.el (gnus-article-edit-mode): Define before first
14127         reference.
14129 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14131         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14132         (gnus-uu-post-encoded): Use point-at-bol.
14134         * gnus-topic.el (gnus-group-active-topic-p): do.
14136         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14138         * gnus-group.el (gnus-group-kill-region): do.
14140         * gnus-art.el (article-date-ut): do.
14142         * message.el (message-fetch-field): Remove redundant
14143         case-fold-search binding.
14144         (message-narrow-to-field): Simplify.
14146 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14148         * spam.el (spam-directory): Derive from `gnus-directory'.
14150         * spam-report.el (spam-report-url-to-file)
14151         (spam-report-requests-file): New function and variable for offline
14152         reporting.
14153         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14154         and user defined function.
14155         (spam-report-url-ping-mm-url): Remove doubled slash.
14157 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14159         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14161 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14163         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14164         format string mismatch.
14166         * sieve.el (sieve-deactivate-all): do.
14168         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14170         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14172         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14174         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14176 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14178         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14179         the list of checks.
14181 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14183         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14184         padding.
14186 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14188         * mm-view.el (mm-fill-flowed): New variable.
14189         (mm-inline-text): Use it.
14191 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14193         * spam.el (spam-spamassassin-register-ham-routine)
14194         (spam-spamassassin-register-spam-routine): Fix function names.
14196 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14198         * gnus.el (gnus-tmp-grouplens): Remove.
14199         (gnus-summary-line-format): Remove grouplens.
14201         * gnus-group.el (gnus-group-line-format): Ditto.
14203         * gnus-spec.el (gnus-format-specs): Ditto.
14204         (gnus-update-format-specifications): Flush the group format spec
14205         cache if there's the grouplens stuff.
14206         (gnus-parse-simple-format): Replace %l with the empty string.
14208 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14210         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14211         omission.
14213 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14215         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14216         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14218 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14220         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14221         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14222         New macros and functions.
14223         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14224         Handle > NLINK_MAX messages.
14225         * nnmaildir.el (nnmaildir-request-set-mark): Use
14226         nnmaildir--emlink-p and nnmaildir--eexist-p.
14228 2004-01-25  Alex Schroeder  <alex@gnu.org>
14230         * spam-stat.el (spam-stat-process-directory-age): New option.
14231         (spam-stat-process-directory): Use it.
14233 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14235         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14236         (spam-stat-save): Accept prefix argument.
14238 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14240         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14241         links" error.
14243 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14245         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14246         compatibility with old .newsrc.eld files.
14248         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14250         * gnus-start.el (gnus-1): do.
14252         * gnus-group.el (gnus-group-line-format-alist): do.
14254         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14256         * gnus-gl.el: Remove.
14258 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14260         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14261         marks consisting of a single range {for example, (3 . 5)} rather
14262         than a list of a single range { ((3 . 5)) }.
14264 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14266         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14267         with-current-buffer.
14268         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14269         avoid consing a string.
14271         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14272         Remove obsolete entries for big5 and gb2312.
14274 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14276         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14277         uncompressed list.
14279 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14281         * spam-stat.el (spam-stat-strip-xref): New function.
14282         (spam-stat-process-directory): Use it.
14284         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14285         here -- it's done in message-fetch-field.
14287 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14289         * gnus-agent.el (gnus-agent-queue-mail)
14290         (gnus-agent-prompt-send-queue): New variables.
14291         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14292         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14293         "nndraft:queue" along to gnus-draft-send.  Use
14294         gnus-agent-prompt-send-queue.
14295         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14296         is "nndraft:queue".  Suggested by Gaute Strokkenes
14297         <gs234@srcf.ucam.org>
14299         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14300         (agent-enable-undownloaded-faces): Added.
14301         (gnus-agent-cat-groups): Use eval-and-compile, not
14302         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14303         method of gnus-agent-cat-groups even when the buffer has been
14304         evaled.
14305         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14306         delete gnus-agent-save-active-1.
14307         (gnus-agent-save-groups): Deleted.  Identical to
14308         gnus-agent-save-active.
14309         (gnus-agent-write-active): No longer adjust agent's copy of active
14310         file as agent's adjustments are now stored in their own
14311         file.  Removed optional parameter.
14312         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14313         servers.  Add use of min/max range limits from server's local
14314         file.
14315         (gnus-agent-save-alist): Removed unused optional argument.
14316         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14317         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14318         (gnus-agent-set-local): A per-server file that keeps min/max range
14319         limits for articles known to the agent.  Provides a fast mechanism
14320         for altering many active ranges.
14321         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14322         active file (local makes it unnecessary).
14323         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14325         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14326         (agent-enable-undownloaded-faces): Added.
14328         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14329         disable it when sending to "nndraft:queue".
14330         (gnus-group-send-queue): Add safety check to avoid sending queue
14331         when unplugged.
14333         * gnus-group.el (gnus-group-catchup): Use new
14334         gnus-sequence-of-unread-articles, not
14335         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14336         numbers of articles.  Use gnus-range-map to avoid having to
14337         uncompress the unread list.
14338         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14339         Fixed invalid ange-ftp reference.
14341         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14342         (gnus-sorted-range-intersection): Intersection of two ranges
14343         without requiring that they first be uncompressed.
14345         * gnus-start.el (gnus-activate-group): Unless blocked by the
14346         caller, possibly expand the active range to include both cached
14347         and agentized articles.
14348         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14349         multiple version-dependent converters.
14350         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14351         gnus-agent-save-active.
14352         (gnus-save-newsrc-file): Save dirty agent range limits.
14354         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14355         gnus-agent-possibly-alter-active.
14356         (gnus-adjust-marked-articles): Faster handling of simple lists
14358 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14360         * spam-stat.el (spam-stat-test-directory): New optional argument
14361         displays a list of files detected.  Suggested by Andrew Cohen
14362         <cohen@andy.bu.edu>.
14363         (spam-stat-buffer-words-with-scores): Don't narrow and change
14364         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14366 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14368         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14369         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14370         (spam-spamassassin-arguments)
14371         (spam-spamassassin-spam-flag-header)
14372         (spam-spamassassin-positive-spam-flag-header)
14373         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14374         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14375         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14376         (spam-list-of-processors, spam-list-of-checks)
14377         (spam-list-of-statistical-checks, spam-registration-functions)
14378         (spam-check-spamassassin-headers, spam-check-spamassassin)
14379         (spam-spamassassin-score)
14380         (spam-spamassassin-register-with-sa-learn)
14381         (spam-spamassassin-register-spam-routine)
14382         (spam-spamassassin-register-ham-routine)
14383         (spam-assassin-register-spam-routine)
14384         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14385         (spam-bogofilter-score): Fix to show article before scoring.
14387 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14389         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14390         default scoring function.
14391         (spam-generic-score): Call spam-spamassassin-score if
14392         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14393         spam-bogofilter-score otherwise.
14395         * gnus.el (spam-process, spam-autodetect-methods): Add
14396         spamassassin and spamassassin-headers.
14398 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14400         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14401         Suppress unnecessary messages.
14403 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14405         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14406         make-hash-table.
14408 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14410         * canlock.el (base64-encode-string): Don't autoload it.
14412 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14414         * run-at-time.el: Remove useless (require 'itimer),
14415         eval-and-compile and (featurep 'xemacs).
14417 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14419         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14420         GROUP is a virtual group.
14422 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14424         * gnus.el: Autoload `message-y-or-n-p'.
14426 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14428         * pgg-parse.el: Remove unnecessary (require 'custom).
14430         * pgg-def.el: do.
14432         * nnmail.el: do.
14434         * gnus-undo.el: do.
14436         * gnus-picon.el: do.
14438         * gnus-util.el: do.
14440 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14442         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14444 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14446         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14447         handle, as well as a list.
14449         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14450         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14451         (mm-w3m-cid-retrieve): Simplify.
14453 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14455         * message.el (message-kill-to-signature): Allow prefix arg to
14456         specify number of lines to keep before signature.
14458 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14460         * message.el (message-kill-to-signature): Change docstring.
14462 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14464         * canlock.el: Always require sha1-el.
14465         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14467         * message.el: Autoload sha1 only when compiling.
14469 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14471         * message.el (message-canlock-generate): Require sha1-el.
14473 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14475         * message.el (message-expand-name): Silence the byte compiler.
14477 2004-01-13  Simon Josefsson  <jas@extundo.com>
14479         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14480         Invoke gnus-score-mode.  Reported by
14481         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14483         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14484         Jim Blandy <jimb@redhat.com> (tiny change).
14486 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14488         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14490 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14492         * spam.el (spam-get-article-as-string): Update to use
14493         gnus-request-article-this-buffer, much simpler.
14494         (spam-get-article-as-buffer): Remove.
14496 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14498         * message.el (message-expand-name): Use EUDC if the user uses that.
14500 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14502         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14503         character for the encoding to avoid consing a string.
14505         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14506         unnecessarily.
14508         * mm-util.el (mm-replace-chars-in-string): Remove.
14510         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14511         of mm-replace-chars-in-string.
14513 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14515         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14517         * mm-util.el (mm-subst-char-in-string): Support inplace.
14519         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14520         a new string in every iteration.  Use shy groups.
14522 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14524         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14525         * gnus-soup.el (gnus-soup-group-brew):
14526         * gnus-msg.el (gnus-put-message):
14527         * gnus-move.el (gnus-group-move-group-to-server):
14528         * gnus-kill.el (gnus-batch-score):
14529         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14530         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14531         (gnus-group-update-group, gnus-group-read-group)
14532         (gnus-group-make-group, gnus-group-make-help-group)
14533         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14534         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14535         (gnus-group-sort-by-unread, gnus-group-catchup)
14536         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14537         (gnus-group-yank-group, gnus-group-set-info)
14538         (gnus-group-list-groups):
14539         * gnus.el (gnus-generate-new-group-name):
14540         * gnus-delay.el (gnus-delay-send-queue):
14541         * nnvirtual.el (nnvirtual-catchup-group):
14542         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14543         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14544         (gnus-group-prepare-topics, gnus-topic-check-topology):
14545         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14546         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14547         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14548         (gnus-group-make-articles-read):
14549         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14550         (gnus-group-change-level, gnus-kill-newsgroup)
14551         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14552         (gnus-get-unread-articles, gnus-make-articles-unread)
14553         (gnus-make-ascending-articles-unread): Use accessor
14554         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14555         to get group information for improved readability.
14557 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14559         * gnus-art.el (article-decode-mime-words, article-babel)
14560         (gnus-article-highlight-signature, gnus-article-add-buttons)
14561         (gnus-signature-toggle): Use gnus-with-article-buffer.
14563         * gnus-art.el (gnus-article-highlight-headers)
14564         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14566         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14567         (gnus-article-set-globals, gnus-request-article-this-buffer)
14568         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14569         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14570         (gnus-mime-display-alternative): Use with-current-buffer.
14572 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14574         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14575         also under 80 char limit, and call gnus-error if needed.
14576         (spam-fetch-article-header): Fix - it was a
14577         buffer-local variable (gnus-newsgroup-data).
14578         (spam-find-spam): Use spam-generate-fake-headers, forget about
14579         spam-insert-fake-headers.
14580         (spam-insert-fake-headers): Remove.
14582 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14584         * deuglify.el (gnus-article-outlook-unwrap-lines)
14585         (gnus-outlook-rearrange-article)
14586         (gnus-outlook-repair-attribution-outlook)
14587         (gnus-outlook-repair-attribution-block)
14588         (gnus-outlook-repair-attribution-other): Remove redundant
14589         save-excursion.
14591 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14593         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14594         (spam-fetch-field-subject-fast)
14595         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14596         (spam-fetch-article-header): Add functions to deal with Gnus
14597         internals for fast retrieval of article header data.
14598         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14600 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14602         * pop3.el (pop3-md5): Remove.
14603         (pop3-apop): Replace pop3-md5 with md5.
14605         * mm-bodies.el: base64 is always built-in.
14607         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14608         with-current-buffer.
14610 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14612         * canlock.el (canlock-insert-header): Remove excessive grouping in
14613         regexp.
14615         * gnus-sum.el (gnus-summary-read-document): Ditto.
14617         * gnus-uu.el (gnus-uu-part-number): Ditto.
14619         * html2text.el (html2text-remove-tags): Ditto.
14620         (html2text-format-tags): Ditto.
14621         (html2text-format-single-elements): Ditto.
14623         * mml.el (mml-parse-1): Ditto.
14625 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14627         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14629         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14631         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14633         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14635 2003-11-15  Simon Josefsson  <jas@extundo.com>
14637         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14638         (pgg-gpg-lookup-key): Use regexp match instead of
14639         split-string (split-string is different between emacs 21.2 and
14640         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
14642 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14644         * gnus-art.el (gnus-mime-view-all-parts)
14645         (gnus-article-part-wrapper, gnus-article-view-part): Use
14646         with-current-buffer.
14648 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14650         * spam.el (spam-disable-spam-split-during-ham-respool)
14651         (spam-spamoracle-database, spam-cache-lookups)
14652         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14653         (spam-group-ham-mark-p, spam-group-spam-mark-p)
14654         (spam-group-ham-marks, spam-group-spam-marks)
14655         (spam-group-spam-contents-p, spam-group-ham-contents-p)
14656         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14657         also add spam-use-blackholes to the statistical checks.
14658         (spam-fetch-field-fast): Add interface to fetching fields, may
14659         become a macro.
14660         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14661         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14662         (spam-insert-fake-headers): Fake an article when needed.
14663         (spam-find-spam): Fake article when possible.
14664         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14665         (spam-check-bogofilter-headers): Use message-fetch-field instead
14666         of nnmail-fetch-field.
14668 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14670         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14672 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14674         * spam.el (spam-split): Do not require spam-use-CHECK to be
14675         enabled if that check is passed to spam-split explicitly; also
14676         fix so 'spam doesn't get converted to spam-split-group when
14677         spam-split-symbolic-return is t.
14678         (spam-find-spam): Find registrations of the article and use those
14679         instead of re-running spam-split to find the spam/ham
14680         classification of the article.
14681         (spam-log-processing-to-registry, spam-log-registered-p)
14682         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14683         Use gnus-error instead of gnus-message.
14684         (spam-log-registration-type): Add function to determine the
14685         classification of a message based on registry entries; will
14686         return nil if both 'spam and 'ham are found.
14687         (spam-check-BBDB): Expand all the BBDB macros here so we can have
14688         a reasonably fast local cache without the loading errors.
14689         (spam-cache-lookups): Set to t by default.
14690         (spam-find-spam): Don't try to guess spam-cache-lookups.
14691         (spam-enter-whitelist, spam-enter-blacklist): Clear the
14692         spam-caches entry.
14693         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14694         caching of whitelist/blacklist entries.
14695         (spam-check-whitelist, spam-check-blacklist): Invoke
14696         spam-from-listed-p with a type, not a cache variable.
14697         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14699 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14701         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14703         * nnmail.el (nnmail-split-fancy): do.
14705         * mml.el (mml-parse): do.
14707         * gnus-score.el (gnus-enter-score-words-into-hashtb)
14708         (gnus-score-adaptive): do.
14710 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14712         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14713         (gnus-mime-button-map): Don't set keymap parent.
14714         (gnus-button-ctan-directory-regexp): Use shy grouping.
14715         (gnus-prev-page-map): Don't set keymap parent.
14716         (gnus-prev-page-map): Remove duplicated one.
14717         (gnus-next-page-map): Don't set keymap parent.
14718         (gnus-mime-security-button-map): Ditto.
14720         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14721         version number.
14723         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
14725 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14727         * canlock.el (canlock-sha1-function): Remove.
14728         (canlock-sha1-function-for-verify): Remove.
14729         (canlock-openssl-program): Remove.
14730         (canlock-openssl-args): Remove.
14731         (canlock-ignore-errors): Remove.
14732         (canlock-sha1-with-openssl): Remove.
14733         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14734         (canlock-verify): Don't use canlock-ignore-errors.
14736         * sha1-el.el (sha1-string-external): Make it can return a string
14737         in binary form.
14738         (sha1-region-external): Ditto.
14739         (sha1-string-internal): Ditto.
14740         (sha1-region-internal): Ditto.
14741         (sha1-region): Ditto.
14742         (sha1-string): Ditto.
14743         (sha1): Ditto.
14745 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14747         * spam.el (spam-report-articles-gmane): New command.
14749 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14751         * gnus.el: Don't make unnecessary *Group* buffer when loading.
14753         * run-at-time.el (run-at-time-saved): Remove.
14754         (run-at-time): Doc fix.
14756 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14758         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14759         (gnus-summary-limit-map): Add it.
14760         (gnus-summary-make-menu-bar): do.
14762 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
14764         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14765         Make attempt at some caching support (done for BBDB only now).
14766         (spam-find-spam): Set spam-cache-lookups if there are more than 2
14767         addresses to be checked.
14768         (spam-clear-cache-BBDB): Add function, to be invoked by
14769         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14770         (spam-check-BBDB): Check and use the caches, if
14771         spam-cache-lookups is on, remove superfluous (provide).
14773 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14775         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
14777 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
14779         * run-at-time.el (run-at-time-saved): Move to after the definition
14780         of `run-at-time'.
14782 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14784         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
14785         mm-w3m-local-map-property.
14787         * mm-view.el (mm-w3m-mode-map): Remove.
14788         (mm-w3m-local-map-property): Remove.
14789         (mm-inline-text-html-render-with-w3m): Don't use
14790         mm-w3m-local-map-property.
14792 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14794         * run-at-time.el: New file.
14796         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
14797         of gnus-set-text-properties.
14799         * gnus-uu.el (gnus-uu-save-article): Ditto.
14801         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
14803         * gnus-cite.el (gnus-cite-parse): Ditto.
14805         * gnus-art.el (gnus-button-push): Use set-text-properties instead
14806         of gnus-.
14808         * gnus.el: Changed calls to nnheader-run-at-time and
14809         password-run-at-time throughout to use run-at-time directly.
14811         * password.el: Removed definition of run-at-time.
14813 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
14815         * mml.el (mml-minibuffer-read-disposition): Show attachment type
14816         in prompt.
14818 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14820         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
14821         XEmacs version.
14823         * dns.el (dns-make-network-process): Use `open-network-stream'
14824         instead of `gnus-xmas-open-network-stream'.
14826         * .cvsignore: Add auto-autoloads.el, custom-load.el.
14828 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14830         * gnus-art.el (gnus-mime-display-alternative)
14831         (gnus-insert-mime-button, gnus-insert-mime-security-button)
14832         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
14833         Don't use gnus-local-map-property.
14835         * gnus-util.el (gnus-local-map-property): Remove.
14837         * mm-view.el (mm-view-pkcs7-decrypt): Replace
14838         gnus-completing-read-maybe-default with completing-read.
14840         * gnus-util.el (gnus-completing-read): do.
14841         (gnus-completing-read-maybe-default): Remove.
14843 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14845         * password.el: Only autoload `run-at-time' if not XEmacs.
14846         Only autoload the itimer functions if XEmacs.
14848 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14850         * gnus-art.el (gnus-read-string): Remove.
14851         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
14852         read-string.
14854 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
14856         * netrc.el: Autoload password-read.
14857         (netrc): Add configuration group.
14858         (netrc-encoding-method, netrc-openssl-path): Add
14859         variables for encoding and decoding of files with symmetric
14860         ciphers.
14861         (netrc-encode): Add assistant function to encode a file with
14862         netrc-encoding-method.
14863         (netrc-parse): Add interactive parameter, added optional
14864         decoding if netrc-encoding-method is non-nil but otherwise
14865         behavior is standard.
14866         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
14867         Do s/encode/encrypt/ everywhere.
14869         * spam.el: Remove executable-find autoload.
14871 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14873         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
14875         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
14877 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14879         * gnus-art.el (gnus-treat-ansi-sequences)
14880         (article-treat-ansi-sequences): New variable and function.
14881         Suggested by Dan Jacobson <jidanni@jidanni.org>.
14883         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14884         Use it.
14886 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14888         * mm-util.el (mm-quote-arg): Remove.
14890         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
14891         shell-quote-argument.
14893         * gnus-uu.el (gnus-uu-command): do.
14895         * gnus-sum.el (gnus-summary-insert-pseudos): do.
14897         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14898         with make-char.
14900         * mm-util.el (mm-make-char): Remove.
14902         * mml.el (mml-mode): Replace gnus-add-minor-mode with
14903         add-minor-mode.
14905         * gnus-undo.el (gnus-undo-mode): do.
14907         * gnus-topic.el (gnus-topic-mode): do.
14909         * gnus-sum.el (gnus-dead-summary-mode): do.
14911         * gnus-start.el (gnus-slave-mode): do.
14913         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
14915         * gnus-ml.el (gnus-mailing-list-mode): do.
14917         * gnus-gl.el (gnus-grouplens-mode): do.
14919         * gnus-draft.el (gnus-draft-mode): do.
14921         * gnus-dired.el (gnus-dired-mode): do.
14923         * gnus-ems.el (gnus-add-minor-mode): Remove.
14925         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14926         Replace gnus-char-width with char-width.
14928         * gnus-ems.el (gnus-char-width): Remove.
14930         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14931         Replace gnus-char-width with char-width.
14933         * gnus-ems.el (gnus-char-width): Remove.
14935         * spam-stat.el (with-syntax-table): Remove with-syntax-table
14936         definition.
14937         Remove Emacs 20 hash table compatibility code.
14939         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14940         20 compatibility code.
14942         * spam.el (spam-point-at-eol): Replace with point-at-eol.
14944         * smime.el (smime-point-at-eol): Replace with point-at-eol.
14946         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
14947         with point-at-{eol,bol}.
14949         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
14951         * imap.el (imap-point-at-eol): Replace with point-at-eol.
14953         * flow-fill.el (fill-flowed-point-at-bol)
14954         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
14956         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
14957         Replace with point-at-{eol,bol} throughout all files.
14959 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14961         * ntlm.el (ntlm-string-as-unibyte): New macro.
14962         (ntlm-build-auth-response): Use it.
14964         Remove Emacs 20 stuff:
14965         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
14966         of delq and copy-sequence.
14967         * gnus-art.el (popup-menu): Remove the compiler macro.
14968         * nnmail.el (nnmail-split-fancy): Don't support customizing with
14969         Emacs 20.
14971 2004-01-05  Simon Josefsson  <jas@extundo.com>
14973         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
14974         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
14975         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
14976         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14977         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14978         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14979         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14980         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14981         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14982         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14983         ntlm-string-permute, string-lshift into ntlm-string-lshift,
14984         string-xor into ntlm-string-xor.  Suggested by
14985         Jesper Harder <harder@myrealbox.com>.
14987         * ntlm.el: Don't include poem.
14989         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
14990         Jesper Harder <harder@myrealbox.com>.
14992         * sasl-ntlm.el, ntlm.el, md4.el: New files.
14994         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
14995         probably breaks emacs with DL patch, but do we care? Is anyone
14996         still using the DL stuff?)
14998         * sieve-manage.el: Use the password package.
14999         (sieve-manage-read-passwd): Remove.
15000         (sieve-manage-interactive-login): Use password.  Re-add
15001         condition-case around loop.
15003         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15004         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15005         the password package.
15007 2003-02-19  Simon Josefsson  <jas@extundo.com>
15009         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15010         token.
15012 2002-08-07  Simon Josefsson  <jas@extundo.com>
15014         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15015         (sieve-manage-authenticators):
15016         (sieve-manage-authenticator-alist): Add some SASL mechs.
15017         (sieve-sasl-auth): New function.
15018         (sieve-manage-cram-md5-auth):
15019         (sieve-manage-plain-auth): Rewrite using SASL library.
15020         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15021         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15022         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15023         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15025 2004-01-05  Simon Josefsson  <jas@extundo.com>
15027         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15028         New files.
15030 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15032         * gnus-group.el (gnus-no-groups-message): Update.
15034         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15036 2003-11-09  Simon Josefsson  <jas@extundo.com>
15038         * imap.el: Support for ID IMAP extension (RFC 2971).
15039         (imap-local-variables): Add imap-id.
15040         (imap-id): New variable.
15041         (imap-id): New function.
15042         (imap-parse-response): Parse untagged ID response.
15043         * nnimap.el (nnimap-id): New variable.
15044         (nnimap-open-connection): Use it.
15046 2003-12-28  Simon Josefsson  <jas@extundo.com>
15048         * gnus-score.el (gnus-score-edit-all-score): New.
15049         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15051 2004-01-04  Simon Josefsson  <jas@extundo.com>
15053         * password.el: Add.
15055 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15057         * dns.el (dns-query-types): Fix typo.
15058         (dns-query-types): New function.
15059         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15060         PTR and SOA replies, see RFC 1035.
15062 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15064         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15066         * Moved to Changelog.2.
15068 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15070         * gnus.el (gnus-version-number): Bump version.
15072 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15074         * gnus.el: No Gnus v0.1 is released.
15076 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15078         * gnus.el: No Gnus v0.0 is released.
15080 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15082         * gnus.el (gnus-version-number): Bump.
15083         (gnus-version): No.
15085 See ChangeLog.2 for earlier changes.
15087     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
15089   This file is part of GNU Emacs.
15091   GNU Emacs is free software: you can redistribute it and/or modify
15092   it under the terms of the GNU General Public License as published by
15093   the Free Software Foundation, either version 3 of the License, or
15094   (at your option) any later version.
15096   GNU Emacs is distributed in the hope that it will be useful,
15097   but WITHOUT ANY WARRANTY; without even the implied warranty of
15098   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15099   GNU General Public License for more details.
15101   You should have received a copy of the GNU General Public License
15102   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15104 ;; Local Variables:
15105 ;; coding: utf-8
15106 ;; fill-column: 79
15107 ;; add-log-time-zone-rule: t
15108 ;; End: