Merge changes made in Gnus trunk.
[emacs.git] / lisp / gnus / ChangeLog
blobdd54343616b225ee2f1e9f4f9688585c250ac356
1 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4         opening the server.
5         (nnimap-request-delete-group): Implement group deletion.
6         (nnimap-transform-headers): Return the size of the entire message in
7         the Bytes header, not just the size of the first part.
8         (nnimap-request-move-article): When moving an article from nnimap,
9         request the article first so the accepting form has an article to
10         accept.  Reported by Dan Christensen.
11         (nnimap-command): Make sure that the error message doesn't error out.
13 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
15         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
16         we haven't requested anything.
18 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
21         "".  Fix found by Andrew Cohen.
23         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
24         instead of -encode-string.
26 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
28         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
30         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
31         by mm-subst-char-in-string.
33 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
36         waiting for the connection string.
38         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
39         arriving.
41         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
42         bogus characters.  This allows selecting certain Gmail groups.
44         * nnimap.el (nnimap-find-wanted-parts-1): New function.
45         (nnimap-fetch-partial-articles): New variable.
46         (nnimap-open-connection): When looking for credentials, also use the
47         nnimap-server-port.
48         (nnimap-request-article): Return the group/article number, so that Gnus
49         `^' works as expected.
50         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
51         them.
53         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
54         comments.
55         (gnus-methods-sloppily-equal): New function.
56         (gnus): When using the development version of Gnus, load the gnus-load
57         file.
59         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
60         `gnus-open-server' on each method before trying to scan them etc.  This
61         ensures that all the backend parameters are set correctly.
63         * nnimap.el (nnimap-authenticator): New variable.
64         (nnimap-open-connection): Allow anonymous login.
65         (nnimap-transform-headers): The chars header is called Chars not
66         Bytes.
67         (nnimap-wait-for-response): Don't infloop if the IMAP connection
68         drops.
70         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
71         patch, found by Knut Anders Hatlen.
73 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
75         * gnus-agent.el (gnus-agent-batch-confirmation)
76         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
77         to gnus-message.
78         * gnus-art.el (gnus-article-describe-briefly): Likewise.
79         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
80         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
81         * gnus-int.el (gnus-open-server): Likewise.
82         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
83         (gnus-score-check-syntax): Likewise.
84         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
85         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
86         Likewise.
87         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
89 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
91         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
92         calling conventions so that prefetch doesn't bug out.
94 2010-09-19  Julien Danjou  <julien@danjou.info>
96         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
97         rather than `subst-char-in-region' in order to be able to replace ASCII
98         char by UTF-8 ones.
100         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
101         than curl.
102         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
103         the right URL and ALT text on images.
104         (gnus-html-wash-tags): Fix tag case.
105         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
106         (gnus-article-html): Add -o display_ins_del=2 option.
107         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
109 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
111         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
112         the extra mail headers, which sometimes seem to happen for unknown
113         reasons.
115         * mail-parse.el (mail-header-encode-parameter): Define as
116         rfc2045-encode-string instead of as rfc2231-encode-string, since some
117         (or most, perhaps?) mail readers don't understand the latter, but do
118         understand the former.
120         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
121         to nil, so that no methods are automatically agentized.  I think this
122         is probably what most users want.
124         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
125         from url-retrieve, for instance about invalid URLs.
127         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
128         groups that have no articles.
129         (nnimap-request-article): Check that we really got an article when we
130         requested one.
132         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
133         doesn't exist.
135         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
136         nntp buffer so the agent can save it.
137         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
138         that CRLF doesn't get translated to \n.
139         (nnimap-open-connection): Don't make 'shell commands only send \n.
141 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
143         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
144         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
145         Update var name.
146         (nnml-generate-nov-file): Use dolist.
147         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
148         Use with-current-buffer.
150 2010-09-18  Julien Danjou  <julien@danjou.info>
152         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
153         parallel.
155 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
157         * nnimap.el (nnimap-update-info): When doing partial marks update, get
158         the range update right.
159         (nnimap-request-group): Don't make `M-g' bug out on group with no
160         marks.
161         (nnoo): Required, so that other packages can require nnimap.
162         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
163         command we're looking for.  This helps when the server sends more
164         responses after we've gotten everything we expected.
165         (nnimap): Add a `newlinep' field to keep track of end-of-line
166         conventions.
167         Don't send CRLF to things that don't want it.
168         (nnimap-request-accept-article): Ditto.
170 2010-09-18  Julien Danjou  <julien@danjou.info>
172         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
173         than curl to retrieve images.
175 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177         * nnimap.el (nnimap-update-info): Extend the info so that we can set
178         the marks.
179         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
180         (nnimap-wait-for-connection): New function.
181         (nnimap-open-connection): If we have PREAUTH, don't query for login
182         credentials.
183         (nnimap-update-info): Fix off-by-one error when concatenating ranges
184         when doing a partial update.
186 2010-09-18  Julien Danjou  <julien@danjou.info>
188         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
189         tags.
191 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193         * nnimap.el (nnimap-credentials): New function.
194         (nnimap-open-connection): Use the new function to look for credentials
195         also on the numeric equivalents of "imap" and "imaps".
197         * gnus-start.el (gnus-activate-group): Send the info to
198         gnus-request-group.
200         * nnimap.el (nnimap-request-group): Have the "check" version of the
201         function parse flags and update the info, so that a `M-g' get a total
202         resync of all flags from the group.
204         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
205         to allow backends to alter the info on group selection.  Also alter all
206         the backend -request-group functions to take the parameter.
208         * nnimap.el (nnimap-store-info): New function.
209         (nnimap-update-info): Store the info for later usage.
210         (nnimap-request-group): Use the stored info for the dont-check case, so
211         that we don't retrieve all marks when we enter a group.
213         * nnimap.el: Use deffoo instead of defun for interface functions.
215         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
216         update the group info.  This makes the nndraft groups, for instance, go
217         back to their old behaviour.
219         * gnus-sum.el (gnus-select-newsgroup): Indent.
221         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
222         in.
223         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
224         nothing.
226         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
227         from methods that are denied.
229         * gnus-int.el (gnus-method-denied-p): New function.
231         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
232         store the password instead of netrc.
233         (nnimap-open-connection): Don't error out when we can't make a
234         connections.
236         * auth-source.el (auth-source-create): In the password prompt, say what
237         we're querying for.  Also prompt for user name if that hasn't been
238         given.
240         * nnimap.el (nnimap-with-process-buffer): Removed.
242 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
245         method when we're reading from the agent.
247         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
249         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
250         that's probably most useful for users.
252         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
253         "failed" all the time.
255         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
256         ...)) with (with-current-buffer ... ).
258         * nntp.el (nntp-open-server): Return whether the open was successful or
259         not.
261         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
262         select an unread unseen article first.
264         * nnimap.el (nnimap-open-connection): If the user doesn't have a
265         /etc/services, supply some sensible port defaults.
267         * dgnushack.el: Define netrc-credentials.
269 2010-09-17  Julien Danjou  <julien@danjou.info>  (tiny fix)
271         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
273 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
275         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
276         doesn't have any parameters.
278 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
280         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
281         only upcased checks.
283         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
285         * nnimap.el (nnimap-open-shell-stream): New function.
286         (nnimap-open-connection): Use it.
287         (nnimap-transform-headers): Get the number of lines in each message.
288         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
289         number of lines.
290         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
291         problem.
293         * utf7.el (utf7-encode): Autoload.
295         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
296         to allow the mail splitting to not return a default group.  This is
297         useful for nnimap, which will leave unmatched mail in the inbox.
299         * nnimap.el: Rewritten.
301         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
302         nnimap usage.
304         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
305         if the move is internal, so that nnimap can do fast internal moves.
307         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
308         data.
309         (gnus-read-active-for-groups): Support finishing the early retrieval of
310         data.
312         * gnus-range.el (gnus-range-nconcat): New function.
314         * gnus-int.el (gnus-finish-retrieve-group-infos)
315         (gnus-retrieve-group-data-early): New functions.
317 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
319         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
320         (nnrss-retrieve-groups):
321         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
322         (pop3-quit): Use with-current-buffer.
324 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
326         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
327         instead of nnheader-accept-process-output.
329         * gnus-html.el (gnus-html-schedule-image-fetching)
330         (gnus-html-prefetch-images): Replace process-kill-without-query by
331         gnus-set-process-query-on-exit-flag.
333 2010-09-16  Romain Francoise  <romain@orebokech.com>
335         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
337 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
339         * gnus-html.el (gnus-html-schedule-image-fetching)
340         (gnus-html-prefetch-images): Check for curl before using it.
342         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
343         depend on curl, which isn't essential.
345         * imap.el: Revert back to version
346         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
347         seem problematic.
349 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
351         * gnus-registry.el (gnus-registry-install-shortcuts):
352         Explicitly pass `obarray' to `unintern' to avoid a warning.
354 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
356         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
357         change.
359         * nnrss.el (nnrss-request-list): Removed this function and related
360         functions, including the moreover stuff.
362 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
364         * nnrss.el (nnrss-retrieve-groups): New function.
366 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
368         * .dir-locals.el: Add no-byte-compile cookie.
370 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
372         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
373         for back end that doesn't support request-scan.
375 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
378         then do request scans from the backends.
380         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
381         avoid running a hook per line, since this takes a lot of time,
382         profiling shows.
383         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
384         directly if gnus-visual-p is true.
386 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
388         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
389         groups; replace mapcar with dolist which is a bit faster; pass groups
390         info to gnus-read-active-file-1.
391         (gnus-read-active-file-1): Scan only specified groups if the new
392         optional arg `infos' is given.
394 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
396         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
398         * pop3.el (pop3-movemail): Removed.
399         (pop3-streaming-movemail): Renamed to pop3-movemail.
401         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
402         don't restrict end-tag searches to the end of the line.
404 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
406         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
407         articles of every unchecked group to t, which means unknown since the
408         server has never been opened.
410 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
412         * gnus-html.el (gnus-html-show-alt-text): New command.
413         (gnus-html-browse-image): Ditto.
414         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
415         to browse the image directly.
416         (gnus-html-wash-tags): Search for images first, so that <a><img> works
417         better.
419         * gnus-async.el (gnus-async-article-callback): Call
420         `gnus-html-prefetch-images' unconditionally.
422         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
423         before feeding URLs to curl.
425 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
427         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
428         internal images as deletable by `W D D'.
430         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
431         (gnus-async-article-callback): Fix typo.
433 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
435         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
436         current line to work around bugs in the output from w3m.
438         * gnus-async.el (gnus-async-article-callback): Always prefetch images
439         for groups that want that.
441         * nntp.el (nntp-wait-for-string): Supply a timeout for
442         accept-process-output to ensure progress.
444         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
445         level to get unread articles from, then use that for foreign groups,
446         too.
448         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
449         confuses the rest of the function.
451         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
452         for the methods that support -retrieve-groups, too.
454         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
456 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
458         * pop3.el: Require cl when compiling.
459         (pop3-number-of-responses): Search for "+OK", not "+OK ".
461 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
463         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
464         that aren't going to be activated.
465         (gnus-get-unread-articles): Fix up the last commit.
467         * gnus-html.el (gnus-article-html): Allow calling without specifying
468         the handle.  In that case, dissect the buffer first.
470         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
472         * nnimap.el (nnimap-open-connection): Revert the change that would look
473         into authinfo for imaps instead of imap.
475         * gnus-start.el (gnus-activate-group): Take an optional parameter to
476         say that you don't want to call gnus-request-group with don-check, but
477         do check the reponse.  This is for virtual groups only.
478         (gnus-get-unread-articles): Count the archive groups as secondary, so
479         that they're activated the same way as before.
481         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
482         case-insensitively.
483         (nnimap-debug): Removed.
485         * mail-source.el (mail-source-fetch): Don't message if we're fetching
486         mail from a file, and the file doesn't exist.
488         * pop3.el (pop3-streaming-movemail): Return t for success.
490         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
491         .authinfo if we're using ssl connection.
493         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
494         already have if we're in a main Gnus `g' run.
496         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
498 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
500         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
502         * nnmh.el (nnmh-request-list-1): Bind `file'.
504         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
505         alias to set-process-query-on-exit-flag or process-kill-without-query.
506         (pop3-open-server): Use it.
508 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510         * mail-source.el (mail-source-delete-crash-box): Always move the crash
511         box to the Incoming file.  Fixes mistake in previous checkin.
513         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
514         request loop (for debugging purposes) removed.
516         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
517         culprit is more visible.
518         (nnml-save-incremental-nov, nnml-open-incremental-nov)
519         (nnml-add-incremental-nov): New functions to do "incremental" nov
520         updates, where we just append to the end of the existing nov files
521         without reading/writing them in full.
523         * mail-source.el (mail-source-delete-crash-box): Really only check the
524         incoming files once in a while.
526         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
528         * mail-source.el (mail-source-delete-crash-box): Only check the
529         incoming files for deletion once per day to save a lot of file
530         accesses.
532         * pop3.el (pop3-logon): Fix up unbound variable typo.
534         * mail-source.el (pop3-streaming-movemail): Autoload.
536         * pop3.el (pop3-streaming-movemail): Respect
537         pop3-leave-mail-on-server.
539         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
540         retrieval.
542         * pop3.el (pop3-process-filter): Removed unused function.
543         (pop3-streaming-movemail, pop3-send-streaming-command)
544         (pop3-wait-for-messages, pop3-write-to-file)
545         (pop3-number-of-responses): New functions for streaming pop3
546         retrieval.
548         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
549         come from no known methods.
550         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
551         list.
553         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
554         message sizes.
555         (pop3-movemail): Use erase-buffer instead of looping and deleting
556         regions, which seems rather odd.
558         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
559         file once per `g' run.
561         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
562         directories.  This makes the draft queue directory work.
564         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
565         data from the backends, so that we only request the list of groups from
566         each method once.  This should speed things up considerably.
568         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
569         detect that it's not implemented.
571         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
572         we actually do recurse down into the tree, but don't stat all leaf
573         nodes.
575         * gnus-html.el (gnus-html-show-images): If there are no images to show,
576         then say so instead of bugging out.
578         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
579         files exist before trying to read them.
581         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
582         around <pre_int>.
584         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
586         * nnmh.el (nnmh-request-list-1): Optimize for speed.
588 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
590         * mm-util.el (mm-image-load-path): Just return the image directories,
591         not all directories in the path in addition to the image directories.
592         (mm-image-load-path): Maintain a cache of the image directories so that
593         the `g' command in Gnus doesn't have to stat dozens of directories each
594         time.
596         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
597         (gnus-html-wash-tags): Add a new `i' command to insert images.
598         (gnus-html-insert-image): New command and keystroke.
599         (gnus-html-redisplay-with-images): New command and keystroke.
600         (gnus-html-show-images): Renamed command.
601         (gnus-html-wash-tags): Remove more white space before <pre_int> image
602         spacers.
603         (gnus-html-wash-tags): Decode entities at the end, so that entities
604         inside the tags don't mess up the rest of the "parsing".
606         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
607         so that nnimap methods aren't agentized by default.  There's apparently
608         many problems related to agent/imap behaviour.
610         * gnus-art.el (gnus-article-copy-string): New command and key binding.
612         * gnus-html.el: Doc fix.
614 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
616         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
617         glyph-width and glyph-height instead of display-graphic-p and
618         image-size; make avoidance of displaying small images work for XEmacs.
620         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
621         for XEmacs.
623         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
624         of symbol that holds plist data.
625         (gnus-process-plist): Remove plist of process after getting it.
627 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
629         * message.el (message-generate-hashcash): Change default to
630         'opportunistic if hashcash is installed.
632         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
633         (gnus-html-put-image): Only call image-size once, since it's somewhat
634         time-consuming on remote X servers.
636 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
638         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
639         decoded contents.
640         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
642 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
644         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
645         group line format, since it isn't very interesting.
647         * gnus-agent.el (gnus-agent-short-article),
648         (gnus-agent-long-article): Increase values for these two variables,
649         since most people are likely to have more network connection and
650         storage than before.
652         * gnus.el (gnus-refer-article-method): Change default to 'current.
653         When referring an article, the common behaviour is to refer it from the
654         current select method, not the native select method.  The chances of
655         the native select method having the message in question is rather slim
656         these days.
658         * gnus-sum.el (gnus-auto-select-subject): Change default to
659         `unseen-or-unread'.  I think it's likely that most people want to
660         select an unseen article over a previously seen, but unread one.
662         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
663         means that in the article buffer none of the minor mode elements will
664         be shown, usually, and this is not desirable in most cases.
666         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
667         that commands like `d' (and the like) go to the next line in the
668         buffer, instead of the next unread article.  I think this is the
669         behaviour that is most natural for most users.
670         (gnus-single-article-buffer): Change default to nil, so that people can
671         have as many article buffers open as they have summary buffer.  I think
672         this is the most natural way for the groups to behave.
674         * message.el (message-generate-new-buffers): Change default to
675         `unsent', so that all new message buffers start their names with the
676         string "*unsent", and it's easier to find the buffers if you move from
677         them.
679 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
681         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
682         small.  They're probably tracking images.
683         (gnus-html-wash-tags): Remove all <pre_int> place holders.
684         (gnus-html-rescale-image): Yet another try at getting the image sizing
685         right.
687         * nntp.el (nntp-request-set-mark): Refuse to do marks if
688         nntp-marks-file-name is nil.
690 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
692         * gnus-html.el (gnus-html-wash-tags)
693         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
694         Better logging.
696 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
698         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
700         * gnus-html.el (gnus-html-wash-tags): Check the value of
701         gnus-blocked-images in the summary buffer.
703 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
705         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
707 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
709         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
710         like "a", it seems like.
711         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
712         since it needs to be picked from the correct buffer.
714         * nnwfm.el: Removed.
716         * nnlistserv.el: Removed.
718 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
720         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
721         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
723 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
725         * nnkiboze.el: Removed.
727         * nndb.el: Removed.
729         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
730         alt text.
731         (gnus-html-rescale-image): Try to get the rescaling logic right for
732         images that are just wide and not tall.
734         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
735         overshadow variable bindings.
737 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
739         * gnus-html.el (gnus-html-wash-tags)
740         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
741         extra logging.
743 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
746         (gnus-max-image-proportion): New variable.
747         (gnus-html-rescale-image): New function.
748         (gnus-html-put-image): Rescale images.
750 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
752         Fix up some byte-compiler warnings.
753         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
754         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
755         (gnus-article-fill-cited-article, gnus-article-hide-citation)
756         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
757         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
758         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
759         (gnus-group-update-group): Use save-excursion and with-current-buffer.
761 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
763         * gnus-html.el (gnus-article-html): Decode contents by charset.
765 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
767         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
768         (gnus-html-frame-width, gnus-blocked-images)
769         * message.el (message-prune-recipient-rules): Add custom version.
770         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
772         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
773         functions.
775         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
776         gnus-process-get.
778 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
780         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
781         instead of lsub directly.
783 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
785         * nnwarchive.el: Removed.
787         * gnus-soup.el: Removed.
789         * nnsoup.el: Removed.
791         * nnultimate.el: Removed.
793         * gnus-html.el (gnus-blocked-images): New variable.
795         * message.el (message-prune-recipients): New function.
796         (message-prune-recipient-rules): New variable.
798         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
799         guess whether a long line is natural text or not.
801         * gnus-html.el (gnus-html-schedule-image-fetching): Use
802         gnus-process-plist and friends for compatibility.
804 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
806         * gnus-html.el: Require packages that define macros used in this file.
807         (gnus-article-mouse-face): Declare to silence byte-compiler.
808         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
809         process-get.
810         (gnus-html-put-image): Use plist-get to avoid getf.
811         (gnus-html-prefetch-images): Use with-current-buffer.
813 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
815         * gnus-ems.el: Provide compatibility functions for
816         gnus-set-process-plist.
818         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
819         * gnus.el (gnus-valid-select-methods)
820         * message.el (message-send-mail-partially-limit)
821         * mm-decode.el (mm-text-html-renderer)
822         * mml.el (mml-insert-mime-headers-always)
823         * smiley.el (smiley-regexp-alist): Bump custom version.
825 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
827         * gnus-html.el: require mm-url.
828         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
829         with the url to `url'.
830         (gnus-html-wash-tags): Support cid: URLs/images.
832 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
834         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
835         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
836         bindings, as they aren't useful at all.  `w' is moved to `W w'.
838         * gnus-move.el: Removed file, since it doesn't really work.
840         * gnus-html.el (gnus-article-html): Tell w3m that the input is
841         UTF-8.  This seems to fix problems with some German web feeds.
843         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
844         at the top so that the proper colours are applied.
846         * gnus-art.el (gnus-article-view-part): Doc fix.
848         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
849         XEmacs-compatible.
850         (gnus-html-put-image): Don't do images on non-graphic displays.
852         * nnslashdot.el: Removed this unused backend.
854         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
855         actions.
856         (gnus-undo-register-1): Revert last change.
858         * gnus-group.el (gnus-group-completing-read): Protect against not
859         having completion-styles bound.
861         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
862         make broken recipients happier.
864         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
866         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
867         point parameter.
869         * gnus-group.el (gnus-group-completing-read): Add 'substring to
870         completion-styles for group selection.
872 2009-02-04  Andreas Schwab  <schwab@suse.de>
874         * gnus-score.el (gnus-score-string): Fix regex for matching extra
875         headers and regexp-quote the match if necessary.
877 2009-03-24  Miles Bader  <miles@gnu.org>
879         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
880         the blinking smiley.
882 2009-03-24  Simon Josefsson  <simon@josefsson.org>
884         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
885         blink smiley.
887 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
889         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
890         where the dribbel file lives exists.
892         * message.el (message-send-mail-partially-limit): Change the default to
893         nil, since most people don't want this.
895         * mm-url.el (mm-url-decode-entities): Also decode entities like
896         &#x3212.
898 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
900         * gnus-sum.el (gnus-summary-idna-message):
901         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
902         Hyperlink urls in docstrings with URL `...'.
904 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
906         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
907         functions.
909 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
912         say what the mouseover text should be.
914         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
915         version of the mm-w3m-safe-url-regexp variable to only download images
916         in the groups where we want that to happen.
918         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
920         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
921         easier debugging.
922         (gnus-article-beginning-of-window): Add kludge to allow spacing past
923         big pictures in the article buffer.
925         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
926         gnus-article-html.
927         (mm-text-html-renderer): gnus-article-html needs curl in addition to
928         w3m.
930         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
932 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
934         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
935         which doesn't exist.
937         * message.el (message-inhibit-ecomplete): New variable to allow some
938         function to inhibit ecomplete address storage.
939         (message-resend): Disable ecomplete message storage when resending
940         messages.
942         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
944 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
946         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
947         Save excursion while copying, moving, and deleting articles in order to
948         prevent the cursor from jumping to unforeseen place.
950 2010-08-17  Glenn Morris  <rgm@gnu.org>
952         * gnus-sync.el: Require gnus components whose functions are used.
954         * gnus-art.el (bookmark-make-record-function):
955         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
956         Declare for compiler.
958         * mm-url.el (mml-compute-boundary): Autoload.
960 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
962         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
964 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
966         Typo fix "hoo4a" -> "hook".
968         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
970 2010-08-14  Glenn Morris  <rgm@gnu.org>
972         * gnus-sync.el (gnus-sync): Fix defgroup version.
974 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
976         Doc fixes and keep unknown groups (ammended for nunion bug fix).
978         * gnus-sync.el: Fix docs.
979         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
980         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
982 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
984         Optimizations for gnus-sync.el.
986         * gnus-sync.el: Add docs about gnus-sync-backend
987         possibilities.
988         (gnus-sync-save): Remove unnecessary message.
989         (gnus-sync-read): Optimize and show what groups were skipped.
991 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
993         Minor bug fixes for gnus-sync.el.
995         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
996         read the sync on get-new-news.
998         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
999         quiet.
1001         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
1003 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
1005         Make saving and restoring of hidden threads work with overlays.
1006         Patch applied by Ted Zlatanov.
1008         * gnus-sum.el (gnus-hidden-threads-configuration)
1009         (gnus-restore-hidden-threads-configuration): Update to deal with text
1010         properties, rather than searching for a magic character.
1012 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1014         New gnus-sync.el library for synchronization of marks.
1016         * gnus-sync.el: New library for synchronization of marks.
1018         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
1019         renamed from `gnus-registry-grep-in-list'.
1021         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
1023         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
1025 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1027         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
1028         determining charset of text fails.
1030 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1032         * nnmail.el (nnmail-get-new-mail-1): Revert.
1034         * nnml.el (nnml-active-number): Make sure names of newly created groups
1035         in nnml-group-alist are encoded.
1037 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1039         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
1040         containing non-ASCII characters in active file for nnml back end.
1042 2010-07-24  David Engster  <dengste@eml.cc>
1044         * mml-smime.el (mml-smime-epg-verify): Also accept the older
1045         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
1047 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
1049         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
1050         tag (Bug#6654).
1052 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1054         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
1055         the article buffer, not the summary buffer.
1057 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1059         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
1060         Emacs 23 as well.
1062 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1064         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1065         Patch applied by Karl Fogel.
1067         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
1068         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
1070 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1072         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
1073         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
1074         C-w still not working correctly from Article buffers; Thierry's
1075         patch to fix that will be applied after this.
1077         * gnus-art.el (bookmark-make-record-function): New local variable.
1079         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
1080         article buffer.
1081         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
1083 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
1085         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
1086         on changes in bookmark.el.
1088 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
1090         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
1091         the *other* type of HTML form submission.
1093 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
1095         * auth-source.el (auth-source-pick): If choice does not contain a
1096         questioned keyword, set the check to t.
1098 2010-06-12  Romain Francoise  <romain@orebokech.com>
1100         * gnus-util.el (gnus-date-get-time): Move up before first use.
1102 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1104         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
1105         (gnus-article-edit-part): Bind it to make last part that is substituted
1106         or deleted visible.
1107         (gnus-mime-display-single): Buttonize part of which id equals to
1108         gnus-mime-buttonized-part-id.
1110 2010-06-10  Dan Christensen  <jdc@uwo.ca>
1112         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
1113         (gnus-dd-mmm): Use gnus-date-get-time.
1114         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
1115         simplify logic.
1116         (gnus-summary-limit-to-age): Use gnus-date-get-time.
1117         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
1119 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
1121         * auth-source.el (top): Autoload `secrets-list-collections',
1122         `secrets-create-item', `secrets-delete-item'.
1123         (auth-sources): Fix tag string.
1124         (auth-get-source, auth-source-retrieve, auth-source-create)
1125         (auth-source-delete): New defuns.
1126         (auth-source-pick): Rewrite in order to avoid 2 passes.
1127         (auth-source-forget-user-or-password): New parameter USERNAME.
1128         (auth-source-user-or-password): New parameters CREATE-MISSING and
1129         DELETE-EXISTING.  Retrieve password interactively, if needed.
1131 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1133         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
1134         deleting unused directories when gnus-expert-user is t.
1136 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1138         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
1139         for each temp file when gnus-article-browse-delete-temp is ask.
1141 2010-05-20  Kevin Ryde  <user42@zip.com.au>
1143         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
1145 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1147         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
1148         article unless decoding article to be saved.
1150 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1152         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
1153         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
1154         generated within the mm-with-unibyte-current-buffer macro.
1156 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1158         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
1159         to nil when we're in a mml-preview buffer and no group is selected.
1161 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
1163         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
1164         when catching the `C-g'.  Reported by "Leo".
1166 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1168         * message.el (message-forward-make-body-plain)
1169         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
1170         multibyte-string-p.
1172 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1174         * message.el (message-forward-make-body-mml): Assume original message
1175         is multibyte string; error on unibyte.
1176         (message-forward-make-body-plain): Ditto; don't add excessive newline
1177         in body end.
1179 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
1181         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
1182         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
1184 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1186         * mm-extern.el (mm-extern-url): Don't use
1187         mm-with-unibyte-current-buffer.
1188         (mm-extern-cache-contents): Use with-current-buffer instead of
1189         save-excursion + set-buffer.
1191 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1193         * mm-util.el (mm-emacs-mule): Remove.
1195 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
1197         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
1198         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
1199         change.
1201 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1203         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
1204         bind the default value of enable-multibyte-characters to nil.
1206 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1208         * message.el (message-forward-make-body-plain)
1209         (message-forward-make-body-mml):
1210         Don't use mm-with-unibyte-current-buffer.
1212 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1214         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
1215         (Bug#5592).
1217 2010-05-07  Julien Danjou  <julien@danjou.info>
1219         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
1220         it to mm-pipe-part.
1222         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
1223         it is given.
1225 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1227         * nnweb.el (nnweb-gmane-search)
1228         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
1229         XEmacs.
1231         * gnus-art.el (gnus-article-browse-html-parts)
1232         * gnus-group.el (gnus-read-ephemeral-gmane-group)
1233         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
1234         make-temp-file.
1236         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
1237         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
1238         compiling.
1240         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
1241         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
1242         XEmacs when compiling.
1244         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
1245         gnus-pick-mode-off-hook for XEmacs when compiling.
1246         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
1247         gnus-binary-mode-off-hook for XEmacs when compiling.
1249         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
1250         nil if char-charset is not available.
1252         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
1253         macro.
1255         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
1256         instead of encode-coding-string.
1258         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
1259         'xemacs) instead of mm-emacs-mule to switch function definitions.
1260         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
1262 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
1264         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
1266 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1268         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
1269         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
1271 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
1273         * mm-util.el (mm-decompress-buffer): Use `delete-file';
1274         alias `jka-compr-delete-temp-file' no longer exists.
1276 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1278         Use define-minor-mode in Gnus where applicable.
1279         * mml.el (mml-mode): Use define-minor-mode.
1280         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
1281         (gnus-undo-mode): Use define-minor-mode.
1282         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
1283         (gnus-dead-summary-mode): Use define-minor-mode.
1284         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
1285         Initialize in declaration.
1286         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
1287         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
1288         (gnus-mailing-list-mode): Use define-minor-mode.
1289         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
1290         (gnus-draft-mode): Use define-minor-mode.
1291         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
1292         (gnus-dired-mode): Use define-minor-mode.
1294 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
1296         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
1297         handles on recursive mml-to-mime translation and check them for
1298         boundary delimiter collisions.  Reported by Greg Troxel.
1300 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1302         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
1304 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1306         * mm-util.el (mm-find-buffer-file-coding-system):
1307         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
1309 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
1311         * message.el (message-generate-headers): Record insertion of optional
1312         headers as well.  Otherwise the check to prevent repeated insertion of
1313         optional headers is a no-op.
1315 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1317         * smime.el: Don't mention CVS.
1319         * nnrss.el (nnrss-fetch): Don't mention CVS.
1321         * nnir.el: Don't mention CVS.
1323 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1325         * gnus-sum.el (gnus-summary-bookmark-make-record):
1326         Add `location' field.
1328 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1330         * gnus-sum.el: Add bookmark declarations to silence the compiler.
1331         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
1332         Use with-current-buffer to silence the byte-compiler.
1333         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
1334         bother to require `gnus'.
1335         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
1337 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1339         * gnus-sum.el (gnus-summary-bookmark-make-record)
1340         (gnus-summary-bookmark-jump): New functions.
1341         (gnus-summary-mode): Setup bookmark support.
1343 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
1345         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
1346         if set.
1348 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1350         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
1351         gnus-article-browse-html-save-cid-image; make it work recursively for
1352         forwarded messages as well.
1353         (gnus-article-browse-html-parts): Work when prefix arg is given.
1354         (gnus-article-browse-html-article): Doc fix.
1356 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
1358         * message.el (message-default-mail-headers):
1359         (message-default-headers): Carry the value mail-default-headers over
1360         into message-default-mail-headers, rather than message-default-headers.
1362 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
1364         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
1365         charset.
1367         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
1368         charset into the <meta> tag when the article is encoded to utf-8.
1370 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1372         * gnus-art.el (gnus-article-browse-delete-temp-files):
1373         Delete directories as well.
1374         (gnus-article-browse-html-parts): Work for images that do not specify
1375         file names; delete temp directory when quitting; insert header at the
1376         right place; use file: scheme for image files.
1378 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
1380         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
1381         (gnus-article-browse-html-parts): Use it to make temporary cid image
1382         files in addition to html file so that browser may display them.
1384 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1386         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
1388 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
1390         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
1392 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1394         * auth-source.el (auth-sources): Change default to be simpler.
1395         Explain about Secret Service API sources.  Improve Customize options.
1396         (auth-source-pick): Change to accept any number of search parameters.
1397         Implement fallbacks iteratively, not recursively.  Add scoring on the
1398         second pass and sort by score.  Call Secret Service API when needed.
1399         (auth-source-user-or-password): Use it.  Call Secret Service API
1400         directly when needed to get the user name and the password.
1402 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1404         * message.el (message-interactive): Doc fix.
1405         (message-qmail-inject-args): Reflow.
1406         (message-kill-to-signature): Fix typo in docstring.
1408         * smiley.el (smiley-buffer): Fix typo in docstring.
1410 2010-03-24  Glenn Morris  <rgm@gnu.org>
1412         * mail-source.el (gnus-message): Declare.
1413         (mail-source-delete-old-incoming): Require gnus-util.
1415 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1417         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
1419         * message.el (ecomplete-setup): Autoload it for Emacs <23.
1421         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
1422         password-cache's default if it is not bound.
1423         (mml-secure-passphrase-cache-expiry): Default to 16 that is
1424         password-cache-expiry's default if it is not bound.
1426         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
1427         available in Emacs 21.
1429 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
1431         * auth-source.el (auth-sources): Fix up definition so extra parameters
1432         are always inline.
1434 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
1436         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
1437         wasn't updated after mismatch.  Clear cached mailbox info correctly
1438         when uidvalidity changes.
1439         (nnimap-group-prefixed-name): New function to avoid some code
1440         duplication.
1441         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
1442         (nnimap-request-group): Use it.
1443         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
1444         (nnimap-update-unseen): Significantly improved speed of Gnus startup
1445         with many imap folders.  This is done by caching the group status from
1446         the imap server persistently in a group parameter `imap-status'.  (This
1447         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
1448         but not persistently, so every Gnus startup was still very slow.)
1450 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1452         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
1453         secrets.el dependency.
1454         (auth-sources): Add optional user name.  Add secrets.el configuration
1455         choice (unused right now).
1457 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
1459         * gnus-sum.el (gnus-summary-make-menu-bar): Let
1460         `gnus-registry-install-shortcuts' fill in the functions.
1462         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
1463         warnings.
1464         (gnus-registry-misc-menus): Variable to hold registry mark menus.
1465         (gnus-registry-install-shortcuts): Populate and use it in a
1466         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
1468 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
1470         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
1471         In-place substitutions for the group name encoding/decoding.
1472         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
1473         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
1474         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
1475         (nnimap-update-unseen, nnimap-request-list)
1476         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
1477         (nnimap-request-set-mark, nnimap-split-to-groups)
1478         (nnimap-split-articles, nnimap-request-newgroups)
1479         (nnimap-request-create-group, nnimap-request-accept-article)
1480         (nnimap-request-delete-group, nnimap-request-rename-group)
1481         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
1482         `encoded-mbx' for consistency.
1483         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
1484         variable `imap-current-mailbox'.
1486         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
1487         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
1489 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
1491         * pop3.el (pop3-display-message-size-flag): Display message size byte
1492         counts during POP3 download.
1493         (pop3-movemail): Use it.
1494         (pop3-list): Implement listing of available messages.
1496 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
1498         * nnir.el (nnir-get-article-nov-override-function): New function to
1499         override the normal NOV retrieval.
1500         (nnir-retrieve-headers): Use it.
1502 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
1504         * auth-source.el (netrc-machine-user-or-password): Autoload.
1506 2010-03-19  Glenn Morris  <rgm@gnu.org>
1508         Stop message.el from loading about 40 libraries it doesn't always need.
1509         The general approach is to autoload rather than require, and to
1510         require in the specific functions rather than the file.  (Bug#5642)
1512         * gmm-utils.el: Don't require wid-edit.
1513         (widget-create-child-value, widget-convert, widget-default-get):
1514         Autoload.
1516         * gnus-util.el: Don't require time-date, netrc.
1517         (message-fetch-field, gnus-group-name-decode): Declare rather than
1518         autoloading.
1519         (gnus-fetch-field): Require message.
1520         (gnus-decode-newsgroups): Require gnus-group.
1522         * ietf-drums.el: Don't require time-date.
1524         * message.el: Don't require hashcash, canlock, ecomplete.
1525         Do require mail-utils.  Require nnheader only when compiling.
1526         (smtpmail-default-smtp-server): Remove declaration.
1527         (message-send-mail-function): Check smtpmail-default-smtp-server
1528         is bound rather than requiring smtpmail.
1529         (message-auto-save-directory, message-insert-signature): Use
1530         expand-file-name rather than nnheader-concat.
1531         (nnheader-insert-file-contents): Autoload.
1532         (hashcash-wait-async): Declare.
1533         (message-send-mail): Only call gnus-setup-posting-charset if
1534         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
1535         (message-send-mail-with-sendmail): Require sendmail.
1536         (canlock-password, canlock-password-for-verify): Declare.
1537         (message-canlock-password): Require canlock.
1538         (nnheader-get-report): Autoload.
1539         (gnus-setup-posting-charset): Declare.
1540         (message-send-news): Require gnus-msg.
1541         (message-make-references, message-make-in-reply-to): Use mail-header-id
1542         rather than the alias mail-header-message-id.
1543         (ecomplete-add-item, ecomplete-save): Declare.
1544         (message-put-addresses-in-ecomplete): Require ecomplete.
1545         (ecomplete-display-matches): Autoload.
1547         * mm-decode.el: Don't require mailcap, gnus-util.
1548         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
1549         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
1550         Autoload.
1551         (mailcap-mime-extensions): Declare.
1553         * mm-encode.el: Don't require mailcap.
1554         (mailcap-extension-to-mime): Autoload.
1556         * mml-sec.el: Don't require password-cache.
1558         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
1559         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
1560         (mml-minibuffer-read-type): Require mailcap.
1561         (mml-preview): Require gnus-msg.
1563         * mml1991.el: Require password-cache.
1564         (password-cache-expiry): Remove declaration.
1566         * mml2015.el: Require password-cache.
1567         (password-cache-expiry): Remove declaration.
1569         * nneething.el (mailcap): Require mailcap.
1571         * nnheader.el (declare-function): Add compatibility stub.
1572         (message-remove-header): Declare rather than autoload.
1573         (nnheader-replace-header): Require message.
1575         * nnimap.el (declare-function): Add compatibility stub.
1576         (netrc-parse, netrc-machine-user-or-password): Declare.
1577         (nnimap-open-connection): Require netrc.
1579         * nntp.el (declare-function): Add compatibility stub.
1580         (netrc-parse, netrc-machine, netrc-get): Declare.
1581         (nntp-send-authinfo): Require netrc.
1583         * rfc2047.el: Don't require qp.
1584         (quoted-printable-encode-region, quoted-printable-decode-string):
1585         Autoload.
1587         * sieve-mode.el: Don't require easymenu.
1588         (easy-menu-add-item): Autoload it.
1590         * spam-stat.el (time-to-number-of-days): Autoload it.
1592 2010-03-17  Kevin Ryde  <user42@zip.com.au>
1594         * mml.el (mml-read-tag): Unquote values with `read' to reverse
1595         prin1 in mml-insert-tag (just stripping the quotes gave wrong
1596         value if any backslash escapes).
1598 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1600         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
1601         if it is available.  (bug#5647)
1603 2010-02-26  Glenn Morris  <rgm@gnu.org>
1605         * message.el (message-send-mail-function): Change the default, so that
1606         it inherits from a customized send-mail-function.  (Bug#5643)
1608 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1610         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
1611         shell-command-to-string signals an error (bug#5299).
1613 2010-02-24  Glenn Morris  <rgm@gnu.org>
1615         * message.el (message-smtpmail-send-it)
1616         (message-send-mail-with-mailclient): Doc fixes.
1618 2010-02-16  Glenn Morris  <rgm@gnu.org>
1620         * message.el (message-default-mail-headers): Change the default value
1621         to ease the transition from mail-mode to message-mode.  (Bug#5555)
1623 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1625         * message.el (message-mail): Just pass yank-action on to message-setup.
1626         (message-setup): Handle (FUN . ARGS) form of yank-action.
1627         (message-with-reply-buffer, message-widen-reply)
1628         (message-yank-original): Handle non-buffer values of
1629         message-reply-buffer (Bug#4080).
1630         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
1632 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1634         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
1635         Fix typo in docstring.
1637 2010-01-08  Jason Rumney  <jasonr@gnu.org>
1639         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
1640         response.
1642 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1644         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
1646         * message.el (message-check-news-header-syntax): Protect against a
1647         string that `rfc822-addresses' returns when parsing fails.
1649 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1651         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
1652         (gnus-previous-char-property-change): New functions.
1654         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
1656 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1658         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
1659         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
1661 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1663         * message.el (message-exchange-point-and-mark): Rework last change to
1664         avoid using optional arg of exchange-point-and-mark, for backward
1665         compatibility.
1667 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1669         * message.el (message-exchange-point-and-mark): Call
1670         exchange-point-and-mark with an argument rather than setting
1671         mark-active by hand (Bug#5175).
1673 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1675         * nntp.el (nntp-service-to-port): Work for service expressed with
1676         numeric string; replace [:digit:] with [0-9] for XEmacs.
1678 2009-12-17  Glenn Morris  <rgm@gnu.org>
1680         * gnus-group.el (gnus-bug-group-download-format-alist):
1681         Change emacs entry to debbugs.gnu.org.  Bump :version.
1683 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1685         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
1687 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1689         * message.el (message-info): Explain why we use `Info-goto-node'.
1691 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1693         * message.el (message-completion-in-region): New compatibility function.
1694         (message-expand-group): Use it.
1696 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1698         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
1699         with no unread article should be listed if the 2nd arg `predicate' is
1700         given.
1702 2009-11-29  Juri Linkov  <juri@jurta.org>
1704         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
1705         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
1706         on `gnus-recenter'.  (Bug#4698, Bug#4981)
1708 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1710         * message.el (message-from-style, message-interactive)
1711         (message-signature): Always set default values from the corresponding
1712         mail-* variables.
1713         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1714         (message-yank-prefix, message-indentation-spaces)
1715         (message-signature-file, message-default-headers): Use boundp rather
1716         than (featurep 'xemacs) to check if the corresponding mail-* variables
1717         exist.
1719 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1721         * message.el (message-send-mail-with-sendmail): Revert last change.
1723 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
1725         * message.el (message-from-style, message-interactive)
1726         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1727         (message-yank-prefix, message-indentation-spaces, message-signature)
1728         (message-signature-file, message-default-headers): For GNU Emacs, set
1729         default values from the corresponding mail-* variables.
1730         (message-send-mail-with-sendmail): Use envelope-from only if
1731         mail-specify-envelope-from is non-nil.
1733 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1735         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
1736         containing tspecial characters if they have been already quoted.
1738 2009-10-24  Glenn Morris  <rgm@gnu.org>
1740         * gnus-art.el (help-xref-stack-item): Define for compiler.
1742 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1744         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
1746 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1748         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1749         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1751 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1753         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1754         (gnus-overlays-in): New alias to overlays-in.
1756         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1757         gnus-overlay-get, and gnus-delete-overlay.
1758         (gnus-summary-show-thread): Make it work as well for systems in which
1759         next-single-char-property-change is not available.
1760         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1762 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1764         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1766 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1768         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1769         and XEmacs that don't have `remove-overlays'.
1771 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1773         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1774         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1775         selective display.  Use overlays instead.
1777 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1779         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1781 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1783         * spam-stat.el (spam-stat-load): Fix typo in message.
1785 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1787         * gnus-art.el (gnus-article-encrypt-body):
1788         * message.el (message-check-recipients):
1789         * mm-util.el (mm-codepage-setup):
1790         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1791         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1793 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1795         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1796         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1797         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1798         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1799         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1801 2009-09-18  Glenn Morris  <rgm@gnu.org>
1803         * gnus-diary.el (gnus-diary-check-message):
1804         * message.el (message-insert-formatted-citation-line):
1805         * nnbabyl.el (top-level):
1806         * nndiary.el (nndiary-schedule):
1807         Fix typos in condition-case handlers.
1809 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1811         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1812         configuration that provides the sole article window in a frame;
1813         position point correctly after deleting a part.
1815 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1817         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1818         (spam-resolve-registrations-routine): Use it to unregister articles
1819         that change status.
1821 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1823         * nnrss.el (nnrss-request-article): Remove binding of
1824         default-enable-multibyte-characters that has gotten needless by
1825         the 2007-07-13 change in rfc2047-encode-message-header.
1827         * mml.el (mml-insert-multipart): Error on the message header.
1828         (mml-insert-part): Error on the message header; position point at
1829         the end of a MIME tag.
1831 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1833         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1834         (gnus-float-time): Alias to float-time if it exists.
1836         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1837         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1838         float-time is available; suppress compile warning for time-to-seconds.
1840 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1842         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1843         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1844         Add the optional argument `encoding' that overrides the default.
1846         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1847         mm-encode-buffer.
1849 2009-09-04  Glenn Morris  <rgm@gnu.org>
1851         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1852         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1853         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1854         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1855         * mm-util.el (mm-with-unibyte-current-buffer)
1856         (mm-find-buffer-file-coding-system):
1857         * yenc.el (yenc-decode-region): Use default-value rather than
1858         default-enable-multibyte-characters.
1860 2009-09-03  Glenn Morris  <rgm@gnu.org>
1862         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1863         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1864         than default-enable-multibyte-characters.
1866 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1868         * gnus-art.el (gnus-article-read-summary-keys):
1869         Fix gnus-buffer-configuration's value temporarily used.
1871 2009-09-02  Glenn Morris  <rgm@gnu.org>
1873         * gnus-util.el (gnus-float-time): New function.
1874         * gnus-delay.el (gnus-delay-article):
1875         * gnus-sum.el (gnus-thread-latest-date):
1876         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1877         * nnspool.el (nnspool-request-newgroups):
1878         Use gnus-float-time rather than time-to-seconds.
1879         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1881         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1882         (gnus-header-subject-face, gnus-header-newsgroups-face)
1883         (gnus-header-name-face, gnus-header-content-face):
1884         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1885         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1886         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1887         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1888         (gnus-cite-face-11):
1889         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1890         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1891         (gnus-server-closed-face, gnus-server-denied-face)
1892         (gnus-server-offline-face):
1893         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1894         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1895         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1896         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1897         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1898         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1899         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1900         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1901         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1902         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1903         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1904         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1905         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1906         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1907         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1908         (gnus-summary-high-undownloaded-face)
1909         (gnus-summary-low-undownloaded-face)
1910         (gnus-summary-normal-undownloaded-face)
1911         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1912         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1913         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1914         (gnus-splash-face):
1915         * message.el (message-header-to-face, message-header-cc-face)
1916         (message-header-subject-face, message-header-newsgroups-face)
1917         (message-header-other-face, message-header-name-face)
1918         (message-header-xheader-face, message-separator-face)
1919         (message-cited-text-face, message-mml-face):
1920         * sieve-mode.el (sieve-control-commands-face)
1921         (sieve-action-commands-face, sieve-test-commands-face)
1922         (sieve-tagged-arguments-face):
1923         * spam.el (spam-face):
1924         Mark face aliases with "-face" in the name as obsolete.
1926 2009-09-01  Glenn Morris  <rgm@gnu.org>
1928         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1929         than goto-line.
1931 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1933         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1934         Don't move point if the command is invoked inside the message header.
1936 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1938         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1939         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1940         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1941         * nnir.el (nnir-swish-e-index-file):
1942         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1943         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1944         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1945         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1946         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1947         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1949 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1951         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1952         Don't save excursion.
1954 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1956         * nnheader.el (nnheader-find-file-noselect):
1957         * mm-util.el (mm-insert-file-contents):
1958         Use (default-value 'major-mode) instead of default-major-mode.
1960 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1962         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1964 2009-08-25  Glenn Morris  <rgm@gnu.org>
1966         * nnir.el (top-level): Don't require cl at run-time.
1967         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1968         Replace cl-function substitute with gnus-replace-in-string.
1969         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1970         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1971         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1972         simplified expansions.
1974 2009-08-22  Glenn Morris  <rgm@gnu.org>
1976         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1977         goto-line.
1979 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1981         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1983         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1984         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1985         (gnus-mm-display-part, gnus-mime-display-single)
1986         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1987         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1989         * gnus-sum.el
1990         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1991         (gnus-summary-move-article): Add expirable mark to articles copied or
1992         moved to group that has auto-expire turned on if the option is non-nil.
1994 2009-07-24  Glenn Morris  <rgm@gnu.org>
1996         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1997         Fix typo.  (Bug#3903)
1999 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2001         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
2002         gnus-article-read-summary-keys rather than gnus-summary-edit-article
2003         that should not be used for draft articles.
2004         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
2005         that has no concern in minor mode keys.
2006         (gnus-article-summary-command, gnus-article-summary-command-nosave):
2007         Abolish.
2009 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2011         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
2012         article without making inquiry to a user for unknown encoding.
2014         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
2015         (nnmaildir--scan): Assume i-node and device number that file-attributes
2016         returns might be cons-cell.
2018 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
2020         * auth-source.el: Remove docs now in auth.texi.  Don't use
2021         `gnus-message' for logging.  Add new variables `auth-source-debug' and
2022         `auth-source-hide-passwords' and use them.
2024 2009-07-15  Glenn Morris  <rgm@gnu.org>
2026         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
2028 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2030         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
2031         excessive whitespace from the default values of title and description.
2033 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2035         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
2036         mail-fetch-field to fetch Content-Description header in order to
2037         exclude newlines.
2039 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2041         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
2042         to deleted part.
2044 2009-05-30  David Engster  <dengste@eml.cc>
2046         * nnmairix.el: Remove old documentation in the commentary block.
2047         (nnmairix-request-group): Do not update active file for nnml back ends.
2048         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
2049         end so that overview files are ignored.
2050         (nnmairix-update-groups): Make updating the groups more robust by using
2051         marks.
2052         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
2053         with dollar characters in message-id.
2055 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
2057         * spam.el: Use dns-query instead of query-dns.  Was renamed on
2058         2008-12-25 in dns.el.
2060 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2062         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
2063         could happen if the text is only composed of spaces and/or tabs.
2065 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
2067         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
2068         when sending a queued message to avoid extra mml tags.
2070 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2072         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
2074 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2076         * gnus-dired.el: Remove autoload for gnus-setup-message.
2077         (gnus-dired-attach): Fake this-command value to prevent Gnus from
2078         displaying Gnus logo; always use compose-mail.
2080 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2082         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
2084 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2086         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
2087         (gnus-nocem-issuers): List currently active issuers; fix custom type.
2088         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
2089         available.
2090         (gnus-nocem-epg-verify): New function.
2092 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
2094         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
2096 2009-02-15  Glenn Morris  <rgm@gnu.org>
2098         * gnus-util.el (rmail-insert-rmail-file-header)
2099         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
2100         autoloads.
2101         (rmail-default-rmail-file): Remove unnecessary declaration.
2102         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
2104 2009-02-14  Glenn Morris  <rgm@gnu.org>
2106         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
2107         variable (only used in gnus-util, which declares it anyway).
2108         (rmail-output-to-rmail-file): Remove autoload of deleted function,
2109         which was only needed by gnus-art (changed to not use it any more).
2110         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
2111         only used in gnus-util, which autoloads it itself.
2112         (rmail-update-summary): Fix autoload.
2114         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
2115         rather than rmail-output-to-rmail-file.
2117 2009-02-07  Glenn Morris  <rgm@gnu.org>
2119         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
2120         autoload of function that no longer exists.
2121         (rmail-toggle-header): Declare.
2122         (message-forward-rmail-make-body): Handle mbox Rmail.
2124 2009-01-31  Glenn Morris  <rgm@gnu.org>
2126         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
2127         2009-01-09 change.
2129 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
2131         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
2132         (auth-source-forget-all-cached): New convenience function.
2133         (auth-source-user-or-password): Accept list of modes or a single mode.
2135         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
2136         auth-source modes.
2138         * nnimap.el (nnimap-open-connection): Use list of
2139         auth-source modes.
2141         * nntp.el (nntp-send-authinfo): Use list of
2142         auth-source modes.
2144 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2146         * auth-source.el: Update docs to reflect epa-file-enable is to be used
2147         now.
2149 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2151         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
2152         coding system in XEmacs; add a workaround for XEmacs.
2154 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2156         * mm-util.el (mm-coding-system-priorities): Protect against nil value
2157         of current-language-environment.
2159 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2161         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
2162         available at runtime.
2164 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2166         * gnus-art.el (article-date-ut): Fix end point of narrowing.
2168 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
2170         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
2171         the greatest positive fixnum value doesn't work under an XEmacs with
2172         bignum support; use the most-positive-fixnum constant instead,
2173         available since Emacs 21.1 with cl and XEmacs 21.1.
2175 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2177         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
2178         XEmacs gets not to work.
2180 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2182         * mm-util.el (mm-coding-system-priorities): Allow the value like
2183         "Japanese (UTF-8)" of current-language-environment.
2185 2009-01-09  Glenn Morris  <rgm@gnu.org>
2187         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
2188         with last-command-event.
2190 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
2192         * message.el (message-fix-before-sending): Amend comment.
2194 2009-01-07  David Engster  <dengste@eml.cc>
2196         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
2197         simplified server definitions by converting it via
2198         gnus-server-to-method.
2200 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2202         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
2203         parameter's operands.
2205 2009-01-06  David Engster  <dengste@eml.cc>
2207         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
2208         primary select method (for gnus-group-mark-article-as-read).
2210 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
2212         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
2213         `(gnus)Face', not `(gnus)X-Face'.
2215 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2217         * mm-util.el (mm-ucs-to-char): New function.
2219         * mm-url.el (mm-url-decode-entities): Use it.
2221 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2223         * message.el (message-fix-before-sending): Add `eight-bit' to
2224         illegible-text check.
2226 2009-01-03  Michael Olson  <mwolson@gnu.org>
2228         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
2229         `headers' is nil.  This can occur if the IMAP server does not have
2230         permissions to read messages from a folder, but can write new messages
2231         to the folder.
2232         (nnimap-request-article-part): Do not insert `data' if it is nil.
2234 2009-01-01  Dave Love  <fx@gnu.org>
2236         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
2238         * nnimap.el: Fix author email.
2239         (nnimap-split-rule): Add FIXME comment.
2240         (nnimap-debug): Fix doc string.
2242 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2244         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
2245         overlay-arrow-position and overlay-arrow-string buffer-local; no need
2246         to check if those variables exist (first appeared in Emacs 18.50).
2248 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2250         * mm-util.el (mm-line-number-at-pos): New function.
2252         * spam-report.el (spam-report-process-queue): Use it.
2254 2008-12-24  David Engster  <dengste@eml.cc>
2256         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
2257         parameters that haven't existed as variables as buffer-local variables.
2259 2008-12-23  Dave Love  <fx@gnu.org>
2261         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
2262         cadar.
2264         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
2265         imap-starttls-p.
2266         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
2268 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
2270         * spam-report.el (spam-report-gmane-max-requests): New constant.
2271         (spam-report-gmane-wait): New variable.
2272         (spam-report-gmane-ham, spam-report-gmane-spam)
2273         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
2274         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
2275         the server.
2277         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
2278         Add explanations.
2280         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
2281         nnheader-accept-process-output and nnheader-read-timeout if available.
2282         (pop3-movemail): Use it.
2284         * message.el (message-check-news-body-syntax): Fix signature check if
2285         there's an attachment.
2287 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2289         * mm-util.el: Add comments to the mm- emulating functions.
2291 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
2293         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
2294         by Stephen Berman <stephen.berman@gmx.net>.
2296 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2298         * mm-util.el (mm-substring-no-properties): New function.
2299         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
2300         (mm-special-display-p): Enable those lambda forms to be byte compiled.
2301         (mm-string-to-multibyte): Doc fix.
2303         * mml.el (mml-attach-file): Use mm-substring-no-properties.
2305 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2307         * mml.el (mml-attach-file): Strip text properties from file name.
2308         (Bug#1574)
2310 2008-12-16  Glenn Morris  <rgm@gnu.org>
2312         * mm-util.el (mm-charset-override-alist): Declare for compiler.
2314 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2316         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
2317         knows since the charset specified might be a bogus alias that
2318         mm-charset-synonym-alist provides.
2320 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2322         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
2323         "ISO_8859-1".
2325         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
2327 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2329         * mm-util.el (mm-charset-eval-alist):
2330         Define it before mm-charset-to-coding-system.
2331         (mm-charset-to-coding-system): Add optional argument `silent';
2332         define it before mm-charset-override-alist.
2333         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
2334         default value if it can be used in Emacs currently running;
2335         silence mm-charset-to-coding-system.
2337 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2339         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
2340         `allow-override' which says whether to use `mm-charset-override-alist'.
2341         (rfc2047-decode-encoded-words): Use it.
2343         * mm-util.el (mm-charset-override-alist): Fix custom type;
2344         add `(gb2312 . gbk)' to choices.
2346 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2348         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
2349         fast.
2351         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2353 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
2355         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
2356         on links.
2358         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
2360 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2362         * message.el (message-idna-to-ascii-rhs-1): Protect against local
2363         users' addresses that don't have domain parts.
2364         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
2365         rather than message-narrow-to-head since there will be the message
2366         header separator.
2368 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2370         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
2371         since the result is inserted in a unibyte buffer anyway.
2372         (nnimap-demule-use-string-to-multibyte): Remove.
2373         (nnimap-demule): Alias it to mm-string-to-multibyte.
2375 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2377         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
2378         variable for debugging bug#464 and bug#1174.
2379         (nnimap-demule): Use it.
2381 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2383         * gnus-score.el (gnus-score-find-trace): Handle default score in total
2384         score calculation correctly.
2386 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2388         * message.el (message-send-mail): Just set the buffer to unibyte
2389         rather than use mm-with-unibyte-current-buffer which does a lot more.
2390         (message-send-mail-partially): Don't bother with
2391         mm-with-unibyte-current-buffer since it's already been made unibyte by
2392         message-send-mail.
2394 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
2396         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
2398 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
2400         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
2402 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2404         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
2405         require itself and to remove `with-no-warnings'.
2407 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
2409         * starttls.el (starttls-any-program-available): Get the name of the
2410         available TLS layer program.
2411         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
2412         well as the host name in the "opening" message.
2414         * auth-source.el (auth-source-cache, auth-source-do-cache)
2415         (auth-source-user-or-password): Cache passwords and logins by default,
2416         allow override with `auth-source-do-cache'.
2417         (auth-source-forget-user-or-password): Allow users to remove cache
2418         entries if needed.
2420 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2422         * ietf-drums.el (ietf-drums-remove-comments): Localize second
2423         condition-case to only the forward-sexp call.
2425 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2427         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
2428         quotes contained.  Make it more robust regardless by an extra
2429         condition-case wrapper.
2431 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2433         * nnml.el (nnml-request-expire-articles): Check if the function set to
2434         `nnmail-expiry-target' returns the symbol `delete'.
2436         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
2438         * nnmail.el (nnmail-expiry-target): Fix custom type.
2440 2008-10-02  Glenn Morris  <rgm@gnu.org>
2442         * mm-util.el (mm-codepage-setup): Tweak codepage error.
2443         Silence compiler warning.
2445 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
2447         * mml.el (mml-menu): Don't assume mml2015 is bound.
2449 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2451         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
2452         exists.
2454 2008-09-27  Glenn Morris  <rgm@gnu.org>
2456         * gnus-util.el (mail-header-remove-comments): Autoload it.
2458 2008-09-27  Andreas Schwab  <schwab@suse.de>
2460         * gnus-util.el (gnus-split-references): Strip comments.
2461         (gnus-parent-id): Likewise.
2463 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
2465         * message.el (message-confirm-send): Fix version.
2467 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2469         * message.el (message-idna-to-ascii-rhs-1): Use
2470         mail-extract-address-components rather than mail-header-parse-addresses
2471         that is an alias by default to ietf-drums-parse-addresses that does not
2472         support non-ASCII names in headers' contents.
2474 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2476         * message.el (message-confirm-send): Fixed variable documentation to
2477         avoid the "y/n" wording.
2479 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
2481         * message.el (message-set-auto-save-file-name): Save to a different
2482         filename so multiple messages (especially drafts) can be recovered.
2484 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
2486         * message.el (message-confirm-send): Add appropriate version.
2488 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2490         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
2491         defvar.
2493 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
2495         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
2496         (mm-pkcs7-enveloped-magic): Ditto.
2498 2008-09-17  Simon Josefsson  <simon@josefsson.org>
2500         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
2501         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
2503 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
2505         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
2506         default, it's better.
2508 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
2510         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
2511         summary line gnus-number property and ignore them (with a warning
2512         message).
2514 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2516         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
2517         macro caddr in the interactive form since it won't be expanded.
2519 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2521         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
2522         `charset'; fix name of function called recursively.
2523         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
2525 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2527         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
2528         (gnus-mime-set-charset-parameters): New function.
2529         (gnus-mime-view-part-as-charset): Use it to correctly display part
2530         specifying wrong charset.
2532 2008-09-08  David Engster  <dengste@eml.cc>
2534         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
2535         in completing-read for back end server.
2537 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
2539         * message.el (message-confirm-send): New variable to confirm sending a
2540         message.
2541         (message-send): Use it.
2543 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
2545         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
2547 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2549         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
2551 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
2553         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
2554         prevent tracking too many groups.
2555         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
2556         Use it.
2558 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
2560         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
2561         moving point to the bottom of the window in order to avoid recentering.
2563 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2565         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2566         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2567         (gnus-article-beginning-of-window): Fix calculation.
2569 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2571         * gnus-msg.el (gnus-summary-supersede-article)
2572         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2573         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2574         message header.
2576 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2578         * message.el:
2579         * gnus-start.el:
2580         * gnus-registry.el: Remove VMS support.
2582 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2584         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2585         macro.
2586         (rfc2104-hash): Use it.
2588 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2590         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2591         (gnus-summary-sort-by-most-recent-date): New commands.
2592         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2593         and menu entries.
2595 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2597         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2598         don't redisplay article for raw contents; remove plural articles stuff.
2600         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2601         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2602         on gnus-summary-save-article; display results properly.
2604 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2606         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2608 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2610         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2611         gnus-save-all-headers.
2613 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2615         * gnus-util.el (ns-focus-frame): Remove declaration.
2616         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2617         like x.
2619 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2621         * rfc2104.el (rfc2104-zero): Delete defconst.
2622         (rfc2104-hex-alist): Likewise.
2623         (rfc2104-hex-to-int): Delete func.
2624         (rfc2104-hexstring-to-bitstring): Likewise.
2625         (rfc2104-nybbles): New defconst.
2626         (rfc2104-hash): Rewrite for speed.
2628 2008-07-16  Glenn Morris  <rgm@gnu.org>
2630         * gnus-util.el (ns-focus-frame): Declare for compiler.
2632 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2634         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2635         set as a group parameter.
2636         (gnus-summary-save-in-pipe): Work when it is called independently.
2637         (gnus-summary-pipe-to-muttprint): Don't modify
2638         gnus-summary-pipe-output-default-command.
2640 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2642         * message.el (message-send-mail-with-sendmail):
2643         Display the error message.
2645 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2647         * gnus-art.el (gnus-default-article-saver):
2648         Add gnus-summary-save-in-pipe to choices.
2649         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2650         gnus-summary-pipe-output-default-command as the default command.
2651         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2652         instead of gnus-last-shell-command.
2654         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2655         New user option.
2656         (gnus-summary-muttprint-program): Mention the value will be changed.
2657         (gnus-summary-save-article): Force showing of all headers.
2658         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2660 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2662         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2664 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2666         * nnimap.el (nnimap-id):
2667         * sieve-manage.el (sieve-manage-open): Doc fixes.
2669 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2671         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2672         if available.
2674 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2676         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2678         * nnkiboze.el (nnkiboze-generate-group):
2679         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2681         * nnmairix.el: Require CL.
2683 2008-06-15  David Engster  <dengste@eml.cc>
2685         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2687 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2689         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2690         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2691         runtime choice under XEmacs.
2693         * gnus-sum.el (gnus-summary-set-display-table):
2694         Use `gnus-put-display-table', `gnus-get-display-table',
2695         `gnus-set-display-table' for the display table, instead of `aset'.
2697 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2699         * nnmairix.el: Add autoloads.
2701 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2703         * nnmairix.el (nnmairix-delete-recreate-group)
2704         (nnmairix-update-and-clear-marks): Fix error messages.
2706 2008-06-14  David Engster  <dengste@eml.cc>
2708         * nnmairix.el: Upgrade to version 0.6.
2709         (nnmairix-group-toggle-propmarks-this-group)
2710         (nnmairix-group-toggle-readmarks-this-group)
2711         (nnmairix-group-delete-recreate-this-group)
2712         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2713         (nnmairix-remove-tick-mark-original-article): New commands.
2714         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2715         (nnmairix-propagate-marks-to-nnmairix-groups)
2716         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2717         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2718         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2719         functions needed for marks propagation and manipulation of read marks.
2720         (nnmairix-update-groups): New function.
2721         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2722         (nnmairix-determine-original-group-from-registry)
2723         (nnmairix-determine-original-group-from-path)
2724         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2725         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2726         New helper functions.
2727         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2728         keystrokes for new commands.
2729         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2730         (nnmairix-request-group): Check allow-fast group parameter.
2731         (nnmairix-request-create-group): Set allow-fast group parameter if
2732         nnmairix-allowfast-default is set.
2733         (nnmairix-close-group): Propagate marks upon closing if needed.
2734         (nnmairix-group-toggle-threads-this-group): Use new.
2735         nnmairix-group-toggle-parameter helper function.
2736         (nnmairix-search): Better check for empty search result.
2737         (nnmairix-goto-original-article): Use new helper functions for
2738         determining original article.
2739         (nnmairix-show-original-article): Make sure message-id is in brackets.
2740         (nnmairix-call-mairix-binary): Change variable name.
2741         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2742         helper function.
2743         (nnmairix-widget-toggle-activate): Fix doc string.
2745 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2747         * nnir.el: Require edmacro when compiling with XEmacs.
2748         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2749         available in Emacs 21.
2751 2008-06-11  Glenn Morris  <rgm@gnu.org>
2753         * gnus-util.el (x-focus-frame):
2754         * gnus.el (image-size):
2755         * mm-decode.el (image-size): Declare.
2757         * gnus-picon.el (declare-function): Add compat definition.
2758         (image-size): Declare.
2760         * gnus-group.el (tool-bar-map):
2761         * gnus-sum.el (tool-bar-map): Define for compiler.
2763         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2765         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2767         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2768         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2769         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2770         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2771         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2772         * sieve-manage.el, spam-report.el, spam.el:
2773         Remove unnecessary eval-and-compile of autoloads.
2775 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2777         * auth-source.el: Precise Tramp doc.
2779 2008-06-07  Glenn Morris  <rgm@gnu.org>
2781         * nnmairix.el: Remove unnecessary eval-when-compile.
2783 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
2785         * nnir.el: New file.
2787 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2789         * gnus-util.el (gnus-read-shell-command): New function.
2790         * mm-decode.el (mm-pipe-part):
2791         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2793 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2795         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2797 2008-06-03  Glenn Morris  <rgm@gnu.org>
2799         * pop3.el (nnheader-accept-process-output): Autoload it.
2801 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2803         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2804         are not 2-digit hexadecimal characters that follow `%'s.
2806 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2808         * message.el (message-bogus-recipient-p): Fix type in doc string.
2809         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2810         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2811         Improve custom options.
2812         (message-bogus-recipient-p): Adjust accordingly.
2814 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2816         * nnmairix.el: Require edmacro when compiling with XEmacs.
2818 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2820         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2821         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2823 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2825         * auth-source.el: Add more docs.
2827 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2829         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2830         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2831         retrieval faster in some cases, but might make CPU usage larger.  If
2832         this has any bad side effects, we might revert this change.
2834         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2835         seems to make mail retrieval much, much faster.
2836         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2837         unconditionally.
2839         * gnus-draft.el (gnus-group-send-queue): Bind
2840         message-send-mail-partially-limit to nil to avoid being prompted.
2842 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2844         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2846         * message.el (message-bogus-address-regexp): Fix and improve custom
2847         type.
2848         (message-setup-hook): Add message-check-recipients as custom option.
2850 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2852         * message.el (message-cite-function): Remove bogus autoload which crept
2853         in during merge from v5-10.
2855 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2857         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2859         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2861         * auth-source.el: Preliminary Tramp docs.
2862         (auth-sources): Change the default auth-sources to use
2863         EPA .gpg files.
2865 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2867         * nntp.el: Autoload `auth-source-user-or-password'.
2868         (nntp-send-authinfo): Use it.
2870         * nnimap.el: Autoload `auth-source-user-or-password'.
2871         (nnimap-open-connection): Use it.
2873         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2874         for the gnus-message function.
2875         (auth-source-user-or-password): Use it.
2877 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2879         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2880         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2881         (rfc2104-hash): Use it.
2883 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2885         * gnus-art.el (gnus-article-toggle-truncate-lines):
2886         Don't use `iff' in docstring.
2888 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2890         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2892         * gnus-util.el (gnus-extract-address-component-name)
2893         (gnus-extract-address-component-email): Convenience functions around
2894         `gnus-extract-address-components'.
2896         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2897         Use `gnus-extract-address-component-email' to fix bug of comparing full
2898         sender name to `user-mail-address'.
2900 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2902         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2903         catch/throw to optimize.
2904         (gnus-registry-find-keywords): Just use member to find a keyword.
2906 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2908         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2909         is current before calling gnus-server-prepare.
2910         (gnus-server-setup-buffer, gnus-server-update-server)
2911         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2913 2008-05-04  Juri Linkov  <juri@jurta.org>
2915         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2916         (mailcap-file-default-commands): Use mailcap-replace-in-string
2917         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2918         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2920 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2922         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2924 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2927         hooks.
2928         (gnus-update-read-articles): Speed up non-marks-using users.
2929         (gnus-use-marks): Define gnus-use-marks.
2930         (gnus-propagate-marks): Rename variable to something more sensible.
2932 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2934         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2935         (gmm-image-load-path-for-library): Fix typos in docstrings.
2936         (gmm-message): Reflow docstring.
2938 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2940         * mail-source.el (mail-source-set-1, mail-source-bind):
2941         Move auth-source code out of the macro to clean it up and fix bugs.
2943 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2945         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2946         by sender if it's equal to user-mail-address, it's likely to be
2947         useless.
2949         * mail-source.el (mail-source-bind): Don't use user or password if they
2950         are not bound.  Unintern them if they are nil.  Don't use server unless
2951         it's bound, and default it to empty string otherwise.
2953 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2955         * mail-source.el: Load auth-source.el.
2956         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2957         get user name or password, if auth-sources is set up.
2959         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2960         strategy of splitting with parent.
2961         (gnus-registry-split-fancy-with-parent)
2962         (gnus-registry-post-process-groups): Use it and fix prior
2963         bug (returning a list as the split result).
2965         * auth-source.el (auth-sources): Remove server parameter.
2966         (auth-source-pick, auth-source-user-or-password)
2967         (auth-source-user-or-password-imap)
2968         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2969         (auth-source-user-or-password-sftp)
2970         (auth-source-user-or-password-smtp): Remove server parameter.
2972 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2974         * smime.el (smime-sign-region, smime-encrypt-region)
2975         (smime-decrypt-region):
2976         Remove redundant calls to `generate-new-buffer-name'.
2978 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2980         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2981         Don't use QP for message/rfc822.
2982         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2984 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2986         * sieve-manage.el (sieve-string-bytes): Remove.
2987         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2988         correct byte-length only if the process's coding-system is the same as
2989         the one used internally by Emacs to represent strings.
2991 2008-04-22  Juri Linkov  <juri@jurta.org>
2993         * mailcap.el (mailcap-file-default-commands): New function.
2995 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2997         * message.el (message-signature-separator, message-cite-function):
2998         Change custom version.
3000 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
3002         * mm-decode.el (mm-display-external): Make temp file read-only.
3004 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
3006         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
3007         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
3008         `C-c C-f d'.
3010 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
3012         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
3014 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
3016         * auth-source.el: Added docs.
3017         (auth-sources): Modify format to support server.
3018         (auth-source-pick, auth-source-user-or-password)
3019         (auth-source-user-or-password-imap)
3020         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3021         (auth-source-user-or-password-sftp)
3022         (auth-source-user-or-password-smtp): Add server parameter.
3024 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
3026         * gnus-registry.el: Initialize the registry when gnus-registry-install
3027         is t.
3029 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3031         * compface.el (uncompface): Make buffer unibyte.
3033 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3035         * mail-source.el (mail-source-value):
3036         Prefer fboundp to functionp so it works with macros as well.
3038 2008-04-05  Glenn Morris  <rgm@gnu.org>
3040         * gnus-ems.el (mm-disable-multibyte): Autoload it.
3042 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3044         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
3045         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
3047         * nnheader.el (nnheader-init-server-buffer): Change buffer's
3048         multibyteness after rather than before erasing it.
3050         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
3051         mm-with-multibyte.
3052         (gnus-request-article-this-buffer): Make sure the proper decoding is
3053         used if gnus-original-article-buffer happens to be unibyte.
3055         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
3056         default-enable-multibyte-characters.
3058         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
3059         default-enable-multibyte-characters.
3061         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
3063         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
3065 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3067         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3068         Fix last change in case the element is not even a symbol.
3070 2008-04-02  Simon Josefsson  <simon@josefsson.org>
3072         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
3073         imap-enable-exchange-bug-workaround.
3074         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
3076 2008-04-01  Simon Josefsson  <simon@josefsson.org>
3078         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
3079         a 100 byte status-checks into a 2-3MB transfer for each group.
3080         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
3081         to enable bug workaround or not.
3082         (nnimap-find-minmax-uid): Only enable workaround conditionally.
3084 2008-03-31  Glenn Morris  <rgm@gnu.org>
3086         * message.el (mml2015-use): Declare for compiler.
3087         (message-info): Require mml2015 when appropriate.
3089 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3091         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
3092         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
3093         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
3094         (nntp-service-to-port): New function.
3095         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
3096         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
3097         (nntp-open-netcat-stream): New function.
3098         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
3100 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
3102         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
3104 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3106         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
3108 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
3110         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
3112 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3114         * message.el (message-signature-separator): Change default.
3115         Improve custom type.
3116         (message-cite-function): Change default to
3117         message-cite-original-without-signature.
3119         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
3120         toggle.
3122         * message.el (message-check-news-body-syntax): Fix signature check.
3123         (message-setup-1): Mark buffer as unmodified _after_ running
3124         message-setup-hook and handling message-alternative-emails.
3125         (message-shorten-references): Be more strict when building list of
3126         valid references to comply with GNKSA.
3128         * gnus-group.el (gnus-read-ephemeral-bug-group)
3129         (gnus-read-ephemeral-debian-bug-group)
3130         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
3132         * message.el (message-info): Don't use booleanp which isn't supported
3133         in Emacs 21 and XEmacs.
3135 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
3137         * gnus-group.el (gnus-gmane-group-download-format): Rename from
3138         gnus-group-gmane-group-download-format.
3139         (gnus-group-read-ephemeral-gmane-group): Rename from
3140         gnus-group-read-ephemeral-gmane-group.
3141         (gnus-read-ephemeral-gmane-group-url): Rename from
3142         gnus-group-read-ephemeral-gmane-group-url.
3143         (gnus-bug-group-download-format-alist): New variable.
3144         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
3145         (gnus-read-ephemeral-emacs-bug-group): New commands.
3147 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3149         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
3150         (gnus-visible-headers): Improve custom type.
3152 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
3154         * mml.el (mml-menu): Add workarounds for XEmacs.
3156         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
3157         X-Boundary header.
3159         * message.el (message-simplify-recipients): Fix previous commit.
3161 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3163         * mm-util.el (mm-set-buffer-multibyte): New function.
3164         * mm-decode.el (mm-copy-to-buffer): Use it.
3166         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
3167         Prefer fboundp to functionp so it works with macros as well.
3169 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
3171         * message.el (message-alter-recipients-discard-bogus-full-name):
3172         New function.
3173         (message-alter-recipients-function): New variable.
3174         (message-get-reply-headers): Use it.
3175         (message-replace-header): New helper function.
3176         (message-recipients-without-full-name): New variable.
3177         (message-simplify-recipients): New command.
3179         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
3181         * message.el (message-info): Handle EasyPG manual.
3183         * mml.el (mml-menu): Add entry for EasyPG.
3185 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
3187         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
3188         parameter.
3190         * message.el (message-disassociate-draft): Specify drafts group name
3191         fully.
3193 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
3195         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
3196         unnecessary duplicates from the match list.
3198 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3200         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
3201         args of `how-many' of which the XEmacs version doesn't take; declare
3202         Info-index-next as function.
3204 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3206         * gnus-score.el (gnus-score-headers): Fix handling of
3207         gnus-inhibit-slow-scoring.
3209         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
3210         string.
3211         (gnus-button-url-regexp): Improve handling of parenthesis.
3212         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
3213         (gnus-button-handle-info-keystrokes): Handle index entries.
3215 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3217         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
3218         Incoming* files.
3220 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3222         * auth-source.el (auth-sources): Renamed from auth-source-choices.
3223         (auth-source-pick): Use it.
3225 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3227         * auth-source.el (auth-source-protocols)
3228         (auth-source-protocols-customize, auth-source-choices): Added and
3229         modified variable customizations and defaults.
3230         (auth-source-pick, auth-source-user-or-password)
3231         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3232         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3233         (auth-source-user-or-password-sftp)
3234         (auth-source-user-or-password-smtp): Use new variables and provide an
3235         interface to netrc.el.
3237 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3239         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
3240         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
3241         Make sure the nntp port to specify is a string.
3243 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3245         * nntp.el: Use with-current-buffer.
3246         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
3247         dubious mm-with-unibyte-current-buffer.
3248         (nntp-with-open-group-function): New function extracted from
3249         nntp-with-open-group macro.
3250         (nntp-with-open-group): Use the function, so it's easier to debug.
3251         Add indentation and debugging info.
3252         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
3253         the use of the netcat alternatives.
3255         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
3256         Avoid mm-string-as-multibyte as well.
3258         * nnweb.el (nnweb-insert-html):
3259         Remove use of nnheader-string-as-multibyte.
3261         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
3262         (nnheader-string-as-multibyte): Remove.
3264         * mm-view.el: Use inhibit-read-only.
3265         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
3266         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
3267         or unibyte-string.
3269         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
3270         (mm-uu-yenc-extract): Use with-current-buffer.
3272         * gnus-soup.el (gnus-soup-send-packet): Don't use
3273         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
3275         * nnmh.el: Use with-current-buffer.
3276         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
3277         mm-string-as-multibyte on the output of mm-encode-coding-string.
3279         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
3280         (nnimap-request-move-article): Use with-current-buffer.
3282         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
3283         inserting the handle-buffer's text, so the implicit multibyte->unibyte
3284         conversion uses string-make-unibyte rather than string-as-unibyte.
3286         * gnus-msg.el: Use with-current-buffer.
3288         * message.el (message-ignored-resent-headers): Add "Delivered-To".
3290 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
3292         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
3293         string for caching if it is 'PIN.
3295 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
3297         * mail-source.el (mail-source-delete-old-incoming-confirm):
3298         Change default to nil.
3299         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
3301 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3303         * gnus-art.el (gnus-narrow-to-page): Position point properly.
3304         (gnus-article-goto-prev-page): Work for articles having ^L's.
3306         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
3308         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
3310 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
3312         * gnus-bookmark.el: Adjust for renames in bookmark.el.
3313         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
3314         (gnus-bookmark-jump): Adjust some variable names.
3316 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3318         * auth-source.el: New package.
3319         (auth-source-choices): Add customization entry point variable.
3321         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
3322         bug.
3324 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
3326         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
3327         (gnus-registry-initialize, gnus-registry-install-p): Use it.
3328         (gnus-registry-install-shortcuts): Rename from
3329         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
3330         the `gnus-registry-mark-map' keymap dynamically from
3331         `gnus-registry-marks'.  The generated functions update the summary line
3332         when a registry mark is added or deleted, and will call
3333         `gnus-registry-install-p' (see the comments in the code).
3334         (gnus-registry-user-format-function-M): Use concat intelligently.
3336         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
3337         the registry mark functions.
3339 2008-03-05  Glenn Morris  <rgm@gnu.org>
3341         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
3342         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
3343         gnus-art.
3344         (top-level): No need to load own source when compiling.
3346 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3348         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
3349         Suggested by <chris.anderton@zetnet.co.uk>.
3351 2008-03-04  Glenn Morris  <rgm@gnu.org>
3353         * gnus-sum.el (top-level): No need to require gnus when compiling,
3354         since unconditionally required near start of file.
3355         (gnus-summary-display-while-building): Move definition before use.
3357 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3359         * gnus-registry.el (gnus-registry-user-format-function-M): Add
3360         formatting function.
3362 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3364         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
3365         with plists.
3366         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
3367         Use new format.
3369 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3371         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
3372         `where-is-internal' that returns a range of key sequences.
3374 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3376         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
3378         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
3379         (gnus-summary-jump-to-group): Consider windows on other displayed
3380         frames as well.  Similar changes might be needed elsewhere, but that's
3381         the one I've bumped into during my use.
3383         * nndoc.el (nndoc-oe-dbx-type-p):
3384         * gnus-msg.el (gnus-debug):
3385         * gnus-group.el (gnus-update-group-mark-positions):
3386         Use mm-string-to-multibyte.
3388 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
3390         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
3391         doesn't handle NotDashEscaped.
3393         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
3394         (mml-dnd-attach-options): Fix typo in custom choice.
3396         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
3397         nndoc-article-type to mbox.
3398         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
3400         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
3401         to nil, instead of html2text.
3403         * imap.el (imap-debug): Add `imap-ping-server'.
3405         * gnus-bookmark.el: Add FIXMEs.
3407         * message.el (message-form-letter-separator)
3408         (message-send-form-letter-delay): New variables.
3409         (message-send-form-letter): Use them.  New command to send form
3410         letters.  Requested by Uwe Siart.
3411         (message-send-mail-function): Doc fix.  Add "Other" custom option.
3413 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
3415         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
3416         empty author.
3418 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
3420         * gnus-registry.el (gnus-registry-marks): Add variable for
3421         customization of marks and their appearance.
3422         (gnus-registry-read-mark): Use it.
3423         (gnus-registry-do-marks): Add utility function to loop through
3424         `gnus-registry-marks'.
3425         (gnus-registry-install-shortcuts-and-menus): Add function to install
3426         shortcuts and menus.
3427         (gnus-registry-initialize): Use it.
3428         (gnus-registry-default-mark): Clarify documentation.
3430 2008-02-29  Glenn Morris  <rgm@gnu.org>
3432         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
3433         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3434         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3435         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3436         Change defcustom :version from 23.0 to 23.1.
3438 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3440         * gnus-registry.el (gnus-registry-follow-group-p)
3441         (gnus-registry-post-process-groups): Add functions to aid registry
3442         splitting and improve logging.  Clarify behavior in function
3443         documentation.
3444         (gnus-registry-split-fancy-with-parent): Use them.
3446 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3448         * gnus-art.el: Use with-current-buffer.
3450 2008-02-27  David Engster  <dengste@eml.cc>
3452         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3453         Express real group name in the response.
3455 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3457         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3458         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3459         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3460         autoload gnus-registry-fetch-group when compiling.
3461         (nnmairix-request-group-with-article-number-correction): Remove
3462         unreferenced argument passed to nnmairix-call-backend.
3464 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3466         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3467         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3468         Wilde.
3470 2008-02-27  Glenn Morris  <rgm@gnu.org>
3472         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3473         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3474         variables to defconsts.  Convert comments to doc-strings.
3475         (nnmairix-last-server, nnmairix-current-server): Convert from free
3476         variables to defvars.  Convert comments to doc-strings.
3477         (gnus-registry-fetch-group): Autoload.
3478         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3479         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3480         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3481         caddr.
3482         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3483         nnmairix-request-group-with-article-number-correction call.
3484         (nnmairix-fast, nnmairix-group): New, less general names, for free
3485         variables passed from nnmairix-request-group to
3486         nnmairix-request-group-with-article-number-correction.  Declare.
3487         (nnmairix-request-group-with-article-number-correction):
3488         Use nnmairix-fast, nnmairix-group rather than fast, group.
3490 2008-02-26  David Engster  <dengste@eml.cc>
3492         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3493         version 0.5.
3495 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3497         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3498         instead of making an extra function call.  Don't add the current group
3499         to articles only when they have the group.  Use
3500         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3501         Reported by David <de_bb@arcor.de>.
3503 2008-02-24  Miles Bader  <miles@gnu.org>
3505         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
3506         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
3507         (mm-find-mime-charset-region):
3508         * mm-bodies.el (mm-encode-body):
3509         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
3511 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3513         * mail-source.el (mail-source-delete-incoming): Change default.
3514         Supplement doc string.
3516         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3518 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3520         * nnmail.el (nnmail-message-id-cache-file): Derive from
3521         `gnus-home-directory'.
3523 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3525         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3526         Document negative prefix.
3528         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3530 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3532         * message.el (message-unsent-separator): Add the Exim bounce
3533         separator.
3535 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3537         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3538         list.
3539         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3540         recipient/signer list.
3542 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3544         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3545         fbound (Emacs 23 unicode), signal an error.
3547 2008-02-08  Glenn Morris  <rgm@gnu.org>
3549         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3551 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3553         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3554         ports to the calls to `netrc-machine-user-or-password' in addition to
3555         "imap" and "imaps".
3557 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3559         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3560         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3561         <hanche@math.ntnu.no>.
3563 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3565         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3567 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3569         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3571         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3573 2008-02-01  Miles Bader  <miles@gnu.org>
3575         * mml.el (mml-parse-1): Remove apparently vestigial use of
3576         `mm-hack-charsets'.
3577         * mm-bodies.el (mm-encode-body): Likewise.
3579 2008-02-01  Kenichi Handa  <handa@m17n.org>
3581         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3582         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3583         (rfc2104-hash): Convert the result of concat to unibyte string.
3585 2008-02-01  Dave Love  <fx@gnu.org>
3587         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3588         coding-system-for-read.
3589         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3591         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
3592         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
3593         (mm-find-mime-charset-region): Remove hack-charsets stuff.
3595 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3597         * mail-source.el (mail-sources): Add `group' choice.
3599         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3600         parameter `in-group' to control into which group the articles go.
3601         Add treatment of `group' mail-source.
3603 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3605         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3606         * message.el (message-beginning-of-line): Use featurep instead of bound
3607         tests in order to resolve conditionals at compile time.
3609 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3611         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3613         * mm-decode.el (mm-dissect-buffer): Decode description.
3615         * mml.el (mml-to-mime): Encode message header first.
3617 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3619         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3620         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3622 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3624         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3626 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3628         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3629         prefix keys.
3630         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3631         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3632         gnus-xmas.el.
3634 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3636         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3637         Add new variables for article mark management.
3638         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3639         list of extra data entries which, when present, will indicate that the
3640         article ID should not be trimmed from the registry.
3641         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3642         functions.
3643         (gnus-registry-read-mark): New function to read a mark name from the
3644         user.
3645         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3646         (gnus-registry-set-article-mark-internal): New functions to add and
3647         remove marks.
3648         (gnus-registry-get-article-marks): New function to show the marks for
3649         an article, or retrieve them for further use.
3651 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3653         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3654         keys when no argument is given.
3656 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3658         * gnus-sum.el (gnus-article-sort-by-random)
3659         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3660         jidanni@jidanni.org.
3662 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3664         * gnus-art.el (gnus-article-describe-bindings): New function.
3665         (gnus-article-read-summary-keys): Use it.
3666         (gnus-article-mode-map): Bind `C-h b' to it.
3668 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3670         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3671         XEmacs.
3672         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3673         against non-character events.
3675 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3677         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3678         command.
3679         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3680         instead of END.  Change name of the temp file.
3681         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3682         customizable.
3684 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3686         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3687         bind `S W' to gnus-article-wide-reply-with-original; set default
3688         binding to gnus-article-read-summary-send-keys.
3689         (gnus-article-read-summary-keys): Fix the order of keys; display
3690         continuation keys correctly in the echo area; describe bindings
3691         correctly when keys end with `C-h'.
3692         (gnus-article-read-summary-send-keys): New function.
3693         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3694         for gnus-article-read-summary-send-keys; display continuation keys
3695         correctly in the echo area.
3696         (gnus-article-reply-with-original): Ignore prefix argument.
3697         (gnus-article-wide-reply-with-original): New function.
3699 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3701         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3702         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3704 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3706         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3707         (gnus-group-read-ephemeral-gmane-group): New command.
3709 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3711         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3713 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3715         * message.el (message-send-mail-function): Increase custom version.
3717         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3718         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3720 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3722         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3723         html parts correctly; support forwarded messages.
3724         (gnus-article-browse-html-article): Remove work buffers.
3726         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3727         compiling.
3728         (netrc-bound-and-true-p): New macro.
3729         (netrc-parse): Use it instead of bound-and-true-p that is not available
3730         in XEmacs 21.4.
3732 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3734         * gnus-registry.el (gnus-registry-mark-article)
3735         (gnus-registry-article-marks): Add functionality to mark articles
3736         through the Gnus registry.
3738         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3739         (netrc-parse): Use encrypt-file-alist to determine if
3740         encrypt-find-model or encrypt-insert-file-contents should be used.
3742 2007-12-19  Glenn Morris  <rgm@gnu.org>
3744         * mml.el (message-options-set, message-narrow-to-head)
3745         (message-in-body-p, message-mail-p, message-encode-message-body):
3746         Autoload.
3747         (message-remove-header, message-narrow-to-headers-or-head)
3748         (message-subscribed-p, message-make-mail-followup-to)
3749         (message-position-on-field, message-news-p)
3750         (message-options-set-recipient, message-generate-headers)
3751         (message-sort-headers): Declare as functions.
3753 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3755         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3756         convention in doc string.
3758 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3760         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3761         title to html parts.
3762         (gnus-article-browse-html-article): Pass message header to it.
3764         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3766 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3768         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3769         or password compatible with XEmacs.
3771 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3773         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3774         format document.
3775         (gnus-mime-delete-part): Don't write description line if empty.
3776         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3778 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3780         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3781         (gnus-summary-mark-read-and-unread-as-read)
3782         (gnus-summary-mark-current-read-and-unread-as-read)
3783         (gnus-summary-mark-unread-as-ticked): Doc fix.
3784         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3786 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3788         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3789         Christoph Conrad <christoph.conrad@gmx.de>.
3791 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3793         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3794         yes-or-no-p.
3796 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3798         * mm-decode.el (mm-add-meta-html-tag): New function.
3799         (mm-save-part-to-file, mm-pipe-part): Use it.
3801         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3802         gnus-y-or-n-p instead of y-or-n-p.
3803         (gnus-article-browse-html-parts): Work with message/external-body; use
3804         mm-add-meta-html-tag.
3806 2007-12-11  Glenn Morris  <rgm@gnu.org>
3808         * gnus-cache.el: Require gnus-sum not just when compiling.
3810         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3812         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3813         definitions before use.
3815         * mm-decode.el: Require gnus-util.
3816         (mm-remove-part): Only call delete-annotation on XEmacs.
3818         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3820         * nnmail.el: Require gnus-int.
3822         * spam.el: Move `require's before `eval-when-compile's.
3824         * gnus-ems.el (gnus-alive-p):
3825         * gnus-fun.el (message-goto-eoh):
3826         * gnus-util.el (gnus-group-name-decode):
3827         * mail-source.el (gnus-compress-sequence):
3828         * message.el (Info-goto-node, format-spec):
3829         * mm-bodies.el (message-options-get):
3830         * mm-decode.el (mm-view-pkcs7):
3831         * mm-util.el (gmm-write-region):
3832         * mml-smime.el (mml-compute-boundary)
3833         (gnus-completing-read-with-default):
3834         * mml.el (widget-button-press, gnus-make-hashtable):
3835         * mml1991.el (mm-decode-content-transfer-encoding)
3836         (mm-encode-content-transfer-encoding)
3837         (message-options-get, message-options-set):
3838         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3839         * nnfolder.el (gnus-request-group):
3840         * nnheader.el (ietf-drums-unfold-fws):
3841         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3842         * smime.el (gnus-run-mode-hooks):
3843         * spam-stat.el (gnus-message): Autoload.
3845         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3846         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3847         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3848         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3849         Add declare-function compatibility definition.
3851         * gnus-cache.el (nnvirtual-find-group-art):
3852         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3853         (gnus-add-image, gnus-add-wash-type):
3854         * gnus-group.el (nnkiboze-score-file):
3855         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3856         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3857         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3858         (message-tokenize-header, gnus-get-buffer-create)
3859         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3860         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3861         * gnus.el (gnus-group-decoded-name):
3862         * mail-source.el (imap-capability):
3863         * mm-bodies.el (message-options-set):
3864         * mm-decode.el (gnus-configure-windows):
3865         * mm-extern.el (message-goto-body):
3866         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3867         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3868         (epg-sub-key-validity, message-options-set):
3869         * mml.el (widget-event-point, gnus-configure-windows):
3870         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3871         * mml2015.el (epg-check-configuration, epg-configuration)
3872         (message-options-set):
3873         * nndb.el (nndb-request-article):
3874         * nnfolder.el (gnus-request-create-group):
3875         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3876         * nnmaildir.el (gnus-group-mark-article-read):
3877         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3878         * rfc1843.el (message-fetch-field):
3879         * spam.el (gnus-extract-address-components):
3880         Declare as functions.
3882 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3884         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3886 2007-12-09  Glenn Morris  <rgm@gnu.org>
3888         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3890         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3891         * message.el, mm-view.el, sieve-manage.el, smime.el:
3892         Add declare-function compatibility definition.
3894         * gnus-art.el (w3-region, w3m-region, Info-menu):
3895         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3896         * gnus-sum.el (gnus-get-predicate):
3897         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3898         * message.el (mail-abbrev-in-expansion-header-p):
3899         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3900         (w3m-detect-meta-charset, w3m-region):
3901         * sieve-manage.el (password-read, password-cache-add)
3902         (password-cache-remove):
3903         * smime.el (password-read-and-add): Declare as functions.
3905 2007-12-08  David Kastrup  <dak@gnu.org>
3907         * gnus-sum.el (gnus-summary-simplify-subject-query):
3908         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3909         `message'.
3911 2007-12-07  Glenn Morris  <rgm@gnu.org>
3913         * gnus-art.el (article-make-date-line): Revert previous change.
3915 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3917         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3919 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3921         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3922         Call gnus-add-to-range ranges only once with a prepared article-list.
3924 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3926         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3927         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3928         group names with backslashes.  Reported by Tassilo Horn
3929         <tassilo@member.fsf.org>.
3931 2007-12-06  Deepak Goel  <deego3@gmail.com>
3933         * gnus-art.el (article-make-date-line):
3934         * gnus-start.el (gnus-load):
3935         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3937 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3939         * gnus-art.el (gnus-use-idna)
3940         * gnus-start.el (gnus-site-init-file)
3941         * message.el (message-use-idna)
3942         * mm-uu.el (mm-uu-hide-markers)
3943         * smiley.el (smiley-style): Revert changes that suppress warnings.
3945 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3947         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3948         specify charset to html source.  Reported by Christoph Conrad
3949         <christoph.conrad@gmx.de>.
3951 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3953         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3954         idna-program in order to suppress byte compile warning issued by XEmacs
3955         that came to byte compile the default value section of defcustom forms
3956         recently.
3958         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3959         value of installation-directory.
3961         * message.el (message-use-idna): Don't directly refer to the value of
3962         idna-program.
3964         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3966         * smiley.el (smiley-style): Don't directly call face-attribute.
3968 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3970         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3972         * gnus-dired.el: Reduce Gnus dependencies.
3973         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3974         require.  Use autoloads instead.
3975         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3976         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3977         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3978         (gnus-dired-mode): Adjust doc string.
3979         (gnus-dired-mail-mode): New variable.
3980         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3981         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3982         (gnus-dired-mail-buffers): New function.  Return mail or message
3983         composition buffers.
3984         (gnus-dired-attach): Use it.
3985         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3986         NO-DECODE.
3987         (gnus-dired-print): Use `gnus-print-buffer' depending on
3988         `gnus-dired-mail-mode'.
3990 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3992         * rfc2047.el (rfc2047-encoded-word-regexp)
3993         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3994         explaining what regexp patterns are for.
3996 2007-12-04  Glenn Morris  <rgm@gnu.org>
3998         * password.el: Move to ../password-cache.el.
4000         * mml1991.el (password-read, password-cache-add, password-cache-remove):
4001         * mml2015.el (password-read, password-cache-add, password-cache-remove):
4002         * mml-smime.el (password-read, password-cache-add)
4003         (password-cache-remove):
4004         No need to autoload, since mml-sec requires password.
4006         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
4007         * message.el (gnus-extract-address-components):
4008         * mml-smime.el (gnus-extract-address-components): Define for compiler.
4010         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
4011         password.
4013 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4015         * mailcap.el: Reduce dependencies.
4016         (mail-header-parse-content-type): Autoload.
4017         (mailcap-delete-duplicates): New alias.
4018         (mailcap-mime-info): Add optional argument NO-DECODE.
4019         (mailcap-mime-types): Use mailcap-delete-duplicates.
4021         * message.el (message-ignored-supersedes-headers): Add "X-ID".
4023 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4025         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
4026         function.
4028         * gnus-uu.el (gnus-uu-decode-yenc): New command.
4029         (gnus-uu-yenc-article): New function.
4031         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
4033         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
4034         buffer.
4036 2007-12-02  Glenn Morris  <rgm@gnu.org>
4038         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
4039         Move to ../net.
4041         * binhex.el, uudecode.el: Move to ../mail.
4043         * encrypt.el: Remove file.
4045 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
4047         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
4048         matches on patches.
4050         * gnus-art.el (gnus-article-browse-html-article): Mention
4051         `mm-text-html-renderer' in the doc string.
4053         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
4054         string.  Add comments.
4056         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
4057         if rhs is ASCII.
4059 2007-12-01  Glenn Morris  <rgm@gnu.org>
4061         * dig.el, dns.el: Move to ../net.
4062         * format-spec.el, hex-util.el, sha1.el: Move to ../.
4064         * mail-source.el (top-level): Require format-spec before
4065         eval-when-compile.
4067 2007-11-30  Glenn Morris  <rgm@gnu.org>
4069         * encrypt.el: Require password, rather than autoloading password-read.
4071 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
4073         * gnus.el (gnus-method-to-server): Add an optional parameter so the
4074         caller can indicate whether the cache should be disregarded for this
4075         call.  This way the result of the call is reproducible at all times and
4076         can be considered a canonical server name for the supplied method.
4077         (gnus-agent-method-p): Canonicalize server names by pushing their
4078         method through `gnus-method-to-server' using the no-cache argument.
4080         * gnus-srvr.el (gnus-server-insert-server-line): Call
4081         `gnus-method-to-server' with `no-cache' argument.
4083         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
4084         gnus-agent-possibly-synchronize-flags as this should be called when the
4085         server is actually being opened.
4086         (gnus-agent-possibly-synchronize-flags)
4087         (gnus-agent-possibly-synchronize-flags-server): Move check for the
4088         flags file of an agentized server to the latter function.
4090         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
4091         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
4092         after a connection has been established successfully.
4094 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4096         * gnus-art.el (article-display-face): Force to display face if called
4097         interactively; check if gnus-article-x-face-too-ugly matches author.
4098         (article-display-x-face): Display face even if From header is missing
4099         as article-display-face does.
4101 2007-11-28  Richard Stallman  <rms@gnu.org>
4103         * md4.el: Move to ../.
4104         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
4106 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
4108         * mail-source.el (mail-sources): Default to fetch from file for
4109         compatibility with default of nnmail-spool-file.
4111 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4113         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
4114         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
4115         to look for encoded word that should be encoded again.
4116         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
4117         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
4118         encoding pattern.
4119         (rfc2047-decode-region): Switch strict regexp and loose one according
4120         to rfc2047-allow-irregular-q-encoded-words.
4122 2007-11-26  Simon Josefsson  <simon@josefsson.org>
4124         * imap.el: Move to ../net directory.
4126 2007-11-25  Romain Francoise  <romain@orebokech.com>
4128         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
4130 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4132         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
4133         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
4135         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
4136         `nnmail-spool-file'.
4138         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
4139         `nnmail-spool-file'.
4141         * gnus-move.el (gnus-change-server): Ditto.
4143         * gnus-kill.el (gnus-batch-score): Ditto.
4145         * gnus-cache.el (gnus-jog-cache): Ditto.
4147         * gnus-msg.el (gnus-summary-reply):
4148         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
4150 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4152         * gnus-cache.el (gnus-cache-generate-nov-databases):
4153         Use nnml-generate-nov-databases-directory instead of
4154         nnml-generate-nov-databases-1.
4156 2007-11-24  Glenn Morris  <rgm@gnu.org>
4158         * message.el (message-tool-bar-retro): Update for rename
4159         mail_send.xpm->mail-send.xpm.
4161 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4163         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4164         `smime-ldap-search' for Emacs 22 and up.
4166 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
4168         * hashcash.el: Move to ../mail directory.
4170         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
4172         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
4173         `smime-ldap-search' for Emacs 22 and up.
4175 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4177         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
4179         * message.el (message-send-mail-function): Fix error convention.
4180         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
4181         (message-widen-reply, message-send-mail, message-talkative-question)
4182         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
4183         (message-clone-locals, message-send-news): Use with-current-buffer.
4184         (message-insert-or-toggle-importance): Remove unused var `valid'.
4185         (message-make-references): Remove unused var `new-references'.
4186         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
4188 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
4190         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
4191         (spam-split-symbolic-return-positive): Reflow docstring.
4192         (spam-backends, spam-summary-exit-behavior)
4193         (spam-mark-ham-unread-before-move-from-spam-group)
4194         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
4195         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4196         (spam-clear-cache, spam-backend-check, spam-install-backend)
4197         (spam-install-statistical-backend, spam-list-of-processors)
4198         (spam-group-processor-p, spam-split, spam-bogofilter-score)
4199         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
4200         (spam-check-crm114, spam-initialize, spam-unload-hook):
4201         Fix typos in docstrings.
4203 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4205         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
4206         been checked if they have never been read and those group levels are
4207         higher than the one that a user specified.
4209 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4211         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
4212         foreign groups unless a group level is specified by a user.
4213         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
4215 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
4217         * message.el (message-send-mail-function): Require sendmail.
4219 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
4221         * message.el (message-send-mail-function): Check for smtpmail too.
4223         * utf7.el (utf7-encode, utf7-decode): Use coding system
4224         `utf-7'/`utf-7-imap' from utf-7.el' if available.
4226         * message.el (message-send-mail-function): New function.
4227         (message-send-mail-function): Set default using
4228         message-send-mail-function.  Adjust doc string.
4229         (message-send-mail-with-mailclient): New function.
4231 2007-11-17  Richard Stallman  <rms@gnu.org>
4233         * assistant.el: Remove file.
4235 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4237         * smime.el (from):
4238         * rfc2047.el (message-posting-charset):
4239         * qp.el (mm-use-ultra-safe-encoding):
4240         * pop3.el (parse-time-months):
4241         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
4242         * nnml.el (files):
4243         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
4244         (jka-compr-compression-info-list, ange-ftp-path-format)
4245         (efs-path-regexp):
4246         * nndiary.el (files):
4247         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
4248         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
4249         (epg-digest-algorithm-alist, inhibit-redisplay)
4250         (password-cache-expiry):
4251         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
4252         (pgg-output-buffer, password-cache-expiry):
4253         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
4254         (efs-path-regexp):
4255         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
4256         (inhibit-redisplay):
4257         * mm-uu.el (file-name, start-point, end-point, entry)
4258         (gnus-newsgroup-name, gnus-newsgroup-charset):
4259         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
4260         (latin-unity-ucs-list):
4261         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
4262         (mm-uu-binhex-decode-function):
4263         * message.el (gnus-message-group-art, gnus-list-identifiers)
4264         (rmail-enable-mime-composing, gnus-local-organization)
4265         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
4266         (gnus-read-active-file, facemenu-add-face-function)
4267         (facemenu-remove-face-function, gnus-article-decoded-p)
4268         (tool-bar-mode):
4269         * mail-source.el (display-time-mail-function):
4270         * gnus-util.el (nnmail-pathname-coding-system)
4271         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
4272         (gnus-original-article-buffer, gnus-user-agent)
4273         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
4274         (xemacs-codename, sxemacs-codename, emacs-program-version):
4275         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
4276         * gnus-start.el (gnus-agent-covered-methods)
4277         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
4278         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
4279         (gnus-newsgroup-headers, gnus-group-list-mode)
4280         (gnus-group-mark-positions, gnus-newsgroup-data)
4281         (gnus-newsgroup-unreads, nnoo-state-alist)
4282         (gnus-current-select-method, mail-sources)
4283         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
4284         (nnmail-spool-file, gnus-cache-active-hashtb):
4285         * gnus-mh.el (mh-lib-progs):
4286         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
4287         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
4288         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
4289         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
4290         (gnus-group-buffer):
4291         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
4292         (font-lock-set-defaults):
4293         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
4294         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
4295         (gnus-summary-post-menu, total-parts, type, condition, length):
4296         * gnus-agent.el (gnus-agent-read-agentview):
4297         * flow-fill.el (show-trailing-whitespace):
4298         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
4299         eval-and-compile wrappers for byte compiler pacifiers.
4301         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
4302         (mm-display-inline-fontify): Check for featurep 'xemacs not
4303         extent-list.
4305         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
4306         itimer-list.
4307         (mm-create-image-xemacs): Only do something for XEmacs.
4308         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
4310         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
4312         * gnus-registry.el (gnus-adaptive-word-syntax-table):
4313         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
4315 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
4317         * nnimap.el (nnimap-split-download-body):
4318         * gnus-demon.el (gnus-demon):
4319         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
4321 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4323         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
4324         macros.
4325         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
4326         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
4327         copy data from unibyte buffer to multibyte current buffer.
4328         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
4329         to copy data from unibyte current buffer to multibyte buffer.
4330         (nntp-make-process-buffer): Make process buffer unibyte.
4332         * pop3.el (pop3-open-server): Fix typo in Lisp code.
4334 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
4336         * pop3.el (pop3-open-server): Accept and process data more robustly at
4337         connexion start to avoid spurious "POP SSL connexion failed" errors.
4339 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4341         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4342         read group names.
4344 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4346         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4348 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4350         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4351         (nnmail-save-active): Use a unibyte buffer when saving active file,
4352         which may contain non-ASCII group names.
4354         * nnml.el (nnml-request-group): Decode group names in messages.
4356 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4358         * message.el (message-citation-line-function)
4359         (message-insert-formatted-citation-line): Fix spelling of
4360         `message-insert-formated-citation-line'.
4362 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4364         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4366 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4368         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4369         nnmail-pathname-coding-system.
4371         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4372         that a user enters; decode group names in messages.
4374         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4376 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4378         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4380         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4382         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4383         risky local variable.
4385         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4387 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4389         * encrypt.el: Improve documentation to fix function name typo.
4390         Reported by Daiki Ueno <ueno@unixuser.org>.
4392 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4394         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4395         even if the point is not in the last page of an article.
4396         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4397         back to the previous page.
4399 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4401         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4403 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4405         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4407 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4409         * message.el (message-check-news-body-syntax): Avoid
4410         mm-string-as-multibyte.
4411         (message-hide-headers): Don't assume (point-min)==1.
4413 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4415         * message.el (message-remove-blank-cited-lines): Fix if remove is
4416         given.
4417         (message-bogus-address-regexp): New variable.
4418         (message-bogus-recipient-p): New function.
4419         (message-check-recipients): New command.
4420         (message-syntax-checks): Add `bogus-recipient'.
4421         (message-fix-before-sending): Add `bogus-recipient'.
4423         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4424         (gnus-treat-body-boundary): Don't test window-system.
4426 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4428         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4430 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4432         * gnus.el: Bump version to Gnus v5.13.
4434 2007-10-28  Miles Bader  <miles@gnu.org>
4436         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4437         at compile-time too.
4439 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4441         * gnus-msg.el (gnus-message-setup-hook): Add
4442         `message-remove-blank-cited-lines' to options.
4444 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4446         * message.el (message-remove-blank-cited-lines): New function.
4447         Suggested by Karl Plästerer.
4449 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4451         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4452         mapc.
4454         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4455         (top-level): Use mapc to set functions to be traced for debugging.
4457         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4458         called for effect with while loop.
4460         * message.el (message-talkative-question): Replace mapcar called for
4461         effect with mapc.
4463         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4464         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4465         called for effect with dolist.
4467         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4469         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4470         gnus-extra-headers and nnmail-extra-headers.
4472         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4473         called for effect with dolist.
4474         (top-level): Use mapc to set functions to be traced for debugging.
4476         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4477         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4478         dolist.
4480         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4481         Replace mapcar called for effect with mapc.
4482         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4483         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4484         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4485         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4487         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4488         remove-if that's a cl function.
4490         * webmail.el (webmail-debug): Replace mapcar called for effect with
4491         dolist.
4493 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4495         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4496         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4497         with while loop.
4499         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4500         functions from article-* functions.
4501         (gnus-multi-decode-header): Replace mapcar called for effect with
4502         dolist.
4504         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4505         (gnus-bookmark-show-details): Replace mapcar called for effect with
4506         while loop.
4508         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4509         called for effect with while loop.
4511         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4512         with dolist.
4514         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4515         mapcar called for effect with dolist.
4517         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4519         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4520         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4521         Replace mapcar called for effect with dolist.
4522         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4523         mapc.
4525         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4526         Replace mapcar called for effect with dolist.
4527         (gnus-topic-list): Replace mapcar called for effect with mapc.
4529         * gnus.el: Use mapc instead of mapcar to add autoloads.
4531 2007-10-23  Richard Stallman  <rms@gnu.org>
4533         * gnus-group.el (gnus-group-highlight): Mark as risky.
4535 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4537         * gnus.el (gnus-server-to-method): Return method found first in
4538         gnus-newsrc-alist.
4540         * gnus-art.el (gnus-article-highlight-signature)
4541         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4542         button overlay without the front stickiness.
4544 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4546         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4547         overview buffer needed a catch to receive its throw.
4548         (gnus-agent-flush-cache): Declared as interactive to make this function
4549         easier to use.
4551 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4553         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4554         `next-line'.
4556 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4558         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4559         exclude address matching message-dont-reply-to-names.
4561 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4563         * gnus-util.el (gnus-string<): New function.
4565         * gnus-sum.el (gnus-article-sort-by-author)
4566         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4568 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4570         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4571         the frame-focus tag is set in gnus-buffer-configuration.
4573 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4575         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4576         the front stickiness.
4578 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4580         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4581         url pattern; remove duplicate one.
4582         (gnus-article-extend-url-button): New function.
4583         (gnus-article-add-buttons): Use it.
4584         (gnus-button-push): Use concatenated url that it makes.
4586 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4588         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4589         (sieve-manage-open): Use `mapc' instead of `mapcar'.
4591 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4593         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4594         Don't hardcode point-min==1.
4596 2007-09-30  David Kastrup  <dak@gnu.org>
4598         * gnus-art.el (gnus-article-reply-with-original)
4599         (gnus-article-followup-with-original): When `transient-mark-mode' is
4600         off, refrain from active-region behavior for followups.
4602 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4604         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4605         Fix comment about "iso8859-1".
4607 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4609         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4610         ones returned from the verify-function.
4612         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4613         mml2015-extract-cleartext-signature if extraction failed.
4615 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4617         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4618         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4619         failed.
4621 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4623         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4625 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4627         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4628         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4629         thread for both the null and zero (kill/expire thread) universal prefix
4630         cases.
4631         (gnus-summary-expire-thread): Add new function to expire a thread,
4632         using gnus-summary-kill-thread.
4633         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4634         shortcuts for gnus-summary-expire-thread.
4635         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4636         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4638 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4640         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4641         extras value, so an extras entry can be deleted.
4642         (gnus-registry-delete-extra-entry): Use it.
4643         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4644         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4645         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4646         storage through the gnus-registry, and provide an appropriate API for
4647         it.
4649 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4651         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4652         Suggested by Leo <sdl.web@gmail.com>.
4654         * gnus.el: Do.
4656 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4658         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4659         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4661         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4663         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4664         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4666 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4668         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4669         newline.
4670         (nnmbox-request-accept-article): Don't change article in source buffer;
4671         narrow to header to use message-fetch-field rather than
4672         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4673         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4674         as delimiters; make sure article ends with newline.
4675         (nnmbox-delete-mail): Correct last position of article to be deleted;
4676         ignore X-Gnus-Newsgroup header in article body.
4677         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4678         positions; make sure article ends with newline.
4680         * message.el (message-display-abbrev): Don't infloop when a user
4681         inserts SPC in the beginning of header.
4683 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4685         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4686         list of groups not followed by default.  Fix type to be regexp.
4687         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4689 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4691         * hmac-def.el (define-hmac-function): Switch from old-style to
4692         new-style backquotes.
4694         * md4.el (md4-make-step): Likewise.
4696 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4698         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4699         raw-text coding system when saving .newsrc file, which may contain
4700         non-ASCII group names.
4702 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4704         * gnus-cus.el (gnus-score-extra): New widget.
4705         (gnus-score-extra-convert): New function.
4706         (gnus-score-customize): Use it for Extra.
4708 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4710         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4711         (mml2015-mailcrypt-clear-verify): Use it.
4712         (mml2015-gpg-clear-verify): Use it.
4713         (mml2015-pgg-clear-verify): Use it.
4714         (mml2015-epg-clear-verify): Replace the current part with the output
4715         from GnuPG; don't extract the plaintext by itself.
4717         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4718         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4719         mml2015-clear-verify-function; don't touch the armor headers or
4720         dash-escaped text here.
4722 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4724         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4725         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4726         parts, or application/octet-stream as a last resort.
4727         (gnus-mime-view-part-as-type): Don't toggle display.
4728         (gnus-mime-view-part-as-charset): Don't turn off display before
4729         querying charset.
4731         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4732         stuff to undisplayer function in Emacs.
4733         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4735         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4736         text/calendar parts.
4738 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4740         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4741         decoding text/calendar parts.
4743         * message.el (message-forward-make-body-mime): Always mark body as
4744         having no illegible text; remove signed-or-encrypted argument.
4745         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4747         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4748         (mml-generate-mime-1): Don't encode body if it is specified to be in
4749         raw form; don't make buffer be unibyte when inserting multibyte string.
4751 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4753         * sha1.el: Fix up comment style.
4754         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4755         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4757         * hex-util.el: Fix up comment style.
4758         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4760         * gnus-salt.el: Use with-current-buffer.
4761         (gnus-pick-setup-message): Fix long-standing typo.
4763 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4765         * imap.el (imap-logout-timeout): New variable.
4766         (imap-logout, imap-logout-wait): New functions.
4767         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4769         * nnimap.el (nnimap-logout-timeout): New server variable.
4770         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4771         nnimap-logout-timeout.
4773         * gnus-art.el (gnus-article-summary-command-nosave)
4774         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4776 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4778         * gnus.el (gnus-maximum-newsgroup): New variable.
4780         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4781         according to gnus-maximum-newsgroup.
4783         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4784         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4785         Limit the range of articles according to gnus-maximum-newsgroup.
4787 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4789         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4790         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4791         Don't perform gnus-configure-windows here; reuse existing sticky
4792         article buffer.
4794         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4795         it doesn't exist in gnus-article-mode.
4797 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4799         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4800         (gnus-agent-decoded-group-name): New function.
4801         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4802         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4804 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4806         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4807         Add binding for gnus-sticky-article.
4808         (gnus-summary-exit): Don't kill sticky article buffers.
4810         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4811         article buffer.
4812         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4813         (gnus-kill-sticky-article-buffers): New commands.
4815 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4817         * nntp.el (nntp-xref-number-is-evil): New server variable.
4818         (nntp-find-group-and-number): If it is non-nil, don't trust article
4819         numbers in the Xref header.
4821 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4823         * gnus-agent.el (gnus-agent-read-group): New function.
4824         (gnus-agent-flush-group, gnus-agent-expire-group)
4825         (gnus-agent-regenerate-group): Use it.
4826         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4827         nnmail-pathname-coding-system.
4829 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4831         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4833         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4834         that are unread as unread, and also as selected so that information of
4835         marks having been changed by a user may be updated when exiting group.
4837 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
4839         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
4841 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4843         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4844         calculated ignoring signature parts to gnus-treat-article.
4846 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4848         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4849         a point here in order to keep the window start.
4850         (gnus-insert-mime-security-button): Make a button overlay without the
4851         front stickiness.
4852         (gnus-mime-display-security): Goto the end of a button.
4854         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4856 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4858         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4859         group-name-at-point.
4860         (gnus-group-completing-read): New function that offers decoded
4861         non-ASCII group names for completion.
4862         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4863         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4864         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4865         (gnus-group-fetch-control): Use it.
4866         (gnus-fetch-group): Use group-name-at-point for the initial value
4867         rather than the default value; use gnus-alive-p.
4869         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4870         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4871         (gnus-summary-post-news): Use gnus-group-completing-read.
4873         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4874         (gnus-read-move-group-name): Decode group name for completion.
4876 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4878         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4879         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4880         Yamaoka slightly modified the code).
4882 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4884         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4885         (nnmail-split-incoming): Bind it.
4887         * nnml.el (nnml-group-name-charset): New function.
4888         (nnml-decoded-group-name): Use it; don't decode group name if
4889         nnmail-group-names-not-encoded-p is non-nil.
4890         (nnml-encoded-group-name): New function.
4891         (nnml-group-pathname): Inline nnml-decoded-group-name.
4892         (nnml-request-expire-articles): Decode group name in message.
4893         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4894         nnmail-pathname-coding-system.
4895         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4896         not decoded ones according to nnmail-group-names-not-encoded-p.
4897         (nnml-generate-active-info): Use nnml-encoded-group-name.
4899 2007-08-08  Glenn Morris  <rgm@gnu.org>
4901         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4902         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4903         doc-strings and comments.
4905 2007-07-25  Glenn Morris  <rgm@gnu.org>
4907         * Relicense all FSF files to GPLv3 or later.
4909 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4911         * gnus-sum.el (gnus-summary-move-article): Make
4912         gnus-summary-respool-article work.
4914 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4916         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4917         string.
4919 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4921         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4922         that should be ignored when comparing distant RSS articles with local
4923         ones.
4924         (nnrss-make-hash-index): New function.  Create a hash index according
4925         to the ignored fields.
4926         (nnrss-check-group): Use it.
4928 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4930         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4932         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4934         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4935         the new optional argument ENCODED is non-nil.
4936         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4937         coding system for encoding group name.
4938         (gnus-group-make-rss-group): Pass un-encoded group name to
4939         gnus-group-make-group.
4940         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4941         encoded.
4943         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4944         Encode group name to which articles are moved or copied.
4945         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4946         coding system for encoding Newsgroup, Followup-To and Xref headers.
4948         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4949         marks; use nnheader-file-coding-system to write a file.
4950         (nnagent-retrieve-headers): Bind file-name-coding-system to
4951         nnmail-pathname-coding-system.
4953         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4955         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4956         (nnml-request-article, nnml-request-create-group)
4957         (nnml-request-rename-group, nnml-find-id)
4958         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4959         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4960         (nnml-save-marks): Use nnml-group-pathname instead of
4961         nnmail-group-pathname.
4963         (nnml-request-create-group, nnml-request-expire-articles)
4964         (nnml-request-move-article, nnml-request-delete-group)
4965         (nnml-deletable-article-p, nnml-possibly-create-directory)
4966         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4967         (nnml-open-marks): Bind file-name-coding-system to
4968         nnmail-pathname-coding-system.
4970         (nnml-request-article): Pass server argument to nnml-find-group-number.
4971         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4972         server argument to nnml-possibly-create-directory.
4973         (nnml-request-accept-article): Pass server argument to
4974         nnml-active-number and nnml-save-mail.
4975         (nnml-find-group-number): Pass server argument to nnml-find-id.
4976         (nnml-request-update-info): Pass server argument to
4977         nnml-marks-changed-p.
4979         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4980         (nnml-save-mail, nnml-active-number): Add server argument.
4982         (nnml-request-delete-group): Warn if group is missing.
4983         (nnml-get-nov-buffer): Decode group name.
4984         (nnml-generate-active-info): Encode group name.
4985         (nnml-open-marks): Decode group name in messages.
4987 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4989         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4990         if it is not specified.
4991         (gnus-article-pipe-part, gnus-article-save-part)
4992         (gnus-article-interactively-view-part, gnus-article-copy-part)
4993         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4994         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4995         (gnus-article-replace-part, gnus-article-delete-part)
4996         (gnus-article-view-part-as-type): Pass raw prefix argument to
4997         gnus-article-part-wrapper.
4999 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5001         * gnus-agent.el (gnus-agent-save-active): Bind
5002         nnheader-file-coding-system to gnus-agent-file-coding-system.
5004         * gnus-cache.el (gnus-cache-save-buffers)
5005         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
5006         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
5007         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
5008         (gnus-cache-braid-nov, gnus-cache-braid-heads)
5009         (gnus-cache-generate-active, gnus-cache-rename-group)
5010         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
5011         (gnus-cache-update-overview-total-fetched-for): Bind
5012         file-name-coding-system to nnmail-pathname-coding-system.
5013         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
5014         variables.
5015         (gnus-cache-decoded-group-name): New function.
5016         (gnus-cache-file-name): Use it.
5017         (gnus-cache-generate-active): Use non-decoded group name for active.
5019         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
5020         right place.
5021         (gnus-write-active-file): Don't break non-ASCII group names.
5023         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
5024         nnmail-pathname-coding-system.
5026         * gnus-uu.el (gnus-uu-decode-save): Typo.
5028 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5030         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
5032 2007-07-14  David Kastrup  <dak@gnu.org>
5034         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
5035         finishing actions if we did not edit the article.
5037 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5039         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
5040         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
5041         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
5042         (gnus-agent-flush-group, gnus-agent-flush-cache)
5043         (gnus-agent-fetch-headers, gnus-agent-load-alist)
5044         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
5045         (gnus-agent-retrieve-headers, gnus-agent-request-article)
5046         (gnus-agent-regenerate-group)
5047         (gnus-agent-update-files-total-fetched-for)
5048         (gnus-agent-update-view-total-fetched-for): Bind
5049         file-name-coding-system to nnmail-pathname-coding-system.
5050         (gnus-agent-group-pathname): Don't encode file names by
5051         nnmail-pathname-coding-system.
5052         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
5053         coding-system-for-write instead of buffer-file-coding-system to
5054         gnus-agent-file-coding-system.
5056         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
5057         Decode group name.
5059         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
5061         * gnus-start.el (gnus-update-active-hashtb-from-killed)
5062         (gnus-read-newsrc-el-file): Make group names unibyte.
5064         * nnmail.el (nnmail-group-pathname): Don't encode file names by
5065         nnmail-pathname-coding-system.
5067         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
5068         (nnrss-request-delete-group): Bind file-name-coding-system to
5069         nnmail-pathname-coding-system.
5070         (nnrss-read-server-data, nnrss-read-group-data): Bind
5071         file-name-coding-system correctly.
5072         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
5074         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
5075         (nntp-server-to-method-cache): New variable.
5076         (nntp-group-pathname): New function that decodes non-ASCII group names.
5077         (nntp-possibly-create-directory, nntp-marks-changed-p)
5078         (nntp-save-marks, nntp-open-marks): Use it.
5079         (nntp-possibly-create-directory, nntp-open-marks):
5080         Bind file-name-coding-system to nnmail-pathname-coding-system.
5081         (nntp-open-marks): Decode group names when bootstrapping marks.
5083         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
5084         Newsgroups and Folowup-To headers.
5086 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5088         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5089         (gnus-server-closed-face, gnus-server-denied-face)
5090         (gnus-server-offline-face): Remove variable.
5091         (gnus-server-font-lock-keywords): Use faces that are not aliases.
5093         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
5094         of modifying message-stack directly for XEmacs.
5096         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
5097         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
5098         if the coding-system argument is nil for XEmacs.
5100         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
5101         mm-charset-override-alist.
5103         * rfc2047.el: Don't require base64; require rfc2045 for the function
5104         rfc2045-encode-string.
5105         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
5106         to quote the parameter value.
5108 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5110         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
5111         form in gnus-group-name-charset-method-alist.
5113         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
5114         overrides the default layout edit-form.
5116         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
5118         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
5120 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5122         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
5123         as unfetched articles.
5125 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
5127         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
5129 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5131         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
5132         original back end that keeps marks in the local system.
5134 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5136         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
5137         arg of pop-to-buffer for XEmacs.
5138         (gnus-article-read-summary-keys): Ditto; don't restore window
5139         configuration if summary command ends up with neither article buffer
5140         nor summary buffer; describe bindings if summary keys end with C-h.
5142 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5144         * message.el (message-fix-before-sending): Skip raw message part to be
5145         forwarded while checking illegible text.
5146         (message-forward-make-body-mime, message-forward-make-body): Mark
5147         signed or encrypted raw message as having no illegible text.
5149 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5151         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
5152         (gnus-message-with-timestamp-1): New macro.
5153         (gnus-message-with-timestamp): New function.
5154         (gnus-message): Use them.
5156         * nnheader.el (nnheader-message): Use them.
5158 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
5160         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
5161         .newsrc.eld file.
5163 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5165         * gnus-agent.el (gnus-agent-fetch-headers)
5166         (gnus-agent-retrieve-headers): Bind
5167         gnus-decode-encoded-address-function to identity.
5169         * nntp.el (nntp-send-xover-command): Recognize an xover command is
5170         available also when the server returns simply a dot.
5172         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
5174 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5176         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
5178 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5180         * gnus-ems.el (gnus-x-splash): Make it work.
5182         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
5183         from being used.
5185 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5187         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
5188         the front stickiness.
5189         (gnus-article-summary-command-nosave): Correct the order of the
5190         arguments passed to pop-to-buffer.
5191         (gnus-article-read-summary-keys): Ditto; make it work properly when the
5192         summary command ends up with the article buffer.
5194         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
5195         the same faces.
5197 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
5199         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
5201 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
5203         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
5204         * gnus-sum.el (gnus-summary-highlight):
5205         * mail-source.el (mail-source-delete-old-incoming-confirm):
5206         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
5208 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5210         * gnus-art.el (gnus-mime-view-part-externally)
5211         (gnus-mime-view-part-internally): Fix predicate function passed to
5212         completing-read.
5214         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
5216         * gnus.el (gnus-update-message-archive-method): Add :version.
5218 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5220         * gnus.el (gnus-update-message-archive-method): New variable.
5222         * gnus-start.el (gnus-setup-news): Update saved "archive" method
5223         according to gnus-message-archive-method if
5224         gnus-update-message-archive-method is non-nil.
5226 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5228         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
5229         by Loic Dachary <loic@dachary.org>.
5230         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5232 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5234         * message.el (message-pop-to-buffer): Add switch-function argument.
5235         (message-mail): Pass switch-function argument to it.
5237 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
5239         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
5240         Improve doc string.
5242 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5244         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
5245         (gnus-header-content)
5246         * gnus-cite.el (gnus-cite-10)
5247         * gnus-srvr.el (gnus-server-closed)
5248         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
5249         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
5250         (gnus-group-mail-3-empty, gnus-group-mail-low)
5251         (gnus-group-mail-low-empty, gnus-splash)
5252         * message.el (message-header-to, message-header-cc)
5253         (message-header-subject, message-header-other, message-header-name)
5254         (message-header-xheader, message-separator, message-cited-text)
5255         (message-mml): Lighten colors of faces used for dark background.
5257 2007-05-24  Simon Josefsson  <simon@josefsson.org>
5259         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
5260         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
5262 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5264         * message.el (message-narrow-to-headers-or-head):
5265         Ignore mail-header-separator in the body.
5267 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5269         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
5270         same as window size.
5272 2007-05-22  Kevin Ryde  <user42@zip.com.au>
5274         * message.el (message-font-lock-keywords): Use message-header-xheader
5275         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
5276         ahead of the anything pattern, to get it recognised.
5278 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
5280         * gnus-sum.el (gnus-articles-to-read)
5281         (gnus-summary-insert-old-articles): Don't truncate group name for
5282         `read-string'.
5284         * gnus-util.el (gnus-limit-string): Delete this function.
5286         * gnus-sum.el (gnus-simplify-subject-fully): Use
5287         `truncate-string-to-width' instead.
5289 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
5291         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
5292         if, on summary exit, the next group has to be selected.
5293         (gnus-summary-exit): Use it.
5295 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
5297         * gnus-art.el (gnus-article-mode): Fix comment about displaying
5298         non-break space.
5300 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5302         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
5303         Check if group is not a directory.
5304         (nnfolder-request-expire-articles): Don't delete articles if the target
5305         group is not available.
5307         * nnml.el (nnml-request-create-group): Properly check if group is not a
5308         file.
5309         (nnml-request-expire-articles): Don't delete articles if the target
5310         group is not available.
5312         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5313         Don't quote characters that are within parentheses.
5315 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5317         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
5318         (gnus-handle-ephemeral-exit): Select article according to it.
5320 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
5322         * message.el (message-insert-formated-citation-line): Remove newline.
5323         (message-citation-line-format): Add final \n here so that the user can
5324         avoid a blank line.
5326 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5328         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5329         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5330         Update lanl/arXiv support.
5332 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5334         * gnus.el: Bump version number.
5336 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5338         * gnus.el (gnus-version-number): Bump version.
5340 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5342         * gnus.el: No Gnus v0.6 is released.
5344 2007-04-27  Didier Verna  <didier@xemacs.org>
5346         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5347         * gmm-utils.el (gmm-regexp-concat): here.
5348         * message.el: Don't require 'gnus-util.
5349         (message-dont-reply-to-names): Handle name change above.
5350         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5352 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5354         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5355         since the initial value varies according to the system.
5357 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5359         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5361 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5363         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5365 2007-04-24  Didier Verna  <didier@xemacs.org>
5367         Improve the type of gnus-ignored-from-addresses.
5368         * gnus-util.el (gnus-orify-regexp): New function.
5369         * message.el (gnus-util): Require it.
5370         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5371         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5372         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5374 2007-04-24  Didier Verna  <didier@xemacs.org>
5376         * gnus-sum.el:
5377         * gnus-utils.el: Fix some trailing whitespaces.
5379 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5381         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5382         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5383         article's Message-ID; refer parent article in summary buffer.
5385         * message.el (message-bounce): Call mime-to-mml.
5387 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5389         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5391 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5393         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5394         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5395         displayed of multipart/alternative part if it is invoked from summary
5396         buffer.
5398         * mm-view.el (mm-inline-text-html-render-with-w3m)
5399         (mm-inline-text-html-render-with-w3m-standalone)
5400         (mm-inline-render-with-function): Use mail-parse-charset by default.
5402 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5404         * parse-time.el (parse-time-string-chars): Check if CHAR
5405         is less than the length of parse-time-syntax.
5407 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5409         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5410         from gnus-newsgroup-processable.
5412 2007-04-16  Didier Verna  <didier@xemacs.org>
5414         * gnus-msg.el (gnus-configure-posting-styles): Handle
5415         message-signature-directory properly with :file syntax.  Reported by
5416         "Leo".
5418 2007-04-11  Didier Verna  <didier@xemacs.org>
5420         New user option: message-signature-directory.
5421         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5422         * message.el (message-insert-signature): Ditto.
5423         * message.el (message-signature-file): Doc update.
5424         * message.el (message-signature-directory): New.
5426 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5428         * gnus-msg.el (gnus-inews-yank-articles): Use
5429         message-exchange-point-and-mark instead of exchange-point-and-mark.
5431 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5433         * message.el (message-yank-original): Make sure cited text ends with
5434         newline; don't exchange point and mark.
5436 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5438         * tls.el (open-tls-stream): Properly handle case where there
5439         is no associated buffer.
5441 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5443         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5444         message-yank-original, make sure (< mark TEXT point).
5446 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5448         * message.el (message-fill-column): New variable.
5449         (message-mode): Use it.  Add comment on a possible new hook.
5451         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5452         (nnmail-get-new-mail): Reformat.
5454         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5456         * gmm-utils.el: Fix Commentary.
5457         (gmm-tool-bar-from-list): Fix typo in doc string.
5459 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5461         * message.el (message-yank-original): Don't switch point and mark
5462         unnecessarily to put point and mark as documented.
5464 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5466         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5467         from the message heads.
5469 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5471         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5472         article buffer does not have a window.  This may not be the best
5473         solution but is certainly better than setting the start of the null,
5474         that is the current, window.
5476 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5478         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5479         (gnus-draft-setup): Run it.
5481         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5482         gnus-score-fast-scoring.  Allow regexp.
5483         (gnus-score-headers): Use it.
5485         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5486         XEmacs.
5488         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5489         string.
5490         (gnus-button-alist): Also catch `<f1> k ...'.
5491         (gnus-treat-display-x-face): Fix doc string.
5493 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5495         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5496         evaluation of gnus-extended-version to ensure correct generation of the
5497         User-Agent header when message-generate-headers-first is used.
5499 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5501         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5502         hashcash-path is nil.  Don't call callback with incorrect number of
5503         parameters if val is 0.
5505 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5507         * message.el (message-required-news-headers):
5508         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5510 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5512         * message.el (message-generate-new-buffers): Change the meaning of the
5513         nil value; add `standard' to the choices; treat t as `unique'; improve
5514         doc string.
5515         (gnus-select-frame-set-input-focus): Autoload.
5516         (message-buffer-name): Search for the existing message buffer if
5517         message-generate-new-buffers is nil or `standard'; treat the value t of
5518         message-generate-new-buffers as `unique'.
5519         (message-pop-to-buffer): Raise the frame already displaying the message
5520         buffer; clear the echo area after querying.
5521         (message-setup): Pass the `continue' argument to compose-mail.
5522         (message-mail): Prefer `switch-function' if it is given; search for the
5523         existing message buffer if the `continue' argument is non-nil; pass
5524         continue and switch-function arguments to compose-mail by way of
5525         message-setup.
5526         (message-mail-other-window): Adjust argument of message-setup.
5527         (message-mail-other-frame): Ditto.
5529 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5531         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5532         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5533         to turn font-lock on when turning gnus-message-citation-mode on.
5535 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5537         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5538         (mml-smime-function-alist): New variable; add epg as the backend.
5539         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5540         mml-smime- functions instead.
5541         * mm-view.el: Require smime.
5543 2007-03-05  Didier Verna  <didier@xemacs.org>
5545         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5546         instead of just inheritance for posting styles.
5547         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5549 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5551         * tls.el (tls-certtool-program): Fix custom type.
5553 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5555         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5556         and point-at-eol instead of line-(beginning|end)-position.
5558         * assistant.el (assistant-parse-buffer): Ditto.
5560 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5562         * mml2015.el (mml2015-epg-find-usable-key): New function.
5563         (mml2015-epg-sign): Use it.
5564         (mml2015-epg-encrypt): Use it.
5566 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5568         * message.el (message-make-in-reply-to): Quote name containing
5569         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5570         if there are special characters.  Reported by NAKAJI Hiroyuki
5571         <nakaji@jp.freebsd.org>.
5573 2007-02-27  Didier Verna  <didier@xemacs.org>
5575         Include the group parameters as well as the topic ones in the
5576         inheritance filter process.
5577         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5578         argument GROUP-PARAMS-LIST.
5579         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5581 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5583         * nntp.el (nntp-never-echoes-commands)
5584         (nntp-open-connection-functions-never-echo-commands): New variables.
5585         (nntp-send-command): Use them.
5587 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5589         * mml2015.el (mml2015-epg-verify): Simplified.
5591 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5593         * mml.el (mml-content-disposition-alist): New user option.
5594         (mml-content-disposition): New function.
5595         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5596         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5598 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5600         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5601         verification.
5603 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5605         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5606         articles posted in the last 24 hours.
5608 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5610         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5612 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5614         * nntp.el (nntp-send-command): Don't wait for echoes when
5615         nntp-open-ssl-stream is used.
5617 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5619         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5620         (gnus-message-add-citation-keywords)
5621         (gnus-message-remove-citation-keywords): Remove.
5622         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5623         directly, make the variables in font-lock-defaults buffer-local, add
5624         gnus-message-citation-keywords to them and then update the value of
5625         font-lock-keywords.
5627 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5629         * message.el (message-cite-original-1): Don't call
5630         gnus-article-highlight-citation.
5632         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5633         citations; fix line count.
5635 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5637         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5638         (gnus-message-add-citation-keywords)
5639         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5640         versions of font-lock-add-keywords and font-lock-remove-keywords to
5641         work with XEmacs correctly.
5643 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5645         * gnus-cite.el (gnus-cite-face-list): Set the values of
5646         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5647         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5648         (gnus-message-cite-prefix-regexp): New variable.
5649         (gnus-message-search-citation-line): Use it; protect against long
5650         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5651         the 0th match data for Emacs.
5652         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5653         (gnus-message-add-citation-keywords): Append keywords rather than
5654         prepending; emulate font-lock-add-keywords if it is not available.
5655         (gnus-message-remove-citation-keywords): Emulate
5656         font-lock-remove-keywords if it is not available.
5658         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5660         * message.el (message-cite-prefix-regexp): Set the value of
5661         gnus-message-cite-prefix-regexp.
5663 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5665         * nnweb.el (nnweb-google-parse-1): Update parser.
5667 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5669         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5671 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5673         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5674         regexp.
5676 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5678         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5679         string-to-multibyte.
5680         (uudecode-decode-region-internal): Use it.
5682 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5684         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5685         custom choice.
5687         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5689 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5691         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5693         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5694         `write-region' to respect `mm-inhibit-file-name-handlers'.
5696 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5698         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5699         Use gnus-home-directory instead of "~/" or "$HOME".
5701 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5703         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5704         to mention filename.
5705         Add comments at beginning regarding usage.
5706         (encrypt-write-file-contents): Change interactive so a string is
5707         acceptable.  If the file has no associated model, show an error instead
5708         of a nonsense prompt.
5710 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5712         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5713         Thanks to Yoshihiko Yamada for kind notification of this typo.
5715 2007-01-12  Kenichi Handa  <handa@m17n.org>
5717         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5718         multibyte buffer.
5720 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5722         * gnus-score.el (gnus-score-fast-scoring): New variable.
5723         (gnus-score-headers): Use it.
5725         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5727         * message.el (message-cite-original-1): Call
5728         gnus-article-highlight-citation if requested.
5729         (message-make-from): Allow name and address as optional arguments.
5731         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5733         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5734         bugs to doc string.
5735         (gnus-button-alist): Add mid\\|message-id.
5736         (gnus-button-fetch-group): Extend for use in
5737         `browse-url-browser-function'.
5738         (gnus-button-url-regexp): Try to catch paired parentheses like in
5739         Wikipedia URLs.
5741         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5742         Suggested by Simon Krahnke <overlord@gmx.li>.
5744 2007-01-13  Romain Francoise  <romain@orebokech.com>
5746         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5747         Update copyright.
5749 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5751         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5753 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5755         * gnus-registry.el (gnus-registry-unfollowed-groups)
5756         (gnus-registry-split-fancy-with-parent): Fix documentation.
5758 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5760         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5761         from nnweb groups.
5763 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5765         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5766         Xref urls.  Erase buffer before requesting head.
5768         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5770 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5772         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5773         customizable.
5775 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5777         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5778         no signing key is found.
5779         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5780         no encrypting and/or signing key is found.
5782 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5784         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5786 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5788         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5789         headers read from disk with the ones newly found in the current search.
5790         This should no longer cause problems, because the article numbers in
5791         Gmane's `nov.php' output are ignored since the previous change.
5793 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5795         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5797 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5799         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5801 2007-01-01  Romain Francoise  <romain@orebokech.com>
5803         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5805 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5807         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5808         `define-minor-mode' macro definition expanded properly.
5809         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5810         exclude it there.
5812         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5813         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5814         `fboundp' test.
5815         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5816         This is OK to autoload in (S)XEmacs now.
5818 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5820         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5821         keystroke.
5822         (gnus-summary-limit-to-singletons): Fix typo.
5824         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5825         else fails.
5827 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5829         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5830         docstring.
5832         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5833         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5834         (gnus-summary-insert-dormant-articles): Fix typo in message.
5836 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5838         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5839         nil for XEmacs.
5840         (gnus-message-citation-mode): Don't autoload in XEmacs.
5842         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5844 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5846         * nnimap.el (nnimap-expunge-search-string): Mention
5847         nnimap-search-uids-not-since-is-evil in docstring.
5849 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5851         * spam.el: Revert to make-obsolete-variable because
5852         define-obsolete-variable-alias is not supported in Emacs 21.
5854         * spam.el (spam-ifile-path, spam-ifile-database-path)
5855         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5856         make-obsolete-variable.
5857         (spam-bsfilter-path, spam-bsfilter-program)
5858         (spam-spamassassin-path, spam-spamassassin-program)
5859         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5860         use "path" inappropriately.
5861         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5862         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5863         variable names.
5865 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5867         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5868         summary buffer.
5870         * password.el (password-cache-remove): Use clear-string to burn
5871         password, if available.
5873 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5875         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5877         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5879         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5880         (gnus-message-highlight-citation): Move defcustom here from
5881         gnus-cite.el.
5882         (gnus-message-citation-mode): Autoload.
5884         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5885         checks to make it compile with XEmacs.
5886         (gnus-message-citation-mode): New minor mode.
5887         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5888         (gnus-message-highlight-citation): New variables.
5889         (gnus-message-search-citation-line)
5890         (gnus-message-add-citation-keywords)
5891         (gnus-message-remove-citation-keywords)
5892         (turn-on-gnus-message-citation-mode)
5893         (turn-off-gnus-message-citation-mode): New functions.
5895 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5897         * gnus-cite.el: Enable highlighting of different citation levels in
5898         message-mode.
5900 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5902         * message.el (message-make-fqdn): Fix comment.
5903         (message-bogus-system-names): Add ".local".
5905         * spam.el (spam-ifile-path, spam-ifile-program)
5906         (spam-ifile-database-path, spam-ifile-database)
5907         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5908         Don't use "path" inappropriately.
5909         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5910         strings.
5911         (spam-check-ifile, spam-ifile-register-with-ifile)
5912         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5913         new variable names.
5915         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5916         (gnus-treat-display-smileys): Simplify using
5917         gnus-image-type-available-p.
5919         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5920         available.
5922 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5924         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5925         one after turning on the buffer's multibyteness instead of decoding
5926         them directly in the unibyte buffer that causes unexpected conversion
5927         in Emacs 23 (unicode).
5929 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5931         * message.el (message-generate-hashcash): Fix custom type.
5933 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5935         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5937 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5939         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5940         disconnect icons.  Add help text.
5942 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5944         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5945         negated to be consistent with the others we handle.
5947 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5949         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5950         version of gnus-summary-buffer to something, so that we can use two
5951         article buffers at the same time.
5953 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5955         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5956         trigger all the extra headers.
5957         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5958         sorting.
5960 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5962         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5963         solid groups.
5965 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5967         * legacy-gnus-agent.el: Add Copyright notice.
5969 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5971         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5973 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5975         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5977         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5978         to make it work reliably in CVS Emacs.
5979         (gnus-summary-limit-strange-charsets-predicate)
5980         (gnus-summary-limit-to-predicate): New functions.
5982 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5984         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5985         specifying array size.
5986         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5987         array if it is too small.
5988         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5989         (gnus-sort-threads-loop): New function.
5991 2006-12-06  Chris Moore  <dooglus@gmail.com>
5993         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5994         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5996 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5998         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5999         options.
6001 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6003         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
6004         DOS-ing the recipient.
6006         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
6007         the headers when creating the mapping to avoid mismappings.
6008         (nnweb-gmane-create-mapping): Always nix out old mapping.
6010 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6012         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
6013         and mm-verify-option to never.
6015 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6017         * message.el (message-signed-or-encrypted-p): New function.
6018         (message-forward-make-body): Use it.
6020         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
6021         Replace encode-coding-string with mm-encode-coding-string.
6023 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6025         * nneething.el (nneething-decode-file-name): Replace
6026         decode-coding-string with mm-decode-coding-string.
6028         * gnus-int.el (gnus-open-server): Say failed server's name.
6030 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
6032         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
6033         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
6035         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
6036         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
6037         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
6038         (gnus-group-make-directory-group, gnus-group-transpose-groups):
6039         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
6040         (gnus-subscribe-newsgroup, gnus-1):
6041         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
6042         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
6043         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
6044         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
6046 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6048         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
6049         keystroke.
6050         (gnus-summary-limit-to-bodies): Implement headersp.
6052 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6054         * dns.el (query-dns): Protect against "Process dns deleted" strings.
6056 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6058         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
6060 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6062         * message.el (message-generate-hashcash): Expand range of values to
6063         include `opportunistic'.
6064         (message-send-mail): Use it.
6066 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6068         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
6069         and comment it.
6071         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
6073 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
6075         * gnus-util.el (gnus-extract-address-components): Improve comment.
6077 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6079         * gnus-util.el (gnus-extract-address-components): Work with address in
6080         which the name portion contains @.
6082 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6084         * gnus.el (gnus-start): Move custom group up.
6085         (gnus-select-method): Don't autoload, but make it available for
6086         `customize-variable'.
6087         (gnus-getenv-nntpserver): Don't autoload.
6089 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
6091         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
6093 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6095         * message.el (message-sendmail-extra-arguments): New variable.
6096         (message-send-mail-with-sendmail): Use it.
6098 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6100         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
6101         mm-with-unibyte-current-buffer to make string unibyte.
6103         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
6104         mm-string-as-multibyte.
6106 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
6108         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
6109         Reported by Werner Koch <wk@gnupg.org>.
6111 2006-11-14  Daiki Ueno  <ueno@p360>
6113         * mml2015.el: Autoload epa-select-keys when compiling.
6115 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6117         * mml2015.el (mml2015-epg-sign): Save the signing keys in
6118         message-options.
6119         (mml2015-epg-encrypt): Save the recipient keys in message-options.
6121 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
6123         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
6124         EasyPG (< 0.0.6).
6125         (mml2015-always-trust): New user option.
6126         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
6127         prompt.
6129 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6131         * nntp.el (nntp-authinfo-force): New variable.
6132         (nntp-send-authinfo): Use it.
6134 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
6136         * message.el (message-strip-subject-encoded-words): Allow _not_ to
6137         decode encoded words.  Improve prompt.  Add comment about forwarding.
6138         (message-replacement-char): Move up.
6140 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6142         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
6143         instead of gnus-intersection because arguments of gnus-sorted-nunion
6144         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
6146 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
6148         * message.el (message-strip-subject-encoded-words): Reformat prompt.
6149         (message-simplify-subject-functions): Enable
6150         message-strip-subject-encoded-words by default.
6152 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
6154         * message.el (message-strip-subject-encoded-words): New function.
6155         (message-simplify-subject-functions): New variable.
6156         (message-simplify-subject): Use it.  Fix typo in doc string.
6157         Support message-strip-subject-encoded-words.
6159 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6161         * gnus-diary.el (gnus-diary-delay-format-function):
6162         * nndiary.el (nndiary-reminders):
6163         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
6165 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6167         * gnus-art.el (article-hide-boring-headers): Fetch date from
6168         gnus-original-article-buffer to avoid problems with localized date
6169         strings.
6171 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6173         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
6175 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
6177         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
6178         New variables.
6179         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6180         (mm-charset-synonym-alist): Move some entries to
6181         mm-codepage-iso-8859-list.
6182         (mm-charset-synonym-alist, mm-charset-override-alist): Add
6183         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6185 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6187         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
6189 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6191         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
6192         with Emacs 21 and XEmacs.
6194 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
6196         * spam.el (spam-parse-address): New function for better parsing,
6197         catching errors, etc.
6198         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
6200 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6202         * mm-view.el: Add interactive arg to html2text autoload.
6204 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6206         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
6208 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
6210         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
6211         variables.
6212         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
6213         (mm-charset-synonym-alist): Move some entries to
6214         mm-codepage-iso-8859-list.
6216         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
6218 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
6220         * message.el (message-citation-line-format)
6221         (message-insert-formated-citation-line): Fix implementation of %E, %N
6222         and %n according to the doc string.
6224 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
6226         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6227         car-safe to avoid bad parses.
6229 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6231         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
6232         names.
6234         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
6236 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6238         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
6239         header.
6241         * message.el (message-draft-headers): Add Date.
6242         (message-headers-to-generate): Fix typo in docstring.
6244         * nndraft.el (nndraft-required-headers): New variable.
6245         (nndraft-generate-headers): Use it.
6247         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
6249 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6251         * gnus-registry.el (gnus-registry-wash-for-keywords)
6252         (gnus-registry-find-keywords): New functions to allow easy searching of
6253         articles that are in the registry.
6255 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6257         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
6258         ietf-drums-parse-address instead of gnus-extract-address-components.
6259         Reported by Damien Elmes <damien@repose.cx>.
6261 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6263         * gnus.el (gnus-mime): Remove unused custom group.
6265 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6267         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
6268         "blank line" when searching for end of armor headers.
6270 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6272         * gmm-utils.el (gmm-write-region): Fix variable name.
6274 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6276         * gmm-utils.el (gmm-write-region): New function based on compatibility
6277         code from `mm-make-temp-file'.
6279         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6281         * nnmaildir.el (nnmaildir--update-nov)
6282         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6283         Use `gmm-write-region'.
6285 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6287         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6288         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6290         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6292         * message.el (message-replacement-char): New variable.
6293         (message-fix-before-sending): Use it.
6294         (message-simplify-subject): New function to remove duplicate code.
6295         (message-reply, message-followup): Use it.
6297         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6298         gnus-summary-limit-to-articles.
6300 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6302         * gnus-util.el (gnus-with-local-quit): New macro.
6304         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6306 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6308         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6309         ignore non-string data.
6311 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6313         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6314         non-string data (needs to be done in the registry too).
6316 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6318         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6319         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6320         (gnus-registry-split-fancy-with-parent)
6321         (gnus-registry-fetch-simplified-message-subject-fast)
6322         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6323         Remove text properties on ingress into the registry and when it's saved.
6324         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6325         registry from entries with no groups.
6327 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6329         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6330         function to remove string properties.
6332 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6334         * gmm-utils.el (gmm): Adjust custom version.
6336         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6337         custom version.
6339         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6341 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6343         * gnus-art.el (gnus-insert-prev-page-button)
6344         (gnus-insert-next-page-button): Simplify.  Reformat.
6346 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6348         * gnus-art.el (gnus-insert-prev-page-button)
6349         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6351 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6353         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6355 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6357         * gnus-art.el (gnus-insert-mime-button)
6358         (gnus-insert-mime-security-button):
6359         Apply gnus-article-button-face to MIME and security buttons.
6361 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6363         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6364         readable.
6366 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6368         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6369         `browse-url-of-file' instead of `browse-url'.
6371 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6373         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6374         regexp.  Articles containing quotation were cut prematurely.
6376 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6378         * message.el (message-cite-original-1): Use nobody by default for the
6379         value of From header.
6380         (message-reply): Ditto.
6382 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6384         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6385         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6386         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6388 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6390         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6391         mails in the doc string.  Add some URLs in comment.
6392         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6394 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6396         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6397         backslashes handling and the way to find boundaries of quoted strings.
6399 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6401         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6402         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6403         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6404         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6406 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6408         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6409         doc string.
6410         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6412 2006-09-06  Simon Josefsson  <jas@extundo.com>
6414         * mml2015.el (mml2015-use): Doc fix, mention epg.
6416 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6418         * mml2015.el (mml2015-use): Default to epg, if available.
6420 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6422         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6423         message-sender.
6424         (mml1991-epg-encrypt): Ditto.
6425         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6426         message-sender.
6427         (mml2015-epg-encrypt): Ditto.
6429 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6431         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6432         several common directories.
6434 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6436         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6437         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6439 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6441         * gnus-art.el (article-decode-encoded-words): Make it fast.
6443 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6445         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6447         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6448         in quoted string into `\'.
6450 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6452         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6453         Use standard-syntax-table.
6455 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6457         * gnus-art.el (gnus-decode-address-function): New variable.
6458         (article-decode-encoded-words): Use it to decode headers which are
6459         assumed to contain addresses.
6460         (gnus-mime-delete-part): Remove useless `or'.
6462         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6463         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6464         (gnus-nov-parse-line): Use it to decode From header.
6465         (gnus-get-newsgroup-headers): Ditto.
6466         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6468         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6469         (mail-decode-encoded-address-string): New alias.
6471         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6472         New function.
6473         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6474         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6475         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6476         (rfc2047-decode-string): Ditto.
6477         (rfc2047-decode-address-region): New function.
6478         (rfc2047-decode-address-string): New function.
6480 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6482         * message.el (message-caesar-buffer-body): Allow rotating headers.
6484         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6486         * message.el (message-insert-formated-citation-line): Fix %f.
6487         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6489 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6491         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6492         (gnus-bookmark-mouse-available-p): New macro.
6493         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6494         (gnus-bookmark-bmenu-show-infos): Use it.
6495         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6496         (gnus-bookmark-bmenu-hide-infos): Ditto.
6497         (gnus-bookmark-remove-properties): New function.
6498         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6499         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6500         (gnus-bookmark-write-file): Bind coding-system-for-write.
6501         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6502         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6503         group before selecting it.
6504         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6505         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6506         quit-window if it is not available; use gnus-mouse-2 and bind it to
6507         gnus-bookmark-bmenu-select-by-mouse.
6508         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6509         (gnus-bookmark-bmenu-select-by-mouse): New function.
6511 2006-08-13  Romain Francoise  <romain@orebokech.com>
6513         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6514         space.
6516 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6518         * compface.el (uncompface): Use binary rather than raw-text-unix.
6520 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6522         * compface.el (uncompface): Make sure the eol conversion doesn't take
6523         place when communicating with the external programs.  Reported by
6524         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6526 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6528         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6530 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6532         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6533         Make it more robust by parsing author and date independently.
6535 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6537         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6539 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6541         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6542         first matching secret key.
6543         (mml2015-epg-encrypt): Ditto.
6545         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6546         first matching secret key.
6547         (mml1991-epg-encrypt): Ditto.
6549         * mml2015.el (mml2015-encrypt-to-self): New user option.
6550         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6551         mml2015-epg-encrypt-to-self is set.
6553         * mml1991.el (mml1991-encrypt-to-self): New variable.
6554         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6555         mml1991-epg-encrypt-to-self is set.
6557         * mml2015.el (mml2015-signers): New user option.
6558         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6559         (mml2015-epg-encrypt): Allow to select signing keys.
6561         * mml1991.el (mml1991-signers): New variable.
6562         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6563         (mml1991-epg-encrypt): Allow to select signing keys.
6565 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6567         * nnheader.el (nnheader-insert-head): Make it work even if the file
6568         uses CRLF for the line-break code.
6570 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6572         * mml2015.el: Require mml-sec instead of password.
6573         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6574         (mml2015-cache-passphrase): Inherit the default value from
6575         mml-secure-cache-passphrase.
6576         (mml2015-passphrase-cache-expiry): Inherit the default value from
6577         mml-secure-passphrase-cache-expiry.
6579         * mml1991.el: Require mml-sec instead of password.
6580         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6581         (mml1991-cache-passphrase): Inherit the default value from
6582         mml-secure-cache-passphrase.
6583         (mml1991-passphrase-cache-expiry): Inherit the default value from
6584         mml-secure-passphrase-cache-expiry.
6586         * mml-sec.el: Require password.
6587         (mml-secure-verbose): New user option.
6588         (mml-secure-cache-passphrase): New user option.
6589         (mml-secure-passphrase-cache-expiry): New user option.
6591 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6593         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6594         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6595         andreas@altroot.de (Andreas Vögele).
6597         FIXME: Use `tiny change'?
6599 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6601         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6602         workaround for the url package included with Emacs.
6604         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6606 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6608         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6609         correctly.  This fixes a bug caused by the 2006-05-12 change.
6611 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6613         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6614         some information about the error when saying that the `bogus' mail
6615         group will be used.
6617 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6619         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6620         string.
6622 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6624         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6626 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6628         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6630 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6632         * mml1991.el (mml1991-function-alist): Add epg.
6633         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6634         (mml1991-epg-encrypt): New functions.
6636 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6638         * mml2015.el (mml2015-verbose): New variable.
6639         (mml2015-cache-passphrase): Ditto.
6640         (mml2015-passphrase-cache-expiry): Ditto.
6641         (mml2015-function-alist): Add epg.
6642         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6643         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6644         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6645         functions.
6647 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6649         * message.el (message-cite-original-1): Preserve region when removing
6650         quoted text due to X-No-Archive in order to avoid bogus attribution
6651         when citing multiple messages.
6653 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6655         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6656         Kenneth Jacker <khj@be.cs.appstate.edu>.
6658 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6660         * gnus-diary.el (gnus-user-format-function-d)
6661         (gnus-user-format-function-D): Autoload.
6663         * imap.el (Commentary): Fix typo.
6665         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6666         2006-04-22 contribution.
6668 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6670         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6671         It didn't really fix the bogosity I'm seeing with solid web groups.
6673 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6675         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6676         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6677         created using server names.  If we use the feature without declaring
6678         it, Gnus does not properly manage server and group state.
6680         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6681         bound.
6683 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6685         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6686         looking up the method using GROUP's prefix before inventing a new one.
6687         It is used on killed/unknown groups in various places where returning
6688         an all-new method isn't expected by the caller.
6690         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6691         and match semantics of gnus-group-real-prefix.
6693 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6695         * nnmail.el (nnmail-broken-references-mailers): New variable.
6696         (nnmail-ignore-broken-references): New function generalizing
6697         nnmail-fix-eudora-headers.
6698         (nnmail-fix-eudora-headers): Now obsolete.
6700         * gnus-art.el (gnus-button-handle-custom): Support
6701         `customize-apropos*'.
6703 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6705         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6707         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6708         articles.
6710 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6712         * message.el (message-cite-reply-above): New variable.
6713         (message-yank-original): Use it.
6715 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6717         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6719 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6721         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6722         as read.
6724         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6726 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6728         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6729         (gnus-bookmark-default-file): Use gnus-directory.
6730         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6731         Remove "*" in doc string.
6732         (gnus-bookmark-write-file): Simplify.
6733         (gnus-bookmark-maybe-sort-alist): Use `when'.
6734         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6735         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6736         FIXME about Emacs 21 and XEmacs compatibility.
6737         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6738         compatibility.
6739         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6740         compatibility.
6741         (gnus-bookmark-menu-heading): Fix version.
6743 2006-06-19  Bastien Guerry  <bzg@altern.org>
6745         * gnus-bookmark.el: New file.
6747 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6749         * message.el (message-syntax-checks): Doc fix.
6751 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6753         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6754         unsubscribed groups as if they were killed ones.  It causes duplicate
6755         entries in gnus-newsrc-alist.
6757 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6759         * message.el (message-syntax-checks): Doc fix.
6760         (message-send-mail): Add check for continuation headers.
6761         (message-check-news-header-syntax): Fix regexp used to check for
6762         continuation headers.
6764 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6766         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6768 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6770         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6772 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6774         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6775         default-truncate-lines.
6777 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6779         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6780         to fill the utf-8 entry.
6782 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6784         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6786 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6788         * gnus-agent.el (directory-files-and-attributes): Move all the way
6789         forward (the third and final move).
6790         (gnus-agent-read-agentview): Trap reconstruction errors due to
6791         nonexistent directory.  Handle by returning nil.
6793 2006-05-30  Didier Verna  <didier@xemacs.org>
6795         * message.el (message-dont-reply-to-names): Update the custom type.
6796         * message.el (message-dont-reply-to-names): New defsubst: potentially
6797         convert a list of regexps into a single one.
6798         * message.el (message-get-reply-headers): Use it.
6799         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6801 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6803         * gnus-agent.el (directory-files-and-attributes): Move forward.
6805 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6807         * gnus-ml.el (gnus-mailing-list-subscribe)
6808         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6809         (gnus-mailing-list-message): Fix doc strings.
6811 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6813         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6814         of doing it manually.
6816 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6818         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6819         comment.
6821 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6823         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6824         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6825         (gnus-agent-read-local): All symbols allocated in my-obarray.
6826         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6827         (gnus-agent-regenerate-group): Check numeric names to see if they are
6828         messages or groups.
6829         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6830         better way of do this...)
6832         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6833         'dummy.group' (there should be a better way of do this...)
6835 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6837         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6838         (gnus-saved-headers): Ditto.
6839         (gnus-default-article-saver): Mention functions may have properties.
6840         (gnus-article-save): Override gnus-save-all-headers and
6841         gnus-saved-headers by :headers property which saver function may have.
6842         (gnus-summary-save-in-file): Add :headers property.
6843         (gnus-summary-write-to-file): Ditto.
6845         * gnus-sum.el (gnus-summary-save-article): Bind
6846         gnus-prompt-before-saving to t when saving many articles in a file;
6847         always show all headers.
6849 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6851         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6852         marks.
6854         * message.el (message-indent-citation): Add optional arguments to allow
6855         using it outside of message buffers.
6857         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6858         (gnus-article-treat-unfold-headers): Use it.
6859         (gnus-article-truncate-lines): New variable.
6860         (gnus-article-mode): Use it.
6861         (gnus-article-toggle-truncate-lines): New function.
6863         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6864         gnus-article-toggle-truncate-lines.
6866         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6867         coding system in XEmacs, use binary.
6869 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6871         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6872         after-load-alist.
6874         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6875         this function should save decoded articles.
6876         (gnus-summary-write-to-file): Use property to specify this function
6877         should save decoded articles and specify gnus-summary-save-in-file
6878         should be used to save articles other than the first one when saving
6879         many articles.
6880         (gnus-summary-save-body-in-file): Use property to specify this
6881         function should save decoded articles.
6882         (gnus-summary-write-body-to-file): Use property to specify this
6883         function should save decoded articles and specify
6884         gnus-summary-save-body-in-file should be used to save articles other
6885         than the first one when saving many articles.
6887         * gnus-sum.el (gnus-summary-save-article): Simplify.
6889 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6891         * gnus-art.el (gnus-default-article-saver): Add
6892         gnus-summary-write-body-to-file.
6893         (gnus-article-save-coding-system): Don't use coding system object
6894         in XEmacs.
6895         (gnus-read-save-file-name): Add optional `dir-var' argument which
6896         specifies directory in which files are saved; work even if optional
6897         `variable' argument is not specified.
6898         (gnus-summary-write-to-file): Read file name.
6899         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6900         (gnus-summary-write-body-to-file): New function.
6902         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6903         (gnus-summary-local-variables): Add it.
6904         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6905         (gnus-summary-save-article): Remove optional `decode' argument;
6906         determine whether to decode articles by the value of
6907         gnus-default-article-saver; when saving many files using
6908         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6909         it first and use gnus-summary-save-in-file or
6910         gnus-summary-save-body-in-file thereafter unless
6911         gnus-prompt-before-saving is always; move point to article which
6912         will be saved.
6913         (gnus-summary-save-article-file): Revert.
6914         (gnus-summary-write-article-file): Revert.
6915         (gnus-summary-save-article-body-file): Revert.
6916         (gnus-summary-write-article-body-file): New function.
6918 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6920         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6922 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6924         * gnus-art.el (gnus-default-article-saver): Doc fix.
6925         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6926         from gnus-summary-save-article-coding-system, and default to a
6927         certain coding system.
6928         (gnus-output-to-file): Add coding cookie and encode text according
6929         to gnus-article-save-coding-system; don't use mm-append-to-file.
6931         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6932         gnus-art.el and rename to gnus-article-save-coding-system.
6933         (gnus-summary-save-article): Require gnus-art; don't show all
6934         headers if it decodes articles; don't add coding cookie here;
6935         don't bind mm-text-coding-system-for-write.
6936         (gnus-summary-save-article-file): Save decoded articles.
6937         (gnus-summary-write-article-file): When saving many files, use
6938         gnus-summary-write-to-file first and gnus-summary-save-in-file
6939         thereafter unless gnus-prompt-before-saving is always.
6940         (gnus-summary-save-article-body-file): Save decoded articles.
6942 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6944         * nnrss.el (nnrss-check-group): Bind hash-index.
6946 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6948         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6949         its hash index.  Store this hash in `nnrss-group-data'.
6950         (nnrss-read-group-data): Update accordingly.
6952 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6954         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6955         entry.
6957         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6958         gnus-article-browse-html-article.
6960 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6962         * gnus-sum.el (gnus-summary-mime-map): Add
6963         gnus-article-browse-html-article.
6964 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6966         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6967         suitable coding systems in customize.
6969 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6971         * mail-source.el (mail-sources): Fix custom type.
6973 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6975         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6976         (gnus-summary-expire-articles-now): Shorten prompt.
6978         * gmm-utils.el (wid-edit): Require.
6979         (defun-gmm): Renamed from `gmm-defun-compat'.
6980         (gmm-image-search-load-path): Use it.
6981         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6983 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6985         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6986         variable.
6987         (gnus-summary-save-article): Add optional `decode' argument.  If
6988         it is set and gnus-summary-save-article-coding-system is non-nil,
6989         save decoded article.
6990         (gnus-summary-write-article-file): Save decoded article if
6991         gnus-summary-save-article-coding-system is non-nil.
6993         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6994         type.
6996 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6998         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
7000 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7002         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
7003         first to test gnus-single-article-buffer which may be buffer-local.
7005         * gnus-sum.el (gnus-summary-setup-buffer): Make
7006         gnus-single-article-buffer buffer-local and nil in ephemeral
7007         group; make gnus-article-buffer, gnus-article-current, and
7008         gnus-original-article-buffer always buffer-local.
7009         (gnus-summary-exit): Kill article buffer belonging to ephemeral
7010         group.
7011         (gnus-handle-ephemeral-exit): Don't move to next summary line.
7013 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7015         * nnml.el (nnml-request-compact-group): Compressed files might not
7016         have .gz extension.
7018 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7020         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
7021         (mm-copy-to-buffer): Use with-current-buffer.
7022         (mm-display-part): Simplify.
7023         (mm-inlinable-p): Add optional arg `type'.
7025 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7027         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
7028         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
7029         Try harder to show the attachment internally or externally using
7030         gnus-mime-view-part-as-type.
7032 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7034         * message.el (message-from-style, message-signature-separator)
7035         (message-user-organization-file, message-send-mail-function)
7036         (message-citation-line-function, message-yank-prefix)
7037         (message-indent-citation-function, message-signature)
7038         (message-signature-file, message-signature-insert-empty-line):
7039         Remove autoloads.
7041         * gnus-art.el (gnus-buttonized-mime-types): Remove
7042         "multipart/signed".  Revert 2006-04-26 change.
7044 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7046         * gnus.el (gnus-version-number): Bump version.
7048 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7050         * gnus.el: No Gnus v0.5 is released.
7052 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7054         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
7055         fetching articles by message-id.
7057 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7059         * message.el (hashcash): Require hashcash as normal.
7061         * ecomplete.el (ecomplete-highlight-match-line): Use
7062         point-at-eol.
7063         (ecomplete-highlight-match-line): Use `highlight', because that
7064         face exists in both Emacs and XEmacs.
7066         * message.el (message-display-abbrev): Use point-at-bol.
7068         * mail-source.el: Don't require timer/timer-funcs.
7070         * gnus-async.el: Ditto.
7072         * password.el: Ditto.
7074         * mm-url.el: Ditto.
7076         * mm-util.el: Require timer/timer-funcs.
7078 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7080         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
7081         Close.
7083 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7085         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
7086         unibyte after clear-decrypt function runs.
7088         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
7089         returns as a unibyte string.
7091 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7093         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
7094         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
7095         (mml1991-pgg-encrypt): Ditto.
7097 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
7099         * message.el (message-user-organization-file): Check several
7100         locations of the organization file.
7102         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
7103         Add gnus-article-view-part-as-type.
7105         * gnus-art.el (gnus-article-view-part-as-type): New function.
7107         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
7108         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
7110         * mml.el: Simplify autoload.
7111         (mml-mode): defvar dnd-protocol-alist instead of using
7112         symbol-value.
7113         (mml-default-directory): New variable.
7114         (mml-minibuffer-read-file): Use it.
7115         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
7117         * message.el (message-citation-line-format): New variable.
7118         (message-insert-formated-citation-line): New function.
7119         (message-citation-line-function): Add
7120         `message-insert-formated-citation-line' to custom type.
7122         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
7123         to doc string.
7125         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
7126         depending on mm-verify-option.
7128 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7130         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
7131         binding pgg-* variables; reimplement the section which prevents
7132         MIME header from being signed.
7133         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
7134         pgg-text-mode; remove a blank line at the top of body.
7136         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
7137         lines at the top of body; use gnus-newsgroup-charset if there's no
7138         Charset header.
7140 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7142         * message.el (message-self-insert-commands): Doc fix.
7144         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
7145         (mm-uu-pgp-encrypted-test): Ditto.
7146         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
7147         between header and body; return application/pgp-encrypted handle
7148         if decryption failed; decode decrypted body by charset.
7150         * mm-decode.el (mm-automatic-display): Don't make application/pgp
7151         element match to application/pgp-*.
7153 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7155         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
7156         HTML.
7158 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7160         * mail-source.el (mail-source-call-script): Message the error
7161         string.
7163 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7165         * gnus-util.el (gnus-byte-compile): Use it.
7167 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
7169         * gnus-util.el (kill-empty-logs): New function.
7171 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7173         * message.el (message-mail-alias-type): Doc fix.
7174         (message-mail-alias-type-p): New function.
7175         (message-send): Use it.
7176         (message-mode): Ditto.
7177         (message-strip-forbidden-properties): Ditto.
7179         * ecomplete.el (ecomplete-database-file-coding-system): New
7180         variable.
7181         (ecomplete-save): Use it.
7182         (ecomplete-setup): Use it.
7184 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7186         * message.el (message-self-insert-commands): New variable.
7187         (message-strip-forbidden-properties): Use it.
7189 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7191         * message.el (message-put-addresses-in-ecomplete): Use a regexp
7192         that doesn't make XEmacs choke.
7194 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
7196         * gnus-util.el (gnus-replace-in-string):
7197         Prefer replace-regexp-in-string over of replace-in-string.
7199 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7201         * gnus-util.el (gnus-select-frame-set-input-focus):
7202         Use select-frame-set-input-focus if it is available in XEmacs; use
7203         definition defined in Emacs 22 for old Emacsen.
7205 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7207         * mm-view.el (mm-inline-text): Use equal instead of equalp.
7209 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
7211         * gnus-registry.el (gnus-registry-cache-save): Remove text
7212         properties when saving via the temp buffer.
7214 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7216         * message.el (message-generate-hashcash): Honor custom type.
7218 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7220         * message.el (message-generate-hashcash): Default to non-nil when
7221         hashcash is found.
7223         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7224         (gnus-refer-thread-limit): Increase default to 500.
7226         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7228         * flow-fill.el (fill-flowed): Allow delete-space.
7230 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7232         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7233         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7234         Remove autoloads.
7236 2006-04-18  Simon Josefsson  <jas@extundo.com>
7238         * message.el (message-generate-hashcash): Default to.
7240 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7242         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7243         concatenating segments rather than before concatenating them.
7245 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7247         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7249         * imap.el (imap-quote-specials): New function.
7250         (imap-login-auth): Quote specials.
7252 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7254         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7256         * message.el (message-forward-make-body-plain): Allow
7257         message-forward-ignored-headers to be a list.
7258         (message-remove-ignored-headers): Factor out into function.
7259         (message-forward-make-body-mml): Use it.
7260         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7261         (rfc2231-parse-string): Allow concatanation of parameters that
7262         aren't contiguous.  The test case is
7263           (mail-header-parse-content-type "message/external-body;
7264             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7265             access-type=LOCAL-FILE;
7266             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7268 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7270         * nntp.el (nntp-accept-process-output): Return the value of
7271         `nnheader-accept-process-output'.
7273 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7275         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7276         (gnus-button-alist): Recognize more diff formats.
7277         (gnus-button-patch): Strip directory.
7279 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7281         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7282         Emacs 22 when setting focus.
7284 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7286         * gnus-art.el (gnus-article-treat-types): Do treatment of
7287         text/x-verbatim parts.
7288         (gnus-button-patch): New command.
7290         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7291         addresses that contain invalid characters.
7293 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7295         * message.el (message-put-addresses-in-ecomplete): Use
7296         gnus-replace-in-string.
7297         (message-is-yours-p): Use the more correct
7298         mail-header-parse-address instead of
7299         mail-extract-address-components.
7300         (message-put-addresses-in-ecomplete): Fix typo.
7302         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7303         keystroke.
7305         * gnus-art.el (gnus-treatment-function-alist): Change order of
7306         newsgroups/generic header folding to avoid double-folding.
7308         * message.el (message-hidden-headers): Add X-Draft-From.
7310         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7311         command.
7312         (gnus-summary-repeat-search-article-backward): New command.
7314         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7315         groups in the parent topic.
7317 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7319         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7320         (spam-extra-header-to-number): Return the CRM114 number as a
7321         number instead of a string.
7323 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7325         * gnus-art.el (gnus-face-properties-alist): Moved here from
7326         gnus-fun.
7328         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7330 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7332         * message.el (message-strip-forbidden-properties): Only display on
7333         self-insert-command.
7335         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7336         reindent.
7337         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7339 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7341         * smiley.el (smiley-style): Fix typo.
7343 2006-03-23  Kenichi Handa  <handa@m17n.org>
7345         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
7346         instead of set-buffer-multibyte.
7348 2006-03-23  Kenichi Handa  <handa@m17n.org>
7350         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7351         buffer and then decode the buffer text if necessary.
7352         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7353         first, and after mm-encode-body, change the buffer to unibyte.
7355 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7357         * hashcash.el (hashcash-insert-payment-async-2): Use
7358         message-goto-eoh instead of doing it manually.
7359         (mail-add-payment): Use message-narrow-to-header instead of trying
7360         to do the same itself.
7362         * message.el (message-hidden-headers): Add Face.
7364         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7365         reparenting code.
7366         (gnus-summary-reparent-children): Refactored out code.
7367         (gnus-summary-thread-map): New keystroke.
7368         (gnus-summary-reparent-children): Make into command.
7370         * smiley.el (smiley-style): Default to `medium' if using a large
7371         font.
7373         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7374         does it itself.
7376         * message.el (message-point-in-header-p): Simplify definition.
7378 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7380         * nnagent.el (nnagent-request-set-mark): Silence log file
7381         writing.
7382         (nnagent-request-set-mark): Use write-region instead of
7383         append-to-file.
7385         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7386         strange select method.
7388         * ecomplete.el (ecomplete-display-matches): Get highlightling
7389         right.
7390         (ecomplete-display-matches): Use literals.
7391         (ecomplete-display-matches): Disable message logging.
7393         * message.el (message-display-abbrev): Small optimization.
7395         * ecomplete.el (ecomplete-display-matches): Allow automatic
7396         display.
7398         * message.el (message-strip-forbidden-properties): Display
7399         abbrevs.
7400         (message-display-abbrev): Get automatic display right.
7402         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7403         keystrokes.
7405 2006-04-13  Romain Francoise  <romain@orebokech.com>
7407         TODO: Backport to v5-10!
7409         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7410         Moved here (and renamed) from gnus-registry.el.
7412         * gnus-registry.el: Require gnus-util.
7413         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7415 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7417         * gnus-group.el (gnus-group-catchup-current): Change
7418         if-then-else-if-then-else into cond.
7419         (gnus-group-catchup): Indent.
7420         (group-name-at-point): New function.
7421         (gnus-fetch-group): Provide default from thing at point.
7423 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7425         * message.el (message-display-abbrev): Fix regexp.
7427         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7428         choosing.
7429         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7430         dead variables.
7432         * message.el (message-newline-and-indent): Remove debugging.
7433         (message-display-abbrev): Use new implementation.
7435 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7437         * gnus-art.el (gnus-article-mode): Set
7438         cursor-in-non-selected-windows to nil.
7440         * smiley.el: Revert previous change.
7441         (smiley-data-directory): defvar it before using it in the
7442         defcustom of `smiley-style'.
7444 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7446         * message.el (message-newline-and-indent): New function.
7448         * ecomplete.el: Implement more bits.
7450         * message.el (message-put-addresses-in-ecomplete): Clean up the
7451         string.
7453         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7455         * gnus-sum.el (gnus-summary-save-parts): Bind
7456         gnus-summary-save-parts-counter and use it to make unique file
7457         names.
7459         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7461         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7462         parameter to say whether to actually parse the individual
7463         addresses.
7465         * message.el (message-put-addresses-in-ecomplete): New function.
7466         (ecomplete): Require.
7467         (message-mail-alias-type): Add ecomplete as an option.
7469 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7471         * flow-fill.el (fill-flowed): Remove trailing space from blank
7472         quoted lines.
7474 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7476         * smiley.el (smiley-style): Move definition later to avoid a
7477         compilation warning.
7479 2006-04-12  Kenichi Handa  <handa@m17n.org>
7481         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7482         buffer and then decode the buffer text if necessary.
7483         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7484         first, and after mm-encode-body, change the buffer to unibyte.
7485         Use mm-disable-multibyte instead of set-buffer-multibyte.
7487 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7489         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7490         Content-Type header instead of Content-Disposition header.
7491         (gnus-mime-inline-part): Ditto.
7492         (gnus-mime-view-part-as-charset): Ignore charset that the part
7493         specifies.
7495         * mm-decode.el (mm-display-part): Work with external parts and
7496         usual parts similarly.
7498         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7499         instead of gnus-display-mime.
7501         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7502         instead of with-temp-buffer.
7504         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7505         tag to summarized topics part in order to encode non-ASCII text.
7507 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7509         * smiley.el (smiley-style): New variable.
7510         (smiley-directory): New function.
7511         (smiley-data-directory): Derive from `smiley-style' using
7512         `smiley-directory'.
7513         (smiley-regexp-alist): Add new entries.
7515         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7516         (gnus-article-browse-delete-temp): Add :version.
7518 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7520         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7521         the sieve region.
7523 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7525         * gnus.el (gnus-version-number): Bump version.
7527 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7529         * gnus.el: No Gnus v0.4 is released.
7531 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7533         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7534         layout.
7536         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7537         unknown charset.
7539         * message.el (message-header-synonyms): Add Original-To to the
7540         default.
7542         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7543         optional parameter.
7545 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7547         * gnus-fun.el (gnus): Require it for gnus-directory.
7549 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7551         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7553 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7555         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7557 2006-04-05  Simon Josefsson  <jas@extundo.com>
7559         * password.el (password-reset): New function.
7561 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7563         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7564         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7566 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7568         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7569         Some whitespace was matched into the url, which broke browsing hits
7570         > 100 when mm-url-use-external was nil.
7572 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7574         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7575         gnus-extra-headers for 'Newsgroups.
7577         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7578         bound.
7580 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7582         * pgg-gpg.el: Clean up process buffers every time gpg processes
7583         complete.
7585 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7587         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7588         doc string.
7590 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7592         * pgg-gpg.el (pgg-gpg-process-filter)
7593         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7595         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7596         lines, temporary fix.
7598 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7600         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7602 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7604         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7605         default-enable-multibyte-characters.  This reverts the change from
7606         revision 6.17 which is no longer necessary because the passphrase
7607         is sent separately now.  GnuPG messages are unreadable under
7608         multibyte locales with default-enable-multibyte-characters set to
7609         nil.
7611 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7613         * message.el (message-tool-bar-gnome): Move "spell".
7615 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7617         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7618         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7619         instead.
7621 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7623         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7624         newsgroups handling for NNTP overviews which don't include
7625         Newsgroups.
7627 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7629         * message.el (message-resend): Bind message-generate-hashcash to nil.
7631 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7633         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7634         when searching for already-paid recipients.
7636 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7638         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7639         passphrases when it is not needed.
7640         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7641         passphrase stuff from gpg, should only be necessary when you use
7642         gpg with a smartcard.
7644 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7646         * mml.el (mml-insert-mime): Ignore cached contents of
7647         message/external-body part.
7649         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7650         (mm-insert-part): Ditto.
7652 2006-03-23  Simon Josefsson  <jas@extundo.com>
7654         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7655         Reiner.
7656         (pgg-gpg-use-agent-p): Use it again.
7658 2006-03-23  Simon Josefsson  <jas@extundo.com>
7660         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7661         older emacsen.
7662         (pgg-gpg-use-agent-p): Don't use it.
7664 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7666         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7667         if we can.
7669 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7671         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7672         (pgg-gpg-update-agent): New function.
7673         (pgg-gpg-use-agent-p): New function.
7674         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7675         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7676         (pgg-gpg-sign-region): Use it.
7678 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7680         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7681         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7683 2006-03-21  Simon Josefsson  <jas@extundo.com>
7685         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7686         <wilde@sha-bang.de>.
7687         (pgg-gpg-use-agent): New variable.
7688         (pgg-gpg-process-region): Use it.
7689         (pgg-gpg-encrypt-region): Likewise.
7690         (pgg-gpg-encrypt-symmetric-region): Likewise.
7691         (pgg-gpg-decrypt-region): Likewise.
7692         (pgg-gpg-sign-region): Likewise.
7693         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7695 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7697         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7699         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7700         Add comment on version.
7702 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7704         * smiley.el: Add missing test smiley.
7706 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7708         * mm-decode.el (mm-with-part): New macro.
7709         (mm-get-part): Use it; work with message/external-body as well.
7710         (mm-save-part): Treat name and filename equally.
7712         * mm-extern.el (mm-extern-cache-contents): New function.
7713         (mm-inline-external-body): Use it; force the part to be displayed;
7714         move undisplayer added to the cached handle to the parent.
7716         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7717         (gnus-mime-view-part-as-type): Work with message/external-body.
7719         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7721 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7723         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7724         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
7725         Emacs.]
7727 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7729         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7730         path rather than symbol.  Always return list of directories.
7731         Guarantee that image directory comes first.  [Sync with image.el,
7732         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
7734         * message.el (message-make-tool-bar): Adjust to new API of
7735         `gmm-image-load-path-for-library'.
7737         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7739         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7741 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7743         * gnus-art.el (gnus-article-only-boring-p):
7744         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7745         intangible text.
7746         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7748 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7750         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7751         `defun' instead of `gmm-defun-compat'.
7753 2006-03-14  Simon Josefsson  <jas@extundo.com>
7755         * message.el (message-unique-id): Don't use message-number-base36
7756         if (user-uid) is a float.
7757         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7759 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7761         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7763         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7764         empty line between a part and a message part.
7766 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7768         * smiley.el: Add more test smileys.
7769         (smiley-data-directory, smiley-regexp-alist)
7770         (gnus-smiley-file-types): Fix doc strings.
7771         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7772         adding new elements.
7773         (smiley-mouse-map): Unused code.  Make it a comment.
7775 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7777         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7778         scan latest NoCeM messages instead of old ones.
7779         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7780         delimiters that are recently used.
7781         (gnus-nocem-load-cache): Add autoload cookie.
7783         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7785         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7786         level which is larger than gnus-use-nocem is specified.
7788         * gnus-group.el (gnus-group-get-new-news): Ditto.
7790 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7792         * gnus-util.el (gnus-tool-bar-update): New function.
7794         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7795         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7797         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7799         * gnus-group.el (gnus-group-redraw-when-idle)
7800         (gnus-group-redraw-check): Remove.
7801         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7803 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7805         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7806         if optional last element is specified in splits (FIELD VALUE...).
7808 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7810         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7811         to gmm-image-load-path-for-library.  Call with no-error argument.
7812         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7814         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7816         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7818         * gmm-utils.el (gmm-image-load-path): Remove alias.
7820 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7822         * gmm-utils.el (gmm-image-load-path): Add alias.
7824         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7825         nnml-generate-nov-databases-1.
7826         (nnml-generate-nov-databases): Use it.
7827         (nnml-generate-nov-databases-directory): Document no-active
7828         argument.
7830         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7831         directory if path is t.  Add no-error.
7833         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7834         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7836         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7837         resetting gnus-article-browse-html-temp-list.
7839         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7840         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
7841         Add example to docstring.  Rename local variables.  Move error
7842         checks to default case in cond and simplify.
7844 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7846         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7847         handle is multipart when calling it recursively.
7848         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7850 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7852         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7853         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7855 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7857         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7858         is loaded.
7860         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7861         loaded.
7863 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7865         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7866         to "Emacs 23 (unicode)" in doc string.
7868         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7869         "Emacs 23 (unicode)" in comment.
7871 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7873         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7875         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7876         characters 160 through 255 in Emacs 23.
7878 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7880         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7881         gnus-article-browse-html-temp.
7882         (gnus-article-browse-delete-temp): Make it customizable.  Add
7883         `file'.  Adjust doc string.
7884         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7885         query for each file.  Adjust doc string.
7886         (gnus-article-browse-html-parts): Add
7887         `gnus-article-browse-delete-temp-files' to
7888         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7890 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7892         * gnus-art.el (gnus-article-browse-html-temp)
7893         (gnus-article-browse-delete-temp): New variables.
7894         (gnus-article-browse-delete-temp-files): New function.
7895         (gnus-article-browse-html-parts): Use it.
7897 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7899         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7901         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7902         string.
7904         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7905         gnus-summary-insert-new-articles when unplugged.  Remove
7906         gnus-summary-search-article-forward.
7908         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7909         display-visual-class instead of display-color-cells.
7911 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7913         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7914         message/* containing non-ASCII text properly.
7916 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7918         * message.el: Require gmm-utils, remove autoloads.
7919         (message-tool-bar): Set default based on
7920         gmm-tool-bar-style.
7921         (message-tool-bar-gnome): Add gmm-customize-mode.
7923         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7924         gmm-tool-bar-style.
7925         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7927         * gnus-group.el (gnus-group-tool-bar): Set default based on
7928         gmm-tool-bar-style.
7929         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7931         * gmm-utils.el (gmm-image-directory): Rename variable from
7932         gmm-image-load-path.
7933         (gmm-image-load-path): Use gmm-image-directory.
7934         (gmm-customize-mode): New function.
7935         (gmm-tool-bar-style): New variable.
7937         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7938         gnus-group-redraw-line-number.
7939         (gnus-group-redraw-check): Simplify.
7940         (gnus-group-tool-bar-update): Remove redraw check.
7941         (gnus-group-make-tool-bar): Add redraw check.
7943 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7945         * gnus-art.el (gnus-button): Add missing parentheses.
7947 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7949         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7951 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7953         * gnus-art.el (gnus-button): New face.
7954         (gnus-article-button-face): Use it.
7956         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7957         gnus-summary-next-page.  Re-order.
7959         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7960         next-node are now included.
7961         (gnus-group-redraw-line-number): New internal variable.
7962         (gnus-group-redraw-check): Helper function for updating the tool
7963         bar.
7964         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7966         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7968         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7969         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7970         Use it to match format of Spamassassin 3.0 and later.  Reported by
7971         IRIE Tetsuya <irie@t.email.ne.jp>.
7972         (spam-check-bogofilter)
7973         (spam-bogofilter-register-with-bogofilter): Fix args of
7974         `gnus-error' calls.
7976 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7978         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7979         unnecessary interaction when sending queued mails.  Reported by
7980         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7982 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7984         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7985         first or last are nil.
7987 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7989         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7991 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7993         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7995 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7997         * dns.el (query-dns): Protect more against buggy tcp output.
7999 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8001         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
8002         nov.php.
8004 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8006         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
8007         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
8008         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
8009         output on the server side.
8010         (nnweb-google-create-mapping): Update regexps and add some
8011         progress indication.
8013 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
8015         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
8016         gnus-agent-toggle-plugged.  Re-order icons.
8017         (gnus-group-tool-bar-gnome): Add
8018         gnus-group-{prev,next}-unread-group.
8019         (gnus-group-tool-bar-gnome): Re-order icons.
8021         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
8022         gnus-summary-insert-new-articles.
8024         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
8025         comments.
8027         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
8028         also available in Emacs 21.3.
8030         * message.el (message-fix-before-sending): Change "Emacs 22" to
8031         "Emacs 23 (unicode)" in comment.
8033         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
8034         "Emacs 23 (unicode)" in comment.
8036         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
8037         comment.
8038         (mm-coding-system-p): Add comment about no-MULE XEmacs.
8040         * mm-view.el (mm-fill-flowed): Add :version.
8042 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8044         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
8045         and load-path.
8047 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
8049         * message.el: Autoload gmm-image-load-path.
8050         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
8051         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
8052         consitency.
8054         * gmm-utils.el (gmm-image-load-path): Also search in
8055         "../etc/images".  Don't set gmm-image-load-path if we don't find
8056         the image.
8058 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8060         * gmm-utils.el (gmm-image-load-path): Don't make
8061         `gmm-image-load-path' include subdirectories which the second arg
8062         `image' might specify.
8064         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
8065         subdirectory to icon file names.
8067         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
8069 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8071         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
8072         gmm-image-load-path calls.
8074         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8076         * message.el (message-make-tool-bar): Ditto.
8078         * mml.el (mml-preview): Added comment concerning tool bar icons.
8080         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
8081         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
8083         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
8084         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
8086         * message.el (message-tool-bar-gnome): Use new icon names.
8087         (message-make-tool-bar): Use `gmm-image-load-path'.
8089         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
8090         functions from MH-E.
8091         (gmm-image-load-path): New variable from MH-E.
8092         (gmm-image-load-path): New function from MH-E.  Added arguments
8093         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
8094         *-image-load-path-called-flag.
8096 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
8098         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
8100 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
8102         * nnimap.el (nnimap-request-move-article): Change folder back to
8103         source group before deleting.
8105 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
8107         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
8109         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
8110         mm-url.
8112         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
8114 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8116         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
8117         coding system which mm-charset-to-coding-system returns for a
8118         given charset is valid.
8120 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
8122         * html2text.el (html2text-remove-tag-list):
8123         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
8125 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
8127         * gnus-cus.el: Revert 2005-10-17 change.
8129 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8131         * gnus-art.el (article-strip-banner): Call
8132         article-really-strip-banner only when the regexp match is made.
8134 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8136         * gnus-art.el (article-strip-banner): Use
8137         gnus-extract-address-components instead of
8138         mail-header-parse-addresses to make it work with non-ASCII text;
8139         remove mail-encode-encoded-word-string.
8141         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
8142         values which are surrounded with \"...\"; make it never cause a
8143         Lisp error; give up parsing of parameters if it failed in
8144         extracting type.
8146 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
8148         * smime.el (smime-cert-by-ldap-1): Fix bug where
8149         `smime-ldap-search' returns results without userCertificates.
8151 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8153         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
8155 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8157         * spam.el (spam-check-spamassassin-headers): Adapt format for
8158         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
8159         <ari@mbf.ocn.ne.jp>.
8160         (spam-list-of-processors): Add spam-use-gmane.
8162 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8164         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
8165         make-temp-file; make it work with XEmacs as well.
8167         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
8168         mm-make-temp-file.
8170         * mm-decode.el (mm-display-external): Use the 3rd arg of
8171         mm-make-temp-file.
8172         (mm-create-image-xemacs): Ditto.
8174 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8176         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
8177         with message-narrow-to-headers.
8178         (gnus-draft-setup): Narrow to header to run message-fetch-field.
8179         (gnus-draft-check-draft-articles): New function.
8180         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
8182 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8184         * gnus-art.el (gnus-article-browse-html-parts):
8185         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
8186         Don't use suffix argument for mm-make-temp-file for Emacs 21
8187         compatibility.  Remove useless `format'.
8189 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8191         * nnweb.el (nnweb-google-wash-article): Update regexps.
8192         (nnweb-group-alist): Use defvoo instead of defvar.
8194 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8196         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
8197         re-loading nn* modules.
8199 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8201         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
8202         for `tool-bar-mode' and don't check it's default-value.
8204         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8206         * message.el (message-make-tool-bar): Ditto.
8208         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
8209         `substring'.  Shorten tmp-file name.
8211         * gnus.el: Remove bogus comment.
8213 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
8215         * gnus-art.el (gnus-article-browse-html-parts): New function.
8216         (gnus-article-browse-html-article): New function for viewing html
8217         articles with a browser.
8219 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
8221         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8222         (mml2015-pgg-encrypt): Ditto.
8224         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8225         (mml1991-pgg-encrypt): Ditto.
8227 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8229         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8230         message-make-date instead of current-time-string.
8232         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8233         to gnus-decoded which mm-uu might set.
8235 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8237         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8238         don't decode quoted parameters; remove misimported Emacs code.
8239         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8240         (rfc2231-decode-encoded-string): Don't use split-string which
8241         behaves differently according to Emacs version; use
8242         mm-decode-coding-region to convert charset to coding-system.
8243         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8244         (rfc2231-encode-string): Remove misimported Emacs code.
8246 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8248         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8249         when calling mail-header-parse-content-type.
8250         (article-de-quoted-unreadable): Ditto.
8251         (article-de-base64-unreadable): Ditto.
8252         (article-wash-html): Ditto.
8254         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8255         calling mail-header-parse-content-type and
8256         mail-header-parse-content-disposition.
8257         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8258         mail-header-parse-content-type.
8260         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8261         insert charset and format parameters; encode description after
8262         inserting it to buffer.
8263         (mml-insert-parameter): Fold lines properly even if a parameter is
8264         segmented into two or more lines; change the max column to 76.
8266         * rfc1843.el (rfc1843-decode-article-body): Don't use
8267         ignore-errors when calling mail-header-parse-content-type.
8269         * rfc2231.el (rfc2231-parse-string): Return at least type if
8270         possible; don't cause an error even if it fails in parsing of
8271         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8272         (rfc2231-encode-string): Don't break lines at the beginning, leave
8273         it to mml-insert-parameter.
8275         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8276         calling mail-header-parse-content-type.
8278 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8280         * spam-report.el (spam-report-gmane-use-article-number):
8281         Improve doc string.
8282         (spam-report-gmane-internal): Check if a suitable header was found
8283         in the article.
8285 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8287         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8288         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8290 2006-02-05  Romain Francoise  <romain@orebokech.com>
8292         Update copyright notices of all files in the gnus directory.
8294 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8296         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8298 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8300         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8301         segmented lines of parameter value to cope with Thunderbird 1.5
8302         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8303         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8304         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8306 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8308         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8309         parts.
8311 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8313         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8314         there's only one active file for all servers.
8315         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8316         solid groups.  Gnus might have used a FAST request to select the group.
8317         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8318         and nnweb-search redundantly in the active file.
8319         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8320         (nnweb-request-create-group): Don't use ARGS.
8321         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8322         initialisations.  Let nnoo do the work.
8324 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8326         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8327         Say the part has been decoded.
8329         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8331 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8333         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8334         mailcap-viewer-test-cache when there's no 'test clause, since that
8335         will invert the meaning of a "nil" test previously determined by
8336         mailcap-mailcap-entry-passes-test.
8338 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8340         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8341         compiling.
8343         * gnus-sum.el: Ditto.
8345         * message.el: Don't bind tool-bar-map when compiling.
8347 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8349         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8351 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8353         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8354         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8355         current Google Groups.
8357 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8359         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8360         and tool-bar-mode.
8362         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8363         and tool-bar-mode.
8365         * message.el (message-tool-bar-update): Simplify.
8366         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8368         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8369         gnus-summary-buffer.
8370         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8371         gnus-summary-reply.
8373         * gmm-utils.el (gmm): Add :version.
8375 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8377         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8378         autoload.
8380 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8382         * gmm-utils.el (gmm-verbose): Add :group.
8384 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8386         * message.el: Change some comments WRT tool-bars.
8388         * gnus-sum.el (gnus-summary-tool-bar)
8389         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8390         (gnus-summary-tool-bar-zap-list): New variables.
8391         (gnus-summary-make-tool-bar): Complete rewrite using
8392         `gmm-tool-bar-from-list'.
8394         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8395         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8396         variables.
8397         (gnus-group-make-tool-bar): Complete rewrite using
8398         `gmm-tool-bar-from-list'.
8399         (gnus-group-tool-bar-update): New function.
8401         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8403 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8405         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8406         is dissected into a single part of which the type is the same as
8407         the given one; decode charset.
8409 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8411         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8412         into alists as symbol not string, since that's what
8413         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8414         look for.
8416 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8418         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8419         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8421         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8423 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8425         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8426         (gnus-mime-security-button-menu): New definition.
8427         (gnus-mime-security-button-map): Use them.
8428         (gnus-mime-security-button-menu): New function.
8429         (gnus-insert-mime-security-button): Addition to help echo.
8430         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8431         (gnus-mime-security-pipe-part): New functions.
8433         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8434         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8436         * mm-decode.el (mm-handle-set-disposition): Remove.
8437         (mm-handle-set-description): Remove.
8439 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8441         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8442         (mm-w3m-standalone-supports-m17n-p): New function.
8443         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8444         w3m usage.
8446         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8447         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8449 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8451         * message.el (message-tool-bar-zap-list): Use
8452         gmm-tool-bar-zap-list as custom type.
8453         (message-tool-bar-update): New function.
8454         (message-tool-bar, message-tool-bar-gnome)
8455         (message-tool-bar-retro): Add message-tool-bar-update.
8456         (message-tool-bar-gnome): Add flyspell-buffer.
8458         * gnus-util.el (gnus-error): Describe `args'.
8460         * gmm-utils.el (gmm-error): Describe `args'.
8461         (gmm-tool-bar-zap-list): New widget.
8462         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8464 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8466         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8467         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8468         the number of recursive calls.
8470         * mm-decode.el (mm-handle-set-disposition): New macro.
8471         (mm-handle-set-description): New macro.
8473 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8475         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8476         encoding.
8478 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8480         * message.el (message-tool-bar-zap-list, message-tool-bar)
8481         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8482         (message-tool-bar-local-item-from-menu): Remove.
8483         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8484         (message-make-tool-bar): New function.
8485         (message-mode): Use `message-make-tool-bar'.
8487         * gmm-utils.el: New file.
8488         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8489         (gmm-lazy): New widget copied from `nnmail.el'.
8490         (gmm-tool-bar-from-list): New function for creating customizable
8491         tool bars.
8492         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8493         output.
8494         (gmm): Add :prefix to defgroup.
8496 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8498         * gmm-utils.el (gmm-widget-p): New function.
8500 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8502         * mml.el (mml-attach-file): Describe `description' in doc string.
8503         (mml-menu): Add Emacs MIME manual and PGG manual.
8505 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8507         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8509 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8511         * nntp.el (nntp-end-of-line): Doc fix.
8513 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8515         * imap.el (imap-open): Handle case where buffer is a buffer
8516         object.
8518 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8520         * gnus-delay.el (gnus-delay): Don't autoload.
8521         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8522         to be re-loaded when customizing the `gnus-delay' group.
8524 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8526         * message.el (message-insert-citation-line): Use newlines.
8528 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8530         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8532         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8534 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8536         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8538 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8540         * mm-decode.el (mm-inlined-types): Add application/pgp.
8541         (mm-automatic-display): Ditto.
8543         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8544         part as text.
8546 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8548         * nnrss.el: Update copyright.
8549         (nnrss-opml-import): Query whether to subscribe to each entry.
8551         * gnus-art.el:
8552         * gnus-sum.el:
8553         * mm-uu.el:
8554         * mm-view.el: Update copyright.
8556 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8558         * message.el (message-info): New function.
8559         (message-mode-menu): Add it.
8560         Update copyright.
8562         * ChangeLog: Fix and update copyright.
8564 2006-01-13  Romain Francoise  <romain@orebokech.com>
8566         * message.el (message-forward-subject-name-subject): Prefer the
8567         address to 'nowhere' if the sender has no name.
8568         Fix typo.  Update copyright year.
8570 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8572         * gnus-art.el (article-wash-html): Use
8573         gnus-summary-show-article-charset-alist if a numeric arg is given.
8574         (gnus-article-wash-html-with-w3m-standalone): New function.
8576         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8577         mm-inline-text-html-render-with-w3m-standalone.
8578         (mm-text-html-washer-alist): Map w3m-standalone to
8579         gnus-article-wash-html-with-w3m-standalone.
8580         (mm-inline-text-html-render-with-w3m-standalone): New function.
8582 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8584         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8585         Improve LaTeX.
8587 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8589         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8590         (nnrss-request-article): Render text/plain parts as HTML.
8592         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8593         the buffer.
8595 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8597         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8598         custom definition of `gnus-posting-styles'.
8600         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8601         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8603 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8605         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8606         Use nntp for bug archive.
8608 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8610         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8611         parts.
8612         (nnrss-normalize-date): New function converts ISO 8601 date into
8613         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8614         (nnrss-check-group): Use it.
8616 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8618         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8620         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8621         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8622         (nnrss-insert-w3): Ditto.
8624 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8626         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8627         the articles to be forwarded including the case where neither a
8628         number of articles nor a region is specified.
8630 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8632         * nnrss.el (nnrss-request-article): Fix last change; fill
8633         text/plain parts.
8635 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8637         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8638         in text/plain part.
8639         (nnrss-check-group): Don't add excessive newline to dc:subject.
8641 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8643         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8644         article.
8646 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8648         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8649         (nnml-use-compressed-files, nnml-save-mail): Support other
8650         comression programs such as bzip2.
8652 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8654         * dns.el (query-dns): Make sure we check the buffer size before
8655         removing tcp headers.
8657 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8659         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8660         remove MIME buttons associated with multipart/alternative parts.
8661         (gnus-mime-display-alternative): Tag buttons using `article-type'
8662         text property.
8664         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8665         associated with multipart/alternative parts.
8667         * gnus-art.el (gnus-signature-separator): Fix custom type.
8669         * mm-decode.el (mm-inlined-types): Fix custom type.
8670         (mm-keep-viewer-alive-types): Ditto.
8671         (mm-automatic-display): Ditto.
8672         (mm-attachment-override-types): Ditto.
8673         (mm-inline-override-types): Ditto.
8674         (mm-automatic-external-display): Ditto.
8676 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8678         * spam-report.el (spam-report-user-mail-address)
8679         (spam-report-user-agent): New variables.
8680         (spam-report-url-ping-plain): Use spam-report-user-agent.
8682 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8684         * gnus-art.el (gnus-button-handle-custom): Do not just use
8685         `customize-apropos' for any "M-x customize-*" button but the
8686         function called for.  Accept both the function name and its
8687         argument in order to achieve this.
8688         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8689         function name to `gnus-button-handle-custom' in case of "M-x
8690         customize-*" buttons.
8692 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8694         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8695         multipart/alternative and add xref to mm-discouraged-alternatives
8696         in doc string.
8698         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8699         gnus-buttonized-mime-types in doc string.
8701 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8703         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8704         Suggest image/.* in the doc string.
8706 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8708         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8709         message-marks (Debian bug #342521).
8711 2005-12-12  Simon Josefsson  <jas@extundo.com>
8713         * password.el (password-read-from-cache): Add.
8714         (password-read): Use it.
8716 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8718         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8719         us-ascii as a MIME charset.
8721         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8722         against the case where the 2nd arg TYPE is nil.
8724 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8726         * pop3.el (pop3-stream-type): Fix custom version.
8728         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8730 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8732         * mm-decode.el (mm-display-external): Add missing cdr.
8734 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8736         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8737         RFC1524) if it is in mailcap or add a suffix according to
8738         mailcap-mime-extensions when generating a temp filename; postpone
8739         deleting a temp file for 2 seconds for some wrappers, shell
8740         scripts, and so on, which might exit right after having started a
8741         viewer command as a background job.
8743 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8745         * nntp.el (nntp-marks-directory): Fix custom group.
8747         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8748         steps when < 10.
8750         * gnus-start.el (gnus-no-server-1): Mention
8751         `gnus-level-default-subscribed' in doc string.
8753 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8755         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8756         parens.
8758 2005-11-26  Dave Love  <fx@gnu.org>
8760         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8761         (tls-program, tls-success): Provide openssl alternative.
8763         * starttls.el: Doc fixes.
8764         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8765         SERVICE to PORT.
8767         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8768         port null or service name.
8769         (starttls-negotiate): Autoload.
8771 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8773         * message.el (message-kill-to-signature): Fix interactive spec.
8775 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8777         * pop3.el (pop3-open-server): Recognize a string as a service name.
8779 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8781         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8783 2005-11-23  Dave Love  <fx@gnu.org>
8785         Add pop3s, pop3/starttls.
8787         * pop3.el (pop3-authentication-scheme): Clarify doc.
8788         (open-tls-stream, starttls-open-stream): Autoload.
8789         (pop3-stream-type): New.
8790         (pop3-open-server): Use it.
8792         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8793         for POP.
8794         (mail-source-keyword-map): Add :stream for POP.
8795         (mail-source-fetch-pop): Use pop3-stream-type.
8797 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8799         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8800         of current-time-string.
8802 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8804         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8805         date header.
8807 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8809         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8810         it can seriously impact performance as it bypasses the agent's
8811         local caches.
8813 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8815         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8816         must be explicitly online rather than "not explicitly offline" for
8817         its flags to be synchronized.
8819         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8820         that gnus-uu-unmark-thread will function correctly.
8822         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8823         1024K is instead displayed as 1M.
8825 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8827         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8829 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8831         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8833 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8835         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8836         error message to display actual error condition.
8837         (gnus-agent-save-local): Avoid saving symbols that are bound to
8838         nil as they simply result in a warning message in
8839         gnus-agent-read-local.
8841 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8843         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8844         rather than make-variable-buffer-local for file-precious-flag.
8846 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8848         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8849         for duplicates which are removed.  The invalid sort check then
8850         triggers a rescan after the sort as sorting may have moved
8851         duplicate entries such that they can be cheaply detected.
8853 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8855         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8857 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8859         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8860         internal variable to a custom variable.  Changed default value
8861         from compressed(2) to uncompressed(1).
8862         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8863         support for uncompressed agentview files.  Taken together, reading
8864         the agentview file should now be 6-7 times faster.
8866 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8868         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8869         as a buffer-local variable.  This avoids creating truncated
8870         dribble files as a result of a hang up, eg.
8872 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8874         * gnus-start.el (gnus-start-draft-setup): Enforce
8875         `gnus-draft-mode' for nndraft:drafts at startup.
8877         * gnus.el (gnus-splash): Change custom group.
8878         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8879         allow-list argument.
8881         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8882         string.
8884 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8886         * gnus-art.el (gnus-default-article-saver): Add user-defined
8887         `function' to custom type.
8889 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8891         * imap.el (imap-open): Handle case where buffer is a buffer
8892         object.
8894 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8896         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8897         long lines.
8898         (gnus-cache-delete-group): Wrap doc strings.
8900         * gnus-agent.el (gnus-agent-rename-group)
8901         (gnus-agent-delete-group): Wrap doc strings.
8903 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8905         * gnus-start.el (gnus-1): Add "native" to
8906         gnus-predefined-server-alist.
8908         * gnus.el (gnus-method-to-server): Don't add "native" to the
8909         lists here, because that leads to problems when
8910         gnus-select-method is bound.
8912 2005-11-09  Simon Josefsson  <jas@extundo.com>
8914         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8915         use (not sort-by-date) instead.
8917 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8919         * gnus-delay.el (gnus-delay-group): Don't autoload.
8920         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8921         to be re-loaded when customizing the `gnus-delay' group.
8923 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8925         * message.el: Revert last changes.
8926         (message-insert-citation-line): Use newlines.
8928 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8930         * message.el (message-courtesy-message)
8931         (message-mark-insert-begin, message-mark-insert-end)
8932         (message-elide-ellipsis, message-cancel-message)
8933         (message-add-header, message-change-subject)
8934         (message-cross-post-followup-to-header)
8935         (message-cross-post-insert-note, message-reduce-to-to-cc)
8936         (message-widen-reply, message-delete-not-region)
8937         (message-kill-to-signature, message-insert-signature)
8938         (message-insert-importance-high, message-insert-importance-low)
8939         (message-insert-or-toggle-importance)
8940         (message-insert-disposition-notification-to)
8941         (message-indent-citation, message-yank-original)
8942         (message-cite-original-without-signature, message-cite-original)
8943         (message-insert-citation-line, message-position-on-field)
8944         (message-fix-before-sending, message-send-mail-partially)
8945         (message-send-mail, message-send-mail-with-sendmail)
8946         (message-send-mail-with-qmail, message-send-news)
8947         (message-check-news-header-syntax, message-generate-headers)
8948         (message-insert-courtesy-copy, message-fill-address)
8949         (message-fill-header, message-shorten-references)
8950         (message-setup-1, message-cancel-news)
8951         (message-forward-make-body-plain, message-forward-make-body-mime)
8952         (message-forward-make-body-mml, message-encode-message-body)
8953         (message-forward-make-body-digest-plain)
8954         (message-forward-make-body-digest-mime)
8955         (message-use-alternative-email-as-from): Insert `hard-newline'
8956         instead of ordinary newlines.
8958 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8960         * message.el (message-generate-headers): Downcase the argument
8961         given to message-check-element.
8963 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8965         * nntp.el (nntp-authinfo-rejected): New error condition.
8966         (nntp-wait-for): Use new error condition to signal authentication
8967         error.
8968         (nntp-retrieve-data): Rethrow new error condition to break out of
8969         recursive call to nntp-send-authinfo.
8971 2005-11-08  Romain Francoise  <romain@orebokech.com>
8973         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8974         (gnus-summary-exit-map): Bind to `Z p'.
8975         (gnus-summary-make-menu-bar): Add menu item.
8977 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8979         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8980         (gnus-treat-*): Add `first' in all doc strings.
8982         * gnus-group.el (gnus-group-compact-group): Fix typo.
8984 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8986         * gnus.el (gnus-parameters-case-fold-search): New variable.
8987         (gnus-parameters-get-parameter): Use it.
8989         * gnus-score.el (gnus-home-score-file): Doc fix.
8991 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8993         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8995 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8997         * mm-util.el (mm-special-display-p): New function.
8999         * mml.el (mml-preview): Use it; doc fix.
9001 2005-10-29  Romain Francoise  <romain@orebokech.com>
9003         * message.el (message-fix-before-sending): Fix comment.
9005 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9007         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
9009 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
9011         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
9012         Used in gnus-score.el.
9014 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9016         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
9018 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9020         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
9021         whitespace removed in revision 7.8.  Use concatenated string to
9022         protect trailing whitespace.
9024 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
9026         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
9027         (nnimap-request-expire-articles): Use it to avoid sending 'UID
9028         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
9029         Courier IMAP ("some version from 2004").  Mostly based on similar
9030         code in the same function.
9032 2005-10-26  Didier Verna  <didier@xemacs.org>
9034         * gnus-group.el (gnus-group-compact-group): Invalidate original
9035         article buffer.
9036         * gnus-srvr.el (gnus-server-compact-server): Ditto.
9037         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
9038         NOV database and in article itself.
9039         Invalidate article backlog.
9041 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9043         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
9045 2005-10-26  Simon Josefsson  <jas@extundo.com>
9047         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
9048         part of 2004-07-25 change.
9050 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9052         * message.el (message-display-completion-list): New function.
9053         (message-expand-group): Use it; make sure the Completions buffer
9054         is modifiable.
9056 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9058         * imap.el (imap-open): Handle case where buffer is a buffer object.
9060 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
9062         * pgg-def.el:
9063         * pgg-gpg.el:
9064         * pgg-parse.el:
9065         * pgg-pgp.el:
9066         * pgg-pgp5.el:
9067         * pgg.el: Move to the parent lisp directory.
9069 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9071         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
9072         user-mail-name is an empty string.
9074 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9076         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
9077         depending on gnus-score-decay-constant.
9079         * encrypt.el (encrypt-insert-file-contents)
9080         (encrypt-write-file-contents): Don't use `gnus-message'.
9082         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
9083         arguments.
9084         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
9085         arguments to mm-uu-verbatim-marks-extract.
9086         (mm-uu-hide-markers): New variable.
9087         (mm-uu-extract): Use face similar to `gnus-cite-3'.
9089         * gnus-fun.el (gnus-convert-image-to-x-face-command)
9090         (gnus-convert-image-to-face-command): Use "convert" by default to
9091         allow other input image formats.
9092         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
9093         accordingly.
9095 2005-10-23  Simon Josefsson  <jas@extundo.com>
9097         * imap.el (imap-gssapi-program): Align command line parameters
9098         with latest GNU SASL.
9099         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9101 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9103         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9104         HTML.
9105         (nnslashdot-request-article): Ditto.
9107 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9109         * mail-source.el (mail-source-fetch-pop): Require pop3.
9110         (mail-source-check-pop): Ditto.
9112 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9114         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9115         errors.
9117 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9119         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9120         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9122         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9124         * mm-bodies.el (mm-decode-string): Call
9125         `mm-charset-to-coding-system' with allow-override argument.
9127 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9129         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9130         (rfc2047-charset-to-coding-system): New function.
9131         (rfc2047-decode-encoded-words): New function.
9132         (rfc2047-decode-region): Use them.
9133         (rfc2047-decode-cte): Remove.
9134         (rfc2047-parse-and-decode): Remove.
9135         (rfc2047-decode): Remove.
9137 2005-10-15  Kenichi Handa  <handa@m17n.org>
9139         * rfc2047.el (rfc2047-decode-cte): New function.
9140         (rfc2047-decode-region): Change the way to decode successive
9141         encoded-words: decode B- or Q-encoding in each encoded-word,
9142         concatenate them, and decode it as charset.
9144 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9146         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9147         widget-move-and-invoke.
9148         (gnus-custom-mode): Use gnus-custom-map.
9150 2005-10-15  Bill Wohler  <wohler@newt.com>
9152         * message.el (message-tool-bar-map): Renamed image file from
9153         mail_send to mail/send.
9155 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9157         * message.el (message-expand-group): Pass the common
9158         prefix substring of completion to `display-completion-list'.
9160 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9162         * mml-sec.el (mml-secure-method): New internal variable.
9163         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9164         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9165         functions using mml-secure-method.
9167         * mml.el (mml-mode-map): Add key bindings for those functions.
9168         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9169         Harder <harder@myrealbox.com>.
9170         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9171         end of message if point is the headers of the message.
9173         * message.el (message-in-body-p): New function.
9175         * assistant.el: Autoload gnus-util and netrc.
9177         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9178         Use `mm-charset-override-alist' only when decoding.
9180         * mm-bodies.el (mm-decode-body): Call
9181         `mm-charset-to-coding-system' with allow-override argument.
9183         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9184         `filename' from Content-Disposition if Content-Type doesn't
9185         provide `name'.
9186         (gnus-mime-view-part-as-type): Set default instead of
9187         initial-input.
9189 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9191         * format-spec.el (format-spec): Propagate text properties of % spec.
9193 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9195         * gnus-art.el (gnus-treat-predicate): Add `first'.
9197 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9199         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9200         (mm-charset-override-alist): New variable.
9201         (mm-charset-to-coding-system): Use it.
9202         (mm-codepage-setup): New helper function.
9203         (mm-charset-eval-alist): New variable.
9204         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9205         about unknown charsets.
9207 2005-10-04  David Hansen  <david.hansen@gmx.net>
9209         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9210         (nnrss-check-group): Ditto.
9212 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9214         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9215         Rename x-gnus-verbatim to x-verbatim.
9216         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9218         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9219         x-verbatim.
9221         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9223         * gnus-util.el (gnus-remove-duplicates): Remove.
9225         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9226         instead of gnus-remove-duplicates.
9228         * message.el (message-remove-duplicates): Remove.
9229         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9230         message-remove-duplicates.
9232         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9233         available, else use implementation from `delete-dups'.
9235         * message.el (message-insert-expires): New function.
9236         (message-mode-map): Add key binding.
9237         (message-mode-field-menu): Add menu entry.
9238         (message-mode): Document it.
9239         (message-make-expires-date): Use `message-make-date'.
9241 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9243         * message.el (message-make-expires-date): New function.
9245 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9247         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9249 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9251         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9252         function rather than the diff-mode.el package.
9253         (mm-display-external): Use with-current-buffer.
9254         (mm-viewer-completion-map, mm-viewer-completion-map):
9255         Move initialization inside declaration.
9257 2005-09-29  Simon Josefsson  <jas@extundo.com>
9259         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9260         autoload mail-check-payment.
9261         (spam-check-hashcash): Define unconditionally, since hashcash.el
9262         is part of Gnus now.  Ignore errors from payment checking.
9264 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9266         * message.el (message-bold-region, message-unbold-region): Rename
9267         from `bold-region' and `unbold-region'.
9269         * message.el: Remove useless autoloads.
9271 2005-09-28  Simon Josefsson  <jas@extundo.com>
9273         * message.el (message-use-idna): Default to t.
9274         (message-use-idna): Test whether encoding works too.  Doc fix.
9276 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9278         * nntp.el (nntp-warn-about-losing-connection): Remove.
9280 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9282         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9283         customizable.  Change default value.
9284         (mm-uu-diff-groups-regexp): Change default value.
9285         (mm-uu-type-alist): Add doc string.
9286         (mm-uu-configure): Add doc string.  Make it interactive.
9287         (mm-uu-tex-groups-regexp): New variable.
9288         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9289         (mm-uu-type-alist): Add LaTeX documents.
9290         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9291         of "text/verbatim".
9292         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9294         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9295         instead of "text/verbatim".
9297         * message.el (message-mark-inserted-region)
9298         (message-mark-insert-file): Use slrn style marks when called with
9299         prefix argument.
9301 2005-09-27  Simon Josefsson  <jas@extundo.com>
9303         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9305 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9307         * message.el (message-remove-duplicates): New function.
9308         Implementation borrowed from `gnus-remove-duplicates'.
9309         (message-idna-to-ascii-rhs): Also encode idna addresses in
9310         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9311         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9312         only ask about the same idna domain once per header and also tell
9313         in what header to replace the idna domain.
9315         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9316         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9317         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9318         a header is decoded and not just the last one.
9320 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9322         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9323         has been decoded.
9325         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9326         (mm-insert-part): Don't modify text if it has been decoded.
9328         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9329         decoded.
9331         * mm-view.el (mm-inline-text): Don't strip text props unless
9332         decoding enriched or richtext parts.
9334 2005-09-25  Romain Francoise  <romain@orebokech.com>
9336         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9337         * gnus-start.el (gnus-subscribe-interactively):
9338         * gnus-uu.el (gnus-uu-grab-articles):
9339         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9340         space.
9342 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9344         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9345         * mm-view.el (mm-view-pkcs7-decrypt):
9346         * gnus-sum.el (gnus-summary-limit-to-extra)
9347         (gnus-summary-respool-article, gnus-read-move-group-name):
9348         * gnus-score.el (gnus-summary-increase-score):
9349         * gnus-util.el (gnus-completing-read-with-default):
9350         * gnus-art.el (gnus-read-save-file-name)
9351         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9352         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9353         * message.el (message-check-news-header-syntax):
9354         Follow convention for reading with the minibuffer.
9356 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9358         * spam-report.el (spam-report-url-ping-plain):
9359         Use gnus-extended-version as User-Agent.
9361         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9362         default value is nil.
9364         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9365         (mm-uu-verbatim-marks-extract): New function.
9366         (mm-uu-extract): New face.
9367         (mm-uu-copy-to-buffer): Use it.
9369         * spam-report.el (spam-report-gmane-ham): Renamed from
9370         `spam-report-gmane-unspam'.
9371         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9372         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9374         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9375         Autoload.
9376         (spam-report-gmane-unregister-routine): Renamed
9377         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9379 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9381         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9382         (spam-report-gmane-unregister-routine): Add support for gmane
9383         unregistration.
9385         * spam-report.el (spam-report-gmane-unspam)
9386         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9387         (spam-report-gmane): Change to take a single article and do unspam
9388         registration.
9390 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9392         * mm-url.el (mm-url-decode-entities): Fix regexp.
9394 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9396         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9397         default to nil, to be able to use Gnus at all.  If the default
9398         switches to something else, then the function should be fixed not
9399         be exceedingly slow.
9401 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9403         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9404         fail hard.
9406         * spam-report.el: Add better Keywords line.
9408         * spam.el: Add Maintainer and better Keywords line.
9410 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9412         * gnus-art.el (gnus-article-replace-part)
9413         (gnus-mime-replace-part): New functions.
9414         (gnus-mime-action-alist, gnus-mime-button-commands)
9415         (gnus-mime-save-part-and-strip): Added file argument.
9416         (gnus-article-part-wrapper): Added interactive argument.
9418         * gnus-sum.el (gnus-summary-mime-map): Add
9419         `gnus-article-replace-part'.
9421 2005-09-19  Didier Verna  <didier@xemacs.org>
9423         The nnml compaction feature:
9424         * nnml.el (nnml-request-compact-group): New function.
9425         * nnml.el (nnml-request-compact): New function.
9426         * gnus-int.el (gnus-request-compact-group): New function.
9427         * gnus-int.el (gnus-request-compact): New function.
9428         * gnus-group.el (gnus-group-compact-group): New function.
9429         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9430         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9431         * gnus-srvr.el (gnus-server-compact-server): New function.
9432         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9433         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9435 2005-09-18  Deepak Goel  <deego@gnufans.org>
9437         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9438         format spec.
9440 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9442         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9444 2005-09-15  Romain Francoise  <romain@orebokech.com>
9446         * message.el (message-fill-paragraph): Clarify docstring.
9448 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9450         * gnus-art.el (gnus-mime-display-part): Protect against broken
9451         MIME messages.
9453 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9455         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9456         before parsing header.
9458 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9460         * html2text.el (html2text-replace-list): Add new entities.
9462 2005-09-11  Romain Francoise  <romain@orebokech.com>
9464         * message.el (message-alternative-emails): Improve docstring.
9465         (message-setup-1): Call `message-use-alternative-email-as-from'
9466         after `message-setup-hook' to give it precedence over posting
9467         styles, etc.
9468         (message-use-alternative-email-as-from): Add docstring.  Remove
9469         the original From header if present.
9471         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9472         (nnml-save-mail): Use it.
9474         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9475         articles.  Add new argument `silent'.
9476         (gnus-uu-mark-all): Report the total number of marked articles.
9478 2005-09-10  Romain Francoise  <romain@orebokech.com>
9480         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9481         (gnus-uu-mark-series): Likewise.
9483 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9485         * spam-report.el (spam-report-gmane): Fix generation of spam
9486         report URL.
9488 2005-09-10  Simon Josefsson  <jas@extundo.com>
9490         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9491         t, based on discussion on the ding list with Robert Epprecht
9492         <epprecht@solnet.ch>.
9494 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9496         * spam-report.el (spam-report-gmane): Make it work without
9497         X-Report-Spam header.  Gmane now only provides Archived-At.
9498         This is only used if `spam-report-gmane-use-article-number' is nil.
9499         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9501         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9502         make `gnus-summary-sort-by-recipient' work with threading.
9504         * nnweb.el (nnweb-google-wash-article): Print a message if article
9505         is not available.
9507 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9509         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9510         change.  Decode text/* parts content before displaying.
9512 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9514         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9516 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9518         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9520 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9522         * message.el (message-tab-body-function): Fix mismatched custom type.
9524         * gnus.el (gnus-group-change-level-function): Ditto.
9526         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9528         * gnus-art.el (gnus-signature-limit)
9529         (gnus-article-mime-part-function): Ditto.
9531 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9533         * mml.el (mml-mode): Silence the byte compiler.
9535         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9536         using `(sit-for 0)' before moving the point to the specified part;
9537         skip unbuttonized parts.
9538         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9539         return to the summary window if gnus-auto-select-part is non-nil.
9541 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9543         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9544         variables.
9545         (mml-dnd-attach-file, mml-mode): Use them.
9547         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9548         Make fetching article by MID work again for Google Groups.  Added
9549         FIXME concerning gnus-group-make-web-group.
9551         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9552         Don't depend on Gnus by using mail-extract-address-components if
9553         gnus-extract-address-components is not bound.
9555 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9557         * gnus-art.el (gnus-mime-display-security): Don't display the
9558         signature, but only the signed part.
9560 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9562         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9564         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9565         list, not listp.
9567 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9569         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9570         when encoding.
9572         * mm-bodies.el (mm-decode-content-transfer-encoding):
9573         De-canonicalize CRLF for all text content types, not just
9574         text/plain.
9576 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9578         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9579         valid article; point arrow and cursor at the MIME button.
9581 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9583         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9584         Suggested by Dan Christensen <jdc@uwo.ca>.
9586         * mm-decode.el (mm-save-part): Enable change of prompt.
9588 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9590         * gnus-msg.el (gnus-inews-add-send-actions): Made
9591         `message-post-method' lambda parameter ARG `&optional'.
9593 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9595         * gnus-sum.el (gnus-summary-mime-map): Added
9596         gnus-article-save-part-and-strip, gnus-article-delete-part and
9597         gnus-article-jump-to-part.
9599         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9600         (gnus-article-edit-part): Use it.
9601         (gnus-article-part-wrapper): Added no-handle argument.
9602         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9603         functions.
9605 2005-08-29  Romain Francoise  <romain@orebokech.com>
9607         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9608         docstring.
9609         (gnus-face-from-file): Likewise.
9611 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9613         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9614         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9615         non-nil.
9616         (gnus-auto-select-part): New variable.
9617         (gnus-article-jump-to-part): New function.
9618         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9619         (gnus-mime-delete-part): Allow selecting specified part after
9620         deleting or stripping parts.
9621         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9622         part if argument is bogus.
9624 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9626         * gnus-art.el (w3m-minor-mode-map):
9627         * gnus-spec.el (gnus-newsrc-file-version):
9628         * gnus-util.el (nnmail-active-file-coding-system)
9629         (gnus-original-article-buffer, gnus-user-agent):
9630         * gnus.el (gnus-ham-process-destinations)
9631         (gnus-parameter-ham-marks-alist)
9632         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9633         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9634         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9635         * mm-decode.el (gnus-current-window-configuration):
9636         * mm-extern.el (gnus-article-mime-handles):
9637         * mm-url.el (url-current-object, url-package-name)
9638         (url-package-version):
9639         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9640         (smime-keys, w3m-cid-retrieve-function-alist)
9641         (w3m-current-buffer, w3m-display-inline-images)
9642         (w3m-minor-mode-map):
9643         * mml-smime.el (gnus-extract-address-components):
9644         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9645         (gnus-newsrc-hashtb, message-default-charset)
9646         (message-deletable-headers, message-options)
9647         (message-posting-charset, message-required-mail-headers)
9648         (message-required-news-headers):
9649         * mml1991.el (mc-pgp-always-sign):
9650         * mml2015.el (mc-pgp-always-sign):
9651         * nnheader.el (nnmail-extra-headers):
9652         * rfc1843.el (gnus-decode-encoded-word-function)
9653         (gnus-decode-header-function, gnus-newsgroup-name):
9654         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9656 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9658         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9659         the end of the date treatments.
9661 2005-08-15  Simon Josefsson  <jas@extundo.com>
9663         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9664         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9665         Capello and Romain Francoise.
9666         (pgg-fetch-key-function): Removed, not used?
9667         (pgg-insert-url-with-w3): Require url, to get
9668         url-insert-file-contents regardless of where it is defined.
9670 2005-08-13  Romain Francoise  <romain@orebokech.com>
9672         * message.el (message-cite-original-1): New function.
9673         (message-cite-original): Use it.
9674         (message-cite-original-without-signature): Ditto.
9676 2005-08-08  Romain Francoise  <romain@orebokech.com>
9678         * message.el (message-yank-empty-prefix): New variable.
9679         (message-indent-citation): Use it.
9680         (message-cite-original-without-signature): Respect X-No-Archive.
9682 2005-08-08  Simon Josefsson  <jas@extundo.com>
9684         * pgg.el: Autoload url-insert-file-contents instead of loading
9685         w3/url.
9686         (pgg-insert-url-with-w3): Don't load url here.
9688 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9690         * message.el (message-kill-to-signature): Don't insert newline at
9691         bol.
9692         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9694 2005-08-06  Romain Francoise  <romain@orebokech.com>
9696         * message.el (message-user-fqdn): Fix typo in docstring.
9698 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9700         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9702         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9704 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9706         * mm-bodies.el (mm-encode-body): Use coding system rather than
9707         charset to encode text.
9709         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9710         number of charsets if utf-8 is available (XEmacs).
9712 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9714         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9715         taken from `gnus-button-mid-or-mail-regexp'.
9716         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9717         (gnus-button-alist): Improve regexp for domain part of the MIDs
9718         for news:localpart@domain buttons.
9719         (gnus-button-ctan-directory-regexp): Update.
9721 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9723         * sieve-manage.el (sieve-manage-interactive-login): Use
9724         make-local-variable rather than make-variable-buffer-local.
9725         (sieve-manage-open): Ditto.
9726         (sieve-manage-authenticate): Ditto.
9728         * mml.el (mml-generate-mime-1): Make the content type default to
9729         text/plain if the filename is not specified.
9731 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9733         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9734         instead of insert-buffer.
9736         * message.el (message-yank-original): Ditto; set the mark at the
9737         end of the yanked message.
9739 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9741         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9742         lines to scroll rather than to stop it.
9744         * mml.el (mml-generate-default-type): Add doc string.
9745         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9746         default to application/octet-stream when determining the content
9747         type if it is not specified for the part or the mml contents; add
9748         a comment about mml-generate-default-type.
9750 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9752         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9753         make it default to application/octet-stream when determining the
9754         content type if it is not specified for the external contents.
9756 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9758         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9759         segmented parameter but also other parameters might be there.
9761 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9763         * mm-decode.el (mm-display-external): Delete temp file, directory
9764         and buffer immediately if the external process is exited.
9766 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9768         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9769         fewer lines than that of scroll-margin.
9770         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9772 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9774         * gnus-art.el (gnus-article-next-page): Revert.
9775         (gnus-article-beginning-of-window): New macro.
9776         (gnus-article-next-page-1): Use it.
9777         (gnus-article-prev-page): Ditto.
9778         (gnus-article-edit-part): Use insert-buffer-substring instead of
9779         insert-buffer.
9780         (gnus-article-edit-exit): Ditto.
9782         * gnus-util.el (gnus-beginning-of-window): Remove.
9783         (gnus-end-of-window): Remove.
9785 2005-07-25  Simon Josefsson  <jas@extundo.com>
9787         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9788         to have the url package without w3.  Reported by Daiki Ueno
9789         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9791 2005-07-20  Didier Verna  <didier@xemacs.org>
9793         * gnus-diary.el: Remove the description comment (nndiary is now
9794         properly documented in the Gnus manual).
9795         Fix the spelling of "Back End".
9796         * nndiary.el: Ditto.
9797         Fix the copyright notice.
9799 2005-07-18  Romain Francoise  <romain@orebokech.com>
9801         * gnus-sum.el (gnus-summary-to-prefix)
9802         (gnus-summary-newsgroup-prefix): New variables.
9803         (gnus-summary-from-or-to-or-newsgroups): Use them.
9805 2005-07-17  Romain Francoise  <romain@orebokech.com>
9807         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9808         space as it's generally not especially interesting to the user.
9810 2005-07-16  Romain Francoise  <romain@orebokech.com>
9812         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9813         nil to avoid prompting and file modification if one of the
9814         messages at the top of the nnfolder file contains a copyright
9815         notice.
9816         Update copyright notice.
9818         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9819         instead of `current-time-string' as the latter creates a time
9820         string that is not RFC 2822 compliant (it lacks the zone).
9821         Update copyright notice.
9823 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9825         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9826         for text/rtf.  Display default in prompt.  Pass default for M-n.
9828         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9830 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9832         * gnus-msg.el (gnus-button-mailto): Remove
9833         save-selected-window-window hackery because it relies on
9834         save-selected-window internals.
9836 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9838         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9839         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9840         (gnus-article-prev-page): Ditto.
9842         * gnus-util.el (gnus-beginning-of-window): New function.
9843         (gnus-end-of-window): New function.
9845 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9847         * gnus-score.el (gnus-score-edit-all-score): Set
9848         gnus-score-edit-exit-function to gnus-score-edit-done and call
9849         gnus-message.
9851 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9853         * gnus-msg.el (gnus-button-mailto): Remove
9854         save-selected-window-window hackery because it relies on
9855         save-selected-window internals.
9857 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9859         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9860         add-minor-mode.
9861         (gnus-binary-mode): Ditto.
9863         * gnus-topic.el (gnus-topic-mode): Ditto.
9865 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9867         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9868         (gnus-article-prev-page): Take scroll-margin into consideration.
9870 2005-07-04  Lute Kamstra  <lute@gnu.org>
9872         Update FSF's address in GPL notices.
9874 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9876         * gnus.el (gnus-exit):
9877         * gnus-group.el (gnus-group-icons):
9878         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9880         * gnus-nocem.el (gnus-nocem):
9881         * message.el (message-various, message-buffers, message-sending)
9882         (message-interface, message-forwarding, message-insertion)
9883         (message-headers, message-news, message-mail):
9884         * pgg-gpg.el (pgg-gpg):
9885         * pgg-parse.el (pgg-parse):
9886         * pgg-pgp.el (pgg-pgp):
9887         * pgg-pgp5.el (pgg-pgp5):
9888         * pop3.el (pop3): Finish `defgroup' description with period.
9890 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9892         * gnus-art.el (article-display-face): Improve the efficiency.
9893         (article-display-x-face): Ditto; remove grey x-face stuff.
9895 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9897         * gnus-art.el (article-display-face): Correct the position in
9898         which Faces are inserted.
9900 2005-06-29  Didier Verna  <didier@xemacs.org>
9902         * gnus-art.el (article-display-face): Display faces in correct
9903         order.
9905 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9907         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9908         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9909         (gnus-nocem-check-article): Fetch the Type header.
9910         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9911         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9912         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9913         make sure gnus-nocem-hashtb is initialized.
9914         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9915         (gnus-nocem-unwanted-article-p): Ditto.
9917         * pgg.el (pgg-verify): Return the verification result.
9919 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9921         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9922         is ascii.
9924 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9926         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9927         `show-nonbreak-escape'.
9929 2005-06-23  Lute Kamstra  <lute@gnu.org>
9931         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9933         * dig.el (dig-mode):
9934         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9936 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9938         * nnimap.el (nnimap-split-download-body): Fix spellings.
9940 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9942         * gnus-art.el (gnus-article-encrypt-body):
9943         * gnus-cus.el (gnus-score-customize):
9944         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9945         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9947 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9949         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9950         header by looking for magic "MII" at the beginnig.
9952 2005-06-16  Miles Bader  <miles@gnu.org>
9954         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9955         (assistant-field-face): New backward-compatibility alias for renamed
9956         face.
9957         (assistant-render-text): Use renamed assistant-field face.
9959         * spam.el (spam): Remove "-face" suffix from face name.
9960         (spam-face): New backward-compatibility alias for renamed face.
9961         (spam-face, spam-initialize): Use renamed spam face.
9963         * message.el (message-header-to, message-header-cc)
9964         (message-header-subject, message-header-newsgroups)
9965         (message-header-other, message-header-name)
9966         (message-header-xheader, message-separator, message-cited-text)
9967         (message-mml): Remove "-face" suffix from face names.
9968         (message-header-to-face, message-header-cc-face)
9969         (message-header-subject-face, message-header-newsgroups-face)
9970         (message-header-other-face, message-header-name-face)
9971         (message-header-xheader-face, message-separator-face)
9972         (message-cited-text-face, message-mml-face):
9973         New backward-compatibility aliases for renamed faces.
9974         (message-font-lock-keywords): Use renamed message faces.
9976         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9977         (sieve-test-commands, sieve-tagged-arguments):
9978         Remove "-face" suffix from face names.
9979         (sieve-control-commands-face, sieve-action-commands-face)
9980         (sieve-test-commands-face, sieve-tagged-arguments-face):
9981         New backward-compatibility aliases for renamed faces.
9982         (sieve-control-commands-face, sieve-action-commands-face)
9983         (sieve-test-commands-face, sieve-tagged-arguments-face):
9984         Use renamed sieve faces.
9986         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9987         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9988         (gnus-group-news-3-empty, gnus-group-news-4)
9989         (gnus-group-news-4-empty, gnus-group-news-5)
9990         (gnus-group-news-5-empty, gnus-group-news-6)
9991         (gnus-group-news-6-empty, gnus-group-news-low)
9992         (gnus-group-news-low-empty, gnus-group-mail-1)
9993         (gnus-group-mail-1-empty, gnus-group-mail-2)
9994         (gnus-group-mail-2-empty, gnus-group-mail-3)
9995         (gnus-group-mail-3-empty, gnus-group-mail-low)
9996         (gnus-group-mail-low-empty, gnus-summary-selected)
9997         (gnus-summary-cancelled, gnus-summary-high-ticked)
9998         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9999         (gnus-summary-high-ancient, gnus-summary-low-ancient)
10000         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
10001         (gnus-summary-low-undownloaded)
10002         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
10003         (gnus-summary-low-unread, gnus-summary-normal-unread)
10004         (gnus-summary-high-read, gnus-summary-low-read)
10005         (gnus-summary-normal-read, gnus-splash):
10006         Remove "-face" suffix from face names.
10007         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10008         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10009         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10010         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10011         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10012         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10013         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10014         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10015         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10016         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10017         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10018         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10019         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10020         (gnus-summary-normal-ticked-face)
10021         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
10022         (gnus-summary-normal-ancient-face)
10023         (gnus-summary-high-undownloaded-face)
10024         (gnus-summary-low-undownloaded-face)
10025         (gnus-summary-normal-undownloaded-face)
10026         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10027         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10028         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10029         (gnus-splash-face):
10030         New backward-compatibility aliases for renamed faces.
10031         (gnus-group-startup-message): Use renamed gnus faces.
10033         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
10034         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
10035         (gnus-server-agent): Remove "-face" suffix from face names.
10036         (gnus-server-agent-face, gnus-server-opened-face)
10037         (gnus-server-closed-face, gnus-server-denied-face)
10038         (gnus-server-offline-face):
10039         New backward-compatibility aliases for renamed faces.
10040         (gnus-server-agent-face, gnus-server-opened-face)
10041         (gnus-server-closed-face, gnus-server-denied-face)
10042         (gnus-server-offline-face): Use renamed gnus faces.
10044         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
10045         Remove "-face" suffix from face names.
10046         (gnus-picon-xbm-face, gnus-picon-face):
10047         New backward-compatibility aliases for renamed faces.
10049         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
10050         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
10051         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
10052         (gnus-cite-11): Remove "-face" suffix from face names.
10053         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
10054         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
10055         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
10056         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
10057         New backward-compatibility aliases for renamed faces.
10058         (gnus-cite-attribution-face, gnus-cite-face-list)
10059         (gnus-article-boring-faces): Use renamed gnus faces.
10061         * gnus-art.el (gnus-signature, gnus-header-from)
10062         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
10063         (gnus-header-content): Remove "-face" suffix from face names.
10064         (gnus-signature-face, gnus-header-from-face)
10065         (gnus-header-subject-face, gnus-header-newsgroups-face)
10066         (gnus-header-name-face, gnus-header-content-face):
10067         New backward-compatibility aliases for renamed faces.
10068         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10070         * gnus-sum.el (gnus-summary-selected-face)
10071         (gnus-summary-highlight): Use renamed gnus faces.
10072         * gnus-group.el (gnus-group-highlight): Likewise.
10074 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10076         * gnus-sieve.el (gnus-sieve-article-add-rule):
10077         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10078         * spam-stat.el (spam-stat-buffer-change-to-spam)
10079         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10081         * message.el (message-is-yours-p):
10082         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10084 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10086         * mm-view.el (mm-inline-text): Withdraw the last change.
10088 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10090         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10091         executing enriched-decode.
10093 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10095         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10096         charset of tar files.
10098 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10100         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10102 2005-06-04  Lute Kamstra  <lute@gnu.org>
10104         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10105         information is never recorded.
10107 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10109         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10111 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10113         * pop3.el (pop3-apop): Run md5 in the binary mode.
10115         * starttls.el (starttls-set-process-query-on-exit-flag):
10116         Use eval-and-compile.
10118 2005-05-31  Simon Josefsson  <jas@extundo.com>
10120         * smime.el (smime-replace-in-string): Define.
10121         (smime-cert-by-ldap-1): Use it.
10123 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10125         * gnus-art.el (article-display-x-face): Replace
10126         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10128         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10129         set-process-query-on-exit-flag or process-kill-without-query.
10131         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10132         loop instead of replace-regexp.
10134         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10135         instead of process-kill-without-query if it is available.
10137         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10138         instead of find-file-hooks if it is available.
10140         * mml1991.el: Bind pgg-default-user-id when compiling.
10142         * mml2015.el: Bind pgg-default-user-id when compiling.
10144         * nndraft.el (nndraft-request-associate-buffer):
10145         Use write-contents-functions instead of write-contents-hooks if it is
10146         available.
10148         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10149         instead of find-file-hooks if it is available.
10151         * nntp.el (nntp-open-connection): Replace
10152         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10153         (nntp-open-ssl-stream): Ditto.
10154         (nntp-open-tls-stream): Ditto.
10156         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10157         set-process-query-on-exit-flag or process-kill-without-query.
10158         (starttls-open-stream-gnutls): Use it instead of
10159         process-kill-without-query.
10160         (starttls-open-stream): Ditto.
10162 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10164         * smime.el (smime-cert-by-ldap-1): Don't use
10165         replace-regexp-in-string.
10167 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10169         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10171         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10172         in PEM format.  Adjust to the XEmacs compability.
10174 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10176         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10177         by `string-to-number'.
10178         * gnus-agent.el (gnus-agent-regenerate-group)
10179         (gnus-agent-fetch-articles): Ditto.
10180         * gnus-art.el (gnus-button-fetch-group): Ditto.
10181         * gnus-cache.el (gnus-cache-generate-active)
10182         (gnus-cache-articles-in-group): Ditto.
10183         * gnus-group.el (gnus-group-set-current-level)
10184         (gnus-group-insert-group-line): Ditto.
10185         * gnus-score.el (gnus-score-set-expunge-below)
10186         (gnus-score-set-mark-below, gnus-summary-score-effect)
10187         (gnus-summary-score-entry): Ditto.
10188         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10189         (gnus-soup-pack): Ditto.
10190         * gnus-spec.el (gnus-xmas-format): Ditto.
10191         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10192         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10193         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10194         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10195         * nndb.el (nndb-get-remote-expire-response): Ditto.
10196         * nndiary.el (nndiary-parse-schedule-value)
10197         (nndiary-string-to-number, nndiary-request-replace-article)
10198         (nndiary-request-article): Ditto.
10199         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10200         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10201         * nneething.el (nneething-make-head): Ditto.
10202         * nnfolder.el (nnfolder-request-article)
10203         (nnfolder-retrieve-headers): Ditto.
10204         * nnheader.el (nnheader-file-to-number): Ditto.
10205         * nnkiboze.el (nnkiboze-request-article): Ditto.
10206         * nnmail.el (nnmail-process-unix-mail-format)
10207         (nnmail-process-babyl-mail-format): Ditto.
10208         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10209         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10210         (nnmh-request-create-group, nnmh-request-list-1)
10211         (nnmh-request-group, nnmh-request-article): Ditto.
10212         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10213         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10214         * nnsoup.el (nnsoup-make-active): Ditto.
10215         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10216         * nntp.el (nntp-find-group-and-number)
10217         (nntp-retrieve-headers-with-xover): Ditto.
10218         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10219         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10220         (pgg-format-key-identifier): Ditto.
10221         * pop3.el (pop3-last, pop3-stat): Ditto.
10222         * qp.el (quoted-printable-decode-region): Ditto.
10224         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10225         of concat.
10227 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10229         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10231         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10233         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10235         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10237         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10239         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10241         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10242         (gnus-carpal-mode): Ditto.
10244         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10245         (gnus-browse-mode): Ditto.
10247         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10249         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10251 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10253         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10255 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10257         * gnus-util.el (gnus-run-mode-hooks): New function.
10259         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10261 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10263         * gnus-agent.el (gnus-agent-make-mode-line-string):
10264         Use mode-line-highlight as mouse-face.
10266 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10268         * canlock.el (canlock): Change the parent group to news.
10270         * deuglify.el (gnus-outlook-deuglify): Add :group.
10272         * dig.el (dig): Add :group.
10274         * dns-mode.el (dns-mode): Add :group.
10276         * encrypt.el (encrypt): Add :group.
10278         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10279         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10280         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10281         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10282         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10284         * gnus-diary.el (gnus-diary): Add :group.
10286         * gnus.el (gnus-group-news-1-face): Add :group.
10287         (gnus-group-news-1-empty-face): Ditto.
10288         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10289         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10290         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10291         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10292         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10293         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10294         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10295         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10296         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10297         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10298         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10299         (gnus-summary-high-ticked-face): Ditto.
10300         (gnus-summary-low-ticked-face): Ditto.
10301         (gnus-summary-normal-ticked-face): Ditto.
10302         (gnus-summary-high-ancient-face): Ditto.
10303         (gnus-summary-low-ancient-face): Ditto.
10304         (gnus-summary-normal-ancient-face): Ditto.
10305         (gnus-summary-high-undownloaded-face): Ditto.
10306         (gnus-summary-low-undownloaded-face): Ditto.
10307         (gnus-summary-normal-undownloaded-face): Ditto.
10308         (gnus-summary-high-unread-face): Ditto.
10309         (gnus-summary-low-unread-face): Ditto.
10310         (gnus-summary-normal-unread-face): Ditto.
10311         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10312         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10314         * hashcash.el (hashcash): New custom group.
10315         (hashcash-default-payment): Add :group.
10316         (hashcash-payment-alist): Ditto.
10317         (hashcash-default-accept-payment): Ditto.
10318         (hashcash-accept-resources): Ditto.
10319         (hashcash-path): Ditto.
10320         (hashcash-extra-generate-parameters): Ditto.
10321         (hashcash-double-spend-database): Ditto.
10322         (hashcash-in-news): Ditto.
10324         * message.el (message-minibuffer-local-map): Add :group.
10326         * netrc.el (netrc): Add :group.
10328         * sieve-manage.el (sieve-manage-log): Add :group.
10329         (sieve-manage-default-user): Diito.
10330         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10331         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10332         (sieve-manage-authenticators): Ditto.
10333         (sieve-manage-authenticator-alist): Ditto.
10334         (sieve-manage-default-port): Ditto.
10336         * sieve-mode.el (sieve-control-commands-face): Add :group.
10337         (sieve-action-commands-face): Ditto.
10338         (sieve-test-commands-face): Ditto.
10339         (sieve-tagged-arguments-face): Ditto.
10341         * smime.el (smime): Add :group.
10343         * spam-report.el (spam-report): Add :group.
10345         * spam.el (spam, spam-face): Add :group.
10347 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10349         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10350         return \n.\n.\n at the end of articles.  Protect against that.
10351         (nntp-with-open-group): Allow debugging.
10353         * nnheader.el (mail-header-set-extra): Make into a function
10354         because I just could't understand how to quote the list properly.
10356         * dns.el (query-dns-cached): New function.
10358 2005-05-26  Lute Kamstra  <lute@gnu.org>
10360         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10362 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10364         * gnus-art.el: Don't autoload mail-extract-address-components.
10366         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10367         eval-and-compile to evaluate it.
10369         * hashcash.el: Don't autoload executable-find.
10371         * nndb.el: Don't declare the nndb back end two or more times; don't
10372         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10374         * nntp.el: Autoload format-spec instead of format; use
10375         eval-and-compile to evaluate autoload forms.
10377 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10379         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10381 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10383         * gnus.el (gnus-version-number): Bump version.
10385 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10387         * gnus.el: No Gnus v0.3 is released.
10389 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10391         * gnus-art.el (gnus-article-edit-part): Disable undo.
10393 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10395         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10396         gnus-article-date-lapsed-new-header is t if date timer is active;
10397         skip headers in which the original date value is empty.
10398         (gnus-article-save-original-date): Redefine it as a macro.
10399         (gnus-display-mime): Use it.
10401 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10403         * gnus-art.el (article-date-ut): Support converting date in
10404         forwarded parts as well.
10405         (gnus-article-save-original-date): New function.
10406         (gnus-display-mime): Use it.
10408 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10410         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10411         enclosure element of <item>.
10413 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10415         * message.el (message-kill-buffer-query): Renamed from
10416         `message-kill-buffer-query-if-modified'.  Added :version.
10418 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10420         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10421         window layout.
10423 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10425         * mml.el: Autoload dnd when compiling.
10427 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10429         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10430         x-dnd-*.
10432 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10434         * qp.el (quoted-printable-encode-region): Save excursion.
10436 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10438         * message.el (message-kill-buffer-query-if-modified): Add new variable
10439         so the user can kill a modified message buffer quickly.
10440         (message-kill-buffer): Use it.
10442 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10444         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
10445         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10447 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10449         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10450         contained in text because xml.el decodes entities) with LFs.
10452 2005-04-11  Lute Kamstra  <lute@gnu.org>
10454         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10455         differently.
10457 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10459         * mm-util.el (mm-detect-coding-region): Typo.
10461 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10463         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10465 2005-04-06  Deepak Goel  <deego@gnufans.org>
10467         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10468         user-function allow user modifications of the scores.
10469         (spam-stat-score-buffer-user): New function, to allow
10470         user-computed modifications to the score.
10471         (spam-stat-score-buffer-user-functions): List of additional
10472         scoring functions.
10473         (spam-stat-error-holder): Global temporary error holder.
10474         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10475         variable.
10477 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10479         * gnus-registry.el (gnus-registry-clean-empty-function)
10480         (gnus-registry-trim, gnus-registry-fetch-groups)
10481         (gnus-registry-delete-group): Groups that match
10482         `gnus-registry-ignored-groups' are removed from the registry
10483         entries, not just ignored for splitting.  This helps clean up the
10484         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10485         to get all the groups a message ID is in.
10487         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10488         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10489         (spam-stat-score-buffer-user-functions): Add :number custom type.
10491 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10493         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10494         argument in XEmacs.
10496         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10497         (nnrss-request-group): Decode group name first.
10498         (nnrss-request-article): Make a text/plain article if mml-to-mime
10499         failed.
10500         (nnrss-get-encoding): Return a compatible encoding according to
10501         nnrss-compatible-encoding-alist.
10502         (nnrss-find-el): Use consp instead of listp.
10503         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10505 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10507         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10508         which Emacs 20 doesn't support.
10509         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10511 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10513         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10514         silence the byte compiler inside the defun.
10516         * gnus-demon.el (parse-time-string): Add autoload.
10518         * gnus-delay.el (parse-time-string): Add autoload.
10520         * gnus-art.el (parse-time-string): Add autoload.
10522         * nnultimate.el (parse-time): Require for `parse-time-string'.
10524 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10526         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10528         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10530         * smime.el (smime-ldap-host-list): Add :version.
10532 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10534         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10535         pass it to `gnus-browse-read-group'.
10536         (gnus-browse-read-group): Add NUMBER argument and pass it to
10537         `gnus-group-read-ephemeral-group'.
10539         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10540         argument and pass it to `gnus-group-read-group'.
10542 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10544         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10545         mm-xemacs-find-mime-charset-1 if we have the mule feature
10546         available at runtime.
10548 2005-03-25  Werner Lemberg  <wl@gnu.org>
10550         * nnmaildir.el: Replace `illegal' with `invalid'.
10552 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10554         * gnus-start.el (gnus-display-time-event-handler):
10555         Check display-time-timer at runtime rather than only at load time
10556         in case display-time-mode is turned off in the mean time.
10558 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10560         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10561         used.
10563         * nneething.el (nneething-map-file-directory): Derive from
10564         `gnus-directory'.
10566         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10567         the To/Cc button.
10569 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10571         * nnmaildir.el (nnmaildir-request-accept-article):
10572         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10574 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10576         * gnus-async.el: Require timer-funcs at compile time when in
10577         XEmacs for `run-with-idle-timer'.
10579 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10581         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10582         autoloaded function.
10584 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10586         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10588 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10590         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10592 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10594         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10595         gnus-expert-user to default.
10597 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10599         * nnimap.el (nnimap-open-server): Ditto.
10601         * imap.el (imap-authenticate): Fix typo.
10603 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10605         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10606         buffer (since IMAP server might return FETCH response out of
10607         order, and the nntp buffer must be sorted).
10609 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10611         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10612         comparison on string.
10614         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10615         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10616         (gnus-agent-summary-fetch-series): Modified to protect against
10617         gnus-agent-summary-fetch-group clearing processable flags.
10618         (gnus-agent-synchronize-group-flags): Update live group buffer as
10619         synchronization may occur due to the user toggle the plugged
10620         status.
10621         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10622         successfully downloaded.
10623         (gnus-agent-expire-group-1): Avoid using markers when the overview
10624         is in ascending order; greatly improves performance.
10625         (gnus-agent-regenerate-group): Use
10626         gnus-agent-synchronize-group-flags to reset read status in both
10627         gnus and server.
10628         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10630 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10632         * message.el: Don't autoload former message-utils variables.
10633         (message-strip-subject-trailing-was): Change doc string.
10635         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10636         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10637         (nnweb-google-search): Add "hl=en" here.
10638         (nnweb-google-parse-1, nnweb-google-create-mapping):
10639         Don't hardcode URL.
10641 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10643         * message.el (message-get-reply-headers, message-followup):
10644         Mention related variables `message-use-followup-to' and
10645         `message-use-mail-followup-to', in the information buffer.
10647         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10648         of broken groups(-beta).google.com.
10650 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10652         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10653         parameter to invoked gnus-request-move-article; remove the
10654         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10655         all at once instead of once per article.
10656         (gnus-summary-remove-process-mark): Accept a list of articles as
10657         well as a single article for processing.
10659         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10660         parameter.
10662         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10664         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10666         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10667         parameter.
10669         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10670         parameter.
10672         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10673         parameter and remove the gnus-sum-hint-move-is-internal variable.
10675         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10676         parameter.
10678         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10679         parameter.
10681         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10682         parameter.
10684         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10686         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10687         parameter.
10689         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10690         parameter.
10692 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10694         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10695         a more conservative way.
10697 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10699         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10700         buffer, so it moves the window's cursor.
10702 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10704         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10705         `mm-dissect-multipart' and receive the from field as an (optional)
10706         argument from `mm-dissect-multipart'.
10707         (mm-dissect-multipart): Receive the from field as an argument and
10708         pass it on when we call `mm-dissect-buffer' on MIME parts.
10709         Fixes verification/decryption of signed/encrypted MIME parts.
10711 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10713         * gnus-sum.el (gnus-summary-move-article): Set
10714         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10715         whatever it calls (right now, only nnimap-request-move article
10716         respects it).
10718         * nnimap.el (nnimap-request-move-article): When
10719         gnus-sum-hint-move-is-internal is set, don't do the extra
10720         nnimap-request-article.
10722 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10724         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10726         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10727         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10729         * gnus-sum.el (gnus-summary-caesar-message):
10730         Apply `gnus-treat-article' after rotation.
10732         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10733         doc string.
10735 2005-02-22  Simon Josefsson  <jas@extundo.com>
10737         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10738         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10739         <arne@arnested.dk>.
10740         (encrypt): Add password-cache and password-cache-expiry as group
10741         members.
10743 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10745         * smime.el (smime-ldap-host-list): Doc fix.
10746         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10747         cache) password.
10748         (smime-sign-region): Use it.
10749         (smime-decrypt-region): Use it.
10750         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10751         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10752         fails.
10753         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10754         certificate from DER to PEM format rather than calling openssl.
10756         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10758         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10759         for signing/encryption.
10761         * mml.el (mml-parse-1): Use them.
10763 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10765         * nnrss.el (nnrss-verbose): Removed.
10766         (nnrss-request-group): Use `nnheader-message' instead.
10768 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10770         * nnrss.el (nnrss-verbose): New variable.
10771         (nnrss-request-group): Make it say nnrss is requesting a group.
10773 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10775         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10776         Handle news URL with given port correctly.
10778 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10780         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10781         containing special characters.
10783         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10785         * mml.el (mime-to-mml): Ditto.
10787         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10788         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10789         (rfc2047-decode-region): Quote decoded words containing special
10790         characters when rfc2047-quote-decoded-words-containing-tspecials
10791         is non-nil.
10793 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10795         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10797         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10799 2005-02-15  Simon Josefsson  <jas@extundo.com>
10801         * nnimap.el (nnimap-debug): Doc fix.
10803         * imap.el (imap-debug): Doc fix.
10805 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10807         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10809 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10811         * gnus.el (spam-contents): Improve docs for spam-contents
10812         parameter in its variable incarnation.
10814 2005-02-14  Simon Josefsson  <jas@extundo.com>
10816         * smime-ldap.el: Use require instead of load-library for ldap.
10817         (smime-ldap-search): Indent.
10818         (smime-ldap-search-internal): Shorten line.
10820         * smime.el (smime-cert-by-dns): Add doc-string.
10821         (smime-cert-by-ldap-1): Indent.
10823         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10824         mml-smime-get-dns-ldap.
10825         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10827 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10829         * smime.el: Require smime-ldap.
10830         (smime-ldap-host-list): New variable.
10831         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10833         * mml-smime.el (mml-smime-encrypt-query): New function.
10834         (mml-smime-encrypt-query): Use it.
10836         * smime-ldap.el: New file.
10838 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10840         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10842 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10844         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10845         argument in doc string.  Make query for type more clear.
10847 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10849         * gnus.el (gnus-group-startup-message): Search for gnus images in
10850         etc/images/gnus.
10851         * mm-util.el (mm-image-load-path): Likewise.
10852         * smiley.el (smiley-data-directory): Search for smilies in
10853         etc/images/smilies.
10855 2005-02-09  Kim F. Storm  <storm@cua.dk>
10857         Change Emacs release version from 21.4 to 22.1 throughout.
10858         Change Emacs development version from 21.3.50 to 22.0.50.
10860 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10862         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10864         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10865         non-Mule XEmacs as well.
10866         (mm-decompress-buffer): Signal an error intentionally if it does
10867         not decompress compressed data because auto-compression-mode is
10868         disabled.
10870 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10872         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10873         an ID in the registry even if it has no groups.
10875 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10877         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10878         merge it into mm-decompress-buffer.
10879         (gnus-mime-copy-part): Use the MIME part charset, the value which
10880         a user specified or gnus-newsgroup-charset for decoding, like
10881         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10882         save-buffer what was used.  Suggested by Kevin Ryde
10883         <user42@zip.com.au>.
10884         (gnus-mime-inline-part): Allow the name parameter as well as the
10885         filename parameter; force decompressing of compressed data; always
10886         display contents being not decoded as unibyte.
10888         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10889         as well as the filename parameter.
10891         * mm-util.el (mm-decompress-buffer): Merge
10892         gnus-mime-jka-compr-maybe-uncompress.
10893         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10894         of compressed data.
10896 2005-02-08  Simon Josefsson  <jas@extundo.com>
10898         * imap.el (imap-log): Doc fix.
10900 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10902         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10903         the coding cookies; decompress compressed parts.
10905         * mml.el (mml-generate-mime-1): Add the charset parameter according
10906         to the value which a user specified manually or the coding cookie.
10908         * mm-util.el (mm-string-to-multibyte): New function.
10909         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10910         (mm-coding-system-to-mime-charset): New function.
10911         (mm-decompress-buffer): New function.
10912         (mm-find-buffer-file-coding-system): New function.
10914         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10915         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10916         parts.
10918 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10920         * mm-view.el (mm-display-inline-fontify): Decode a part according
10921         to the charset parameter.
10923 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10925         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10926         prefix arg is neither nil nor a number, as info specifies.
10928 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10930         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10931         timestamps.
10933 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10935         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10936         groups error checking and notify user.
10938 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10940         * message.el (message-send-mail-function): Check existence of
10941         sendmail-program first before using default value
10942         `message-send-mail-with-sendmail'.  Otherwise use more generic
10943         `smtpmail-send-it'.
10945 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10947         * nntp.el (nntp-request-update-info): Always return nil.
10949 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10951         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10953 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10955         * message.el (message-beginning-of-line): Change the behavior when
10956         invoked between BOL and : so that it first moves backward.
10958 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10960         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10961         article buffer when editing of the article is discarded.
10962         (gnus-article-prepare): Revert.
10964 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10966         * gnus-art.el (gnus-article-prepare):
10967         Remove message-strip-forbidden-properties from the local hook.
10969 2005-01-27  Simon Josefsson  <jas@extundo.com>
10971         * password.el (password-cache-add): Only start one timer per key.
10972         Reported by Derek Atkins <warlord@MIT.EDU>.
10974 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10976         * run-at-time.el: Removed.  It is no longer needed as
10977         timer-funcs.el in the xemacs-base package has a working version of
10978         `run-at-time'.
10980         * password.el: Require timer-funcs instead of run-at-time in
10981         XEmacs.
10982         Remove `password-run-at-time' macro.
10983         (password-cache-add): Use `run-at-time' instead of
10984         `password-run-at-time'.
10986         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10987         for `run-with-idle-timer'.
10989         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10990         for `run-at-time'.
10992         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10993         for `with-timeout'.
10995 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10997         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10998         inserting " *mml*" buffer's contents into a unibyte temp buffer.
11000 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
11002         * mail-source.el (mail-source-fetch-imap): Search for ^From case
11003         sensitively.
11005 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
11007         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
11009 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11011         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
11012         which will be inserted according to the multibyteness of a buffer
11013         rather than the type of contents.  Suggested by ARISAWA Akihiro
11014         <ari@mbf.ocn.ne.jp>.
11016         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
11017         of string which old xml.el may return rather than a string.
11019 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11021         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
11023 2005-01-16  Simon Josefsson  <jas@extundo.com>
11025         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11026         idn/idna.el isn't available.
11027         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11028         <michael@waxrat.com>.
11030         * hashcash.el: Remove non-FSF copyright header.
11032         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11033         (hashcash-generate-payment): Use it.
11034         (hashcash-generate-payment-async): Use it.
11036 2005-01-15  Simon Josefsson  <jas@extundo.com>
11038         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11039         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11041         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11042         gnus-summary-idna-message.
11043         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11044         (gnus-summary-idna-message): New function.
11046 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11048         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11049         gnus-novice-user.
11051 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11053         * nnrss.el (nnrss-request-delete-group): Delete entries in
11054         nnrss-group-alist as well.
11055         (nnrss-save-server-data): Insert newline.
11057 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11059         * gnus.el (gnus-user-agent): Use list of symbols instead of
11060         symbols.  Display full version number for (S)XEmacs.  Optionally
11061         display (S)XEmacs codename.
11063         * gnus-util.el (gnus-emacs-version): Update for new
11064         `gnus-user-agent'.
11066         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11067         Gnus version.
11069 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11071         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11072         which is unreadable in some setups.
11074 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11076         * gnus-spec.el (gnus-update-format-specifications): Flush the
11077         group format spec cache if it doesn't support decoded group names.
11079 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11081         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11082         Allow to apply decay on score files matching a regexp.
11084 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11086         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11087         compatibility in %g and %c.
11089 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11091         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11092         name for only %g and %c.
11093         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11094         of gnus-tmp-group to decoded group name.
11095         (gnus-group-make-rss-group): Exclude `/'s from group names.
11097 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11099         * nnrss.el (nnrss-get-encoding): Fix regexp.
11101 2004-12-27  Simon Josefsson  <jas@extundo.com>
11103         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11104         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11105         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11107 2004-12-17  Kim F. Storm  <storm@cua.dk>
11109         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11111         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11113 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11115         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11117 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11119         * nnrss.el: Require rfc2047 and mml.
11120         (nnrss-file-coding-system): New variable.
11121         (nnrss-format-string): Redefine it as an inline function.
11122         (nnrss-decode-group-name): New function.
11123         (nnrss-string-as-multibyte): Remove.
11124         (nnrss-retrieve-headers): Decode group name; don't use
11125         nnrss-format-string.
11126         (nnrss-request-group): Decode group name.
11127         (nnrss-request-article): Decode group name; allow a Message-ID as
11128         well as an article number; don't use nnrss-format-string; encode a
11129         Message-ID string which may contain non-ASCII characters; use
11130         mml-to-mime to compose a MIME article.
11131         (nnrss-request-expire-articles): Decode group name.
11132         (nnrss-request-delete-group): Decode group name.
11133         (nnrss-fetch): Clarify error message.
11134         (nnrss-read-server-data): Use insert-file-contents instead of load;
11135         bind file-name-coding-system; use multibyte buffer.
11136         (nnrss-save-server-data): Bind coding-system-for-write to the
11137         value of nnrss-file-coding-system; bind file-name-coding-system;
11138         add coding cookie.
11139         (nnrss-read-group-data): Use insert-file-contents instead of load;
11140         bind file-name-coding-system; use multibyte buffer.
11141         (nnrss-save-group-data): Bind coding-system-for-write to the
11142         value of nnrss-file-coding-system; bind file-name-coding-system.
11143         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11144         make it work with non-ASCII text.
11145         (nnrss-find-el): Make it work with old xml.el as well.
11147 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11149         * nnrss.el (nnrss-get-encoding): New function.
11150         (nnrss-fetch): Use unibyte buffer initially; bind
11151         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11152         decode contents according to the encoding attribute.
11153         (nnrss-save-group-data): Add coding cookie.
11154         (nnrss-mime-encode-string): New function.
11155         (nnrss-check-group): Use it to encode subject and author.
11157 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11159         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11160         imaginary variable.
11162 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11164         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11165         correctly even if there are wide characters.
11167 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11169         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11170         downcased symbol names; make a new cache instead of reusing
11171         bbdb-hashtable.
11173 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11175         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11176         concatenating segments rather than before concatenating them.
11177         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11179         * message.el (message-get-reply-headers): Bind `extra'.
11181 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11183         * message.el (message-extra-wide-headers): New variable.
11184         (message-get-reply-headers): Use it.
11186 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11188         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11189         (gnus-agent-group-pathname): Ditto.
11191         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11193         * gnus-group.el (gnus-group-make-group): Decode group name.
11194         (gnus-group-make-rss-group): Register the group data after opening
11195         the nnrss group.
11197 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11199         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11200         by expiry now get marked as read.
11202 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11204         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11206 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11208         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11209         unify Latin characters in XEmacs.
11210         (mm-find-mime-charset-region): Use it.
11212 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11214         * gnus-util.el (gnus-delete-directory): New function.
11216         * gnus-agent.el (gnus-agent-delete-group): Use it.
11218         * gnus-cache.el (gnus-cache-delete-group): Use it.
11220 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11222         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11223         names.
11225 2004-12-16  Simon Josefsson  <jas@extundo.com>
11227         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11229 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11231         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11233         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11234         (gnus-group-set-current-level): Decode group name.
11236 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11238         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11239         failed.
11241 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11243         * gnus-group.el (gnus-group-delete-group): Decode group name.
11244         (gnus-group-make-rss-group): Encode group name.
11245         (gnus-group-catchup-current): Decode group name.
11246         (gnus-group-kill-group): Decode group name.
11248 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11250         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11252 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11254         * gnus-group.el (gnus-group-make-rss-group):
11255         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11257         * gnus-start.el (gnus-setup-news): Honor user's setting to
11258         gnus-message-archive-method.  Suggested by Lute Kamstra
11259         <lute@gnu.org>.
11261 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11263         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11264         global counterparts of the buffer-local variables.
11266 2004-11-16  Romain Francoise  <romain@orebokech.com>
11268         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11269         counterparts of the buffer-local variables.
11271 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11273         * message.el (message-forbidden-properties): Fixed typo in doc
11274         string.
11276 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11278         * gnus-util.el (gnus-replace-in-string): Added doc string.
11280         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11281         to avoid problems when splitting mails with many recipients.
11283 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11285         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11286         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11288 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11290         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11291         if there is no hashtable in memory or file modification time is
11292         newer than cached timestamp.
11294 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11296         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11297         not-matching option.
11299 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11301         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11302         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11303         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11304         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11305         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11306         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11308 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11310         * message.el (message-forward-make-body-mml): Remove headers
11311         according to message-forward-ignored-headers if a message is decoded.
11313 2004-12-02  Romain Francoise  <romain@orebokech.com>
11315         * message.el (message-forward-make-body-plain): Always remove
11316         headers according to message-forward-ignored-headers.
11318 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11320         * spam.el (spam-summary-prepare-exit): Remove the
11321         gnus-summary-limit pop for now, it has problems with ham marks for
11322         me.
11324 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11326         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11327         correctly.
11329 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11331         * format-spec.el (format-spec): Message the char.
11333 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11335         * gnus-art.el (gnus-split-methods): Reformat comments.
11337         * spam.el (spam-summary-prepare-exit): Remove article limits
11338         before exiting the summary buffer.
11340 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11342         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11343         order to silence the byte compiler.
11345         * spam.el: Fix the way to silence the byte compiler, which
11346         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11347         bbdb-search-simple, spam-BBDB-register-routine,
11348         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11349         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11350         spam-stat-buffer-is-spam, spam-stat-load,
11351         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11352         spam-stat-save and spam-stat-split-fancy.
11354 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11356         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11357         which may confuse users.
11358         (canlock-password-for-verify): Ditto.
11360         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11362         * gnus-art.el (gnus-emphasis-alist): Ditto.
11364         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11366         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11368         * gnus-start.el (gnus-save-killed-list): Ditto.
11370         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11371         (gnus-sum-thread-tree-root): Ditto.
11372         (gnus-sum-thread-tree-false-root): Ditto.
11373         (gnus-sum-thread-tree-single-indent): Ditto.
11375         * message.el (message-courtesy-message): Ditto.
11376         (message-archive-note): Ditto.
11377         (message-subscribed-address-file): Ditto.
11378         (message-user-fqdn): Ditto.
11380         * spam-report.el (spam-report-gmane-regex): Ditto.
11382         * spam.el (spam-blackhole-good-server-regex): Ditto.
11384 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11386         * mml.el (mml-preview): Widen the message buffer before copying
11387         the contents to the preview buffer; sort headers before previewing.
11389         * message.el (message-hidden-headers): Fix the way to avoid a bug
11390         in the `repeat' widget in Emacs 21.3 or earlier.
11392 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11394         * message.el (message-hidden-headers): Default to "^References:".
11395         Improve customization type.  Suggested by Reiner Steib
11396         <Reiner.Steib@gmx.de>.
11398 2004-11-25  Romain Francoise  <romain@orebokech.com>
11400         * message.el (message-strip-forbidden-properties): Remove check for
11401         obsolete `message-hidden' text property, hidden headers are not
11402         accessible in the buffer anymore.
11404 2004-11-22  Romain Francoise  <romain@orebokech.com>
11406         * message.el (message-header-format-alist): Add `From' in list
11407         so that it can be sorted.
11408         (message-fix-before-sending): Widen and sort headers before
11409         sending.
11410         (message-hide-headers): Use narrowing to hide headers by moving
11411         them to the top of the buffer and narrowing to the region
11412         underneath.
11414 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11416         * message.el (message-strip-forbidden-properties): Bind
11417         buffer-read-only (etc) to nil.
11419 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11421         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11422         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11424 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11426         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11428 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11430         * dns.el (query-dns): Use sit-for to time instead of
11431         accept-process-output, since that doesn't seem to work on udp
11432         sockets.
11434 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11436         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11438 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11440         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11441         doc string.  Improve doc string.
11443 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11445         * nntp.el (nntp-request-update-info): Return nil if
11446         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11447         may not call gnus-activate-group which uselessly issues the GROUP
11448         commands for all nntp groups and wastes time.  Reported by Romain
11449         Francoise <romain@orebokech.com>.
11451         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11453 2004-11-15  Simon Josefsson  <jas@extundo.com>
11455         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11456         headers separately.
11457         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11458         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11460 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11462         * gnus-start.el (gnus-convert-old-newsrc):
11463         Assign legacy-gnus-agent to 5.10.7.
11465 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11467         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11468         start of the lines.
11470 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11472         * hashcash.el (hashcash-default-payment): Change default to 20.
11473         (hashcash-default-accept-payment): Change default to 20.
11474         (hashcash-process-alist): New variable.
11475         (hashcash-generate-payment-async): Add.
11476         (hashcash-already-paid-p): Add.
11477         (hashcash-insert-payment): Don't generate payments twice.
11478         (hashcash-insert-payment-async): Add.
11479         (hashcash-insert-payment-async-2): Add.
11480         (hashcash-cancel-async): Add.
11481         (hashcash-wait-async): Add.
11482         (hashcash-processes-running-p): Add.
11483         (hashcash-wait-or-cancel): Add.
11484         (mail-add-payment): New optional argument.  Conditionally start
11485         asynchronous calculation.
11486         (mail-add-payment-async): Add.
11488         * message.el (message-send-mail): Wait for asynchronous hashcash
11489         results.  Don't clobber existing X-Hashcash headers.
11490         (message-setup-1): Call mail-add-payment-async when
11491         message-generate-hashcash is non-nil.
11493 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11495         * message.el (message-use-alternative-email-as-from): Examine the
11496         From header as well; use message-make-from in order to include a
11497         user's full name.
11499 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11501         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11502         default; improve customization type.
11503         (gnus-emphasis-custom-with-format): New macro.
11504         (gnus-emphasis-custom-value-to-external): New function.
11505         (gnus-emphasis-custom-value-to-internal): New function.
11507 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11509         * dns.el (query-dns): Resolve reverse addresses.
11511 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11513         * gnus-group.el (gnus-group-get-new-news): Use it.
11515         * gnus-start.el (gnus-check-reasonable-setup): New function.
11517 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11519         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11520         "Args out of range" error.  Reported by Arnaud Giersch
11521         <arnaud.giersch@free.fr>.
11523 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11525         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11527 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11529         * spam.el (spam group): Add :version.
11531         * pgg-def.el (pgg group): Add :version.
11533 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11535         * gnus-art.el (gnus-article-edit-article): Don't associate the
11536         article buffer with a draft file.  This is a temporary measure
11537         against the 2004-08-22 change to gnus-article-edit-mode.
11539 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11541         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11542         (html2text-format-tags): Remove unused variable `attr'.
11544 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11546         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11548         * spam-stat.el (spam-stat): Add :version.
11550         * sieve.el (sieve): Add :version.
11552         * sha1.el (sha1): Add :version.
11553         (sha1-use-external): Remove redundant version.
11555         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11556         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11557         (nnmail-split-fancy-match-partial-words)
11558         (nnmail-split-lowercase-expanded): Add :version.
11560         * nndiary.el (nndiary): Add :version.
11562         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11564         * mml-sec.el (mml-default-sign-method)
11565         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11566         Add :version.
11568         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11570         * mm-url.el (mm-url-use-external, mm-url-program)
11571         (mm-url-arguments): Add :version.
11573         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11574         (mm-attachment-file-modes, mm-decrypt-option)
11575         (mm-w3m-safe-url-regexp): Add :version.
11577         * message.el (message-cite-prefix-regexp)
11578         (message-sendmail-envelope-from, message-minibuffer-local-map)
11579         (message-user-fqdn, message-completion-alist): Add :version.
11581         * gnus-win.el (gnus-configure-windows-hook)
11582         (gnus-use-frames-on-any-display): Add :version.
11584         * gnus-art.el (gnus-article-address-banner-alist)
11585         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11586         (gnus-treat-from-picon, gnus-treat-mail-picon)
11587         (gnus-treat-x-pgp-sig): Add :version.
11589         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11590         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11591         (gnus-summary-article-delete-hook)
11592         (gnus-summary-display-while-building): Add :version.
11594         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11595         (gnus-get-top-new-news-hook): Add :version.
11597         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11598         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11600         * gnus-registry.el (gnus-registry): Add :version.
11602         * gnus-spec.el (gnus-use-correct-string-widths)
11603         (gnus-make-format-preserve-properties): Add :version.
11605         * gnus.el (gnus-group-charter-alist)
11606         (gnus-group-fetch-control-use-browse-url)
11607         (gnus-install-group-spam-parameters): Add :version.
11609         * gnus-diary.el (gnus-diary): Add :version.
11611         * gnus-delay.el (gnus-delay): Add :version.
11613         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11614         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11615         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11616         Add :version.
11618         * gnus-agent.el (gnus-agent-max-fetch-size)
11619         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11620         (gnus-agent-prompt-send-queue): Add :version.
11622         * deuglify.el (gnus-outlook-deuglify): Add :version.
11624         * html2text.el: Beautify code.  Improve doc strings.  Some
11625         checkdoc cleanup.
11626         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11628 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11630         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11632 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11634         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11635         when package is loaded.
11637         * spam.el (spam-summary-score-preferred-header): Add global preference
11638         for people who want to override the default SpamAssassin over
11639         Bogofilter preference (when both are set).
11640         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11641         (spam-user-format-function-S): Check
11642         spam-summary-score-preferred-header.
11643         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11644         (spam-user-format-function-S): Format the score correctly.
11646 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11648         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11649         signature file.  Suggested by Manoj Srivastava
11650         <srivasta@golden-gryphon.com>.
11652         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11653         iso-2022-jp even in the Japanese language environment.
11654         Suggested by Jason Rumney <jasonr@gnu.org>.
11656 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11658         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11659         use the same characters as the dummy marks; make it free from
11660         getting affected by the language environment.
11661         (gnus-summary-read-group-1): Update mark positions only when the
11662         format spec is updated.
11664         * gnus-spec.el (gnus-update-format-specifications): Return a list
11665         of updated types.
11667 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11669         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11670         of boundp to check if display-warning is available.
11672 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11674         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11676 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11678         * nnspool.el (nnspool-spool-directory): Use news-path if the
11679         news-directory variable is not bound.
11681         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11682         function instead of display-warning if it is not available.
11684 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11686         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11687         v5-10: Use `point-at-bol'.
11689 2004-10-26  Simon Josefsson  <jas@extundo.com>
11691         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11692         <chenggao@gmail.com>.
11694 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11696         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11697         instead.
11699 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11701         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11702         to remove a server from the nnimap-server-buffer-alist.
11703         (nnimap-open-connection, nnimap-close-server): Use it.
11705         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11707 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11709         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11710         running the major-mode function.
11712 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11714         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11715         dummy marks in the right way.
11717 2004-10-18  David Edmondson  <dme@dme.org>
11719         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11720         excessively.
11722 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11724         * gnus-util.el (gnus-split-references): Accept a nil references
11725         string and go on blissfully.
11727         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11728         cases where the references string is non-nil but has no references.
11730         * encrypt.el: Add autoload tags.
11732         * spam.el (spam-resolve-registrations-routine): Remove article
11733         from unregistration list too.  Reported by David Hanak
11734         <dhanak@isis.vanderbilt.edu>
11736 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11738         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11739         nil.  Changed custom type.
11741 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11743         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11745         * gnus-sum.el (gnus-summary-move-article): Use it.
11747 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11749         * encrypt.el: Add autoload cookies.
11751         * spam.el (spam-backend-article-list-property)
11752         (spam-backend-get-article-todo-list)
11753         (spam-backend-put-article-todo-list)
11754         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11755         Resolve registrations separately.
11756         (spam-register-routine): Format comments.
11757         (spam-unregister-routine, spam-register-routine): Always call with
11758         specific-articles, no default list.
11759         (spam-summary-prepare-exit): Use the spam-classifications function.
11761         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11762         gnus-encrypt.el.
11764         * encrypt.el: Copied from gnus-encrypt.el.
11766         * gnus-encrypt.el: Commented that it's obsolete.
11768 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11770         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11771         (gnus-score-save): Use it.
11773         * message.el (message-bury): Use `window-dedicated-p'.
11775 2004-10-15  Simon Josefsson  <jas@extundo.com>
11777         * pop3.el (top-level): Don't require nnheader.
11778         (pop3-read-timeout): Add.
11779         (pop3-accept-process-output): Add.
11780         (pop3-read-response, pop3-retr): Use it.
11782 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11784         * spam.el (spam-register-routine): Move comment.
11785         (spam-verify-bogofilter): Use 'unknown for the initial
11786         spam-bogofilter-valid state, not 'never.
11788         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11789         for netrc-machine.
11791         * nnimap.el (nnimap-open-connection): Use
11792         netrc-machine-user-or-password.
11794 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11796         * gnus-registry.el (gnus-registry-unload-hook):
11797         Set as a variable with add-hook.
11799         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11800         of news-path.
11802         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11804         * spam.el: Delete duplicate `provide'.
11805         (spam-unload-hook): Set as a variable with add-hook.
11807 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11809         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11810         in the doc string.
11812         * message.el (message-ignored-news-headers)
11813         (message-ignored-supersedes-headers)
11814         (message-ignored-resent-headers)
11815         (message-forward-ignored-headers): Improve custom type.
11817 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11819         * message.el (message-tokenize-header): Fix 2004-09-06 change
11820         which used point-min in the wrong place.
11822 2004-10-12  Simon Josefsson  <jas@extundo.com>
11824         * tls.el (tls-certtool-program): New variable.
11825         (tls-certificate-information): New function, based on
11826         ssl-certificate-information.
11828 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11830         * compface.el: Move the version of ELisp-based uncompface program
11831         to the contrib directory because of the copyright problem.
11833 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11835         * message.el (message-kill-buffer): Raise the current frame.
11837 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11839         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11841         * gnus.el (message-y-or-n-p): Autoload.
11843         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11844         (pop3-password-required, pop3-authentication-scheme)
11845         (pop3-leave-mail-on-server): Made customizable.
11846         (pop3): New custom group.
11847         (pop3-retr): Remove `sleep-for' statements.
11848         Suggested by Dave Love <fx@gnu.org>.
11850         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11851         Windows/DOS.
11853         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11854         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11855         Dave Love <fx@gnu.org>.
11857         * mml.el (mml-minibuffer-read-disposition): Require match.
11858         Suggested by Dave Love <fx@gnu.org>.
11860 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11862         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11863         doc string.
11865 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11867         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11869 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11871         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11872         instead of calling `mm-insert-inline', to decode text/* parts
11873         before displaying them.
11875 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11877         * mm-uu.el (mm-uu-text-plain-type): New variable.
11878         (mm-uu-pgp-signed-extract-1): Use it.
11879         (mm-uu-pgp-encrypted-extract-1): Use it.
11880         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11881         bind mm-uu-text-plain-type with that value.
11882         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11883         mm-uu-dissect.
11885 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11887         * gnus-group.el (gnus-update-group-mark-positions):
11888         * gnus-sum.el (gnus-update-summary-mark-positions):
11889         * message.el (message-check-news-body-syntax):
11890         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11891         of string-as-multibyte.
11893 2004-10-05  Juri Linkov  <juri@jurta.org>
11895         * gnus-group.el (gnus-update-group-mark-positions):
11896         * gnus-sum.el (gnus-update-summary-mark-positions):
11897         * message.el (message-check-news-body-syntax):
11898         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11899         8-bit unibyte values to a multibyte string for search functions.
11901 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11903         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11904         (mm-uu-dissect-text-parts): New function.
11906         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11907         dissect text parts.
11909         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11910         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11912         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11914         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11915         gnus-current-topics instead of gnus-current-topic.
11917 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11919         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11921 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11923         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11924         where approriate.
11926         * nnml.el (nnml-generate-active-info): do.
11928         * nndiary.el (nndiary-generate-active-info): do.
11930         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11931         (gnus-topic-move): do.
11933         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11934         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11936         * gnus-srvr.el (gnus-server-prepare)
11937         (gnus-server-open-all-servers): do.
11939         * gnus-msg.el (gnus-summary-cancel-article)
11940         (gnus-summary-resend-message)
11941         (gnus-summary-mail-crosspost-complaint): do.
11943         * gnus-move.el (gnus-change-server): do.
11945         * gnus-group.el (gnus-group-unmark-all-groups)
11946         (gnus-group-set-current-level): do.
11948 2004-10-04  Simon Josefsson  <jas@extundo.com>
11950         * message.el (message-generate-hashcash): Doc fix.
11952 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11954         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11955         avoid infinite recursion via gnus-get-function.
11957 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11959         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11961         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11963         * nnmail.el (nnmail-split-history): do.
11965         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11966         (nnml-request-delete-group): do.
11968         * nnslashdot.el (nnslashdot-read-groups): do.
11970         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11971         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11973         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11974         (nnspool-sift-nov-with-sed): Use last.
11975         (nnspool-retrieve-headers-with-nov): Use mapc.
11976         (nnspool-request-newgroups): Use dolist.
11977         (nnspool-request-group): Use last.
11979         * nntp.el (nntp-read-server-type): Use dolist.
11981         * nnvirtual.el (nnvirtual-create-mapping)
11982         (nnvirtual-update-read-and-marked): Use dolist.
11983         (nnvirtual-convert-headers): Simplify.
11985 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11987         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11988         support for sync'ing tick marks.
11990 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11992         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11993         there's no visible header.
11995 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11997         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11998         necessary, pass full group name to gnus-request-set-marks.
12000 2004-10-01  Simon Josefsson  <jas@extundo.com>
12002         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
12003         acroread.
12005 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12007         * spam-report.el (spam-report-gmane): Fix interactive.
12009         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
12011         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
12012         when writing file.
12013         (gnus-agent-synchronize-flags): Don't default to being
12014         interactive.
12016 2004-09-30  Simon Josefsson  <jas@extundo.com>
12018         * message.el (message-generate-hashcash): Add.
12019         (message-send-mail): Use it, call mail-add-payment.
12021 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12023         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12025 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12027         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12028         gnus-requst-update-info with explicit code to sync the in-memory
12029         info read flags with the marks being sync'd to the backend.
12031         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12033 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12035         * spam.el (spam-verify-bogofilter): Add new function.
12036         (spam-check-bogofilter)
12037         (spam-bogofilter-register-with-bogofilter): Use it.
12038         (spam-verify-bogofilter): Add small fixes.
12040 2004-09-28  Simon Josefsson  <jas@extundo.com>
12042         * hashcash.el (hashcash-generate-payment): Revert.
12044 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12046         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12047         gnus-extract-references instead of gnus-split-references.
12049         * gnus-util.el (gnus-extract-references): Add new function, analogous
12050         to gnus-split-references but extracts only the message-ID without
12051         anything extra.
12053         * hashcash.el (hashcash-generate-payment)
12054         (hashcash-check-payment): Do the right thing if hashcash-path is
12055         nil (because the hashcash program could not be found).
12057         * spam.el (spam-use-hashcash): Remove comment.
12059 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12061         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12062         (gnus-cache-enter-article, gnus-cache-remove-article)
12063         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12065         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12067         * gnus-art.el (article-hide-boring-headers)
12068         (article-translate-strings, article-display-face)
12069         (gnus-article-mime-match-handle-first)
12070         (gnus-article-highlight-headers)
12071         (gnus-article-add-buttons-to-head): do.
12073 2004-09-27  Simon Josefsson  <jas@extundo.com>
12075         * hashcash.el: New version, from
12076         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12077         ../contrib/.
12079 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12081         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12083 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12085         * gnus-dup.el (gnus-dup-open): Use mapc.
12086         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12088         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12089         Reported by Stefan Wiens <s.wi@gmx.net>.
12091         * gnus.el (gnus-shutdown): Use dolist.
12093         * gnus-undo.el (gnus-undo): Use mapc.
12095         * nnrss.el (nnrss-generate-active): do.
12097         * message.el (message-cite-original-without-signature)
12098         (message-cite-original): Use mapc.
12099         (message-do-actions, message-make-forward-subject): Use dolist.
12101 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12103         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12104         deletion to remove entire duplicate line.  Fixes merged article
12105         number bug.
12107 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12109         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12110         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12111         first ask if you want to open a server and then, even when you
12112         responded with no, asking if you want to synchronize the server's
12113         flags.
12114         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12115         multi-line expressions.
12116         (gnus-agent-synchronize-group-flags): New internal function.
12117         Updates marks in memory (in the info structure) AND in the
12118         backend.
12120         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12122         * nnagent.el (nnagent-request-set-mark): Use
12123         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12124         method, to ensure that synchronization updates marks in the
12125         backend and in the info (in memory) structure.
12127 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12129         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12130         convention fully; don't miss the root article of a thread; make
12131         the X-Draft-From header with correct article numbers.
12133 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12135         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12136         unless plugged.  Disable the agent so that an open failure causes
12137         an error.
12139         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12140         Reverted 2004-09-21 change.  The backend must be opened while
12141         synchronizing flags even when the backend stores the flags
12142         locally.
12144 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12146         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12147         in `header' match.  Reported by Svend Tollak Munkejord.
12149         * message.el (message-cite-original): Fix use of
12150         `message-cite-articles-with-x-no-archive'.
12152 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12154         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12155         (gnus-window-to-buffer): Ditto.
12157         * mml.el (mml-preview-buffer): New variable.
12158         (mml-preview): Manage window layout with gnus-buffer-configuration.
12160         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12161         X-Draft-From header even if those articles aren't quoted.
12163 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12165         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12166         (gnus-request-set-mark, gnus-request-update-mark): Use new
12167         g-s-t-u-l-m to decide to use backend even when unplugged.
12169 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12171         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12172         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12174 2004-09-20  Simon Josefsson  <jas@extundo.com>
12176         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12177         "utf-16-le".
12179 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12181         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12183 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12185         * uudecode.el (uudecode-use-external): Add :version.
12187         * smime.el (smime-CA-file, smime-encrypt-cipher)
12188         (smime-dns-server): Add :version.
12190         * smiley.el (gnus-smiley-file-types): Add :version.
12192         * sha1.el (sha1-use-external): Add :version.
12194         * pgg-def.el (pgg-query-keyserver): Add :version.
12196         * nnmail.el (nnmail-fancy-expiry-targets)
12197         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12198         Add :version.
12200         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12201         (nnimap-retrieve-groups-asynchronous): Add :version.
12202         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12204         * mml.el (mml-content-disposition-parameters)
12205         (mml-insert-mime-headers-always): Add :version.
12207         * mm-util.el (mm-coding-system-priorities): Add :version.
12209         * mm-decode.el (mm-inline-text-html-with-images)
12210         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12211         (mm-verify-option): Add :version.
12212         (mm-text-html-renderer): Change :version.
12214         * message.el (message-fcc-externalize-attachments)
12215         (message-required-headers, message-draft-headers)
12216         (message-subject-trailing-was-query)
12217         (message-subject-trailing-was-ask-regexp)
12218         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12219         (message-mark-insert-end, message-archive-header)
12220         (message-archive-note, message-cross-post-default)
12221         (message-cross-post-note, message-followup-to-note)
12222         (message-cross-post-note-function, message-use-mail-followup-to)
12223         (message-subscribed-address-functions)
12224         (message-subscribed-address-file, message-subscribed-addresses)
12225         (message-subscribed-regexps, message-allow-no-recipients)
12226         (message-yank-cited-prefix, message-signature-insert-empty-line)
12227         (message-hidden-headers, message-hierarchical-addresses)
12228         (message-mail-user-agent, message-use-idna)
12229         (message-valid-fqdn-regexp)
12230         (message-strip-special-text-properties, message-header-synonyms)
12231         (message-beginning-of-line, message-tab-body-function): Add :version.
12232         (message-insert-canlock, message-wide-reply-confirm-recipients):
12233         Change :version.
12235         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12236         and :version.
12237         (mail-source-delete-old-incoming-confirm)
12238         (mail-source-movemail-program): Add :version.
12240         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12241         (gnus-agent-cache, gnus-agent): Change :version.
12243         * gnus-util.el (gnus-use-byte-compile): Change :version.
12245         * gnus-sum.el (gnus-summary-make-false-root-always)
12246         (gnus-summary-default-high-score)
12247         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12248         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12249         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12250         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12251         (gnus-sum-thread-tree-single-indent)
12252         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12253         (gnus-sum-thread-tree-leaf-with-other)
12254         (gnus-sum-thread-tree-single-leaf): Add :version.
12255         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12256         (gnus-article-loose-mime): Change :version.
12258         * gnus-start.el (gnus-backup-startup-file)
12259         (gnus-save-startup-file-via-temp-buffer): Add :version.
12261         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12262         (gnus-server-offline-face): Add :version.
12264         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12266         * gnus-msg.el (gnus-gcc-externalize-attachments)
12267         (gnus-debug-files, gnus-debug-exclude-variables)
12268         (gnus-discouraged-post-methods): Change :version.
12269         (gnus-confirm-mail-reply-to-news)
12270         (gnus-confirm-treat-mail-like-news): Add :version.
12272         * gnus-int.el (gnus-server-unopen-status): Add :version.
12274         * gnus-group.el (gnus-group-jump-to-group-prompt)
12275         (gnus-large-ephemeral-newsgroup)
12276         (gnus-fetch-old-ephemeral-headers): Add :version.
12278         * gnus-fun.el (gnus-x-face-directory)
12279         (gnus-convert-pbm-to-x-face-command)
12280         (gnus-convert-image-to-x-face-command)
12281         (gnus-convert-image-to-face-command): Add :version.
12283         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12285         * gnus-cite.el (gnus-cite-blank-line-after-header)
12286         (gnus-article-boring-faces): Add :version.
12288         * gnus-art.el (gnus-buttonized-mime-types)
12289         (gnus-inhibit-mime-unbuttonizing)
12290         (gnus-treat-display-face)
12291         (gnus-treat-body-boundary): Change :version.
12292         (gnus-body-boundary-delimiter, gnus-picon-databases)
12293         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12294         (gnus-treat-date-english, gnus-treat-fold-headers)
12295         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12296         (gnus-treat-mail-picon, gnus-treat-wash-html)
12297         (gnus-article-encrypt-protocol)
12298         (gnus-use-idna, gnus-article-over-scroll)
12299         (gnus-mime-display-multipart-alternative-as-mixed)
12300         (gnus-mime-display-multipart-related-as-mixed)
12301         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12302         (gnus-ctan-url, gnus-button-ctan-handler)
12303         (gnus-button-handle-ctan-bogus-regexp)
12304         (gnus-button-ctan-directory-regexp)
12305         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12306         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12307         (gnus-button-man-level, gnus-button-emacs-level)
12308         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12310         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12311         (gnus-agent-go-online): Change :version.
12312         (gnus-agent-expire-unagentized-dirs)
12313         (gnus-agent-auto-agentize-methods): Add :version.
12315         * flow-fill.el (fill-flowed-display-column)
12316         (fill-flowed-encode-column): Add :version.
12318         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12319         (gnus-outlook-deuglify-unwrap-max)
12320         (gnus-outlook-deuglify-cite-marks)
12321         (gnus-outlook-deuglify-unwrap-stop-chars)
12322         (gnus-outlook-deuglify-no-wrap-chars)
12323         (gnus-outlook-deuglify-attrib-cut-regexp)
12324         (gnus-outlook-deuglify-attrib-verb-regexp)
12325         (gnus-outlook-deuglify-attrib-end-regexp)
12326         (gnus-outlook-display-hook): Add :version.
12328         * binhex.el (binhex-use-external): Add :version.
12330 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12332         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12333         and `invisible'.
12335 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12337         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12338         in gnus-registry-trim.
12340 2004-09-13  Simon Josefsson  <jas@extundo.com>
12342         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12344         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12346         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12347         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12348         <yamaoka@jpl.org>.
12349         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12350         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12351         <yamaoka@jpl.org>.
12353         * sieve.el (sieve-manage-mode): Ditto.
12355 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12357         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12359 2004-09-11  Simon Josefsson  <jas@extundo.com>
12361         * dns-mode.el: Add.
12363         * mm-view.el (mm-display-dns-inline): Add.
12365         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12366         (mm-automatic-display): Ditto.
12368         * mailcap.el (mailcap-mime-data): Add text/dns.
12369         (mailcap-mime-extensions): Map .soa to text/dns.
12371 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12373         * gnus-art.el (article-decode-mime-words, article-babel)
12374         (gnus-article-highlight-signature, gnus-article-add-buttons)
12375         (gnus-signature-toggle): Remove unnecessary bindings of
12376         `inhibit-read-only' inherited from v5.10 merge.
12378 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12380         * nntp.el (nntp): New customization group.
12381         (nntp-authinfo-file): Add customization group.
12383         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12385         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12387         * gnus.el (to-address, to-list, subscribed)
12388         (large-newsgroup-initial): Ditto.
12390         * flow-fill.el (fill-flowed-display-column)
12391         (fill-flowed-encode-column): Ditto.
12393 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12395         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12396         Use point-min rather than 1.
12397         (message-send-mail): Use buffer-size rather than point-max.
12399         * gnus-sum.el (gnus-summary-search-article-forward):
12400         Signal a specific `search-failed' rather than a generic `error'.
12402         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12403         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12404         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12406 2004-09-10  Simon Josefsson  <jas@extundo.com>
12408         * nndb.el (require): Remove tcp and duplicate cl.
12410 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12412         * gnus-agent.el (directory-files-and-attributes): Move forward.
12414 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12416         * gnus-agent.el (directory-files-and-attributes): Optionally
12417         defined to support XEmacs.
12419 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12421         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12422         to avoid run-time CL dependencies.
12423         (gnus-agent-unfetch-articles): New function.
12424         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12425         article numbers even when local .overview file is missing.
12426         (gnus-agent-read-article-number): New function.  Only accepts
12427         27-bit article numbers.
12428         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12429         gnus-agent-read-article-number.
12430         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12431         from backend while recognizing that article numbers in .overview
12432         must be valid.
12433         (gnus-agent-update-files-total-fetched-for): Use
12434         directory-files-and-attributes to improve performance.
12435         * gnus-int.el (gnus-request-move-article): Use
12436         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12437         improve performance.
12439         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12440         some users confused by references to .newsrc when they only have a
12441         .newsrc.eld file.
12442         (gnus-convert-mark-converter-prompt)
12443         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12444         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12445         New function.  Used internally to only display 'gnus converting
12446         files' message when actually necessary.
12448         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12449         methods now autoloaded.
12451 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12453         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12454         identifiers.
12456 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12458         * gnus-picon.el: Fix indentation and closing parenthesis.
12460 2004-09-01  Simon Josefsson  <jas@extundo.com>
12462         * message.el (message-canlock-generate): Require sha1, not
12463         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12464         to require within a function.  Sadly, if sha1.el isn't loaded, the
12465         let binding in m-c-g will hide the defcustom definition, which is
12466         bad.)
12468         * canlock.el: Require sha1, not sha1-el.
12470         * message.el: Don't autoload sha1 (there is a autoload cookie in
12471         sha1.el).
12473         * sha1-el.el: Renamed to sha1.el.
12475 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12477         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12479 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12481         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12483 2004-08-30  Kim F. Storm  <storm@cua.dk>
12485         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12487         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12488         Add :group 'nnimap.
12490 2004-08-30  Andreas Schwab  <schwab@suse.de>
12492         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12493         ?* and ?\;.
12495         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12496         and ?\' to symbol instead of whitespace.
12498 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12500         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12502         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12503         instead of re-search-forward.
12505         * gnus-uu.el (gnus-uu-save-article): Ditto.
12506         (gnus-uu-post-encode-uuencode): Ditto.
12508         * html2text.el (html2text-clean-list-items): Ditto.
12509         (html2text-clean-dtdd): Ditto.
12510         (html2text-format-tags): Ditto.
12512         * message.el (message-send-mail-with-sendmail): Fix regexp.
12513         (message-fill-field-general): Use search-forward instead of
12514         re-search-forward.
12515         (unbold-region): Ditto.
12517         * nnrss.el (nnrss-request-article): Ditto.
12519         * nnslashdot.el (nnslashdot-request-article): Ditto.
12521         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12523         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12524         "Unrecognized menu descriptor" error in XEmacs.
12526 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12528         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12529         parent article of a sparse article in the thread hashtb.
12531 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12533         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12534         (nnmail-expand-newtext): Lowercase expanded entries if
12535         nnmail-split-lowercase-expanded is non-nil.
12537 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12539         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12541         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12542         of gnus-tmp-news-method into string under XEmacs.  It will be
12543         passed to gnus-correct-length which takes only a string argument.
12545 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12547         * gnus-util.el (gnus-bind-print-variables): New macro.
12548         (gnus-prin1): Use it.
12549         (gnus-prin1-to-string): Use it.
12550         (gnus-pp): New function.
12551         (gnus-pp-to-string): New function.
12553         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12554         Replace pp-to-string with gnus-pp-to-string.
12555         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12556         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12557         * gnus-msg.el (gnus-debug): Ditto.
12558         * gnus-score.el (gnus-score-save): Ditto.
12559         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12560         gnus-pp-to-string.
12561         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12562         with gnus-pp.
12563         * score-mode.el (gnus-score-pretty-print): Ditto.
12564         * webmail.el (webmail-debug): Ditto.
12566 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12568         * gnus-art.el (article-display-face, article-display-x-face):
12569         Use buffer-read-only.
12571 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12573         * gnus-art.el (article-hide-list-identifiers):
12574         Bind inhibit-read-only as t.
12576 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12578         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12580 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12582         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12583         (gnus-narrow-to-page): Don't assume point-min == 1.
12584         (gnus-article-edit-mode): Derive from message-mode.
12586         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12587         point-min == 1.
12589         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12590         Disable incorrect use of `assert'.
12592         * message.el (message-mode): Set comment-start-skip.
12594 2004-08-22  Sam Steingold  <sds@gnu.org>
12596         * pop3.el (pop3-leave-mail-on-server): New user variable.
12597         (pop3-movemail): Delete mail only when it is nil.
12599 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12601         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12603         * mml.el (mml-preview): Use `pop-to-buffer'.
12605         * message.el (message-goto-mail-followup-to): Insert after "To".
12606         (message-carefully-insert-headers): Add comment.
12608         * gnus.el: Remove unused variable `gnus-article-check-size'.
12610         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12612         * gnus-art.el (gnus-button-alist): Improve
12613         `gnus-button-handle-library' entry.
12615 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12617         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12618         downcase, since XEmacs capitalizes error messages differently.
12620 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12622         * nntp.el: Add (require 'gnus) due to reference to
12623         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12625 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12627         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12628         `mm-fill-flowed'.
12630         * mm-decode.el (mm-dissect-singlepart): Check it.
12632 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12634         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12635         'imap' for netrc parsing.
12637 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12639         * mailcap.el (mailcap-mime-data): Mark as risky.
12641 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12643         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12644         may be included in the encoded word.
12645         (rfc2047-encode): Don't append a space if the encoded word
12646         includes close parenthesis.
12648 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12650         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12651         of text within parentheses.
12653 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12655         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12656         (gnus-encrypt-write-file-contents): Make the password key the file
12657         name PLUS the cipher, not just the cipher.  Also remove failed
12658         passwords from the cache.
12660 2004-08-06  Simon Josefsson  <jas@extundo.com>
12662         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12663         fix.
12665 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12667         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12668         LWSP.
12670 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12672         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12673         to append in-reply-to: data to the references: header.
12675         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12676         (netrc-parse): Use gnus-encrypt.el functions.
12678         * gnus-encrypt.el: Add new file for encryption support; currently
12679         does only a few GPG ciphers and an internal XOR cipher.
12681         * password.el: Add comments on using password-read-and-add.
12682         (password-read-and-add): Add function to read and add the
12683         password to the cache at once.
12685 2004-07-28  Simon Josefsson  <jas@extundo.com>
12687         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12688         parameter (but don't use it, for now).
12690         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12691         instead of hard coding to nil.
12693 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12695         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12696         as mm-inline-image-xemacs does.
12698 2004-07-26  Simon Josefsson  <jas@extundo.com>
12700         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12701         Revert part of 2004-07-17 change below.
12703 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12705         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12706         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12708 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12710         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12711         quotes that actually start with ">" at the beginning of the
12712         lines.
12714 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12716         * rfc2047.el (rfc2047-encode-region): Fix last change.
12717         (rfc2047-encode-parameter): Remove useless concat.
12719 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12721         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12722         encode special characters; fix some kind of misconfigured headers;
12723         signal a real error if debug-on-quit or debug-on-error is non-nil.
12724         (rfc2047-encode-max-chars): New variable.
12725         (rfc2047-encode-1): Use it.
12726         (rfc2047-encode-parameter): New function.
12728         * mml.el (mml-insert-parameter): Remove an excessive space.
12730 2004-07-17  Simon Josefsson  <jas@extundo.com>
12732         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12733         Kai Grossjohann <kai@emptydomain.de>.
12734         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12735         (gnus-group-make-menu-bar): Ditto.
12737         * gnus-util.el (gnus-group-server): Add.
12739 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12741         * message.el (message-clone-locals): Clone sendmail and smtp
12742         variables.
12744 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12746         * rfc2047.el (rfc2047-encode-region): Fix last change.
12748 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12750         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12751         characters as non-special.
12753 2004-07-09  Simon Josefsson  <jas@extundo.com>
12755         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12756         Users will lose all flag changes made while unplugged with
12757         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12758         good default.  See numerous reports on ding mailing list.
12760 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12762         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12763         add generate-head-function and generate-article-function to the
12764         rfc822-forward entry.
12765         (nndoc-rfc822-forward-generate-article): New function.
12766         (nndoc-rfc822-forward-generate-head): New function.
12768         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12770 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12772         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12773         respect display group parameter and gnus-summary-expunge-below.
12774         (gnus-articles-to-read): Remove unused reference to display group
12775         parameter.
12777 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12779         * nnheader.el (nnheader-uniquify-message-id): New experimental
12780         variable.
12781         (nnheader-nov-read-message-id): Use it.
12783         * spam-report.el (spam-report-gmane): Add interactive.
12785 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12787         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12788         qp-or-base64 for the application/* types.
12790 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12792         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12794 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12796         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12797         trim value.
12799 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12801         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12802         New macro and function.
12803         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12805 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12807         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12808         after-load-alist.
12810 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12812         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12813         update info that isn't there.
12815 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
12817         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12818         entry.
12820 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12822         * mm-view.el (mm-inline-render-with-function): Use multibyte
12823         buffer; decode html source by charset.
12825         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12827         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12828         Mule-UCS is loaded under XEmacs.
12829         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12831 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12833         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12835 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12837         * mm-util.el (mm-coding-system-p): Return a coding-system.
12838         (mm-mime-mule-charset-alist): Use shift_jis instead of
12839         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12840         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12841         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12842         instead of japanese-shift-jis and iso-latin-1 respectively in
12843         order to share the default value with both Emacs and XEmacs-mule.
12844         (mm-mule-charset-to-mime-charset): Make
12845         mm-coding-system-priorities effective.
12846         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12847         while predicating of candidates upon the priorities.
12849 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12851         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12852         gnus-uu-invert-processable.
12854         * gnus.el: Autoload gnus-uu-invert-processable.
12856 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12858         * mm-util.el (mm-with-multibyte-buffer): New macro.
12860         * rfc2047.el (rfc2047-encode-string): Use it.
12861         (rfc2047-encode-region): Move point to the end of the region after
12862         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12864 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12866         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12867         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12869 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12871         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12872         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12873         Karl Chen <quarl@nospam.quarl.org>.
12875 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12877         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12878         invalid addresses.
12880 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12882         * spam.el: Change section markers, revise TODO list.
12883         (spam-backends): Make new master list of all installed backends.
12884         (spam-summary-exit-behavior): Add new variable to determine how
12885         messages moves are done at summary exit.
12886         (spam-move-spam-nonspam-groups-only)
12887         (spam-process-ham-in-nonham-groups)
12888         (spam-process-ham-in-spam-groups): Remove variables, the
12889         spam-summary-exit-behavior variable should be used to manage this
12890         behavior.
12891         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12892         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12893         and spam-old-spam-articles.
12894         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12895         Add empty variables, placeholders for the backends they represent.
12896         (spam-set-difference): Move, unchanged.
12897         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12898         unless the user has a processor variable.
12899         (spam-classifications, spam-classification-valid-p)
12900         (spam-backend-properties, spam-backend-property-valid-p)
12901         (spam-backend-function-type-valid-p)
12902         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12903         (spam-report-articles-gmane, spam-report-articles-resend):
12904         Remove functions, they are not needed.
12905         (spam-install-backend-super, spam-backend-list)
12906         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12907         (spam-backend-function, spam-backend-ham-registration-function)
12908         (spam-backend-spam-registration-function)
12909         (spam-backend-ham-unregistration-function)
12910         (spam-backend-spam-unregistration-function)
12911         (spam-backend-statistical-p, spam-backend-mover-p)
12912         (spam-install-backend-alias, spam-install-checkonly-backend)
12913         (spam-install-mover-backend, spam-install-nocheck-backend)
12914         (spam-install-backend, spam-install-statistical-backend)
12915         (spam-install-statistical-checkonly-backend): Add backend installation
12916         support.
12917         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12918         (spam-group-processor-p): Use the new backend code and respect the
12919         summary exit behavior.
12920         (spam-mark-spam-as-expired-and-move-routine): Remove.
12921         (spam-summary-prepare): Change to use the new spam-old-articles
12922         variable.
12923         (spam-copy-or-move-routine, spam-copy-spam-routine)
12924         (spam-move-spam-routine, spam-copy-ham-routine)
12925         (spam-move-ham-routine): Add code to copy/move ham or spam.
12926         (spam-fetch-field-fast): Improve doc and code, plus allow the
12927         'number request.
12928         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12929         variables.
12930         (spam-split, spam-find-spam): Use the new backend code.
12931         (spam-registration-functions): Remove variable.
12932         (spam-unregister-routine): Add convenience wrapper.
12933         (spam-log-undo-registration, spam-register-routine)
12934         (spam-log-processing-to-registry)
12935         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12936         where possible.
12937         (spam-check-gmane-xref, spam-check-regex-headers)
12938         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12939         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12940         (spam-check-bogofilter-headers, spam-check-spamoracle)
12941         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12942         (spam-check-crm114-headers): Use the spam-split-group that
12943         spam-split prepares, no need to determine it every time.
12945         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12946         to the nnheader-parse-naked-head call.
12948         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12950         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12951         the nnheader-nov-read-message-id call.
12953 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12955         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12956         gnus-activate-group twice.  Suggested by Markus Peter
12957         <warp@spin.de>.
12959 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12961         * gnus-art.el (gnus-article-time-format): Exchange the order of
12962         day and month in the default value; fix customization type.
12963         (article-date-ut): Use add-text-properties.
12964         (article-make-date-line): Use message-make-date instead of
12965         current-time-string.
12967         * message.el (message-fetch-field): Don't use set-text-properties.
12968         (message-make-date): Simplify.
12970 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12972         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12973         (rfc2047-encode-region): Treat text within parentheses as special;
12974         show the original text when error has occurred.
12976         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12977         already-computed method to gnus-activate-group.
12979         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12980         same select-methods identical Lisp objects.
12982         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12983         object when modifying the info.
12985 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12987         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12988         gnus-opened-servers since it has never been opened with the new
12989         configuration yet.
12991 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12993         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12994         arg to nnheader-generate-fake-message-id.
12996 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12998         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12999         number and build a fake message ID localized to a group and
13000         article number (so it's repeatable from that point on).
13001         (nnheader-fake-message-id-p): Change regex to accommodate new fake
13002         ID format.
13004         * gnus-sum.el (gnus-get-newsgroup-headers): Call
13005         nnheader-generate-fake-message-id with the article number.
13007 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
13009         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13010         end-of-buffer.
13012 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13014         * message.el (message-ignored-supersedes-headers): Add Approved.
13016 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13018         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13019         goto-char.
13020         (rfc2047-encode): Fold the line before encoding.
13022 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13024         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13025         folding -- not all headers can be folded, and this should be done
13026         by the message composition mode.  Probably.  I think.
13028 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13030         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13031         fast.
13033         * gnus-ems.el (gnus-remove-image): Don't use
13034         message-text-with-property; remove only the image found first.
13036 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13038         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13040 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13042         * message.el (message-text-with-property): Make it fast and accept
13043         optional arguments.
13044         (message-strip-forbidden-properties): Use it.
13045         (message-fix-before-sending): Follow the m-t-w-p change.
13047         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13049 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13051         * gnus-art.el (article-hide-headers): Don't change the buffer
13052         mistakenly when performing mml-preview even if
13053         gnus-single-article-buffer is nil.
13055 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13057         * message.el (message-expand-name-databases): New user option.
13058         (message-expand-name): Use it.
13060 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13062         * spam.el (spam-report-articles-resend)
13063         (spam-report-resend-register-routine): Allow ham reporting.
13064         (spam-report-resend-register-ham-routine): Add wrapper.
13065         (spam-registration-functions): Add ham resending functions.
13066         (spam-list-of-processors): Add ham resend processor.
13068         * gnus.el (ham-resend-to): Add new group parameter.
13069         (spam-process): Add ham resend option.
13071         * spam-report.el (spam-report-resend): Allow reporting ham.
13072         (spam-report-resend-ham): Add wrapper.
13074 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13076         * message.el (message-cite-articles-with-x-no-archive): New
13077         variable.
13078         (message-cite-original): Use it.
13080 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13082         * message.el (message-cite-original): Respect X-No-Archive.
13084 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13086         * gnus-art.el (article-hide-headers): Refer to the values for
13087         gnus-ignored-headers and gnus-visible-headers in the summary
13088         buffer since a user may have set them as group parameters.
13090 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13092         * assistant.el (assistant-node-name): Add convenience function.
13093         (assistant-render-text, assistant-render-node): Add error handling,
13094         plus handle multiple next nodes.
13095         (assistant-find-next-node): Comment out for now.
13096         (assistant-find-next-nodes): Add function, returns list of next
13097         nodes.
13099 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13101         * mail-source.el (mail-source-directory): Fix doc-string.
13103 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13105         * assistant.el (assistant-render-text, assistant-eval): Add :set
13106         widget type, which is different because it takes and returns a
13107         list.  Much hilarity ensues.
13109 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13111         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13113         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13114         doc-string.
13116         * gnus-start.el (gnus-activate-group): Added doc-string.
13118 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13120         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13122 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13124         * assistant.el (assistant-render-text): Try to add a :set
13125         widget, more to come.
13127         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13128         strings.
13129         (spam-report-articles-resend)
13130         (spam-register-routine): Do registration iff any articles warrant
13131         it.
13132         (spam-summary-prepare-exit): Change log message for nil group
13133         destinations.
13135 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13137         * spam.el (spam-report-resend-register-routine): Allow
13138         spam-report-resend-to to be a group parameter or a global value.
13140 2004-05-26  Simon Josefsson  <jas@extundo.com>
13142         * starttls.el: Merge with my GNUTLS based starttls.el.
13143         (starttls-gnutls-program, starttls-use-gnutls)
13144         (starttls-extra-arguments, starttls-process-connection-type)
13145         (starttls-connect, starttls-failure, starttls-success): New
13146         variables.
13147         (starttls-program, starttls-extra-args): Doc fix.
13148         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13149         functions.
13150         (starttls-negotiate, starttls-open-stream): Check
13151         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13152         function if it is set.
13154 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13156         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13157         structured fields.
13159 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13161         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13163 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13165         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13166         variable.
13167         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13168         assigning the spam-mark to new messages.
13170 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13172         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13174 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13176         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13177         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13178         default.
13180 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13182         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13183         correct data.
13185 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13187         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13188         (spam-group-processor-p): Fix function.
13189         (spam-group-processor-multiple-p)
13190         (spam-group-spam-processor-report-gmane-p)
13191         (spam-group-spam-processor-report-resend-p)
13192         (spam-group-spam-processor-bogofilter-p)
13193         (spam-group-spam-processor-blacklist-p)
13194         (spam-group-spam-processor-ifile-p)
13195         (spam-group-ham-processor-ifile-p)
13196         (spam-group-spam-processor-spamoracle-p)
13197         (spam-group-spam-processor-crm114-p)
13198         (spam-group-ham-processor-bogofilter-p)
13199         (spam-group-spam-processor-stat-p)
13200         (spam-group-ham-processor-stat-p)
13201         (spam-group-ham-processor-whitelist-p)
13202         (spam-group-ham-processor-BBDB-p)
13203         (spam-group-ham-processor-spamoracle-p)
13204         (spam-group-ham-processor-copy-p): Remove functions with some
13205         prejudice against unneeded code.
13206         (spam-report-articles-resend)
13207         (spam-report-resend-register-routine): Allow the group/topic
13208         spam-resend-to value to override spam-report-resend-to.
13209         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13210         properly now.
13212         * gnus.el (spam-resend-to): Add group/topic parameter.
13213         (spam-process): Move the OBSOLETE processors to the end of the
13214         choices.
13216 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13218         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13219         with resend-to set to nil, and then ask the user if necessary.
13220         (spam-report-resend): spam-report-resend takes a list of articles, not
13221         separate article numbers.
13223 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13225         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13226         addition to emacs-w3m.
13228 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13230         * assistant.el (assistant-authinfo-data): New function.
13231         (assistant-eval): Eval for entire assistant.
13233         * netrc.el (netrc-services-file): New variable.
13234         (netrc-parse-services): New function.
13235         (netrc-find-service-name): New function.
13236         (netrc-find-service-number): New function.
13237         (netrc-port-equal): New function.
13238         (netrc-machine): Use it.
13240         * nnimap.el (nnimap-open-connection): Use netrc.
13242         * gnus-util.el (gnus-netrc-get): Remove aliases.
13244         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13246         * assistant.el (wid-edit): Fix compilation.
13248         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13250 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13252         * gnus-util.el (gnus-set-file-modes): New function.  (small
13253         patch).
13255 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13257         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13259         * assistant.el (assistant-render-node): Fix up rendering and
13260         read-only text.
13261         (assistant-render-node): Reset.
13262         (assistant-make-read-only): Not sticky.
13264 2004-05-20  Danny Siu  <dsiu@adobe.com>
13266         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13267         centered even when gnus-auto-center-summary is t
13269 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13271         * dns.el (dns-get-txt-answer): New function.
13272         (dns-read-txt): Ditto.
13273         (query-dns): Use it.
13275 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13277         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13278         active for foreign groups even if the group level is higher than
13279         the specified value.
13281 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13283         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13284         non-active groups.
13286         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13288 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13290         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13292 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13294         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13295         (spam-crm114-header, spam-crm114-spam-switch)
13296         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13297         (spam-crm114-positive-spam-header)
13298         (spam-crm114-database-directory, spam-list-of-processors)
13299         (spam-group-spam-processor-crm114-p)
13300         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13301         (spam-generic-score, spam-list-of-checks)
13302         (spam-list-of-statistical-checks, spam-registration-functions)
13303         (spam-check-crm114-headers, spam-crm114-score)
13304         (spam-check-crm114, spam-crm114-register-with-crm114)
13305         (spam-crm114-register-spam-routine)
13306         (spam-crm114-unregister-spam-routine)
13307         (spam-crm114-register-ham-routine)
13308         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13309         asjo@koldfront.dk (Adam Sjøgren).
13311         * gnus.el: Add spam-use-crm114.
13313         * spam.el (spam-list-of-processors, spam-registration-functions):
13314         Add spam-use-resend.
13315         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13316         (spam-report-articles-gmane): Add doc fix.
13317         (spam-report-articles-resend, spam-report-resend-register-routine):
13318         Add wrappers around spam-report-resend-to.
13320         * spam-report.el (spam-report-resend-to, spam-report-resend):
13321         Add support for resending spam.
13322         (spam-report-gmane): Fix line length >80.
13324         * gnus.el (spam-process): Add spam-use-resend.
13326 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13328         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13329         number of processed spam messages.
13330         (spam-ham-copy-or-move-routine): Return the number of processed
13331         ham messages.
13332         (spam-summary-prepare-exit): Use the above values to decide
13333         whether status messages shouled be displayed.
13335 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13337         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13338         `rfc2047-encoding-function-alist' in order to avoid conflicting
13339         with the old version.
13340         (rfc2047-encode-region): Concatenate words containing non-ASCII
13341         characters in structured fields; don't encode space-delimited
13342         ASCII words even in unstructured fields; don't break words at
13343         char-category boundaries.
13344         (rfc2047-encode-1): New function.
13345         (rfc2047-encode): Use it; encode text so that it occupies the
13346         maximum width within 76-column; work correctly on Q encoding for
13347         iso-2022-* charsets.
13348         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13349         sure not to break a line just after the header name.
13350         (rfc2047-b-encode-region): Removed.
13351         (rfc2047-b-encode-string): New function.
13352         (rfc2047-q-encode-region): Removed.
13353         (rfc2047-q-encode-string): New function.
13355         * mm-util.el (mm-replace-in-string): New function.
13357 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13359         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13360         get it right.
13361         (gnus-inews-make-draft): Really.
13363 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13365         * nnmh.el (nnmh-request-list-1): Don't check the link count
13366         before descending.  (small patch)
13368 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13370         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13371         stuff.
13373         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13374         on real group name.
13376         * gnus-art.el (gnus-signature-limit): Doc fix.
13378         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13380 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13382         * gnus-draft.el (gnus-draft-send): Bind
13383         rfc2047-encode-encoded-words.
13385         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13386         (rfc2047-encodable-p): Say that =? needs encoding.
13387         (rfc2047-encode-encoded-words): New variable.
13389         * gnus-group.el (gnus-group-select-group): Doc fix.
13391         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13393         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13394         to nil.
13396         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13398         * nnheader.el (nnheader-get-lines-and-char): New function.
13400 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13402         * gnus-msg.el (gnus-summary-followup-with-original): Document
13403         yanking of region when active.
13405 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13407         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13408         groups if the group level is higher than the specified value.
13410 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13412         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13413         (gnus-group-jump-to-group): Added prefix argument using
13414         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13415         non-active group.
13417         * compface.el (uncompface): Be verbose when changing
13418         `uncompface-use-external'.
13420         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13421         handle manual section.
13423 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13425         * gnus-art.el (gnus-button-alist): Revert previous change.
13427 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13429         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13431 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13433         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13434         whether backend can accept message.
13436         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13438 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13440         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13441         Avoid creating directory when nntp-marks-is-evil is true.
13442         Reported by Reiner Steib.
13444 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13446         * gnus-picon.el (gnus-picon-style): New variable.
13447         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13448         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13449         Jesper Harder <harder@ifa.au.dk>.
13451 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13453         * message.el (message-fill-field): Return point.
13454         (message-generate-headers): Go to end of field.
13456         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13457         stuff for non-living groups.
13459 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13461         * gnus-art.el (gnus-article-followup-with-original)
13462         (gnus-article-reply-with-original): gnus-mark-active-p ->
13463         gnus-region-active-p.
13465 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13467         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13468         only when there is spam or ham to be processed.
13470 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13472         * mail-source.el (mail-source-delete-crash-box): Refactor.
13473         (mail-source-fetch): Use it.
13474         (mail-source-fetch-file): Ditto.
13475         (mail-source-fetch-directory): Run postscript in loop.
13476         (mail-source-fetch-pop): Delete.
13477         (mail-source-fetch-maildir): Ditto.
13478         (mail-source-fetch-imap): Ditto.
13480         * imap.el (imap-authenticators): Comment out sasl.
13482         * message.el (message-skip-to-next-address): New function.
13483         (message-fill-header-address): Refactor.
13484         (message-fill-address): Use it.
13485         (message-delete-address): Use it.
13486         (message-fill-header-general): Refactor.
13487         (message-fill-field-address): Rename.
13488         (message-narrow-to-field): Find the start of the header.
13489         (message-header-format-alist): Don't pre-fill.
13490         (message-fill-header): Removed.
13491         (message-insert-header): New function.
13492         (message-shorten-references): Use it.
13494         * rfc2047.el (rfc2047-field-value): Strip props.
13496         * mail-parse.el (mail-header-make-address): New alias.
13498         * ietf-drums.el (ietf-drums-make-address): New function.
13500         * imap.el: Add compiler directives.
13502         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13504         * gnus-art.el (article-decode-idna-rhs): Don't use
13505         message-idna-inside-rhs-p.
13507 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13509         * message.el (message-idna-inside-rhs-p): Removed.
13510         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13512         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13513         false positives.
13515 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13517         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13519 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13521         * nneething.el (nneething-file-name): Don't create spurious
13522         files.
13524         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13525         (gnus-inews-do-gcc): Remove sleep.
13527         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13528         part under point.
13530         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13531         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13533 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13535         * spam.el (spam-summary-prepare-exit): Fixed (length).
13537 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13539         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13540         as expired without moving it" message when there are spam
13541         messages left.
13543 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13545         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13546         header is not nil.
13548 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13550         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13551         nntp-possibly-create-directory, not nntp-possibly-change-group.
13552         (nntp-marks-changed-p): New arg SERVER.
13553         (nntp-request-update-info): Adjust caller.
13555 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13557         * nntp.el (nntp-save-marks): Pass missing arg.
13559 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13561         * nntp.el: Support marks.
13562         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13563         (nntp-marks-modtime, nntp-marks-directory): New variables.
13564         (nntp-request-set-mark, nntp-request-update-info)
13565         (nntp-possibly-create-directory, nntp-marks-changed-p)
13566         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13567         functions.
13569 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13571         * gnus-score.el (gnus-score-insert-help): Use
13572         gnus-select-lowest-window.
13574         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13575         appt-select-lowest-window and rename to gnus-select-lowest-window.
13577         * gnus.el: do.
13579 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13581         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13582         encodings of MIME-encoded words, in order to improve
13583         interoperability with several broken MUAs.
13585 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13587         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13588         tags, only when charsets are not specified in headers.
13589         (mm-inline-text-html-render-with-w3m): Ditto.
13591 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13593         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13594         instead of MIME-decoded from fields when checking
13595         `gnus-article-address-banner-alist'.
13597 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13599         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13600         description rather than subject.
13602 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13604         * gnus.el (gnus-version-number): Bump.
13606 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13608         * gnus.el: No Gnus v0.2 is released.
13610 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13612         * gnus-agent.el (gnus-agent-read-agentview): Inline
13613         gnus-uncompress-range.
13615 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13617         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13618         `exec-installed-p'.
13620 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13622         * gnus.el (spam-process, spam-autodetect-methods): Add
13623         bsfilter and bsfilter-headers.
13625         * spam.el (spam-bsfilter): New customize group.
13626         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13627         (spam-bsfilter-header, spam-bsfilter-probability-header)
13628         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13629         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13630         (spam-bsfilter-database-directory): New options.
13631         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13632         (spam-list-of-statistical-checks, spam-registration-functions):
13633         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13634         (spam-bsfilter-score): New command.
13635         (spam-check-bsfilter-headers, spam-check-bsfilter)
13636         (spam-bsfilter-register-with-bsfilter)
13637         (spam-bsfilter-register-spam-routine)
13638         (spam-bsfilter-unregister-spam-routine)
13639         (spam-bsfilter-register-ham-routine)
13640         (spam-bsfilter-unregister-ham-routine): New functions.
13641         (spam-generic-score): Support bsfilter; Accept an optional argument
13642         to recalcurate spam score even if scoring header has already been
13643         added.
13644         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13645         optional argument to recalcurate spam score even if scoring header
13646         has already been added.
13648 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13650         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13651         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13652         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13653         link is missing.
13655 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13657         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13658         (html2text-get-attr): Rewrite.
13660         * message.el (message-setup-1): Remove redundant put-text-property
13661         on mail-header-separator.
13663 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13665         * gnus-registry.el (gnus-registry-cache-whitespace)
13666         (gnus-registry-action, gnus-registry-spool-action)
13667         (gnus-registry-split-fancy-with-parent): Change message levels
13668         from 5 to 3 or 7, as needed.
13670         * spam.el (spam-summary-prepare-exit)
13671         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13672         (spam-split, spam-find-spam, spam-log-undo-registration)
13673         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13674         level from 5 to 6.
13676 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13678         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13679         2004-03-04 change).
13681 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13683         * sieve-manage.el (sieve-manage-open):
13684         * nnweb.el (nnweb-insert-html):
13685         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13686         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13687         * nnspool.el (nnspool-request-group):
13688         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13689         * nnml.el (nnml-request-update-info):
13690         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13691         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13692         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13693         (nnimap-request-set-mark):
13694         * nnfolder.el (nnfolder-request-update-info):
13695         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13696         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13697         * gnus-uu.el (gnus-uu-find-articles-matching):
13698         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13699         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13700         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13701         * gnus-nocem.el (gnus-nocem-scan-groups):
13702         * gnus-int.el (gnus-start-news-server):
13703         * gnus-group.el (gnus-group-make-kiboze-group)
13704         (gnus-group-browse-foreign-server):
13705         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13706         Use mapc when appropriate.
13708 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13710         FIXME: Make separate entries for each person.
13712         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13713         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13714         <shields@msrl.com>:
13716         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13717         may need for spam sorting and scoring.
13718         (spam-user-format-function-S): Add user format function suitable for
13719         general use.
13720         (spam-article-sort-by-spam-status): Add sorting function for summary
13721         sorting.
13722         (spam-extra-header-to-number): Add function to get a score from a
13723         header.
13724         (spam-summary-score): Add function to  get a numeric score from the
13725         headers.
13726         (spam-generic-score): Fix function doc, was in wrong place.
13727         (spam-initialize): Take symbols when it's run, and install the
13728         extra headers that spam-necessary-extra-headers thinks we need.
13730 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13732         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13733         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13735 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13737         * gnus-sum.el (gnus-set-global-variables)
13738         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13739         (gnus-article-get-xrefs, gnus-summary-best-group)
13740         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13741         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13742         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13743         Use with-current-buffer.
13745 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13747         * spam.el (spam-summary-prepare-exit): Simplify logic.
13748         (spam-fetch-article-header): Read the article header if it's not
13749         available.
13750         (spam-list-articles): Simplify logic.
13751         (spam-filelist-register-routine): Fix bug with unregister-list.
13753         * gnus-registry.el: Fix comments at beginning.
13755 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13757         * message.el (message-cater-to-broken-inn): Remove.
13758         (message-shorten-references): Make sure the total folded length of
13759         References is shorter than 998 characters to cater to a bug in INN
13760         2.3.  Also, don't pretend that references aren't folded -- this
13761         hasn't worked for a while.
13763 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13765         * gnus-agent.el (gnus-agentize):
13766         gnus-agent-send-mail-real-function no longer set to current value
13767         of message-send-mail-function but rather a lambda that calls
13768         message-send-mail-function.  The change makes the agent real-time
13769         responsive to user changes to message-send-mail-function.
13771 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13773         * legacy-gnus-agent.el
13774         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13775         help from Florian Weimer <fw@deneb.enyo.de>
13777 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13779         * nnmail.el (nnmail-cache-insert): Revert last change.
13781 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13783         * nnmail.el (nnmail-cache-insert): Always check whether
13784         nnmail-cache-ignore-groups matches a group name.
13786 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13788         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13789         (spam-find-spam, spam-log-processing-to-registry)
13790         (spam-log-registered-p, spam-log-unregistration-needed-p)
13791         (spam-log-undo-registration): Use gnus-message instead of
13792         gnus-error, none of these errors are fatal.
13794         * gnus-registry.el (gnus-registry-clean-empty-function)
13795         (gnus-registry-clean-empty): Remove only empty entries without
13796         extra data.
13798 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13800         * spam-stat.el (spam-stat-buffer-change-to-spam)
13801         (spam-stat-buffer-change-to-non-spam): Change (error) to
13802         (gnus-message 8) invocation.
13804 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13806         * nntp.el (nntp-via-netcat-command): New variable.
13807         (nntp-via-netcat-switches): New variable.
13808         (nntp-open-via-rlogin-and-netcat): New function.
13809         (nntp-open-connection-function): Doc fix.
13810         (nntp-telnet-command): Doc fix.
13811         (nntp-end-of-line): Doc fix.
13812         (nntp-via-rlogin-command): Doc fix.
13813         (nntp-via-user-name): Doc fix.
13814         (nntp-via-address): Doc fix.
13816 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13818         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13819         error in Emacs 21.1.
13821 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13823         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13825 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13827         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13828         (gnus-agent-with-refreshed-group): New macro.
13829         (gnus-agent-rename-group): New function.
13830         (gnus-agent-delete-group): New function.
13831         (gnus-agent-save-group-info): Use gnus-command-method when
13832         `method' parameter is nil.  Don't write nil entries into the
13833         active file.
13834         (gnus-agent-get-group-info): New function.
13835         (gnus-agent-fetch-articles): Use
13836         gnus-agent-update-files-total-fetched-for to increment disk space
13837         used.
13838         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13839         gnus-agent-update-view-total-fetched-for to increment disk space
13840         used.
13841         (gnus-agent-get-local): Added optional parameters to avoid calling
13842         gnus-group-real-name and gnus-find-method-for-group.
13843         (gnus-agent-set-local): Delete stored entry if either min, or max,
13844         are nil.
13845         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13846         quit, use gnus-agent-regenerate-group to record existence of any
13847         articles fetched to disk before the quit occurred.
13848         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13849         gnus-agent-update-view-total-fetched-for, and
13850         gnus-agent-update-files-total-fetched-for to decrement disk space
13851         used.
13852         (gnus-agent-retrieve-headers): Use
13853         gnus-agent-update-view-total-fetched-for to increment disk space
13854         used.
13855         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13856         with gnus-agent-update-files-total-fetched-for to decrement disk
13857         space and fresh group buffer.
13858         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13859         (gnus-agent-need-update-total-fetched-for): New variable.
13860         (gnus-agent-update-files-total-fetched-for): New function.
13861         (gnus-agent-update-view-total-fetched-for): New function.
13862         (gnus-agent-total-fetched-for): New function.
13864         * gnus-cache.el (gnus-cache-save-buffers): Use
13865         gnus-cache-update-overview-total-fetched-for to change disk space
13866         used by this group.
13867         (gnus-cache-possibly-enter-article): Use
13868         gnus-cache-update-file-total-fetched-for to increment disk space
13869         used by this group.
13870         (gnus-cache-possibly-remove-article): Use
13871         gnus-cache-update-file-total-fetched-for to decrement disk space
13872         used by this group.
13873         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13874         (gnus-cache-rename-group): New function.
13875         (gnus-cache-delete-group): New function.
13876         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13877         (gnus-cache-need-update-total-fetched-for): New variable.
13878         (gnus-cache-with-refreshed-group): New macro.
13879         (gnus-cache-update-file-total-fetched-for): New function.
13880         (gnus-cache-update-overview-total-fetched-for): New function.
13881         (gnus-cache-rename-group-total-fetched-for): New function.
13882         (gnus-cache-delete-group-total-fetched-for): New function.
13883         (gnus-cache-total-fetched-for): New function.
13885         * gnus-group.el: Require gnus-sum and autoload functions to
13886         resolve warnings when gnus-group.el compiled alone.
13887         (gnus-group-line-format): Documented new %F.
13888         (size of Fetched data) group line format; identifies disk space
13889         used by agent and cache.
13890         (gnus-group-line-format-alist): Defined new F format.
13891         (gnus-total-fetched-for): New function.
13892         (gnus-group-delete-group): No longer update
13893         gnus-cache-active-altered as gnus-request-delete-group now keeps
13894         the cache in sync.
13895         (gnus-group-list-active): Let the agent store a server's active
13896         list if currently plugged.
13898         * gnus-int.el (gnus-request-delete-group):
13899         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13900         local disk in sync with the server.
13901         (gnus-request-rename-group):
13902         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13903         local disk in sync with the server.
13905         * gnus-start.el (gnus-get-unread-articles):
13906         Cosmetic simplification to logic.
13908         * gnus-util.el (gnus-rename-file): New function.
13910 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13912         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13914 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13916         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13917         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13919 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13921         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13922         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13924 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13926         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13928 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13930         * spam.el (spam-set-difference): Add function to replace
13931         gnus-set-difference in spam.el.
13932         (spam-summary-prepare-exit): Use spam-set-difference.
13934 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13936         * gnus-registry.el (gnus-registry-cache-file): Update to use
13937         gnus-dribble-directory OR gnus-home-directory OR ~.
13938         (gnus-registry-split-fancy-with-parent): Fix doc.
13940 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13942         * message.el (message-exchange-point-and-mark): Use
13943         message-mark-active-p.  Suggested by Jesper Harder
13944         <harder@ifa.au.dk>.
13946 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13948         * message.el (message-exchange-point-and-mark): Don't activate
13949         region if it was inactive.  Suggested by Hiroshi Fujishima
13950         <pooh@nature.tsukuba.ac.jp>.
13952 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13954         * gnus-art.el (article-display-face): Display Faces in the same
13955         order as X-Faces.
13957 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13959         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13961 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13963         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13964         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13965         (gnus-article-mime-hierarchy): Remove.
13966         (gnus-article-mime-hierarchy-next): Remove.
13967         (gnus-article-mode): Revert 2004-03-19 change.
13968         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13969         (gnus-insert-mime-button): Revert 2004-03-19 change.
13970         (gnus-mime-accumulate-hierarchy): Remove.
13971         (gnus-mime-enter-multipart): Remove.
13972         (gnus-mime-leave-multipart): Remove.
13973         (gnus-mime-display-part): Revert 2004-03-19 change.
13974         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13976         * mml.el (mml-preview): Revert 2004-03-19 change.
13978 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13980         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13982 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13984         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13985         t while entering a file name using the mm-with-multibyte macro.
13986         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13988         * mm-util.el (mm-with-multibyte): New macro.
13990 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13992         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13993         user option.
13994         (gnus-mime-multipart-functions): Doc and customization fix.
13995         (gnus-article-mime-hierarchy): New variable.
13996         (gnus-article-mime-hierarchy-next): New variable.
13997         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13998         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13999         gnus-article-mime-hierarchy-next to nil.
14000         (gnus-insert-mime-button): Show hierarchy numbers.
14001         (gnus-mime-accumulate-hierarchy): New function.
14002         (gnus-mime-enter-multipart): New function.
14003         (gnus-mime-leave-multipart): New function.
14004         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14005         (gnus-mime-display-alternative): Show hierarchy numbers.
14007         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14008         gnus-article-mime-hierarchy-next to nil.
14010 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14012         * dns.el: Don't require gnus-xmas.
14014 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14016         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14017         inline PGP.
14018         (mml-menu): Disable mml-quote-region if mark is inactive.
14020 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14022         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14023         when the group's active is not available.
14025 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14027         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14028         error.
14030 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14032         * imap.el (imap-store-password): New variable.
14033         (imap-interactive-login): Use it.
14034         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14036 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14038         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14039         window-start and hscroll to summary window.
14041 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14043         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14044         conversion message to newsrc-dribble when an actual conversion is
14045         performed.
14047 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14049         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14051 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14053         * mm-decode.el (mm-complicated-handles): New function reviving
14054         former definition of mm-multiple-handles.
14056         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14057         (gnus-mime-delete-part): Use it.
14059 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14061         * gnus-agent.el (gnus-agent-read-local): Bind
14062         nnheader-file-coding-system to gnus-agent-file-coding-system to
14063         avoid the implicit assumption that they will always be equal.
14064         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14065         coding-system-for-write, as the with-temp-file macro first prints
14066         to a buffer then saves the buffer.
14068 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14070         * gnus-art.el (gnus-article-edit-part): New function.
14071         (gnus-mime-save-part-and-strip): Use it; do query instead of
14072         signaling an error; don't use mm-multiple-handles.
14073         (gnus-mime-delete-part): Ditto.
14075 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14077         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14078         old file versions.
14079         (gnus-group-prepare-hook): Removed function that converted list
14080         form of gnus-agent-expire-days to group properties.
14082         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14083         (gnus-request-accept-article): Re-indented.
14085         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14086         converters to handle old agent file formats.  Added logic for a
14087         "backup before upgrading warning".
14088         (gnus-convert-mark-converter-prompt): Developers can mark
14089         functions as needing (default), or not needing,
14090         gnus-convert-old-newsrc's "backup before upgrading warning".
14091         (gnus-convert-converter-needs-prompt): Tests whether the user
14092         should be protected from potentially irreversable changes by the
14093         function.
14095         * legacy-gnus-agent.el: New.  Provides converters that are only
14096         loaded when gnus-convert-old-newsrc needs to call them.
14098 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14100         * mail-source.el (mail-source-touch-pop): Doc fix.
14102         * message.el (message-smtpmail-send-it): Doc fix.
14104 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14106         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14108         * nnmail.el (nnmail-split-fancy): do.
14110         * gnus-kill.el (gnus-kill, gnus-execute): do.
14112 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14114         * gnus-sum.el (gnus-widget-reversible-match)
14115         (gnus-widget-reversible-to-internal)
14116         (gnus-widget-reversible-to-external): New functions.
14117         (gnus-widget-reversible): New widget.
14118         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14120 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14122         * gnus-sum.el (gnus-thread-sort-functions)
14123         (gnus-article-sort-functions): Document `(not F)' items.
14125 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14127         * spam.el (spam-use-gmane-xref): Add new backend.
14128         (spam-gmane-xref-spam-group): Add variable to control the name of the
14129         Gmane spam group.
14130         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14131         (spam-regex-headers-spam, spam-regex-headers-ham)
14132         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14133         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14134         backends and checks.
14135         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14137         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14138         an autodetect method.
14140 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14142         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14143         articles are being added to a group.
14144         (gnus-request-replace-article): Inform the agent that articles
14145         need to be uncached as the cached contents are no longer valid.
14147 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14149         * binhex.el: Don't autoload executable-find.
14151         * canlock.el: Don't autoload mail-fetch-field.
14153         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14155         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14156         rmail-dont-reply-to and rmail-output.
14158         * gnus-score.el: Don't autoload ffap-string-at-point.
14160         * gnus-setup.el: Don't autoload sc-cite-original.
14162         * imap.el: Don't autoload base64-decode-string,
14163         base64-encode-string and md5.
14165         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14166         and rmail-msg-restore-non-pruned-header.
14168         * mm-decode.el: Don't autoload executable-find.
14170         * mm-url.el: Don't autoload executable-find.
14172         * mm-view.el: Don't autoload diff-mode.
14174         * nndb.el: Don't autoload news-reply-mode, news-setup,
14175         cancel-timer and telnet.
14177         * password.el: Don't autoload run-at-time for Emacs.
14179         * sha1-el.el: Don't autoload executable-find.
14181         * sieve-mode.el: Don't autoload c-mode.
14183         * uudecode.el: Don't autoload executable-find.
14185 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14187         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14188         (gnus-agent-possibly-alter-active): Avoid null in numeric
14189         comparison.
14190         (gnus-agent-set-local): Refuse to save null in local object table.
14191         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14192         list of articles that will be marked as unread.
14194 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14196         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14198 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14200         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14201         language tags.
14203 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14205         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14206         Don't bind "obarray".
14208         * gnus-sum.el (gnus-thread-sort-functions): Added
14209         `gnus-thread-sort-by-most-recent-number' and
14210         `gnus-thread-sort-by-most-recent-date'.
14211         Reported by Kai Grossjohann <kai@emptydomain.de>.
14213 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14215         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14217 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14219         * gnus-cus.el (gnus-agent-customize-category): Removed
14220         ignore-errors macro reference that required cl to be loaded at
14221         run-time.
14223         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14224         single-interval range of the form (min . max).  Previously the
14225         range had to look like ((min . max)).  Likewise, return
14226         (min . max) rather than ((min . max)).
14227         (gnus-range-map): Use gnus-range-normalize to accept
14228         single-interval range.
14230         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14231         the cache, but not the agent, now appear with their usual face.
14233 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14235         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14236         w3m-safe-url-regexp variable buffer-local.
14238         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14240 2004-02-27  Simon Josefsson  <jas@extundo.com>
14242         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14243         gnus-group-real-prefix.
14244         (gnus-summary-move-article): Use it, instead of
14245         gnus-group-real-prefix.
14247 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14249         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14250         w3m-safe-url-regexp variable buffer-local and set it as the value
14251         of mm-w3m-safe-url-regexp.
14253         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14255         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14256         parsing gnus-posting-styles when the message is not for replying.
14258         * nnrss.el (nnrss-opml-export): Use
14259         mm-set-buffer-file-coding-system instead of
14260         set-buffer-file-coding-system.
14262 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14264         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14265         of checkdoc.el).
14266         * nnrss.el: do.
14267         * gnus-mlspl.el: do.
14268         * gnus-ml.el: do.
14269         * gnus-srvr.el: do.
14271         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14273 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14275         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14276         Corrections to custom-manual links.
14278         * gnus-art.el (gnus-article): Ditto.
14280         * mm-decode.el (mime-display, mime-security): Ditto.
14282 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14284         * flow-fill.el: Typo.
14286 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14288         * spam-wash.el: New file.
14290 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14292         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14294 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14296         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14297         to be run with new-articles as LIST1, not LIST2.
14298         (spam-registration-functions): Add spam-use-ham-copy as a nil
14299         registration backend.
14301 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14303         * spam-stat.el (spam-stat-washing-hook): New option.
14304         (spam-stat-buffer-words): Use it.
14305         (spam-stat-process-directory, spam-stat-test-directory): Use
14306         insert-file-contents-literally.
14307         (spam-stat-coding-system): New variable.
14308         (spam-stat-load, spam-stat-save): Use it.
14310 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14312         * spam-report.el (spam-report-plug-agent): Quote
14313         spam-report-url-to-file and spam-report-url-ping-plain.
14315 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14317         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14318         / in mailto URLs.
14320 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14322         * spam-report.el (spam-report-process-queue): Fix interactive use.
14323         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14324         (spam-report-unplug-agent): Doc fixes.
14325         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14326         (spam-report-agentize, spam-report-deagentize): Autoload
14328 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14330         * message.el (message-setup-fill-variables): Add mml tags to
14331         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14332         <ajk@iu.edu>.
14333         (message-mode): Don't modify paragraph-separate there.
14335 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14337         * compface.el (uncompface-use-external): Default to undecided.
14338         (uncompface-use-external-threshold): New variable.
14339         (uncompface-float-time): New macro.
14340         (uncompface): Determine whether to use the external decoder if
14341         uncompface-use-external is undecided.
14343 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14345         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14346         after images.
14348         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14350 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14352         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14354         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14356         * gnus-sum.el (gnus-summary-limit-to-age)
14357         (gnus-summary-limit-children): do.
14359         * gnus-int.el (gnus-request-scan): do.
14361         * gnus-group.el (gnus-group-suspend): do.
14363         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14365         * gnus-cite.el (gnus-cite-parse-attributions): do.
14367         * gnus-agent.el (gnus-summary-set-agent-mark)
14368         (gnus-agent-regenerate-group): do.
14370         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14372         * binhex.el (binhex-decode-region-internal): do.
14374 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14376         * gnus-fun.el (gnus-face-properties-alist): New user option.
14377         (gnus-display-x-face-in-from): Use it.
14379         * gnus-art.el (article-display-face): Ditto.
14381         * compface.el (uncompface-use-external): Default to nil.
14383 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14385         * nntp.el (nntp-erase-buffer): New function.
14386         (nntp-retrieve-data, nntp-send-command)
14387         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14388         (nntp-possibly-change-group): Use it.
14390         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14391         with-current-buffer.
14393 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14395         * compface.el: Merge the ELisp-based uncompface program.
14396         (compface): New customization group.
14397         (uncompface-use-external): New user option.
14398         (uncompface): Call uncompface-internal if uncompface-use-external
14399         is nil.
14400         (uncompface-internal): New function.  Note that there are also
14401         some other functions and variables added for this function.
14403 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14405         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14406         if necessary.
14408 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14410         * spam-report.el (spam-report-unplug-agent)
14411         (spam-report-plug-agent, spam-report-deagentize)
14412         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14413         Add support for the Agent in spam-report: when unplugged, report to a
14414         file; when plugged, submit all the requests.
14416         * spam.el (spam-register-routine): Fix message about
14417         registration.
14419 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14421         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14422         dependencies.
14423         (rfc2047-encode): Use it.
14425         * gnus-art.el (gnus-button-marker-list): Move before first
14426         reference.
14428         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14429         (imap-parse-body): Fix format string mismatch.
14431         * gnus-score.el (gnus-summary-increase-score): do.
14433         * nnrss.el (nnrss-close): New function.
14435 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14437         * nnrss.el (nnrss-make-filename): New function.
14438         (nnrss-request-delete-group, nnrss-read-server-data)
14439         (nnrss-save-server-data, nnrss-read-group-data)
14440         (nnrss-save-group-data): Use it.
14441         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14442         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14443         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14445 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14447         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14449 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14451         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14452         files.
14454         * message.el (message-generate-headers-first): Don't quote nil
14455         and t in docstrings.
14457         * imap.el (imap-id): do.
14459         * gnus-agent.el (gnus-agent-consider-all-articles)
14460         (gnus-agent-queue-mail): do.
14462 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14464         * spam-report.el (spam-report-process-queue): New function.
14465         Process requests from `spam-report-requests-file'.
14466         (spam-report-process-queue): Doc fix.
14468 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14470         * spam.el (spam-register-routine)
14471         (spam-log-processing-to-registry, spam-log-registered-p)
14472         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14473         Change "check" to "spam-check" for semi-clarity.
14475 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14477         * pop3.el: Require nnheader.
14479         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14481         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14483         * gnus-picon.el: Require cl.
14485         * gnus-fun.el: Require gnus-ems and gnus-util.
14487         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14489         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14491         * gnus-art.el (gnus-article-edit-mode): Define before first
14492         reference.
14494 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14496         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14497         (gnus-uu-post-encoded): Use point-at-bol.
14499         * gnus-topic.el (gnus-group-active-topic-p): do.
14501         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14503         * gnus-group.el (gnus-group-kill-region): do.
14505         * gnus-art.el (article-date-ut): do.
14507         * message.el (message-fetch-field): Remove redundant
14508         case-fold-search binding.
14509         (message-narrow-to-field): Simplify.
14511 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14513         * spam.el (spam-directory): Derive from `gnus-directory'.
14515         * spam-report.el (spam-report-url-to-file)
14516         (spam-report-requests-file): New function and variable for offline
14517         reporting.
14518         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14519         and user defined function.
14520         (spam-report-url-ping-mm-url): Remove doubled slash.
14522 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14524         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14526 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14528         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14529         format string mismatch.
14531         * sieve.el (sieve-deactivate-all): do.
14533         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14535         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14537         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14539         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14541 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14543         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14544         the list of checks.
14546 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14548         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14549         padding.
14551 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14553         * mm-view.el (mm-fill-flowed): New variable.
14554         (mm-inline-text): Use it.
14556 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14558         * spam.el (spam-spamassassin-register-ham-routine)
14559         (spam-spamassassin-register-spam-routine): Fix function names.
14561 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14563         * gnus.el (gnus-tmp-grouplens): Remove.
14564         (gnus-summary-line-format): Remove grouplens.
14566         * gnus-group.el (gnus-group-line-format): Ditto.
14568         * gnus-spec.el (gnus-format-specs): Ditto.
14569         (gnus-update-format-specifications): Flush the group format spec
14570         cache if there's the grouplens stuff.
14571         (gnus-parse-simple-format): Replace %l with the empty string.
14573 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14575         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14576         omission.
14578 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14580         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14581         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14583 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14585         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14586         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14587         New macros and functions.
14588         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14589         Handle > NLINK_MAX messages.
14590         * nnmaildir.el (nnmaildir-request-set-mark): Use
14591         nnmaildir--emlink-p and nnmaildir--eexist-p.
14593 2004-01-25  Alex Schroeder  <alex@gnu.org>
14595         * spam-stat.el (spam-stat-process-directory-age): New option.
14596         (spam-stat-process-directory): Use it.
14598 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14600         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14601         (spam-stat-save): Accept prefix argument.
14603 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14605         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14606         links" error.
14608 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14610         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14611         compatibility with old .newsrc.eld files.
14613         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14615         * gnus-start.el (gnus-1): do.
14617         * gnus-group.el (gnus-group-line-format-alist): do.
14619         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14621         * gnus-gl.el: Remove.
14623 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14625         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14626         marks consisting of a single range {for example, (3 . 5)} rather
14627         than a list of a single range { ((3 . 5)) }.
14629 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14631         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14632         with-current-buffer.
14633         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14634         avoid consing a string.
14636         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14637         Remove obsolete entries for big5 and gb2312.
14639 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14641         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14642         uncompressed list.
14644 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14646         * spam-stat.el (spam-stat-strip-xref): New function.
14647         (spam-stat-process-directory): Use it.
14649         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14650         here -- it's done in message-fetch-field.
14652 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14654         * gnus-agent.el (gnus-agent-queue-mail)
14655         (gnus-agent-prompt-send-queue): New variables.
14656         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14657         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14658         "nndraft:queue" along to gnus-draft-send.  Use
14659         gnus-agent-prompt-send-queue.
14660         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14661         is "nndraft:queue".  Suggested by Gaute Strokkenes
14662         <gs234@srcf.ucam.org>
14664         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14665         (agent-enable-undownloaded-faces): Added.
14666         (gnus-agent-cat-groups): Use eval-and-compile, not
14667         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14668         method of gnus-agent-cat-groups even when the buffer has been
14669         evaled.
14670         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14671         delete gnus-agent-save-active-1.
14672         (gnus-agent-save-groups): Deleted.  Identical to
14673         gnus-agent-save-active.
14674         (gnus-agent-write-active): No longer adjust agent's copy of active
14675         file as agent's adjustments are now stored in their own
14676         file.  Removed optional parameter.
14677         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14678         servers.  Add use of min/max range limits from server's local
14679         file.
14680         (gnus-agent-save-alist): Removed unused optional argument.
14681         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14682         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14683         (gnus-agent-set-local): A per-server file that keeps min/max range
14684         limits for articles known to the agent.  Provides a fast mechanism
14685         for altering many active ranges.
14686         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14687         active file (local makes it unnecessary).
14688         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14690         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14691         (agent-enable-undownloaded-faces): Added.
14693         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14694         disable it when sending to "nndraft:queue".
14695         (gnus-group-send-queue): Add safety check to avoid sending queue
14696         when unplugged.
14698         * gnus-group.el (gnus-group-catchup): Use new
14699         gnus-sequence-of-unread-articles, not
14700         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14701         numbers of articles.  Use gnus-range-map to avoid having to
14702         uncompress the unread list.
14703         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14704         Fixed invalid ange-ftp reference.
14706         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14707         (gnus-sorted-range-intersection): Intersection of two ranges
14708         without requiring that they first be uncompressed.
14710         * gnus-start.el (gnus-activate-group): Unless blocked by the
14711         caller, possibly expand the active range to include both cached
14712         and agentized articles.
14713         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14714         multiple version-dependent converters.
14715         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14716         gnus-agent-save-active.
14717         (gnus-save-newsrc-file): Save dirty agent range limits.
14719         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14720         gnus-agent-possibly-alter-active.
14721         (gnus-adjust-marked-articles): Faster handling of simple lists
14723 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14725         * spam-stat.el (spam-stat-test-directory): New optional argument
14726         displays a list of files detected.  Suggested by Andrew Cohen
14727         <cohen@andy.bu.edu>.
14728         (spam-stat-buffer-words-with-scores): Don't narrow and change
14729         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14731 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14733         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14734         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14735         (spam-spamassassin-arguments)
14736         (spam-spamassassin-spam-flag-header)
14737         (spam-spamassassin-positive-spam-flag-header)
14738         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14739         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14740         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14741         (spam-list-of-processors, spam-list-of-checks)
14742         (spam-list-of-statistical-checks, spam-registration-functions)
14743         (spam-check-spamassassin-headers, spam-check-spamassassin)
14744         (spam-spamassassin-score)
14745         (spam-spamassassin-register-with-sa-learn)
14746         (spam-spamassassin-register-spam-routine)
14747         (spam-spamassassin-register-ham-routine)
14748         (spam-assassin-register-spam-routine)
14749         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14750         (spam-bogofilter-score): Fix to show article before scoring.
14752 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14754         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14755         default scoring function.
14756         (spam-generic-score): Call spam-spamassassin-score if
14757         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14758         spam-bogofilter-score otherwise.
14760         * gnus.el (spam-process, spam-autodetect-methods): Add
14761         spamassassin and spamassassin-headers.
14763 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14765         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14766         Suppress unnecessary messages.
14768 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14770         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14771         make-hash-table.
14773 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14775         * canlock.el (base64-encode-string): Don't autoload it.
14777 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14779         * run-at-time.el: Remove useless (require 'itimer),
14780         eval-and-compile and (featurep 'xemacs).
14782 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14784         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14785         GROUP is a virtual group.
14787 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14789         * gnus.el: Autoload `message-y-or-n-p'.
14791 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14793         * pgg-parse.el: Remove unnecessary (require 'custom).
14795         * pgg-def.el: do.
14797         * nnmail.el: do.
14799         * gnus-undo.el: do.
14801         * gnus-picon.el: do.
14803         * gnus-util.el: do.
14805 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14807         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14809 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14811         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14812         handle, as well as a list.
14814         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14815         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14816         (mm-w3m-cid-retrieve): Simplify.
14818 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14820         * message.el (message-kill-to-signature): Allow prefix arg to
14821         specify number of lines to keep before signature.
14823 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14825         * message.el (message-kill-to-signature): Change docstring.
14827 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14829         * canlock.el: Always require sha1-el.
14830         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14832         * message.el: Autoload sha1 only when compiling.
14834 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14836         * message.el (message-canlock-generate): Require sha1-el.
14838 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14840         * message.el (message-expand-name): Silence the byte compiler.
14842 2004-01-13  Simon Josefsson  <jas@extundo.com>
14844         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14845         Invoke gnus-score-mode.  Reported by
14846         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14848         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14849         Jim Blandy <jimb@redhat.com> (tiny change).
14851 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14853         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14855 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14857         * spam.el (spam-get-article-as-string): Update to use
14858         gnus-request-article-this-buffer, much simpler.
14859         (spam-get-article-as-buffer): Remove.
14861 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14863         * message.el (message-expand-name): Use EUDC if the user uses that.
14865 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14867         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14868         character for the encoding to avoid consing a string.
14870         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14871         unnecessarily.
14873         * mm-util.el (mm-replace-chars-in-string): Remove.
14875         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14876         of mm-replace-chars-in-string.
14878 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14880         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14882         * mm-util.el (mm-subst-char-in-string): Support inplace.
14884         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14885         a new string in every iteration.  Use shy groups.
14887 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14889         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14890         * gnus-soup.el (gnus-soup-group-brew):
14891         * gnus-msg.el (gnus-put-message):
14892         * gnus-move.el (gnus-group-move-group-to-server):
14893         * gnus-kill.el (gnus-batch-score):
14894         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14895         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14896         (gnus-group-update-group, gnus-group-read-group)
14897         (gnus-group-make-group, gnus-group-make-help-group)
14898         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14899         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14900         (gnus-group-sort-by-unread, gnus-group-catchup)
14901         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14902         (gnus-group-yank-group, gnus-group-set-info)
14903         (gnus-group-list-groups):
14904         * gnus.el (gnus-generate-new-group-name):
14905         * gnus-delay.el (gnus-delay-send-queue):
14906         * nnvirtual.el (nnvirtual-catchup-group):
14907         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14908         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14909         (gnus-group-prepare-topics, gnus-topic-check-topology):
14910         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14911         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14912         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14913         (gnus-group-make-articles-read):
14914         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14915         (gnus-group-change-level, gnus-kill-newsgroup)
14916         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14917         (gnus-get-unread-articles, gnus-make-articles-unread)
14918         (gnus-make-ascending-articles-unread): Use accessor
14919         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14920         to get group information for improved readability.
14922 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14924         * gnus-art.el (article-decode-mime-words, article-babel)
14925         (gnus-article-highlight-signature, gnus-article-add-buttons)
14926         (gnus-signature-toggle): Use gnus-with-article-buffer.
14928         * gnus-art.el (gnus-article-highlight-headers)
14929         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14931         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14932         (gnus-article-set-globals, gnus-request-article-this-buffer)
14933         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14934         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14935         (gnus-mime-display-alternative): Use with-current-buffer.
14937 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14939         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14940         also under 80 char limit, and call gnus-error if needed.
14941         (spam-fetch-article-header): Fix - it was a
14942         buffer-local variable (gnus-newsgroup-data).
14943         (spam-find-spam): Use spam-generate-fake-headers, forget about
14944         spam-insert-fake-headers.
14945         (spam-insert-fake-headers): Remove.
14947 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14949         * deuglify.el (gnus-article-outlook-unwrap-lines)
14950         (gnus-outlook-rearrange-article)
14951         (gnus-outlook-repair-attribution-outlook)
14952         (gnus-outlook-repair-attribution-block)
14953         (gnus-outlook-repair-attribution-other): Remove redundant
14954         save-excursion.
14956 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14958         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14959         (spam-fetch-field-subject-fast)
14960         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14961         (spam-fetch-article-header): Add functions to deal with Gnus
14962         internals for fast retrieval of article header data.
14963         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14965 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14967         * pop3.el (pop3-md5): Remove.
14968         (pop3-apop): Replace pop3-md5 with md5.
14970         * mm-bodies.el: base64 is always built-in.
14972         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14973         with-current-buffer.
14975 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14977         * canlock.el (canlock-insert-header): Remove excessive grouping in
14978         regexp.
14980         * gnus-sum.el (gnus-summary-read-document): Ditto.
14982         * gnus-uu.el (gnus-uu-part-number): Ditto.
14984         * html2text.el (html2text-remove-tags): Ditto.
14985         (html2text-format-tags): Ditto.
14986         (html2text-format-single-elements): Ditto.
14988         * mml.el (mml-parse-1): Ditto.
14990 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14992         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14994         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14996         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14998         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15000 2003-11-15  Simon Josefsson  <jas@extundo.com>
15002         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15003         (pgg-gpg-lookup-key): Use regexp match instead of
15004         split-string (split-string is different between emacs 21.2 and
15005         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15007 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15009         * gnus-art.el (gnus-mime-view-all-parts)
15010         (gnus-article-part-wrapper, gnus-article-view-part): Use
15011         with-current-buffer.
15013 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15015         * spam.el (spam-disable-spam-split-during-ham-respool)
15016         (spam-spamoracle-database, spam-cache-lookups)
15017         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15018         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15019         (spam-group-ham-marks, spam-group-spam-marks)
15020         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15021         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15022         also add spam-use-blackholes to the statistical checks.
15023         (spam-fetch-field-fast): Add interface to fetching fields, may
15024         become a macro.
15025         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15026         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15027         (spam-insert-fake-headers): Fake an article when needed.
15028         (spam-find-spam): Fake article when possible.
15029         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15030         (spam-check-bogofilter-headers): Use message-fetch-field instead
15031         of nnmail-fetch-field.
15033 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15035         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15037 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15039         * spam.el (spam-split): Do not require spam-use-CHECK to be
15040         enabled if that check is passed to spam-split explicitly; also
15041         fix so 'spam doesn't get converted to spam-split-group when
15042         spam-split-symbolic-return is t.
15043         (spam-find-spam): Find registrations of the article and use those
15044         instead of re-running spam-split to find the spam/ham
15045         classification of the article.
15046         (spam-log-processing-to-registry, spam-log-registered-p)
15047         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15048         Use gnus-error instead of gnus-message.
15049         (spam-log-registration-type): Add function to determine the
15050         classification of a message based on registry entries; will
15051         return nil if both 'spam and 'ham are found.
15052         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15053         a reasonably fast local cache without the loading errors.
15054         (spam-cache-lookups): Set to t by default.
15055         (spam-find-spam): Don't try to guess spam-cache-lookups.
15056         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15057         spam-caches entry.
15058         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15059         caching of whitelist/blacklist entries.
15060         (spam-check-whitelist, spam-check-blacklist): Invoke
15061         spam-from-listed-p with a type, not a cache variable.
15062         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15064 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15066         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15068         * nnmail.el (nnmail-split-fancy): do.
15070         * mml.el (mml-parse): do.
15072         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15073         (gnus-score-adaptive): do.
15075 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15077         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15078         (gnus-mime-button-map): Don't set keymap parent.
15079         (gnus-button-ctan-directory-regexp): Use shy grouping.
15080         (gnus-prev-page-map): Don't set keymap parent.
15081         (gnus-prev-page-map): Remove duplicated one.
15082         (gnus-next-page-map): Don't set keymap parent.
15083         (gnus-mime-security-button-map): Ditto.
15085         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15086         version number.
15088         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15090 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15092         * canlock.el (canlock-sha1-function): Remove.
15093         (canlock-sha1-function-for-verify): Remove.
15094         (canlock-openssl-program): Remove.
15095         (canlock-openssl-args): Remove.
15096         (canlock-ignore-errors): Remove.
15097         (canlock-sha1-with-openssl): Remove.
15098         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15099         (canlock-verify): Don't use canlock-ignore-errors.
15101         * sha1-el.el (sha1-string-external): Make it can return a string
15102         in binary form.
15103         (sha1-region-external): Ditto.
15104         (sha1-string-internal): Ditto.
15105         (sha1-region-internal): Ditto.
15106         (sha1-region): Ditto.
15107         (sha1-string): Ditto.
15108         (sha1): Ditto.
15110 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15112         * spam.el (spam-report-articles-gmane): New command.
15114 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15116         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15118         * run-at-time.el (run-at-time-saved): Remove.
15119         (run-at-time): Doc fix.
15121 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15123         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15124         (gnus-summary-limit-map): Add it.
15125         (gnus-summary-make-menu-bar): do.
15127 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15129         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15130         Make attempt at some caching support (done for BBDB only now).
15131         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15132         addresses to be checked.
15133         (spam-clear-cache-BBDB): Add function, to be invoked by
15134         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15135         (spam-check-BBDB): Check and use the caches, if
15136         spam-cache-lookups is on, remove superfluous (provide).
15138 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15140         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15142 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15144         * run-at-time.el (run-at-time-saved): Move to after the definition
15145         of `run-at-time'.
15147 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15149         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15150         mm-w3m-local-map-property.
15152         * mm-view.el (mm-w3m-mode-map): Remove.
15153         (mm-w3m-local-map-property): Remove.
15154         (mm-inline-text-html-render-with-w3m): Don't use
15155         mm-w3m-local-map-property.
15157 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15159         * run-at-time.el: New file.
15161         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15162         of gnus-set-text-properties.
15164         * gnus-uu.el (gnus-uu-save-article): Ditto.
15166         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15168         * gnus-cite.el (gnus-cite-parse): Ditto.
15170         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15171         of gnus-.
15173         * gnus.el: Changed calls to nnheader-run-at-time and
15174         password-run-at-time throughout to use run-at-time directly.
15176         * password.el: Removed definition of run-at-time.
15178 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15180         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15181         in prompt.
15183 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15185         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15186         XEmacs version.
15188         * dns.el (dns-make-network-process): Use `open-network-stream'
15189         instead of `gnus-xmas-open-network-stream'.
15191         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15193 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15195         * gnus-art.el (gnus-mime-display-alternative)
15196         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15197         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15198         Don't use gnus-local-map-property.
15200         * gnus-util.el (gnus-local-map-property): Remove.
15202         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15203         gnus-completing-read-maybe-default with completing-read.
15205         * gnus-util.el (gnus-completing-read): do.
15206         (gnus-completing-read-maybe-default): Remove.
15208 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15210         * password.el: Only autoload `run-at-time' if not XEmacs.
15211         Only autoload the itimer functions if XEmacs.
15213 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15215         * gnus-art.el (gnus-read-string): Remove.
15216         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15217         read-string.
15219 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15221         * netrc.el: Autoload password-read.
15222         (netrc): Add configuration group.
15223         (netrc-encoding-method, netrc-openssl-path): Add
15224         variables for encoding and decoding of files with symmetric
15225         ciphers.
15226         (netrc-encode): Add assistant function to encode a file with
15227         netrc-encoding-method.
15228         (netrc-parse): Add interactive parameter, added optional
15229         decoding if netrc-encoding-method is non-nil but otherwise
15230         behavior is standard.
15231         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15232         Do s/encode/encrypt/ everywhere.
15234         * spam.el: Remove executable-find autoload.
15236 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15238         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15240         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15242 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15244         * gnus-art.el (gnus-treat-ansi-sequences)
15245         (article-treat-ansi-sequences): New variable and function.
15246         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15248         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15249         Use it.
15251 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15253         * mm-util.el (mm-quote-arg): Remove.
15255         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15256         shell-quote-argument.
15258         * gnus-uu.el (gnus-uu-command): do.
15260         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15262         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15263         with make-char.
15265         * mm-util.el (mm-make-char): Remove.
15267         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15268         add-minor-mode.
15270         * gnus-undo.el (gnus-undo-mode): do.
15272         * gnus-topic.el (gnus-topic-mode): do.
15274         * gnus-sum.el (gnus-dead-summary-mode): do.
15276         * gnus-start.el (gnus-slave-mode): do.
15278         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15280         * gnus-ml.el (gnus-mailing-list-mode): do.
15282         * gnus-gl.el (gnus-grouplens-mode): do.
15284         * gnus-draft.el (gnus-draft-mode): do.
15286         * gnus-dired.el (gnus-dired-mode): do.
15288         * gnus-ems.el (gnus-add-minor-mode): Remove.
15290         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15291         Replace gnus-char-width with char-width.
15293         * gnus-ems.el (gnus-char-width): Remove.
15295         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15296         Replace gnus-char-width with char-width.
15298         * gnus-ems.el (gnus-char-width): Remove.
15300         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15301         definition.
15302         Remove Emacs 20 hash table compatibility code.
15304         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15305         20 compatibility code.
15307         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15309         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15311         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15312         with point-at-{eol,bol}.
15314         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15316         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15318         * flow-fill.el (fill-flowed-point-at-bol)
15319         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15321         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15322         Replace with point-at-{eol,bol} throughout all files.
15324 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15326         * ntlm.el (ntlm-string-as-unibyte): New macro.
15327         (ntlm-build-auth-response): Use it.
15329         Remove Emacs 20 stuff:
15330         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15331         of delq and copy-sequence.
15332         * gnus-art.el (popup-menu): Remove the compiler macro.
15333         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15334         Emacs 20.
15336 2004-01-05  Simon Josefsson  <jas@extundo.com>
15338         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15339         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15340         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15341         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15342         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15343         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15344         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15345         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15346         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15347         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15348         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15349         string-xor into ntlm-string-xor.  Suggested by
15350         Jesper Harder <harder@myrealbox.com>.
15352         * ntlm.el: Don't include poem.
15354         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15355         Jesper Harder <harder@myrealbox.com>.
15357         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15359         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15360         probably breaks emacs with DL patch, but do we care? Is anyone
15361         still using the DL stuff?)
15363         * sieve-manage.el: Use the password package.
15364         (sieve-manage-read-passwd): Remove.
15365         (sieve-manage-interactive-login): Use password.  Re-add
15366         condition-case around loop.
15368         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15369         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15370         the password package.
15372 2003-02-19  Simon Josefsson  <jas@extundo.com>
15374         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15375         token.
15377 2002-08-07  Simon Josefsson  <jas@extundo.com>
15379         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15380         (sieve-manage-authenticators):
15381         (sieve-manage-authenticator-alist): Add some SASL mechs.
15382         (sieve-sasl-auth): New function.
15383         (sieve-manage-cram-md5-auth):
15384         (sieve-manage-plain-auth): Rewrite using SASL library.
15385         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15386         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15387         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15388         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15390 2004-01-05  Simon Josefsson  <jas@extundo.com>
15392         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15393         New files.
15395 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15397         * gnus-group.el (gnus-no-groups-message): Update.
15399         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15401 2003-11-09  Simon Josefsson  <jas@extundo.com>
15403         * imap.el: Support for ID IMAP extension (RFC 2971).
15404         (imap-local-variables): Add imap-id.
15405         (imap-id): New variable.
15406         (imap-id): New function.
15407         (imap-parse-response): Parse untagged ID response.
15408         * nnimap.el (nnimap-id): New variable.
15409         (nnimap-open-connection): Use it.
15411 2003-12-28  Simon Josefsson  <jas@extundo.com>
15413         * gnus-score.el (gnus-score-edit-all-score): New.
15414         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15416 2004-01-04  Simon Josefsson  <jas@extundo.com>
15418         * password.el: Add.
15420 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15422         * dns.el (dns-query-types): Fix typo.
15423         (dns-query-types): New function.
15424         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15425         PTR and SOA replies, see RFC 1035.
15427 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15429         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15431         * Moved to Changelog.2.
15433 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15435         * gnus.el (gnus-version-number): Bump version.
15437 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15439         * gnus.el: No Gnus v0.1 is released.
15441 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15443         * gnus.el: No Gnus v0.0 is released.
15445 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15447         * gnus.el (gnus-version-number): Bump.
15448         (gnus-version): No.
15450 See ChangeLog.2 for earlier changes.
15452     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
15454   This file is part of GNU Emacs.
15456   GNU Emacs is free software: you can redistribute it and/or modify
15457   it under the terms of the GNU General Public License as published by
15458   the Free Software Foundation, either version 3 of the License, or
15459   (at your option) any later version.
15461   GNU Emacs is distributed in the hope that it will be useful,
15462   but WITHOUT ANY WARRANTY; without even the implied warranty of
15463   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15464   GNU General Public License for more details.
15466   You should have received a copy of the GNU General Public License
15467   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15469 ;; Local Variables:
15470 ;; coding: utf-8
15471 ;; fill-column: 79
15472 ;; add-log-time-zone-rule: t
15473 ;; End: