(nnimap-convert-partial-article): Protect against zero-length body parts.
[gnus.git] / lisp / ChangeLog
blobaf97fb79c441b489c2d10f560d6e189ffe126382
1 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3         * nnimap.el (nnimap-convert-partial-article): Protect against
4         zero-length body parts.
6         * mm-decode.el (mm-preferred-alternative-precedence): Discourage
7         showing empty parts.
9         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
10         and stuff if the backend didn't return the article number.  This fixes
11         an Exchange-related nnimap bug.
13         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
14         group window, because it does the wrong thing when a separate frame
15         displays the group buffer.
17         * proto-stream.el (open-protocol-stream): Protect against the low-level
18         transport functions returning nil.
20 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
22         * mml2015.el (epg-sub-key-fingerprint): Autoload.
23         (mml2015-epg-find-usable-secret-key): New function.
24         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
25         mml2015-epg-find-usable-key (Bug#7797).
26         (mml2015-epg-encrypt): Ditto.
28 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
30         * dgnushack.el (rot13-string): Fix the way to get the argument.
32 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
36 2011-01-03  Glenn Morris  <rgm@gnu.org>
38         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
40         * sieve.el (sieve-open-server): Give a more explicit error if
41         sieve-manage-open returns nil.  (Bug#7720)
43 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
45         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
47 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
49         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
50         This avoids sending passwords in plain text over non-encrypted
51         channels.
53         * shr.el (shr-rescale-image): Display all GIF images as animated images.
55         * nnimap.el (nnimap-login): Refactored out into own function, and
56         implement CRAM-MD5.
57         (nnimap-wait-for-line): Refactored out.
59         * mm-view.el (mml-smime): Require.
61 2010-12-20  David Engster  <deng@eml.cc>
63         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
64         use EPG to decrypt S/MIME messages instead of openssl.
66 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
68         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
70         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
71         status is the group clearly is unreachable.
73         * auth-source.el (auth-source-create): Add the optional second
74         parameter to `local-variable-p' to be compatible with XEmacs.
76 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
78         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
79         work when using a compressed nnml folder.
81 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
84         backends after sanitising on entry, because this never makes sense:
85         If the articles have gone missing, then the data no longer exists on
86         the backend, and if they haven't, then Gnus is wrong, and shouldn't
87         overwrite anything anyway.
89         * shr.el (shr-insert-document): Bind shr-width dynamically to
90         window-width if it's nil.
92 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
94         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
95         with the meaning of using the full emacs window width for rendering.
97 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
99         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
100         case when sender is not given.
102 2010-12-23  Julien Danjou  <julien@danjou.info>
104         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
105         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
106         the addresses, otherwise we might misplaced the gravatar.
108 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
110         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
111         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
112         obsolete in Emacs.
114 2010-12-20  Julien Danjou  <julien@danjou.info>
116         * gnus-util.el (gnus-rescale-image): Revert last change.
118 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
120         * binhex.el: Improve commentary (Bug#7482).
122 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
124         * gnus-group.el (gnus-group-delete-articles): New command.
126 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
128         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
130 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
132         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
133         here, since it's up to the backends to do CRLF removal if their
134         protocol has it.
136         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
138 2010-12-17  Julien Danjou  <julien@danjou.info>
140         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
141         they are from file. Can also scale up.
143 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
145         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
146         gnus-use-agent.
147         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
149         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
151 2010-12-17  Julien Danjou  <julien@danjou.info>
153         * gravatar.el (gravatar-retrieve-synchronously): New function.
154         (gravatar-get-data): Make more robust.
156 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
158         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
160 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
163         to really consider the last line.
165 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
167         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
168         list of recipient keys, or use symmetric encryption if not a list.
169         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
170         EPA override, replacing the call to `netrc-store-data'.
172 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
174         * gnus-srvr.el: Avoid passing nil regexp argument to
175         delete-matching-lines.
177 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
179         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
180         fetching stops when Gnus exits.
182         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
183         function.
184         (nnfolder-request-expire-articles): Save all the buffers after doing
185         expiry.
187         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
188         the last article", since that led to serious performance regressions
189         when expiring nnml groups.
191 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
193         * nnir.el: Improve customizations.
195 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
197         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
199         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
200         group has been killed.
201         (gnus-group-yank-group): Ditto.
203         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
205         * nnimap.el (nnimap-request-update-group-status): New function.
207         * gnus-int.el (gnus-request-update-group-status): New interface
208         function.
210         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
211         copying read-ness to the backends.
213         * nnimap.el (nnimap-quirk): New function.
214         (nnimap-retrieve-group-data-early): Use it.
215         (nnimap-quirks): New alist.
217 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
219         * shr.el (shr-insert): Set shr-start after deleting trailing space;
220         don't delete it within indentation.
222 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
224         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
225         previous line.
227 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
230         QRESYNC command by deleting a superfluous space which broke Cyrus
231         servers.  This change will break other servers that are buggy the other
232         way around.
234 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
236         * spam.el: Reindent and fix long lines.
237         (spam-copy-or-move-routine): Exclude invalid move destinations.
239 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
241         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
242         installed the registry.
244 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
246         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
248 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
250         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
251         groupname doesn't contain "gmane".
253 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
255         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
256         and netrc-bound-and-true-p bindings.
257         (netrc-parse): Cache the netrc contents.
259         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
260         (gnus-1): Don't create the nndrafts group twice.
261         (gnus-setup-news): There's no need to read the active file here, since
262         that's done again later on a per-backend basis.
263         (gnus-start-draft-setup): Make sure that the new group is started out
264         empty.
266         * gnus-agent.el (gnus-agentize): Don't create the queue group
267         automatically on startup.  It'll be created later, if needed.
269         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
270         of automatically subscribed groups.
271         (gnus-auto-subscribed-categories): New variable.
272         (gnus-matches-options-n): Use it.
273         (gnus-default-subscribed-newsgroups): Remove unused variable.
274         (gnus-start-draft-setup): Message a bit less.
276 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
278         * nnir.el (nnir-run-imap): Return article list in order of increasing
279         UID.
281 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
283         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
284         gnus-auto-select-on-ephemeral-exit.
286         * proto-stream.el (proto-stream-open-network-only): Fix the calling
287         convention of the network-only option.
289 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
291         * proto-stream.el (proto-stream-open-network-only): New function to
292         have a way to specify non-STARTTLS upgrade connections.
294 2010-12-10  Julien Danjou  <julien@danjou.info>
296         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
297         email address is nil.
299         * message.el (message-bogus-recipient-p): Set address to "" if nil.
301 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
303         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
304         deletion.
305         (nnir-run-imap): Only need to parse list once.
307 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309         * shr.el (shr-tag-script): Ignore <script>.
310         (shr-tag-label): Add <label> support.
312 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
314         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
316         * shr.el (shr-image-displayer): Work for images lined side by side.
318 2010-12-08  Robert Pluim  <rpluim@gmail.com>
320         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
321         parameter, since XEmacs doesn't accept t as a parameter.
323 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
325         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
326         ids.
327         (nnir-run-gmane): Simplify groupspec formatting.
328         (nnir-request-expire-articles): New function.
330 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
332         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
333         overflow, possibly.
335         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
336         (shr-render-td): Handle td style="" better.
337         (shr-tag-table): Use the color from the style sheet.
338         (shr-render-td): Make sure we copy over all the overlays, too.
340 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
342         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
343         (nnir-request-article): Improve article retrieval.
345 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
347         * mm-util.el (mm-extra-numeric-entities): New variable.
349         * mm-url.el (mm-url-decode-entities):
350         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
352         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
354 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
356         * message.el: Use completion-at-point.
357         (message-completion-function): New fun, extracted from message-tab.
358         (message-mode): Use it for completion-at-point-functions.
359         (message-tab): Use it and completion-at-point.
361 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
363         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
364         character if a non-breakable character follows.
366 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
369         any stream.
371         * shr.el (shr-tag-font): Colorize the region.
372         (shr-tag-body): Ditto.
373         (shr-tag-font): Actually let the styles be inherited instead of
374         overwriting them.
375         (shr-tag-font): Get the background color right.
376         (shr-tag-style): Ignore all <style> tags for the moment.
378         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
379         a Message-ID to avoid having nnimap depend on gnus-sum.
381         * shr.el (shr-descend): Only colorize something if we have a node that
382         sets colors.
384 2010-12-06  Julien Danjou  <julien@danjou.info>
386         * shr.el (shr-render-td): Render td content with shr-descend, so style
387         will be applied to <td> too.
388         (shr-colorize-region): Colorize region even if we only have a background.
389         (shr-tag-body): Fix color and background color inheritance.
390         Do not recolorize after shr-generic.
391         (shr-tag-font): Let shr-generic colorize via inheritance.
393 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
395         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
397 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
399         * nnir.el (nnir-request-move-article): Remove obsolete code.
401 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
403         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
405 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407         * gnus-sum.el (gnus-summary-respool-article): The completion function
408         expects a list instead of an alist.
410         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
411         string as the parameter.
413         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
415         * shr.el (shr-stylesheet): New dynamic variable for cascading the
416         styles.
417         (shr-colorize-region): New function.
418         (shr-insert-background-overlay): Remove.
419         (shr-render-td): Background setting should be taken care of on a higher
420         level.
421         (shr-tag-body): Use post-hoc colorizations.
422         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
423         (shr-put-color-1): Don't overwrite old colors.
424         (shr-colorize-region): When the background color isn't explicit, use
425         a fixed background.
427         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
428         nnmail variables.
430 2010-12-05  Bjørn Mork  <bjorn@mork.no>
432         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
433         unless necessary.
435 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
437         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
438         server.
440 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
442         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
443         so that TAB works.
445         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
446         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
448         * shr.el (shr-urlify): Show the URL before the title to avoid
449         misleading URLs.
451 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
453         * shr.el (shr-urlify): Display the title in <a> tags.
455 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
457         * nnir.el (nnir-categorize): Replace mapcar with mapc.
459 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
461         * nnir.el: Rearrange code to allow macros to be autoloaded by
462         gnus-sum.el.
463         (nnir-retrieve-headers-override-function): Make this variable
464         customizable.
465         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
467         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
468         from nnir.el.
470 2010-12-03  Julien Danjou  <julien@danjou.info>
472         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
474 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
476         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
477         allow optional argument `environment'.
479 2010-12-03  Glenn Morris  <rgm@gnu.org>
481         * mm-extern.el (message-goto-body): Update declaration.
483 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
485         * gnus-util.el (gnus-macroexpand-all): New function.
487         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
488         instead of macroexpand-all that is unavailable in XEmacs.
490 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
492         * nnir.el (nnir-summary-line-format): New variable.
493         (nnir-mode): Use it.
494         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
495         (nnir-article-ids): Reimplement as defsubst.
496         (nnir-retrieve-headers): Don't mangle the subject header.
497         (nnir-run-imap): Use 100 as RSV score.
498         (nnir-run-find-grep): Fix for full server searching.
499         (nnir-run-gmane): Better restriction to gmane groups.
501         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
502         summary buffers.
504 2010-12-02  Julien Danjou  <julien@danjou.info>
506         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
508         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
510         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
511         support.
513 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
515         * nnir.el: Update to handle the registry better.
516         (autoload): Silence byte-compiler.
517         (nnir-open-server): Add a hook for nnir groups.
518         (nnir-request-move-article): Don't mangle the header. Better to use
519         formating variables (which will be added in the future).
520         (nnir-registry-action): Update the registry using the original article
521         group name.
522         (nnir-mode): Install nnir-specific hooks for updating the registry.
524         * gnus-sum.el
525         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
526         obsolete variables.
527         (gnus-summary-move-article): Remove use of obsolete variables.
528         (gnus-summary-local-variables): Make move and delete hooks local to
529         summary buffers.
531 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
533         * rtree.el: New file.
535 2010-12-01  Julien Danjou  <julien@danjou.info>
537         * message.el (message-user-organization): Do not use
538         gnus-local-organization.
540         * gnus.el: Remove gnus-local-organization.
542         * gnus-msg.el: Remove nastygram thing.
544 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
546         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
547         funcall.
549 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
551         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
552         names.
554         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
555         characters.
557         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
558         to t of inhibit-read-only since it is inside gnus-with-article-headers.
559         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
560         (gnus-gravatar-transform-address): Use mail-extract-address-components
561         that supports non-ASCII names rather than mail-header-parse-addresses.
563 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
565         * proto-stream.el (open-protocol-stream): All starttls connections are
566         handled by the network handler.
568 2010-11-30  Julien Danjou  <julien@danjou.info>
570         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
571         (nnimap-open-connection-1): Fix PREAUTH.
573         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
575 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
577         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
578         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
579         (shr-insert): Use them.
580         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
582 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
584         * nnir.el (nnir-request-move-article): Bail out if original group
585         doesn't support article moves.
586         (nnir-get-active): Improve active list retrieval.
588 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
590         * shr.el (shr-find-fill-point): Don't break before apostrophes.
592 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
594         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
595         seem to accept strings-with-numbers as port numbers,
597 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
599         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
600         change the registry.
602 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
604         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
605         delete-dups that is not available in XEmacs 21.4.
607         * mm-util.el (mm-delete-duplicates): Add comment.
609 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
611         * nnir.el (nnir-ignored-newsgroups): New variable.
612         (nnir-get-active): Use it.
614 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616         * proto-stream.el (proto-stream-open-network): Add some comments.
618         * nntp.el (nntp-open-connection): Provide a :success condition.
620         * nnimap.el (nnimap-open-connection-1): Ditto.
622         * proto-stream.el (proto-stream-open-network): See what the response to
623         the STARTTLS command is.
625         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
626         backwards compatibility).
627         (nnimap-open-connection-1): Really respect nnimap-server-port.
629         * proto-stream.el (proto-stream-open-network): When doing opportunistic
630         TLS upgrades we don't really care about the identity of the peer.
631         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
632         that what we've checked for.
633         (proto-stream-always-use-starttls): Only default to t if
634         open-gnutls-stream exists.
635         (proto-stream-open-network): If STARTTLS failed, then just open a
636         normal connection.
637         (proto-stream-open-network): Wait until the greeting before doing
638         STARTTLS.
640         * nntp.el (nntp-open-connection): Report what the connection error is.
642         * proto-stream.el (open-protocol-stream): Renamed from
643         open-proto-stream.
645 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
647         * nnimap.el (nnimap-stream): Change default to `undecided'.
648         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
649         first, and then network.
650         (nnimap-open-connection-1): Respect nnimap-server-port.
651         (nnimap-open-connection): Be more backwards-compatible.
653         * proto-stream.el (proto-stream-always-use-starttls): New variable.
654         (proto-stream-open-starttls): De-duplicate the starttls code.
655         (proto-stream-open-starttls): Folded back into the main function.
656         (proto-stream-open-network): Fix typo in the gnutls path.
657         (proto-stream-command): Refactor out.
659         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
661         * proto-stream.el (proto-stream-open-starttls): Actually implement the
662         starttls.el STARTTLS.
664         * color.el (color-lab->srgb): Fix function call name.
666         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
667         if we're using tls.el.
668         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
669         built in, then don't try to establish a STARTTLS connection.
671         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
672         servers.
674         * proto-stream.el (open-proto-stream): Use network, not stream.
675         (open-proto-stream): Add a way to specify what the end of a command is.
677         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
678         connections types.
679         (nntp-open-network-stream): Remove.
680         (nntp-open-ssl-stream): Remove.
681         (nntp-open-tls-stream): Remove.
682         (nntp-ssl-program): Remove.
684         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
686 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
688         * nnir.el: Fix typos.
689         (nnir-retrieve-headers-override-function): Rename variable to reflect
690         new semantics.
691         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
692         macros.
693         (nnir-request-article, nnir-request-move-article): Use them.
694         (nnir-categorize): New function.
695         (nnir-run-query): Use it.
696         (nnir-retrieve-headers): Rewrite to batch header retrieval.
697         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
698         sorted.
699         (nnir-group-full-name): Use gnus-group-full-name instead.
700         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
701         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
703 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
705         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
707         * proto-stream.el: New library to provide protocol-specific
708         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
709         protocols.
710         (open-proto-stream): Complete the documentation.
711         (proto-stream-open-network): Fix some typos.
713         * nnimap.el (nnimap-open-connection): Use it.
715 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
717         * pop3.el (pop3-open-server): Read server greeting before starting TLS
718         negotiation.
720 2010-11-26  Julien Danjou  <julien@danjou.info>
722         * color.el: Rename various rgb functions to srgb.
724 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
726         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
727         names.
729 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
731         * shr.el (shr-insert): Revert last change.
732         (shr-find-fill-point): Never leave point being at bol;
733         relax the kinsoku limitation when rendering tables.
735 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
737         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
738         results from -accept-article.
740         * shr-color.el: Require cl when compiling.
742         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
743         checkin.
745         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
747         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
749         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
750         'add and 'delete to set backend marks.
752         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
754         * nnheader.el (nnheader-update-marks-actions): Refactor out.
756         * nntp.el (nntp-request-set-mark): Use it.
758         * nnfolder.el (nnfolder-request-set-mark): Ditto.
760         * nnml.el (nnml-request-set-mark): Ditto.
762         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
763         introduces regressions in article selection.
764         (nnimap-find-uid-response): New function.
765         (nnimap-request-accept-article): Use the UID returned, if any.
766         (nnimap-request-move-article): Use the UID returned, if any.
767         (nnimap-get-groups): Reimplement to work with folded lines.
768         (nnimap-find-uid-response): The UID is the last element in the list.
769         (nnimap-request-set-mark): Extend syntax with 'set.
771         * nnml.el (nnml-request-set-mark): Ditto.
773         * nnfolder.el (nnfolder-request-set-mark): Ditto.
775         * nntp.el (nntp-request-set-mark): Ditto.
777 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
779         * message.el (message-called-interactively-p): A temporary macro.
780         (message-goto-body): Use it temporarily.
782 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
784         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
785         (nnimap-last-response-string): Unfold quoted lines, if they exist.
786         (nnimap-last-response-string): Fix last unfolding fix.
788 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
790         * shr.el (shr-insert): Fix the way to fold lines.
792 2010-11-25  Julien Danjou  <julien@danjou.info>
794         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
796         * color.el: Rename from color-lab.el
797         (color-rgb->hex): Add.
798         (color-complement): Add.
799         (color-complement-hex): Add.
801         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
803 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
805         * shr-color.el (shr-color-visible): Don't bug out if the colour names
806         don't exist.
808 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
810         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
811         assuming that article displaying or another mml-preview may be
812         interrupted for an error or for the like.
814         * shr.el (shr-get-background): Fix argument name.
816 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
820         * gnus-sum.el (gnus-summary-include-articles): New function.
822         * message.el (message-goto-body): called-interactively-p needs a
823         parameter, so use `any'.
825         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
826         clear marks before moving, since they're synced from the Gnus side
827         first.
829         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
830         (gnus-summary-move-article): Copy over all marks before moving, so that
831         IMAP doesn't think a new article has arrived.
833 2010-11-24  Julien Danjou  <julien@danjou.info>
835         * shr.el (shr-insert-background-overlay): Fix typo.
836         (shr-render-td): Copy the background before rendering.
838         * shr-color.el (shr-color-visible): Fix docstring.
840         * shr.el (shr-tag-table): Add bgcolor support.
841         (shr-render-td): Add bgcolor support.
842         (shr-get-background): Add.
843         (shr-insert-foreground-overlay): Use shr-get-background.
845         * message.el (message-goto-body): Use called-interactively-p.
846         (message-in-body-p): message-goto-body returns point.
848 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
850         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
851         Fixes something or other in Emacs 23, and is backwards compatible.
853         * message.el (message-goto-body): Remove the <#secure special-casing,
854         which is too special.
856         * shr.el (shr-parse-style): Drop !important from styles.
858 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
860         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
861         this function to return incorrect results when calling it with an
862         explicit article argument different from
863         (gnus-summary-article-number).
865 2010-11-24  Julien Danjou  <julien@danjou.info>
867         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
868         (shr-tag-body): Add background support.
869         (shr-descend): Add background support.
870         (shr-tag-title): Add.
872         * shr-color.el (shr-color-visible): Really return original background
873         if fixed.
875 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
877         * shr.el (shr-color-check): Protect against non-existant colour names.
879 2010-11-24  Julien Danjou  <julien@danjou.info>
881         * color-lab.el: Require 'cl when compiling.
883         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
885         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
886         matched part.
888         * color-lab.el: Fix all expt calls to use float type.
890 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
892         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
893         expression to shr-color-check as is.
895         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
897         * color-lab.el: Add coding cookie.
898         (float-pi): Use eval-and-compile.
900         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
901         compiled for Emacsen having no `libxml-parse-html-region' support.
903 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905         * shr.el (shr-insert-color-overlay): Split stuff like
906         "#444444 !important" to find the real colour.
907         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
908         parse <font color="red"> entries.
910 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
912         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
913         point when parsing headers.
915         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
916         is positioned properly when parsing headers.
918 2010-11-23  Julien Danjou  <julien@danjou.info>
920         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
922         * shr-color.el (shr-color->hexadecimal): Add support for color names.
924         * shr.el (shr-parse-style): Replace \n with space in style parsing.
926         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
927         shr-color-hue-to-rgb.
928         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
930 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932         * shr.el (shr-color->hexadecimal): Autoload.
933         (shr-descend): Add color to all tags.
935 2010-11-22  Julien Danjou  <julien@danjou.info>
937         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
938         shr-color->hexadecimal.
940         * shr-color.el (shr-color->hexadecimal): Add converting functions for
941         RGB() or HSL() color representation.
943         * shr.el (shr-tag-font): Add.
944         (shr-tag-color-check): New function to get better colors.
945         (shr-tag-insert-color-overlay): Factorize code between tag-font and
946         tag-span.
948         * shr-color.el: New file.
950         * color-lab.el: New file.
952         * gnus-art.el (gnus-url-mailto): Do not downcase args.
954 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
956         * nnir.el: Fix typo in comments.
957         (nnir-run-imap): Simplify code. No need to reverse artlist.
958         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
960 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
964         * nnimap.el (nnimap-get-capabilities): Refactor out.
965         (nnimap-open-connection): Re-request capabilities after STARTTLS.
967 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
969         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
970         appearing when `mm-uu-hide-markers' is nil.
972 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
974         * nnimap.el (nnimap-unselect-group): Make into its own function.
975         (nnimap-request-rename-group): Unselect group before renaming.
976         This had gotten lost somewhere.
977         (nnimap-request-accept-article): Keep track of examined groups, and
978         unselect the group before APPENDing to read-only groups.
979         (nnimap-request-move-article): Clear flags before moving so that they
980         can be re-set later.
982 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
984         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
985         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
987 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
989         * gnus-art.el (gnus-mime-display-single)
990         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
991         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
992         parameter.
994 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
996         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
997         (shr-table-vertical-line): New variable.
998         (shr-insert-table): Use it.
1000 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1002         * gnus-html.el (gnus-html-wash-images): Don't display images if
1003         gnus-inhibit-images is non-nil; register displayer for cid images.
1004         (gnus-html-display-image): Work for cid image.
1005         (gnus-html-insert-image): Allow arguments.
1006         (gnus-html-put-image): Inhibit read-only.
1007         (gnus-html-prefetch-images): Don't prefetch images if
1008         gnus-inhibit-images is non-nil.
1010 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1012         * shr.el (shr-put-image): Break lines when inserting big pictures.
1014 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1016         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1017         sender, thanks Katsumi Yamaoka.
1019 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1021         * nnir.el (nnir-run-imap): Reverse the article list for each group
1022         rather than the whole list.
1024 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1026         * shr.el (shr-image-displayer): Protect function against non-existent
1027         image source.
1029         * gnus-art.el (gnus-inhibit-images): New user option.
1030         (gnus-mime-display-single): Don't display image if it is non-nil.
1032         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1033         gnus-inhibit-images.
1035         * shr.el (shr-image-displayer): New function.
1036         (shr-tag-img): Use it.
1038 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1040         * mml2015.el (mml2015-epg-sign): Use From header.
1042 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1046         * gnus-util.el (gnus-find-text-property-region): Return markers.
1048         * shr.el (shr-tag-img): Put a displayer in the text property.
1050         * gnus-util.el (gnus-find-text-property-region): New utility function.
1052         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1053         (gnus-html-show-images): Remove.
1055         * gnus-art.el (gnus-article-show-images): New, more general function.
1057         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1058         image url text properties.
1060         * shr.el: Ditto.
1062         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1063         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1065 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1067         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1068         work for two or more articles.
1070 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1072         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1073         divide an image that's in an html article to two or more when washing
1074         non-ASCII characters in alt text of it.
1076 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1078         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1079         smime-decrypt-region using function argument.
1080         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1082         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1084         * smime.el (smime-decrypt-region): Catch it.
1086 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1088         * smime.el (smime-mode-map): Move initialization into declaration.
1089         (gnus-run-mode-hooks): Don't autoload.
1090         (smime-mode): Use define-derived-mode.
1092 2010-11-11  Glenn Morris  <rgm@gnu.org>
1094         * smime.el (from): Restrict declaration to XEmacs.
1096         * nnir.el (gnus-group-topic-name): Autoload.
1098 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1100         * shr.el (shr-insert): Don't break long line if it is because of
1101         kinsoku-bol characters in the line end.
1103 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1105         * nnir.el (nnir-request-move-article): Fix to provide original group
1106         and subject.
1107         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1108         been retrieved.
1110         * gnus-sum.el (gnus-summary-move-article): Use original group and
1111         subject for virtual articles such as those in an nnir summary buffer.
1113 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1115         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1116         least 21.5).
1118         * smime.el (from): Declare it again for XEmacs.
1120 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1122         * message.el (message-resend): Don't disable encoding unless it's
1123         already encoded.
1125         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1126         low-numbered articles.
1128 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1130         * rfc2047.el (rfc2047-syntax-table): Simplify.
1132         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1134         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1135         set-char-table-range for XEmacs.
1137 2010-11-10  Glenn Morris  <rgm@gnu.org>
1139         * time-date.el (time-to-seconds): Always an alias on Emacs,
1140         never a real function.
1141         (with-no-warnings): Remove compat stub, now unused.
1142         (time-less-p): Doc fix.
1143         (time-to-number-of-days): Simplify.
1145         * smime.el (from): Remove unused declaration.
1147         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1148         (gnus-float-time): On Emacs, always an alias.
1150         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1151         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1153 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1155         * dgnushack.el: Don't use ignore-errors in the top level form since it
1156         is unavailable in XEmacs even if cl is loaded.
1158         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1160 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1162         * shr.el (browse-url-mailto): Autoload.
1164         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1166         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1167         regexp doesn't need quoting.
1169 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1171         * message.el (message-subject-trailing-was-ask-regexp)
1172         (message-subject-trailing-was-regexp): Match was: in addition to was.
1174 2010-11-09  Glenn Morris  <rgm@gnu.org>
1176         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1177         (nnbabyl-check-mbox): Use point-at-bol.
1179 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1183         * message.el (message-mailto): New function.
1184         (message-mailto): Should accept other parameters.
1185         (message-mailto): Remove since it duplicates browse-url-mailto
1186         functionality.
1188 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1190         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1191         methods.
1192         (gnus-read-active-file): Ditto.
1194         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1195         ": " from the prompt.
1196         (gnus-group-make-group): Ditto.
1198 2010-11-07  Glenn Morris  <rgm@gnu.org>
1200         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1201         (gnus-bookmark-kill-line): Use point-at-eol.
1203 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1205         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1206         asterisks in From header.
1208 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1211         string to avoid making the From headers syntactically invalid.
1213         * message.el (message-send-mail): Don't insert courtesy messages if the
1214         message already has List-Post and List-ID messages.
1216 2010-11-06  Glenn Morris  <rgm@gnu.org>
1218         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1219         `condition', `type', `length' a prefix.
1220         (gnus-treat-predicate): Update for above name changes.
1222 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1224         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1225         binding.  Handled by `gnus-summary-refer-thread' instead.
1226         (nnir-warp-to-article): New backend function.
1228         * nnimap.el (nnimap-request-thread): Force dependency updating.
1230         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1231         (gnus-summary-refer-thread): Rework to improve thread-referral.
1233         * gnus-int.el (gnus-warp-to-article): New function.
1235         * gnus-sum.el (gnus-summary-article-map): Bind it.
1237 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1239         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1240         gnus-summary-refer-thread.
1242         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1243         headers.
1244         (gnus-summary-limit-include-thread): Prevent articles in thread from
1245         being cut in gnus-cut-threads.
1246         (gnus-summary-refer-thread): Limit retrieved headers to those in
1247         thread.
1249 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1251         * message.el (message-send-mail): Use the value of
1252         message-courtesy-message from the message buffer.
1254         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1256         * shr.el (shr-browse-url): Implement mailto: URLs.
1258         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1259         "raw".
1261         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1262         if it's already selected.
1264         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1266 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1268         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1269         to measure the length and truncate alt text.
1271 2010-11-03  Glenn Morris  <rgm@gnu.org>
1273         * nndiary.el (nndiary-generate-nov-databases-1)
1274         (nndiary-generate-active-info): Rename dynamic variable `files' to
1275         something less generic.
1277 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1279         * nnir.el (nnir-request-move-article): Call the underlying backend to
1280         move articles from nnir.
1282 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1284         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1286 2010-11-02  Julien Danjou  <julien@danjou.info>
1288         * nnir.el: Remove wais support.
1290 2010-11-02  Glenn Morris  <rgm@gnu.org>
1292         * gnus-html.el: Reorder requirements to quieten compiler.
1294 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1296         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1297         properly for XEmacs as well.
1298         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1299         (gnus-article-natural-long-line-p): Use window-width rather than
1300         frame-width.
1302 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1304         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1305         (nnir-read-parms): Don't modify query.
1306         (nnir-run-query): Add ability to search topic on current line.
1307         (nnir-get-active): Clean up.
1309 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1311         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1312         degenerate articles.
1314         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1315         (gnus-print-buffer): Just print the buffer as is, without any copying
1316         to a buffer and then re-highlighting.
1318         * nnimap.el (nnimap-request-group): Store the new updated info.
1319         (nnimap-request-group): Select the group when we don't know whether it
1320         exists or not.
1322         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1323         groups.
1325         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1326         groups.
1328         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1329         groups.
1331         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1332         long-lines case by only filling the long lines.
1334         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1335         (bug #7311).
1337 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1339         * shr.el: No need to declare `declare-function' since shr.el is for
1340         only Emacsen that provide `libxml-parse-html-region'.
1342         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1343         effective only in a file it is referred to.
1345 2010-11-01  Glenn Morris  <rgm@gnu.org>
1347         * mm-util.el (gnus-completing-read): Autoload.
1348         (mm-read-coding-system): Simplify Emacs definition.
1350         * nnmail.el (gnus-activate-group):
1351         * nnimap.el (gnutls-negotiate):
1352         * nntp.el (netrc-parse): Fix declarations.
1354 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1356         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1357         string-match-p in Emacs >=23.
1359         * gnus-msg.el (gnus-configure-posting-styles)
1360         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1362 2010-11-01  Glenn Morris  <rgm@gnu.org>
1364         * nnir.el (declare-function): Add compat stub.
1365         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1366         (nnir-run-gmane): Require 'mm-url.
1368         * mm-util.el (mm-string-to-multibyte): Simplify.
1370         * shr.el (declare-function): Add compat stub.
1371         (url-cache-create-filename): Declare.
1372         (mm-disable-multibyte, widget-convert-button): Autoload.
1374         * smime.el (ldap-search): Declare.
1375         (smime-cert-by-ldap-1): Require ldap on Emacs.
1377         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1378         (nnimap-keepalive): Use gnus-float-time.
1380         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1381         (mail-source-delete-crash-box): Use gnus-float-time.
1383         * gnus-dired.el (gnus-completing-read): Autoload.
1385         * mm-view.el (gnus-rescale-image): Autoload.
1387         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1389         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1391         * sieve-manage.el: Require 'cl when compiling.
1393         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1394         (gnus-iswitchb-completing-read): Require iswitchb.
1395         (gnus-select-frame-set-input-focus): Silence compiler.
1397 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1399         * message.el (message-subject-trailing-was-query): Change default to t,
1400         since I think that's what most people want.
1402         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1403         appending for easier debugging.
1404         (nnimap-wait-for-connection): Take a regexp.
1405         (nnimap-request-accept-article): Wait for the continuation line before
1406         sending anything unless we're streaming.
1408         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1409         leave the header washing to take place.
1411 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1413         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1414         regular expression match and replace in posting styles.
1416 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1418         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1419         an entire server.
1420         (nnir-get-active): New function.
1421         (nnir-run-imap): Use it.
1422         (nnir-run-gmane): Who knew, gmane search returns an article score!
1424         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1425         server on the current line with nnir.
1427 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1430         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1431         left edge.
1432         (gnus-article-foldable-buffer): Skip past the prefix when determining
1433         raggedness.
1435         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1436         the raw article, and change `C-u g' to show the article without doing
1437         treatments.
1439         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1440         on to `gnus-treat-article'.
1441         (gnus-inhibit-article-treatments): New variable.
1443         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1445         * gnus-art.el (gnus-treatment-function-alist): Have
1446         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1447         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1448         sections.
1450         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1451         parameter.
1452         (gnus-article-fill-cited-long-lines): New function.
1453         (gnus-article-fill-cited-article): Allow filling only long sections.
1455         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1456         and non-punctuation (like after the apostrophe in "'We").
1458         * gnus-sum.el (gnus-summary-select-article): Make sure
1459         gnus-original-article-buffer is alive.
1461         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1462         reflect the order they're in in the digest.
1464         * gnus.el (gnus-group-startup-message): Move point to the start of the
1465         buffer.
1467         * nnimap.el (nnimap-capability): New function.
1468         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1469         is set.
1471 2010-10-31  David Engster  <dengste@eml.cc>
1473         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1474         conform with changes to gnus-completing-read.
1476 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1480 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1482         * nnir.el: Move defvar, defcustom around to keep file organized
1483         and keep byte-compiler quiet.
1484         (nnir-read-parms): Accept search-engine as arg.
1485         (nnir-run-query): Pass search-engine as arg.
1486         (nnir-search-engine): Remove.
1488 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490         * shr.el (shr-generic): The text nodes should be text, not :text.
1492         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1493         later in the file.
1495 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1497         * nnir.el: General clean up.  Allow searching with multiple engines.
1498         Allow separate extra-parameters for each engine.
1499         Batch queries when possible.
1500         (nnir-imap-default-search-key,nnir-method-default-engines):
1501         Add customize interface.
1502         (nnir-run-gmane): New engine.
1503         (nnir-engines): Use it.  Qualify all prompts with engine name.
1504         (nnir-search-engine): Remove global variable.
1505         (nnir-run-hyrex): Restore for now.
1506         (nnir-extra-parms,nnir-search-history): New variables.
1507         (gnus-group-make-nnir-group): Use them.
1508         (nnir-group-server): Remove in favor of gnus-group-server.
1509         (nnir-request-group): Avoid searching twice.
1510         (nnir-sort-groups-by-server): New function.
1512 2010-10-30  Julien Danjou  <julien@danjou.info>
1514         * gnus-group.el: Remove gnus-group-fetch-control.
1516         * gnus-start.el (gnus-find-new-newsgroups):
1517         Remove gnus-check-first-time-used.
1519         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1521 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1523         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1524         set on groups that don't have \* permanentflags.
1526 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1528         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1529         control the background color.
1530         (shr-tag-img): Ignore very small web bug type images.
1531         (shr-put-image): Add help-echo alt texts to the images.
1532         (shr-tag-video): Show the video poster image.
1534 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1536         * shr.el (shr-table-depth): New variable.
1537         (shr-tag-table-1): Only insert the images after the top-level table.
1539         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1541         * gnus-util.el (gnus-list-memq-of-list): New function.
1543         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1544         selected.
1545         (nnimap-unsplittable-articles): New slot.
1546         (nnimap-new-articles): Use it.
1548 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1550         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1551         move to the previous line on `M-g'.
1553 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1555         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1556         *-request-group, which seems unnecessary.
1558         * nnimap.el (nnimap-quote-specials): Function copied over from
1559         imap.el.
1560         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1561         they support that.  Suggested by Tom Regner.
1563 2010-10-29  Julien Danjou  <julien@danjou.info>
1565         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1566         defalias.
1567         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1569         * gnus.el: Remove `gnus-nntp-service' variable.
1570         (gnus-secondary-servers): Make obsolete.
1571         (gnus-nntp-server): Make obsolete.
1573         * gnus-start.el (gnus-1): Remove x-splash calls.
1575         * gnus-ems.el (gnus-x-splash): Remove.
1577         * gnus.el (gnus-group-startup-message): Simplify/update code.
1579         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1580         definition.
1582         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1583         capability before doing anything.
1584         (gnus-group-insert-group-line): Remove useless
1585         gnus-group-remove-excess-properties.
1587 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1589         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1591 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1594         config after reselecting.
1596 2010-10-28  Julien Danjou  <julien@danjou.info>
1598         * shr.el (shr-put-image): Use point even if only inserting text.
1599         (shr-put-image): Save excursion when inserting alt text on non-graphic
1600         display, so the behaviour is the same when we are on a graphic display.
1602         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1604 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1606         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1607         (gnus-mime-copy-part): Check coding system, not charset.
1608         (gnus-mime-view-part-externally): Never remove part.
1609         (gnus-mime-view-part-internally): Don't remove part here.
1610         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1611         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1612         multipart/alternative.
1614         * mm-decode.el (mm-display-part): Take optional arg `force'.
1616 2010-10-26  Julien Danjou  <julien@danjou.info>
1618         * gnus-group.el (gnus-group-default-list-level): Add this function to
1619         compute the default list level.
1620         (gnus-group-default-list-level): Add possibility to use a function.
1622 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1624         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1626         * gnus-group.el (gnus-group-completing-read)
1627         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1628         gnus-replace-in-string.
1630 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1632         * shr.el (shr-tag-div): Add.
1634         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1636 2010-10-25  Julien Danjou  <julien@danjou.info>
1638         * gnus-util.el: Remove `gnus-with-local-quit'.
1640         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1642 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1645         the original article buffer.
1647 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1649         * nnimap.el (nnimap-request-head): New function.
1650         (nnimap-request-move-article): Try to be slighly faster by not
1651         requesting the entire message when moving.
1652         (nnimap-transform-headers): Don't bug out on bodiless articles.
1653         (nnimap-send-command): Have no outstanding messages if the IMAP server
1654         doesn't support streaming.
1655         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1657 2010-10-24  Julien Danjou  <julien@danjou.info>
1659         * message.el (message-default-headers): Fix type.
1661 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1663         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1664         prefetching images.
1666         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1667         backend for unknown groups.  This is mainly useful for nnimap groups.
1669         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1670         group isn't covered by the agent.
1672 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1674         * nnir.el (nnir-method-default-engines): New variable.
1675         (nnir-run-query): Use it.
1676         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1677         (gnus-summary-nnir-goto-thread): Change group if needed.
1679         * gnus-group.el (gnus-group-group-map): Add key binding for
1680         gnus-group-make-nnir-group.
1682 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684         * shr.el (shr-tag-object): Add.
1686         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1687         original article buffer live.
1688         (gnus-summary-select-article-buffer):
1689         Mention gnus-widen-article-buffer.
1691 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1693         * shr.el (shr-tag-strong): Add.
1695 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1698         group names.  They mess up the group buffer badly.
1700         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1702         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1703         instead of the summary one.
1705 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1707         * mml.el (mml-preview): Work properly when editing article.
1709         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1710         gnus-have-read-active-file if it's already been in.
1712 2010-10-22  Tom Tromey  <tromey@redhat.com>
1714         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1715         gnus-group-completing-read.
1717 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1719         * message.el (message-mode-map): Don't bind M-; to comment region, to
1720         allow the global comment-dwim to work.
1722 2010-10-21  Julien Danjou  <julien@danjou.info>
1724         * message.el (message-setup-1): Allow message-default-headers to be a
1725         function.
1727 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1729         * shr.el (shr-tag-table): Simplify.
1731 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1733         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1734         to avoid trying to snarf invalid stuff.
1736         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1738         * gnus.el (gnus-message-archive-group): Quote value.
1739         (gnus-message-archive-group): Mark as changed.
1741         * shr.el (shr-add-font): Don't put the font properties on the newline
1742         or the indentation.
1744         * message.el (message-fix-before-sending): Change options when sending
1745         non-printable characters.
1747         * gnus.el (gnus-message-archive-method): Change the default to
1748         monthly outgoing groups.
1750         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1751         that have gotten new numbers.
1753         * nnimap.el (nnimap-request-replace-article): New function.
1755 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1757         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1758         (nnrss-request-article): Don't use special html washing code.
1760 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1762         * shr.el (shr-tag-table): Remove useless nconc.
1764 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1766         * gnus-art.el (article-wash-html): Simplify and remove the charset
1767         stuff.  Use the normal html rendering code instead of the special html
1768         washing code.
1770         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1771         `gnus-w3m' symbols.
1772         (mm-text-html-washer-alist): Remove.
1774         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1775         (mm-inline-media-tests): Remove use.
1776         (mm-text-html-renderer): Change default to the `shr' symbol.
1778         * mm-view.el (mm-inline-text-html): Remove use.
1780         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1781         `gnus-blocked-images' to be a function.
1782         (gnus-article-wash-function): Remove.
1784 2010-10-20  Julien Danjou  <julien@danjou.info>
1786         * spam.el (spam-list-of-processors): Mark as obsolete.
1788         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1789         (nnimap-insert-partial-structure): Fix boundary detection.
1791 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1793         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1794         run file-truename on remote files.  This can be expensive and even
1795         prevent one from editing drafts if some unrelated buffer has a stale
1796         connection.
1798 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1800         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1801         kinsoku-eol regardless of shr-kinsoku-shorten.
1802         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1803         (shr-tag-table): Support caption, thead, and tfoot.
1805 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1807         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1808         lines.
1809         (shr-save-contents): New command and keystroke.
1811         * nndoc.el (nndoc-type-alist): Add git support.
1812         (nndoc-git-type-p): New function.
1813         (nndoc-transform-git-article): Ditto.
1814         (nndoc-transform-git-headers): Ditto.
1815         (nndoc-transform-git-headers): Generate Subject headers.
1817         * shr.el (shr-parse-style): New function.
1818         (shr-tag-span): Ditto.
1820         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1821         to `G G' to avoid collisions.
1823 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1825         * shr.el: Load kinsoku if necessary.
1826         (shr-kinsoku-shorten): New internal variable.
1827         (shr-find-fill-point): Make kinsoku shorten text line if
1828         shr-kinsoku-shorten is bound to non-nil.
1829         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1830         shr-indentation too when testing if table is wider than frame width.
1831         (shr-insert-table): Use `string-width' instead of `length' to measure
1832         text width.
1833         (shr-insert-table-ruler): Make sure indentation is done at bol.
1835 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1837         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1838         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1839         undecoded network data.
1841 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1843         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1844         name in the mode line spec so that the mode line menu works
1845         (bug #2431).
1847         * message.el (message-get-reply-headers): If we're fed `to-address',
1848         then always use that.
1850         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1851         aren't so wide as to need to switch off the edit menu.
1853         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1854         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1856         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1857         `M-g'.
1858         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1859         the permanent marks.
1861 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1863         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1864         Splitting according to references/in-reply-to obeys the ignore-groups
1865         variable, while splitting by sender and subject do not.
1867 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1869         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1870         alist, so that we can look for non-Unicode chars.
1871         (article-translate-strings): Allow both character and string maps.
1873 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1875         * shr.el (shr-insert): Don't insert space behind a wide character
1876         categorized as kinsoku-bol, or between characters both categorized as
1877         nospace.
1879 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1881         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1882         headers to gnus-newsgroup-headers.
1884 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1886         * shr.el (shr-tag-img): Don't align images -- since we're not
1887         rescaling, this often leads to ugly displays.
1889 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1891         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1892         duplicates.
1894 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1896         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1897         call.
1899 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1901         * gnus.el: Autoload gnus-html-show-images.
1903         * nnimap.el: Use nnheader-message throughout.
1905         * shr.el (shr-tag-img): Ignore images with no data.
1907 2010-10-15  Julien Danjou  <julien@danjou.info>
1909         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1910         a possibility to disable format=flow encoding when using hard newlines.
1912 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1914         * shr.el (shr-insert): Remove space inserted before or after a
1915         breakable character or at the beginning or the end of a line.
1916         (shr-find-fill-point): Do kinsoku; find the second best point or give
1917         it up if there's no breakable point.
1919 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1921         * nnimap.el (nnimap-open-connection): Message when opening connection
1922         for debugging purposes.
1924         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1925         on every setup buffer call to allow this to change from article to
1926         article.
1928         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1929         buffers where we have a wide table.
1931 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1933         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1934         uses *-request-thread.
1936 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1939         incantation, which is no longer valid.
1941 2010-10-14  Julien Danjou  <julien@danjou.info>
1943         * shr.el: Fix defcustom type (char -> character).
1945 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1947         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1948         programs.
1950 2010-10-14  Julien Danjou  <julien@danjou.info>
1952         * shr.el (shr-tag-a): Use url-link as widget type.
1954         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1955         `gnus-group-get-icon'.
1957 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1960         This should make server editing work better.
1962         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1964         * tls.el (tls-program): Remove spurious %s from openssl.
1966         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1967         (nnimap-parse-flags): Fix regexp.
1969         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1970         probably work for CJVK text, too.
1972         * nnimap.el (nnimap-extend-tls-programs): Remove.
1973         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1975         * tls.el (tls-starttls-switches): Remove starttls hack.
1976         (open-tls-stream): Ditto.
1977         (tls-find-starttls-argument): Ditto.
1979 2010-10-13  Julien Danjou  <julien@danjou.info>
1981         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1982         responses.
1984 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1988         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1989         anything in Emacs.
1991         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1993 2010-10-13  Julien Danjou  <julien@danjou.info>
1995         * shr.el (shr-width): Make shr-width a defcustom with default to
1996         fill-column.
1997         (shr-tag-img): Use shr-width rather than fill-column.
1999 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2001         * dgnushack.el (byte-optimize-apply)
2002         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2004         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2005         position when (X-)Faces exist.
2006         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2007         avatars when called interactively.
2009 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2011         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2012         gnus-article-x-face-too-ugly is bound.
2014 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2016         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2018         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2019         mailbox that doesn't exist.
2021 2010-10-12  Julien Danjou  <julien@danjou.info>
2023         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2024         (shr-get-image-data): Encode URL properly when fetching from cache.
2025         (shr-tag-img): Use aligned-to spaces to align correctly images.
2027         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2028         before inserting the Gravatar.
2030         * shr.el (shr-tag-img): Add align attribute support for <img>.
2032 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034         * gnus-gravatar.el (gnus-art): Require.
2036         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2037         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2038         Remove long obsoleted functions.
2040 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2042         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2044         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2046         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2047         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2048         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2049         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2050         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2051         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2052         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
2054 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056         * nnimap.el (nnimap-request-rename-group): Select group read-only
2057         before renaming it.
2059         * shr.el (shr-insert): Fix up the white space only regexp.
2061         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2062         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2064         * shr.el (shr-current-column): New function.
2065         (shr-find-fill-point): New function.
2067 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2069         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2070         numbers.
2072 2010-10-11  Julien Danjou  <julien@danjou.info>
2074         * shr.el (shr-hr-line): Add.
2075         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2076         display hr lines.
2077         (shr-max-columns): Do not change state to nil if we just inserting
2078         spaces.
2080 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2083         select the last group.
2085 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2087         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2089 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2091         * dig.el (dig-mode-map): Declare and define in one step.
2093 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2095         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2096         for Gnus.
2097         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2098         (nnimap-update-qresync-info): Mark \Seen articles as read.
2100         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2101         non-variable, too.
2103         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2104         available.
2105         (nnimap-update-info): Rely more on the current active than the param
2106         active to avoid marking articles as read too much.
2108         * auth-source.el (auth-source-create): Use (user-login-name) for the
2109         user name default.
2111         * nnimap.el (nnimap-update-info): If the server doesn't return any
2112         useful info, just use the previous info.
2113         (nnimap-update-info): Prefer old info over start-article.
2114         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2116 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2118         * nnir.el (autoload): Clean up autoloads.
2119         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2120         Use key rather than value.
2121         (nnir-imap-search-other): New variable.
2122         (nnir-read-parm): Use it.
2123         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2124         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2126 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2128         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2129         the process, too.
2131 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2133         * spam.el (gnus-summary-mode-map): Bind to "$".
2134         Suggested by Russ Allbery.
2136         * shr.el: Rework the way things are indented by <li> slightly.
2138         * gnus.el (gnus-group-set-parameter): Fix typo.
2140         * nnimap.el: Start implementing QRESYNC support.
2142 2010-10-09  Julien Danjou  <julien@danjou.info>
2144         * nnir.el (nnir-engines): Fix too many arguments.
2146 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2148         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2149         group is the "last", so that the backends like nnfolder actually save
2150         their folders.
2152         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2153         try to use that for the tls stream.
2154         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2155         UIDVALIDITY and find out which groups are read-only and not.
2156         (nnimap-get-flags): Use the same marks parsing code as the rest of
2157         nnimap.
2159 2010-10-09  Julien Danjou  <julien@danjou.info>
2161         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2163         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2164         retrieving gravatars.
2166         * shr.el (shr-table-corner): Add.
2167         (shr-table-line): Add.
2168         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2170 2010-10-08  Julien Danjou  <julien@danjou.info>
2172         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2174 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2176         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2178         * gnus-sum.el (gnus-mark-article-as-unread)
2179         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2180         (gnus-summary-set-bookmark): Use it.
2182         * gnus-msg.el (gnus-setup-message): Use it.
2184         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2186         * gnus.el (gnus-group-remove-parameter): Use it.
2188         * gnus-group.el (gnus-group-make-web-group): Use it.
2190         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2192         * nnregistry.el: Update docs to mention manual.
2194         * gnus-registry.el: Update docs to mention nnregistry.el.
2195         (gnus-registry-initialize): Don't install nnregistry refer method
2196         automatically.
2197         (gnus-registry-install-nnregistry): Remove it.
2199 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2201         * shr.el (shr-insert): Don't insert double spaces.
2203 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2205         * gnus-gravatar.el (gnus-treat-from-gravatar)
2206         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2207         called interactively.
2209         * gnus-art.el (gnus-mime-view-part-externally)
2210         (gnus-mime-view-part-internally): Make predicate function passed to
2211         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2212         of a mime type.
2214         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2216 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218         * shr.el (require): Require cl when compiling.
2219         (shr-tag-hr): New function.
2221         * nnimap.el (nnimap-update-info): Remove double setting of high.
2222         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2223         This makes nnimap work properly on Courier again.
2225         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2226         the variable for backwards compatability.
2228         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2229         the file name before using to avoid setting mm-default-directory to
2230         nil.
2232         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2233         bidning gnus-agent variables.
2235         * shr.el (shr-render-td): Use a cache for the table rendering function
2236         to avoid getting an exponential rendering behaviour in nested tables.
2237         (shr-insert): Rework the line-breaking algorithm.
2238         (shr-insert): Don't leave trailing spaces.
2239         (shr-insert-table): Also insert empty TDs.
2240         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2242 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2244         * gnus-sum.el (gnus-number): Rename from `number'.
2245         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2246         (gnus-summary-limit-children): Update uses correspondingly.
2248 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2250         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2251         (gnus-gravatar-transform-address): Don't show avatars of people of
2252         which mail addresses match gnus-gravatar-too-ugly.
2254 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2256         * shr.el (shr-table-widths): Expand TD elements to fill available
2257         space.
2259 2010-10-07  Julien Danjou  <julien@danjou.info>
2261         * nnimap.el (nnimap-request-rename-group): Add this method.
2263 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2265         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2266         name from XEmacs' function-arglist.
2268         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2269         gravatar under XEmacs.
2271 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2273         * auth-source.el: Update docs with TODO items.
2275         * gnus-sync.el: Update docs to explain state and plans.
2277         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2278         Hooks for mark updates.
2279         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2281         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2282         hooks with arguments, which is needed for mark update hooks.
2284 2010-10-06  Julien Danjou  <julien@danjou.info>
2286         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2287         was matched.
2289         * sieve-manage.el: Update example in `Commentary'.
2291         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2293         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2294         not 2000.
2295         (sieve-manage-authenticate): Re-add function.
2297 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299         * shr.el (shr-insert): Get 'space transition right.
2300         (shr-render-td): Only delete space at the end of the TD.
2302         * nnimap.el (nnimap-open-connection): Prepare to support
2303         open-gnutls-stream.
2305         * shr.el: Rearrange function order to be more logical.
2307 2010-10-06  Julien Danjou  <julien@danjou.info>
2309         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2310         (nnrss-discover-feed): Remove 404 URL in docstring.
2312         * nnir.el: Fix Swish-E URL.
2313         Fix Namazu URL.
2315         * message.el (message-change-subject): Remove 404 URL in a comment.
2317 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2319         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2320         called interactively.
2322         * gnus-util.el (gnus-remove-if): Allow hash table.
2323         (gnus-remove-if-not): New function.
2325         * gnus-art.el (gnus-mime-view-part-as-type)
2326         * gnus-score.el (gnus-summary-score-effect)
2327         * gnus-sum.el (gnus-read-move-group-name):
2328         Replace remove-if-not with gnus-remove-if-not.
2330         * gnus-group.el (gnus-group-completing-read):
2331         Regard collection as a hash table if it is not a list.
2333 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2335         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2337         * shr.el: Document the table-rendering algorithm.
2339 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2341         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2342         for Emacsen having no `libxml-parse-html-region' support.
2344 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2346         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2347         invalid URLs.
2349         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2350         line-broken.
2351         (shr-tag-img): Ignore image fetching errors.
2352         (shr-overlays-in-region): Compute overlay positions correctly.
2354         * mm-decode.el (mm-shr): Require shr.
2356         * gnus-art.el (gnus-blocked-images): Move variable here.
2358         * shr.el (shr-insert-table): Bind free variable.
2360         * mm-decode.el (mm-shr): Bind shr-content-function.
2362         * shr.el (shr-content-function): New variable.
2364         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2365         added for symmetry.
2367         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2369         * gnus-group.el (gnus-group-make-group): Doc fix.
2371         * nnimap.el (nnimap-request-newgroups): Return success.
2373         * shr.el (shr-find-elements): New function.
2374         (shr-tag-table): Put all the images after the table.
2375         (shr-tag-table): Really inhibit images inside the table.
2376         (shr-collect-overlays): Copy over overlays from the TD elements to the
2377         main document.
2379         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2380         gnus-blocked-images.
2382 2010-10-05  Julien Danjou  <julien@danjou.info>
2384         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2386         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2387         (gnus-html-maximum-image-size): Add this function.
2388         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2390         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2391         server-value of the capability is nil.
2393 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2395         * shr.el (shr-tag-em): Add <EM> tag.
2397 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2399         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2400         customizable.
2402         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2403         handing broken links to browse-url.
2405 2010-10-05  Julien Danjou  <julien@danjou.info>
2407         * gnus-util.el (gnus-emacs-completing-read)
2408         (gnus-iswitchb-completing-read): Use autoload rather than require.
2410 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2412         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2413         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2414         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2415         iswitchb-temp-buflist for XEmacs.
2417         * gnus-util.el (gnus-completing-read-function): Exclude
2418         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2419         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2420         XEmacs.
2422         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2423         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2425         * gnus-html.el: Don't require help-fns under XEmacs.
2426         (gnus-html-schedule-image-fetching): Work for XEmacs.
2428         * mm-decode.el (mm-shr): Decode contents by charset.
2430 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2433         unknown.
2435         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2436         (shr-get-image-data): Ensure against the cache file missing.
2438         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2439         for data.
2441         * spam-report.el (spam-report-url-ping-plain): Don't query about
2442         killing the process.
2444         * shr.el (shr-render-td): Protect against too-wide text.
2446 2010-10-04  Julien Danjou  <julien@danjou.info>
2448         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2449         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2451         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2452         retrieved.
2454 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456         * shr.el (browse-url): Require.
2457         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2458         lines.
2459         (shr-show-alt-text, shr-browse-image): New commands.
2460         (shr-browse-url, shr-copy-url): New commands.
2462         * gnus-sum.el (gnus-widen-article-window): New variable.
2463         (gnus-summary-select-article-buffer): Use it.
2465         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2466         without @ signs.
2468 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2470         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2472 2010-10-04  Julien Danjou  <julien@danjou.info>
2474         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2475         for XEmacs.
2477 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2479         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2481         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2482         (nnimap-close-server): Implement.
2484         * dgnushack.el (iswitchb): Require to shut up the compiler.
2486         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2487         (shr-insert): Tweak line breaking.
2488         (shr-insert): Handle <pre> better.
2489         (shr-tag-li): Get <li> indentation right.
2490         (shr-tag-li): Get <li> indentation even righter.
2491         (shr-tag-blockquote): Ensure paragraph start.
2492         (shr-make-table): Tweak table generation.
2493         (shr-make-table): Fix typo.
2495         * shr.el: Implement table rendering.
2497 2010-10-04  Julien Danjou  <julien@danjou.info>
2499         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2501 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503         * shr.el (shr-insert): Use string anchors instead of line anchors.
2505 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2507         * shr.el: Add headings.
2508         (shr-ensure-paragraph): Actually work.
2509         (shr-tag-li): Make <ul> prettier.
2510         (shr-insert): Get white space at the beginning/end of elements right.
2511         (shr-tag-p): Collapse subsequent <p>s.
2512         (shr-ensure-paragraph): Don't insert double line feeds after blank
2513         lines.
2514         (shr-insert): \t is also space.
2515         (shr-tag-s): Fix "s" tag name function.
2516         (shr-tag-s): Fix face prop name.
2518 2010-10-03  Julien Danjou  <julien@danjou.info>
2520         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2522         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2523         gnus-window-inside-pixel-edges.
2525         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2526         gnus-ems.
2528         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2530         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2531         function.
2533         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2534         resize choice.
2536 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2539         beginning of the buffer.
2541         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2542         article buffer again.
2544         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2546         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2547         when it's at the start of the buffer.
2549         * shr.el (shr-tag-blockquote): Convert name.
2550         (shr-rescale-image): Use the right image-size variant.
2552         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2553         buffer isn't shown, then select the current article first instead of
2554         bugging out.
2555         (gnus-summary-select-article-buffer): Show both the article and summary
2556         buffers again.
2558         * shr.el (shr-fontize-cont): Protect against regions with no text.
2559         Rename tag functions to shr-tag-* for enhanced security.
2560         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2562 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2564         * shr.el (shr-insert):
2565         * pop3.el (pop3-movemail):
2566         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2567         loaded.
2569 2010-10-03  Glenn Morris  <rgm@gnu.org>
2571         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2573         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2575         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2577         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2579         * gnus-util.el (gnus-make-local-hook): Simplify.
2581 2010-10-02  Julien Danjou  <julien@danjou.info>
2583         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2584         (gnus-ido-completing-read): New function.
2585         (gnus-emacs-completing-read): New function.
2586         (gnus-completing-read): Use gnus-completing-read-function.
2587         Add gnus-completing-read-function.
2589 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2591         * shr.el (shr-insert-document): Autoload.
2592         (shr-img): Be silent.
2593         (shr-insert): Add a newline after every picture before text.
2594         (shr-add-font): Use overlays for combining faces.
2595         (shr-insert): Pass upwards the text start point.
2597         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2598         possible.
2599         (mm-shr): New function.
2601 2010-10-02  Julien Danjou  <julien@danjou.info>
2603         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2604         should go backward.
2606 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2608         * shr.el (shr): Fix typo in provide call.
2610 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2612         * shr.el: New file.
2614         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2616         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2617         completing read.
2619 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2621         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2622         we're being queried about.  Suggested by Dan Jacobson.
2624         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2625         Suggested by Jason Eisner.
2627         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2628         table, too.  Suggested by Stefan Wiens.
2629         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2630         the table unnecessary.  Suggested by Stefan Wiens.
2632         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2633         longer needed, and probably doesn't work either, as pointed out by
2634         Stefan Wiens.
2635         (gnus-summary-exit): Remove call to the clearing function.
2636         (gnus-summary-exit-no-update): Ditto.
2638         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2639         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2640         Reported by Stefan Monnier.
2641         (gnus-summary-save-in-rmail): Ditto.
2643         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2644         article buffer, instead of both the article buffer and the summary
2645         buffer.  Sort of suggested by Dan Jacobson.
2647         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2649         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2650         Suggested by Dan Jacobson.
2652         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2653         documentation clearer.
2655         * message.el (message-shorten-references): Comment on the number "21".
2656         Suggested by Stefan Monnier.
2658         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2659         Suggested by Dan Jacobson.
2661         * gnus.el (gnus-large-newsgroup):
2662         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2664         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2665         externalize attachments.  Bug reported by Steve Wen.
2667         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2668         really message anything to the user.
2670         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2671         directly.
2673         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2674         messages in empty groups.
2676 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2678         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2679         non-UIDNEXT group.
2681 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2684         not the value from the collection.
2686         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2687         values.  This sometimes happens on some groups that have no info.
2688         (nnimap-request-newgroups): New function.
2690 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2692         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2693         check into `gnus-registry-initialize'.
2694         (gnus-registry-initialize): Ditto.
2695         Fix and extend header docs.
2697 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2699         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2700         regexp backtrace overflows.
2702         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2703         for starttls that tls.el implements; i.e. openssl.
2705         * tls.el (tls-starttls-switches): Give up on using starttls with
2706         gnutls-cli.
2707         (tls-program): Add --insecure to be consistent with the defaults from
2708         openssl s_client.  Now all three commands are insecure.
2710 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2712         * lpath.el: Bind completion-styles-alist for XEmacs.
2714         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2715         (gravatar-create-image): New function that's an alias to
2716         gnus-xmas-create-image, gnus-create-image, or create-image.
2717         (gravatar-data->image): Use it.
2719 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2721         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2722         install the nnregistry refer method.
2723         (gnus-registry-install-hooks): Use it.
2724         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2725         unfollowed groups.
2727 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2729         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2730         expanding threads.
2732 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2734         * nnir.el: Use the server names without suffixes (bug #7009).
2736         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2737         unencrypted to STARTTLS, if possible.
2739 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2741         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2742         headers before superseding.
2744 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2746         * nnrss.el (nnrss-use-local): Add documentation.
2748         * nnimap.el (nnimap-extend-tls-programs): New function.
2749         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2750         (nnimap-wait-for-connection): Accept the greeting from the stupid
2751         output from openssl s_client -starttls, too.
2753         * tls.el (tls-starttls-switches): New variable.
2754         (tls-find-starttls-argument): Use it.
2755         (open-tls-stream): Ditto.
2757         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2758         (netrc-machine): Ditto.
2760         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2761         article number.
2762         (nnimap-split-fancy): New variable.
2763         (nnimap-split-incoming-mail): Use it.
2765         * nntp.el (nntp-server-list-active-group): Document.
2767         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2768         SELECT to get the message-id.
2770         * mail-source.el (mail-sources): Remove webmail support.
2771         (defvar): Ditto.
2772         (mail-source-fetcher-alist): Ditto.
2773         (mail-source-fetch-webmail): Remove.
2775         * webmail.el: Remove -- doesn't seem relevant any more.
2777         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2779         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2780         the \r.
2782 2010-09-30  Julien Danjou  <julien@danjou.info>
2784         * gnus-agent.el (gnus-agent-add-group): Fix call to
2785         gnus-completing-read.
2787 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789         * nndoc.el (nndoc-retrieve-groups): New function.
2791         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2792         `default', use nnmail-split-methods.
2793         (nnimap-request-article): Downcase the NILs so that they are nil.
2795         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2796         symbol.
2798         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2799         code, since if the user has requested network, that's what they ought
2800         to get.
2801         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2802         (nnimap-split-rule): Mark as obsolete.
2804         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2805         New variable.
2807         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2808         correct slot, too.
2810 2010-09-29  Julien Danjou  <julien@danjou.info>
2812         * gnus.el (gnus-local-domain): Declare variable obsolete.
2814         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2815         Fix history computing.
2816         (gnus-ido-completing-read): Require ido.
2818 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2820         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2821         build Gnus.
2823         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2824         when interpreting the structures.
2825         (nnimap-request-accept-article): Add \r\n to the lines to make this
2826         work with Cyrus.
2828         * nndraft.el (nndraft-request-expire-articles): Use the group name
2829         instead if "nndraft".  Fix found by Nils Ackermann.
2831 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2833         * nnregistry.el: Add.
2835 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2837         * nnmail.el (group, group-art-list, group-art):
2838         Remove unneeded directives.
2840 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2842         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2843         (mm-mime-charset)
2844         * rfc2047.el (rfc2047-syntax-table)
2845         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2847         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2848         rather than `insert-file-contents' and `eval-region'.
2850         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2851         construction.
2853         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2855         * time-date.el: No need to require cl for Emacs 21.
2857 2010-09-29  Julien Danjou  <julien@danjou.info>
2859         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2860         replacement of `gnus-gravatar-relief' to mimic
2861         `gnus-faces-properties-alist'.
2862         Add :version property.
2864 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2866         * mail-source.el (mail-source-report-new-mail)
2867         * message.el (message-default-mail-headers)
2868         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2870         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2872 2010-09-28  Julien Danjou  <julien@danjou.info>
2874         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2875         mail-address contains the same string as real-name.
2877         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2878         non-blank in header, otherwise it'll get stripped.
2880         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2881         real-name, and then for mail address rather than doing : or , search.
2883 2010-09-27  Julien Danjou  <julien@danjou.info>
2885         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2886         right completing-read function.
2887         (gnus-use-ido): New variable
2888         (gnus-completing-read-with-default): Remove.
2889         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2890         (gnus-agent-add-group):
2891         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2892         * mm-view.el (mm-view-pkcs7-decrypt):
2893         * mm-util.el (mm-codepage-setup):
2894         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2895         * mml-smime.el (mml-smime-openssl-sign-query):
2896         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2897         (mml-insert-multipart):
2898         * gnus-msg.el (gnus-summary-yank-message):
2899         * gnus-int.el (gnus-start-news-server):
2900         * mm-decode.el (mm-interactively-view-part):
2901         * gnus-dired.el (gnus-dired-attach):
2902         * gnus.el (gnus-read-method):
2903         * gnus-bookmark.el (gnus-bookmark-jump):
2904         * gnus-art.el (gnus-mime-view-part-as-type)
2905         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2906         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2907         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2908         * nnmairix.el (nnmairix-create-server-and-default-group)
2909         (nnmairix-update-groups, nnmairix-get-server)
2910         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2911         (nnmairix-get-group-from-file-path):
2912         * nnrss.el (nnrss-find-rss-via-syndic8):
2913         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2914         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2915         (gnus-group-browse-foreign-server):
2916         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2917         (gnus-summary-execute-command, gnus-summary-respool-article)
2918         (gnus-read-move-group-name):
2919         * gnus-score.el (gnus-summary-increase-score)
2920         (gnus-summary-score-effect):
2921         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2923 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2925         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2926         x-focus-frame.
2928         * nnimap.el (auth-source-forget-user-or-password)
2929         (auth-source-user-or-password): Autoload.
2931         * message.el (message-from-style, message-interactive)
2932         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2933         (message-yank-prefix, message-indentation-spaces, message-signature)
2934         (message-signature-file): Add comment.
2936 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2938         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2939         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2940         new articles.
2942         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2943         parts.
2944         (nnimap-request-article): Work with the t setting, too.
2946         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2947         that you don't get flashes of other buffers.
2948         (gnus-summary-show-complete-article): Intern before setting.
2950 2010-09-27  David Engster  <dengste@eml.cc>
2952         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2953         well as HEADERS.
2954         (nnmairix-retrieve-headers): Provide new argument for the above.
2956 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2958         * gnus-sum.el (gnus-summary-move-article): Don't alter
2959         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2960         group.
2962         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2964         * message.el (message-cite-prefix-regexp): Revert my last edit.
2966         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2967         variable instead of the Gnus variable.
2969         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2971         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2973         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2974         since some servers don't like it.
2975         (nnimap-open-connection): Forget credentials if the server says the
2976         password was wrong.
2977         (nnimap-parse-line): Protect against invalid data.
2979         * gnus-sum.el (gnus-summary-move-article): Add comment.
2980         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2981         nothing alters it while scanning for new messages.
2983         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2984         which may or may not help.
2985         (nnimap-open-connection): If we're doing a stream connection, and then
2986         discover we're on a STARTTLS-capable server, then open a STARTTLS
2987         connection instead.
2989 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2991         * nnimap.el (utf7): Require.
2993         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2994         prefix.
2996 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2998         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3000 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3002         * nnimap.el (nnimap-request-accept-article): Message the error on
3003         error.
3005 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3007         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3009 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3011         * nndoc.el (nndoc-request-list): Return success always.
3013         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3014         `fetch-old' -- we only want to fetch the articles we've requested.
3015         The rest are in the agent, probably.
3016         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3017         disappeared server" to something low.  It's not important.
3019         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3020         arrived before the FETCH data.
3022         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3023         target here, because we don't know the Gnus name of the group.
3025         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3026         for the correct group.
3028         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3030         * gnus.el (gnus): Give a final warning after startup.
3032         * gnus-util.el (gnus-action-message-log): New variable.
3033         (gnus-message): Use it.
3034         (gnus-final-warning): New function.
3036         * nnimap.el (nnimap-open-connection): Record the greeting.
3037         (nnimap): Add greeting.
3039 2010-09-26  Julien Danjou  <julien@danjou.info>
3041         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3042         arguments.
3043         (gnus-html-wash-images): Fix spec computing to include start/end.
3045         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3047 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3049         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3050         deletion.
3051         (nnimap-retrieve-headers): Don't select the group, because that's
3052         already done by nnimap-possibly-change-group.
3054         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3055         (gnus-picon-transform-address): Use it.
3057         * mail-source.el (mail-source-value): Revert previous patch.
3059         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3060         on failure.
3061         (nnimap-open-connection): Look up both virtual and physical server name
3062         credentials.
3064         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3066 2009-02-07  Dave Love  <fx@gnu.org>
3068         * tls.el (open-tls-stream): Don't query killing process.
3070 2009-02-08  Dave Love  <fx@gnu.org>
3072         * gnus-win.el (gnus-window-to-buffer-helper)
3073         (gnus-all-windows-visible-p): Function needn't be a symbol.
3075         * mail-source.el (mail-source-value): Function needn't be a symbol.
3077 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3079         * message.el (message-cite-prefix-regexp): Remove } from the cite
3080         prefix.
3082         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3083         highlight again, so that the highlight is correct.
3085         * gnus-picon.el (gnus-picon): Remove again.
3086         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3088         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3089         doing the header highlightling, so that the background colour of the
3090         picon is correct.
3092         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3093         (gnus-picon): Ditto.
3094         (gnus-picon): Reinstate.  The background colour for picons is white.
3095         (gnus-picon-insert-glyph): Make the background white.
3097         * nnml.el (nnml-open-nov): Don't return dead buffers.
3099         * auth-source.el (auth-source-create): Query the user for whether to
3100         store the credentials.
3102         * netrc.el (netrc-store-data): New function.
3104         * auth-source.el (auth-source-user-or-password): Use the existing auth
3105         sources, if any, for creation.
3107         * gnus.el (gnus-group-fast-parameter): Return the last matching
3108         parameter instead of the first matching parameter.
3110 2010-09-26  Julien Danjou  <julien@danjou.info>
3112         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3114 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3116         * mml2015.el (mml2015-use): Remove gpg support.
3118         * mml1991.el (mml1991-function-alist): Remove gpg function.
3119         (mml1991-gpg-sign): Remove.
3121 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3123         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3124         (gnus-browse-unsubscribe-current-group): Document it.
3125         (gnus-browse-unsubscribe-group): Use it.
3127 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3130         address to the To list for easier response.
3132         * gnus.el (gnus-play-startup-jingle): Remove.
3133         (gnus-splash): Don't play jingle.
3134         (gnus): Silence gnus-load message.
3136         * gnus-art.el (gnus-treat-play-sounds): Remove.
3138         * gnus.el (gnus-play-jingle): Remove audio support.
3140         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3142         * earcon.el: Remove -- no users.
3144         * gnus-audio.el: Remove -- no users of this package.
3146         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3148         * gnus-start.el (gnus-setup-news): Remove nocem support.
3150         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3152         * gnus.el (gnus-use-nocem): Remove.
3154         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3155         Remove.
3157         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3158         uses NoCeM any more.
3160         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3161         (gnus-button-ctan-handler): Ditto.
3162         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3163         (gnus-button-ctan-directory-regexp): Ditto.
3164         (gnus-button-handle-ctan): Ditto.
3165         (gnus-button-tex-level): Ditto.
3166         (gnus-button-alist): Remove CTAN stuff.
3168 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3170         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3171         nnimap-streaming test.
3173         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3174         servers twice.
3176         * nnimap.el (nnimap-open-connection): Add more error reporting when
3177         nnimap fails early.
3179         * nnheader.el (nnheader-get-report-string): New function.
3180         (nnheader-get-report): Use it.
3182         * gnus-int.el (gnus-check-server): Say what the error was when opening
3183         failed.
3185         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3186         using streaming.
3188 2010-09-25  Julien Danjou  <julien@danjou.info>
3190         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3191         gnus-window-inside-pixel-edges.
3193 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3195         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3197         * mm-decode.el (mm-save-part): Allow saving to other directories the
3198         normal Emacs way.
3200         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3201         Suggested by Jay Berkenbilt.
3203         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3204         there isn't a single byte.
3206         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3207         just do it.  It doesn't really seem to matter what the user responds
3208         here, I think, so it's just a confusing question.
3210         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3211         non-streaming case.
3213         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3214         (gnus-article-encrypt-body): Use it.
3216         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3217         keystroke.
3219         * nnimap.el (nnimap-find-wanted-parts-1):
3220         Use gnus-fetch-partial-articles.
3222         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3224         * nnimap.el (nnimap-insert-partial-structure): New function.
3225         (nnimap-get-partial-article): New function.
3226         (nnimap-request-article): Use it.
3227         (nnimap-wait-for-response): Return whether the wait was successful.
3228         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3229         retrieval wasn't successful.
3230         (nnimap-retrieve-group-data-early): Allow throttling servers.
3231         (nnimap-streaming): New variable.
3232         (nnimap-fetch-partial-articles): Remove.
3234         * mm-decode.el (mm-with-part): Protect against killed buffers.
3236         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3237         for prettier summary display.
3239 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3241         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3243 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3246         apparently third-party libraries depend on it.
3248         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3249         before starting negotiation.
3251         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3252         privacy reasons.
3253         (gnus-treat-mail-gravatar): Ditto.
3255         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3256         buffer when inserting images.  Inserting text into the headers, for
3257         instance, can make them invalid.
3259 2010-09-25  Julien Danjou  <julien@danjou.info>
3261         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3262         variables.
3264         * nnheader.el: Remove useless variables news-reply-yank-from and
3265         news-reply-yank-message-id.
3267         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3268         variables.
3270         * mml1991.el: Remove useless mml1991-verbose.
3272         * gnus.el: Remove useless variable gnus-use-generic-from.
3273         Remove obsolete variable gnus-topic-indentation.
3275         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3277         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3279         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3281         * gnus-group.el: Remove useless gnus-group-icon-cache.
3282         Remove useless gnus-ephemeral-group-server.
3284         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3286         * mml2015.el: Remove useless mml2015-verbose.
3288         * mml-smime.el: Remove useless mml-smime-verbose.
3290         * gnus.el: Remove useless gnus-local-domain.
3292         * gnus-gravatar.el (gnus-gravatar-transform-address):
3293         Use gnus-gravatar-size.
3295         * gnus-art.el: Remove useless gnus-treat-translate.
3297 2010-09-24  Julien Danjou  <julien@danjou.info>
3299         * gnus-sum.el: Add support for Gravatars.
3301         * gnus-art.el: Add support for Gravatars.
3303         * gnus-gravatar.el: Add this file.
3305         * gravatar.el: Add this file.
3307 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3311         * gnus-group.el (gnus-group-fetch-faq): Remove.
3313         * gnus.el (gnus-group-faq-directory): Remove.
3315         * gnus-group.el (gnus-group-fetch-charter): Remove.
3317         * gnus.el (gnus-group-charter-alist): Remove.
3319         * gnus-group.el (gnus-group-archive-directory): Remove.
3320         (gnus-group-recent-archive-directory): Ditto.
3321         (gnus-group-make-archive-group): Remove.
3323         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3325         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3326         use the same article number for all the cached articles.
3328         * nnimap.el (nnimap-command): Register the last command time so
3329         that we can use it for idling NOOPs.
3330         (nnimap-open-connection): Start the keeplive timer.
3331         (nnimap-make-process-buffer): Store all the process buffers.
3332         (nnimap-keepalive): New function.
3334         * starttls.el (starttls-open-stream): Add autoload cookie.
3336 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3338         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3339         handling.
3341 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3344         its data structures.
3346         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3347         instead of the cl.el copy-list.
3348         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3349         equalp.
3351 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3353         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3354         and tool-bar-local-item-from-menu.
3356         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3357         mode-line-highlight face for Emacs.
3359         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3360         loading gnus-sum.elc; fix comment for canlock-verify.
3361         (gnus-article-jump-to-part): Use read-number.
3362         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3363         Remove Emacs pre-21 compatible code for help-echo.
3364         (gnus-article-next-page-1): No need to adjust the number of lines.
3365         (gnus-article-describe-bindings): Always use help-buffer.
3367         * gnus-audio.el (gnus-audio-inline-sound)
3368         * gnus-cus.el (gnus-custom-mode)
3369         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3371         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3373         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3374         compatible code.
3376 2010-09-24  Glenn Morris  <rgm@gnu.org>
3378         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3379         visiting the fcc file in rmail-mode.
3381         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3383 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3385         * nnir.el: Silence the byte compiler.
3387         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3388         alias to browse-url-url-encode-chars if any.
3389         (gnus-html-encode-url): Use it.
3391 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393         * gnus-start.el (gnus-use-backend-marks): New variable.
3394         (gnus-get-unread-articles-in-group): Use it.
3396         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3397         makeover.
3399 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3401         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3403 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3405         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3406         Remove.
3407         (gnus-setup-news-hook):
3408         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3410         * gnus-int.el (gnus-request-update-info): Protect against backends not
3411         having the function.
3413         * nnimap.el (nnimap-stream): Mention starttls.
3414         (nnimap-open-connection): Add starttls support.
3416 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3418         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3420 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3422         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3423         BODYSTRUCTUREs.
3424         (nnimap-transform-headers): Unfold quoted {42} headers.
3426         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3427         the info.
3428         (gnus-get-unread-articles): Only call updatep on backends that support
3429         it.
3431         * nnweb.el (nnweb-request-update-info): NOOP.
3433         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3435         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3436         since it only deals with marks.
3438         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3439         gnus-request-marks, and make a new gnus-request-update-info.
3441         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3442         the active instead of the high number, which is usually too low.
3444 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3446         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3447         * encrypt.el: Remove.
3449 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3451         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3452         server in symbolic form.
3454         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3456 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3459         (nnimap-update-info): Fix up code slightly.
3461         * gnus-int.el (gnus-open-server): Add tracing for performance
3462         debugging.
3464         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3465         (gnus-group-insert-group-line): Pass the real group name so that it
3466         gets the right data.
3468         * gnus-start.el (gnus-get-unread-articles): Don't have
3469         `gnus-get-unread-articles-in-group' update info, since that can be
3470         really slow and doesn't seem to be needed?
3472 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3474         * time-date.el (date-to-time): Try using parse-time-string first before
3475         using the slower timezone-make-date-arpa-standard.
3477 2010-09-22  Julien Danjou  <julien@danjou.info>
3479         * gnus-group.el (gnus-group-insert-group-line):
3480         Call gnus-group-highlight-line.
3481         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3482         default hook list.
3483         (gnus-group-update-eval-form): Add new function.
3484         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3485         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3487 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3489         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3490         immediate, then expire all articles.
3491         (nnimap-update-info): Fix off-by-one errors.
3492         (nnimap-flags-to-marks): Would return no marks lists for group with no
3493         flags.  Instead return the other data.
3495 2010-09-22  Julien Danjou  <julien@danjou.info>
3497         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3498         Only return an icon.
3499         (gnus-group-insert-group-line): Compute icon to return.
3501         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3502         (gnus-html-image-fetched): Only cache if
3503         gnus-html-image-automatic-caching is set.
3504         (gnus-html-image-fetched): Check for errors.
3506 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3508         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3509         once per method on `g'.  This ensures that backends like nnfolder don't
3510         open all their folders.
3512         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3513         (nnimap-request-list): Nix out group in the correct buffer.
3514         (nnimap-parse-flags): Implement by using `read' instead of
3515         hand-parsing.
3516         (nnimap-flags-to-marks): Pass on permanent-flags.
3517         (nnimap-make-process-buffer): Record the server name.
3518         (nnimap-parse-flags): Fix typo.
3519         (nnimap-request-scan): Run split on the server in general, not just a
3520         single group.
3522         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3523         parameter, and propagate this downwards.
3525         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3526         since EXAMINE changes it on the server.
3528         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3529         this command might take a while.
3531 2010-09-22  Julien Danjou  <julien@danjou.info>
3533         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3534         harmful if you have 2 images side-by-side, they can't be properly
3535         update on text deletion.  Using text-property is safer here.
3536         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3537         data.
3539 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3541         * nnimap.el (nnimap-expunge-inbox): Remove.
3542         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3543         (nnimap-expunge): Flip default to t.
3545         * gnus.el (gnus-method-to-server): Don't push things to the cache
3546         unless it's unique.
3547         (gnus-server-to-method): Ditto.
3549 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3551         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3553 2010-09-22  Julien Danjou  <julien@danjou.info>
3555         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3556         get the start of data.
3557         (gnus-html-encode-url): Add this function to encode special chars in
3558         URL.
3559         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3560         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3562         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3563         default.
3564         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3566         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3567         images alt-text.
3568         (gnus-html-put-image): Put alt-text as help-echo.
3570 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3572         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3573         * mm-util.el (mm-decompress-buffer)
3574         * nnir.el (nnir-run-find-grep)
3575         * pop3.el (pop3-list): Use 3rd arg of split-string.
3577         * time-date.el (format-seconds): Comment fix.
3579         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3580         and byte-optimize-form-code-walker.
3581         (dgnushack-make-auto-load): Don't advise make-autoload.
3583         * lpath.el: Remove Emacs 21 stuff.
3585 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3587         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3588         outside the active range.  Suggested by Dan Christensen.
3590         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3591         slightly later to avoid double-getting it.
3593         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3594         previous patch.
3596         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3598 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3600         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3602 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3604         * gnus-int.el (gnus-open-server): Give a better error message in the
3605         "go offline" case.
3607         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3608         marks for nnimap, which is seldom the right thing to do.
3610         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3611         (gnus-same-method-different-name): New function.
3613         * nnimap.el (parse-time): Require.
3615         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3616         method in the presence of many similar methods.
3618         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3620         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3621         nnml-inhibit-expiry.
3623         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3624         find out whether methods are equal.
3626         * nnimap.el (nnimap-find-expired-articles): New function.
3627         (nnimap-process-expiry-targets): New function.
3628         (nnimap-request-move-article): Request the article before looking at
3629         what the Message-ID is.  Fix found by Andrew Cohen.
3630         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3632         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3633         for oldness in addition to being a predicate.
3635         * nnimap.el (nnimap-request-group): When we have zero articles, return
3636         the right data to Gnus.
3637         (nnimap-request-expire-articles): Only delete articles immediately if
3638         the target is 'delete.
3640         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3641         method, this would bug out.
3643         * gnus-group.el (gnus-group-expunge-group): Rename from
3644         gnus-group-nnimap-expunge, and implemented as a normal interface
3645         function.
3647         * gnus-int.el (gnus-request-expunge-group): New function.
3649         * nnimap.el (nnimap-request-create-group): Implement.
3650         (nnimap-request-expunge-group): New function.
3652 2010-09-21  Julien Danjou  <julien@danjou.info>
3654         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3655         (gnus-html-cache-expired): Add new function.
3656         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3657         wethever we should display image for fetch it.
3658         Compute alt-text earlier to pass it to the fetching function too.
3659         (gnus-html-schedule-image-fetching): Change function argument to only
3660         get one image at a time, not a list.
3661         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3662         cache.
3663         (gnus-html-get-image-data): New function to retrieve image data from
3664         cache.
3665         (gnus-html-put-image): Change buffer argument to use image data rather
3666         than file, and place image above region rather than inserting a new
3667         one.  Do not take alt-text as argument, since it's useless now: we place
3668         the image above alt-text.
3669         (gnus-html-prune-cache): Remove.
3670         (gnus-html-show-images): Start to fetch image when we find one, do not
3671         push into a temporary list.
3672         (gnus-html-prefetch-images): Only fetch image if they have expired.
3673         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3674         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3676 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3678         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3680 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3682         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3683         spec inser "*" if the group isn't active instead of 0.
3685         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3686         opening the server.
3687         (nnimap-request-delete-group): Implement group deletion.
3688         (nnimap-transform-headers): Return the size of the entire message in
3689         the Bytes header, not just the size of the first part.
3690         (nnimap-request-move-article): When moving an article from nnimap,
3691         request the article first so the accepting form has an article to
3692         accept.  Reported by Dan Christensen.
3693         (nnimap-command): Make sure that the error message doesn't error out.
3695 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3697         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3698         we haven't requested anything.
3700 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3702         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3703         "".  Fix found by Andrew Cohen.
3705         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3706         instead of -encode-string.
3708 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3710         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3712         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3713         by mm-subst-char-in-string.
3715 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3717         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3718         waiting for the connection string.
3720         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3721         arriving.
3723         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3724         bogus characters.  This allows selecting certain Gmail groups.
3726         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3727         (nnimap-fetch-partial-articles): New variable.
3728         (nnimap-open-connection): When looking for credentials, also use the
3729         nnimap-server-port.
3730         (nnimap-request-article): Return the group/article number, so that Gnus
3731         `^' works as expected.
3732         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3734         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3735         comments.
3736         (gnus-methods-sloppily-equal): New function.
3737         (gnus): When using the development version of Gnus, load the gnus-load
3738         file.
3740         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3741         `gnus-open-server' on each method before trying to scan them etc.
3742         This ensures that all the backend parameters are set correctly.
3744         * nnimap.el (nnimap-authenticator): New variable.
3745         (nnimap-open-connection): Allow anonymous login.
3746         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3747         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3749         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3750         patch, found by Knut Anders Hatlen.
3752 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3754         * gnus-agent.el (gnus-agent-batch-confirmation)
3755         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3756         to gnus-message.
3757         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3758         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3759         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3760         * gnus-int.el (gnus-open-server): Likewise.
3761         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3762         (gnus-score-check-syntax): Likewise.
3763         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3764         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3765         Likewise.
3766         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3768 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3770         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3771         calling conventions so that prefetch doesn't bug out.
3773 2010-09-19  Julien Danjou  <julien@danjou.info>
3775         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3776         rather than `subst-char-in-region' in order to be able to replace ASCII
3777         char by UTF-8 ones.
3779         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3780         than curl.
3781         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3782         the right URL and ALT text on images.
3783         (gnus-html-wash-tags): Fix tag case.
3784         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3785         (gnus-article-html): Add -o display_ins_del=2 option.
3786         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3788 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3790         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3791         the extra mail headers, which sometimes seem to happen for unknown
3792         reasons.
3794         * mail-parse.el (mail-header-encode-parameter): Define as
3795         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3796         (or most, perhaps?) mail readers don't understand the latter, but do
3797         understand the former.
3799         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3800         to nil, so that no methods are automatically agentized.  I think this
3801         is probably what most users want.
3803         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3804         from url-retrieve, for instance about invalid URLs.
3806         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3807         groups that have no articles.
3808         (nnimap-request-article): Check that we really got an article when we
3809         requested one.
3811         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3812         doesn't exist.
3814         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3815         nntp buffer so the agent can save it.
3816         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3817         that CRLF doesn't get translated to \n.
3818         (nnimap-open-connection): Don't make 'shell commands only send \n.
3820 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3822         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3823         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3824         Update var name.
3825         (nnml-generate-nov-file): Use dolist.
3826         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3827         Use with-current-buffer.
3829 2010-09-18  Julien Danjou  <julien@danjou.info>
3831         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3832         parallel.
3834 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3837         the range update right.
3838         (nnimap-request-group): Don't make `M-g' bug out on group with no
3839         marks.
3840         (nnoo): Require, so that other packages can require nnimap.
3841         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3842         command we're looking for.  This helps when the server sends more
3843         responses after we've gotten everything we expected.
3844         (nnimap): Add a `newlinep' field to keep track of end-of-line
3845         conventions.
3846         Don't send CRLF to things that don't want it.
3847         (nnimap-request-accept-article): Ditto.
3849 2010-09-18  Julien Danjou  <julien@danjou.info>
3851         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3852         than curl to retrieve images.
3854 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3856         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3857         the marks.
3858         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3859         (nnimap-wait-for-connection): New function.
3860         (nnimap-open-connection): If we have PREAUTH, don't query for login
3861         credentials.
3862         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3863         when doing a partial update.
3865 2010-09-18  Julien Danjou  <julien@danjou.info>
3867         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3868         tags.
3870 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3872         * nnimap.el (nnimap-credentials): New function.
3873         (nnimap-open-connection): Use the new function to look for credentials
3874         also on the numeric equivalents of "imap" and "imaps".
3876         * gnus-start.el (gnus-activate-group): Send the info to
3877         gnus-request-group.
3879         * nnimap.el (nnimap-request-group): Have the "check" version of the
3880         function parse flags and update the info, so that a `M-g' get a total
3881         resync of all flags from the group.
3883         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3884         to allow backends to alter the info on group selection.  Also alter all
3885         the backend -request-group functions to take the parameter.
3887         * nnimap.el (nnimap-store-info): New function.
3888         (nnimap-update-info): Store the info for later usage.
3889         (nnimap-request-group): Use the stored info for the dont-check case, so
3890         that we don't retrieve all marks when we enter a group.
3892         * nnimap.el: Use deffoo instead of defun for interface functions.
3894         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3895         update the group info.  This makes the nndraft groups, for instance, go
3896         back to their old behaviour.
3898         * gnus-sum.el (gnus-select-newsgroup): Indent.
3900         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3901         in.
3902         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3903         nothing.
3905         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3906         from methods that are denied.
3908         * gnus-int.el (gnus-method-denied-p): New function.
3910         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3911         store the password instead of netrc.
3912         (nnimap-open-connection): Don't error out when we can't make a
3913         connections.
3915         * auth-source.el (auth-source-create): In the password prompt, say what
3916         we're querying for.  Also prompt for user name if that hasn't been
3917         given.
3919         * nnimap.el (nnimap-with-process-buffer): Remove.
3921 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3923         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3924         method when we're reading from the agent.
3926         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3928         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3929         that's probably most useful for users.
3931         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3932         "failed" all the time.
3934         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3935         ...)) with (with-current-buffer ... ).
3937         * nntp.el (nntp-open-server): Return whether the open was successful or
3938         not.
3940         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3941         select an unread unseen article first.
3943         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3944         /etc/services, supply some sensible port defaults.
3946         * dgnushack.el: Define netrc-credentials.
3948 2010-09-17  Julien Danjou  <julien@danjou.info>
3950         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3952 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3954         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3955         doesn't have any parameters.
3957 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3960         only upcased checks.
3962         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3964         * nnimap.el (nnimap-open-shell-stream): New function.
3965         (nnimap-open-connection): Use it.
3966         (nnimap-transform-headers): Get the number of lines in each message.
3967         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3968         number of lines.
3969         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3970         problem.
3972         * utf7.el (utf7-encode): Autoload.
3974         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3975         to allow the mail splitting to not return a default group.  This is
3976         useful for nnimap, which will leave unmatched mail in the inbox.
3978         * nnimap.el: Rewritten.
3980         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3981         nnimap usage.
3983         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3984         if the move is internal, so that nnimap can do fast internal moves.
3986         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3987         data.
3988         (gnus-read-active-for-groups): Support finishing the early retrieval of
3989         data.
3991         * gnus-range.el (gnus-range-nconcat): New function.
3993         * gnus-int.el (gnus-finish-retrieve-group-infos)
3994         (gnus-retrieve-group-data-early): New functions.
3996 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3998         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3999         (nnrss-retrieve-groups):
4000         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4001         (pop3-quit): Use with-current-buffer.
4003 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4005         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4006         instead of nnheader-accept-process-output.
4008         * dgnushack.el (dgnushack-compile): Add comment.
4010         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4012         * gnus-html.el (gnus-html-schedule-image-fetching)
4013         (gnus-html-prefetch-images): Replace process-kill-without-query by
4014         gnus-set-process-query-on-exit-flag.
4016 2010-09-16  Romain Francoise  <romain@orebokech.com>
4018         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4020 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4022         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4023         parameter to unintern is mandatory-ish in Emacs 24.
4025         * gnus-html.el (gnus-html-schedule-image-fetching)
4026         (gnus-html-prefetch-images): Check for curl before using it.
4028         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4029         depend on curl, which isn't essential.
4031         * imap.el: Revert back to version
4032         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4033         seem problematic.
4035 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4037         * gnus-registry.el (gnus-registry-install-shortcuts):
4038         Explicitly pass `obarray' to `unintern' to avoid a warning.
4040 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4042         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4043         change.
4045         * nnrss.el (nnrss-request-list): Remove this function and related
4046         functions, including the moreover stuff.
4048 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050         * nnrss.el (nnrss-retrieve-groups): New function.
4052 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4054         * .dir-locals.el: Add no-byte-compile cookie.
4056 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4058         * time-date.el (format-seconds): Comment fix.
4060         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4061         for back end that doesn't support request-scan.
4063 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4065         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4066         then do request scans from the backends.
4068         * netrc.el (netrc-credentials): New conveniency function.
4070         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4071         avoid running a hook per line, since this takes a lot of time,
4072         profiling shows.
4073         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4074         directly if gnus-visual-p is true.
4076 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4078         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4079         groups; replace mapcar with dolist which is a bit faster; pass groups
4080         info to gnus-read-active-file-1.
4081         (gnus-read-active-file-1): Scan only specified groups if the new
4082         optional arg `infos' is given.
4084 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4086         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4088         * pop3.el (pop3-movemail): Remove.
4089         (pop3-streaming-movemail): Rename to pop3-movemail.
4091         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4092         don't restrict end-tag searches to the end of the line.
4094 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4096         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4097         articles of every unchecked group to t, which means unknown since the
4098         server has never been opened.
4100 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4102         * gnus-html.el (gnus-html-show-alt-text): New command.
4103         (gnus-html-browse-image): Ditto.
4104         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4105         to browse the image directly.
4106         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4107         better.
4109         * gnus-async.el (gnus-async-article-callback):
4110         Call `gnus-html-prefetch-images' unconditionally.
4112         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4113         before feeding URLs to curl.
4115 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4117         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4118         internal images as deletable by `W D D'.
4120         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4121         (gnus-async-article-callback): Fix typo.
4123 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4125         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4126         current line to work around bugs in the output from w3m.
4128         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4129         for groups that want that.
4131         * nntp.el (nntp-wait-for-string): Supply a timeout for
4132         accept-process-output to ensure progress.
4134         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4135         level to get unread articles from, then use that for foreign groups,
4136         too.
4138         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4139         confuses the rest of the function.
4141         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4142         for the methods that support -retrieve-groups, too.
4144         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4146 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4148         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4149         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4151         * pop3.el: Require cl when compiling.
4152         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4154 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4157         that aren't going to be activated.
4158         (gnus-get-unread-articles): Fix up the last commit.
4160         * gnus-html.el (gnus-article-html): Allow calling without specifying
4161         the handle.  In that case, dissect the buffer first.
4163         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4165         * nnimap.el (nnimap-open-connection): Revert the change that would look
4166         into authinfo for imaps instead of imap.
4168         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4169         say that you don't want to call gnus-request-group with don-check, but
4170         do check the reponse.  This is for virtual groups only.
4171         (gnus-get-unread-articles): Count the archive groups as secondary, so
4172         that they're activated the same way as before.
4174         * imap.el (imap-message-map): Removed optional buffer parameter, since
4175         no callers use it.
4176         (imap-message-get): Ditto.
4177         (imap-message-put): Ditto.
4178         (imap-mailbox-map): Ditto.
4179         (imap-mailbox-put): Ditto.
4180         (imap-mailbox-get): Ditto.
4181         (imap-mailbox-get): Revert last change for this function.
4183         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4184         case-insensitively.
4185         (nnimap-debug): Remove.
4187         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4188         to use `imap-fetch' instead.  According to the comments, this should be
4189         safe, since all other IMAP clients use the 1:* syntax.
4190         (imap-enable-exchange-bug-workaround): Removed.
4191         (imap-debug): Removed -- doesn't seem very useful.
4193         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4194         mail from a file, and the file doesn't exist.
4196         * imap.el (imap-log): New convenience function used throughout instead
4197         of repeating the same code all over the place.
4199         * pop3.el (pop3-streaming-movemail): Return t for success.
4201         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4202         .authinfo if we're using ssl connection.
4204         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4205         already have if we're in a main Gnus `g' run.
4207         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4209 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4211         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4213         * nnmh.el (nnmh-request-list-1): Bind `file'.
4215         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4216         alias to set-process-query-on-exit-flag or process-kill-without-query.
4217         (pop3-open-server): Use it.
4219 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4221         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4222         box to the Incoming file.  Fixes mistake in previous checkin.
4224         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4225         request loop (for debugging purposes) removed.
4227         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4228         culprit is more visible.
4229         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4230         (nnml-add-incremental-nov): New functions to do "incremental" nov
4231         updates, where we just append to the end of the existing nov files
4232         without reading/writing them in full.
4234         * mail-source.el (mail-source-delete-crash-box): Really only check the
4235         incoming files once in a while.
4237         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4239         * mail-source.el (mail-source-delete-crash-box): Only check the
4240         incoming files for deletion once per day to save a lot of file
4241         accesses.
4243         * pop3.el (pop3-logon): Fix up unbound variable typo.
4245         * mail-source.el (pop3-streaming-movemail): Autoload.
4247         * pop3.el (pop3-streaming-movemail):
4248         Respect pop3-leave-mail-on-server.
4250         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4251         retrieval.
4253         * pop3.el (pop3-process-filter): Remove unused function.
4254         (pop3-streaming-movemail, pop3-send-streaming-command)
4255         (pop3-wait-for-messages, pop3-write-to-file)
4256         (pop3-number-of-responses): New functions for streaming pop3
4257         retrieval.
4259         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4260         come from no known methods.
4261         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4262         list.
4264         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4265         message sizes.
4266         (pop3-movemail): Use erase-buffer instead of looping and deleting
4267         regions, which seems rather odd.
4269         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4270         file once per `g' run.
4272         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4273         directories.  This makes the draft queue directory work.
4275         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4276         data from the backends, so that we only request the list of groups from
4277         each method once.  This should speed things up considerably.
4279         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4280         detect that it's not implemented.
4282         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4283         we actually do recurse down into the tree, but don't stat all leaf
4284         nodes.
4286         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4287         then say so instead of bugging out.
4289         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4290         files exist before trying to read them.
4292         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4293         around <pre_int>.
4295         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4297         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4299 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4301         * mm-util.el (mm-image-load-path): Just return the image directories,
4302         not all directories in the path in addition to the image directories.
4303         (mm-image-load-path): Maintain a cache of the image directories so that
4304         the `g' command in Gnus doesn't have to stat dozens of directories each
4305         time.
4307         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4308         (gnus-html-wash-tags): Add a new `i' command to insert images.
4309         (gnus-html-insert-image): New command and keystroke.
4310         (gnus-html-redisplay-with-images): New command and keystroke.
4311         (gnus-html-show-images): Rename command.
4312         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4313         spacers.
4314         (gnus-html-wash-tags): Decode entities at the end, so that entities
4315         inside the tags don't mess up the rest of the "parsing".
4317         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4318         so that nnimap methods aren't agentized by default.  There's apparently
4319         many problems related to agent/imap behaviour.
4321         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4323         * gnus-html.el: Doc fix.
4325 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4327         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4328         specifier-spec-list for Emacs 21.
4330         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4331         glyph-width and glyph-height instead of display-graphic-p and
4332         image-size; make avoidance of displaying small images work for XEmacs.
4334         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4335         for XEmacs.
4337         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4338         of symbol that holds plist data.
4339         (gnus-process-plist): Remove plist of process after getting it.
4341 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4343         * message.el (message-generate-hashcash): Change default to
4344         'opportunistic if hashcash is installed.
4346         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4347         (gnus-html-put-image): Only call image-size once, since it's somewhat
4348         time-consuming on remote X servers.
4350 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4352         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4353         type on data, not a file name.
4355         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4356         window-pixel-edges for Emacs 21.
4358         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4359         decoded contents.
4360         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4362 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4364         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4365         group line format, since it isn't very interesting.
4367         * gnus-agent.el (gnus-agent-short-article),
4368         (gnus-agent-long-article): Increase values for these two variables,
4369         since most people are likely to have more network connection and
4370         storage than before.
4372         * gnus.el (gnus-refer-article-method): Change default to 'current.
4373         When referring an article, the common behaviour is to refer it from the
4374         current select method, not the native select method.  The chances of
4375         the native select method having the message in question is rather slim
4376         these days.
4378         * gnus-sum.el (gnus-auto-select-subject): Change default to
4379         `unseen-or-unread'.  I think it's likely that most people want to
4380         select an unseen article over a previously seen, but unread one.
4382         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4383         means that in the article buffer none of the minor mode elements will
4384         be shown, usually, and this is not desirable in most cases.
4386         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4387         that commands like `d' (and the like) go to the next line in the
4388         buffer, instead of the next unread article.  I think this is the
4389         behaviour that is most natural for most users.
4390         (gnus-single-article-buffer): Change default to nil, so that people can
4391         have as many article buffers open as they have summary buffer.  I think
4392         this is the most natural way for the groups to behave.
4394         * message.el (message-generate-new-buffers): Change default to
4395         `unsent', so that all new message buffers start their names with the
4396         string "*unsent", and it's easier to find the buffers if you move from
4397         them.
4399 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4401         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4402         small.  They're probably tracking images.
4403         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4404         (gnus-html-rescale-image): Yet another try at getting the image sizing
4405         right.
4407         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4408         nntp-marks-file-name is nil.
4410 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4412         * gnus-html.el (gnus-html-wash-tags)
4413         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4414         Better logging.
4416 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4418         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4420         * gnus-html.el (gnus-html-wash-tags): Check the value of
4421         gnus-blocked-images in the summary buffer.
4423 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4425         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4427 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4429         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4430         like "a", it seems like.
4431         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4432         since it needs to be picked from the correct buffer.
4434         * nnwfm.el: Remove.
4436         * nnlistserv.el: Remove.
4438 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4440         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4441         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4443 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4445         * nnkiboze.el: Remove.
4447         * nndb.el: Remove.
4449         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4450         alt text.
4451         (gnus-html-rescale-image): Try to get the rescaling logic right for
4452         images that are just wide and not tall.
4454         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4455         overshadow variable bindings.
4457 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4459         * gnus-html.el (gnus-html-wash-tags)
4460         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4461         Add extra logging.
4463 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4465         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4466         (gnus-max-image-proportion): New variable.
4467         (gnus-html-rescale-image): New function.
4468         (gnus-html-put-image): Rescale images.
4470 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4472         Fix up some byte-compiler warnings.
4473         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4474         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4475         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4476         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4477         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4478         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4479         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4481 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4483         * gnus-html.el (gnus-article-html): Decode contents by charset.
4485 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4487         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4488         (gnus-html-frame-width, gnus-blocked-images)
4489         * message.el (message-prune-recipient-rules): Add custom version.
4490         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4492         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4493         functions.
4495         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4496         gnus-process-get.
4498 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4500         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4501         instead of lsub directly.
4503 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4505         * nnwarchive.el: Remove.
4507         * gnus-soup.el: Remove.
4509         * nnsoup.el: Remove.
4511         * nnultimate.el: Remove.
4513         * gnus-html.el (gnus-blocked-images): New variable.
4515         * message.el (message-prune-recipients): New function.
4516         (message-prune-recipient-rules): New variable.
4518         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4519         guess whether a long line is natural text or not.
4521         * gnus-html.el (gnus-html-schedule-image-fetching):
4522         Use gnus-process-plist and friends for compatibility.
4524 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4526         * gnus-html.el: Require packages that define macros used in this file.
4527         (gnus-article-mouse-face): Declare to silence byte-compiler.
4528         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4529         process-get.
4530         (gnus-html-put-image): Use plist-get to avoid getf.
4531         (gnus-html-prefetch-images): Use with-current-buffer.
4533 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4535         * gnus-ems.el: Provide compatibility functions for
4536         gnus-set-process-plist.
4538         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4539         header-line-format for XEmacs 21.4.
4541         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4542         * gnus.el (gnus-valid-select-methods)
4543         * message.el (message-send-mail-partially-limit)
4544         * mm-decode.el (mm-text-html-renderer)
4545         * mml.el (mml-insert-mime-headers-always)
4546         * smiley.el (smiley-regexp-alist): Bump custom version.
4548 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4550         * gnus-html.el: require mm-url.
4551         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4552         with the url to `url'.
4553         (gnus-html-wash-tags): Support cid: URLs/images.
4555 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4557         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4558         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4559         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4561         * gnus-move.el: Remove file, since it doesn't really work.
4563         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4564         UTF-8.  This seems to fix problems with some German web feeds.
4566         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4567         at the top so that the proper colours are applied.
4569         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4570         don't have dots in their names.
4572         * gnus-art.el (gnus-article-view-part): Doc fix.
4574         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4575         XEmacs-compatible.
4576         (gnus-html-put-image): Don't do images on non-graphic displays.
4578         * nnslashdot.el: Remove this unused backend.
4580         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4581         actions.
4582         (gnus-undo-register-1): Revert last change.
4584         * gnus-group.el (gnus-group-completing-read): Protect against not
4585         having completion-styles bound.
4587         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4588         make broken recipients happier.
4590         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4592         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4593         point parameter.
4595         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4597         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4598         completion-styles for group selection.
4600 2009-02-04  Andreas Schwab  <schwab@suse.de>
4602         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4603         headers and regexp-quote the match if necessary.
4605 2009-03-24  Miles Bader  <miles@gnu.org>
4607         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4608         the blinking smiley.
4610 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4612         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4613         blink smiley.
4615 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4617         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4618         where the dribbel file lives exists.
4620         * message.el (message-send-mail-partially-limit): Change the default to
4621         nil, since most people don't want this.
4623         * mm-url.el (mm-url-decode-entities): Also decode entities like
4624         &#x3212.
4626 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4628         * gnus-sum.el (gnus-summary-idna-message):
4629         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4630         Hyperlink urls in docstrings with URL `...'.
4632 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4634         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4635         functions.
4637 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4640         say what the mouseover text should be.
4642         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4643         version of the mm-w3m-safe-url-regexp variable to only download images
4644         in the groups where we want that to happen.
4646         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4648         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4649         easier debugging.
4650         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4651         big pictures in the article buffer.
4653         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4654         gnus-article-html.
4655         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4656         w3m.
4658         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4660 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4662         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4663         which doesn't exist.
4665         * message.el (message-inhibit-ecomplete): New variable to allow some
4666         function to inhibit ecomplete address storage.
4667         (message-resend): Disable ecomplete message storage when resending
4668         messages.
4670         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4672 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4674         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4675         Save excursion while copying, moving, and deleting articles in order to
4676         prevent the cursor from jumping to unforeseen place.
4678 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4680         * lpath.el: No need to bind bookmark-current-buffer,
4681         bookmark-yank-point and bookmark-make-record-function.
4683 2010-08-17  Glenn Morris  <rgm@gnu.org>
4685         * gnus-sync.el: Require gnus components whose functions are used.
4687         * gnus-art.el (bookmark-make-record-function):
4688         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4689         Declare for compiler.
4691         * mm-url.el (mml-compute-boundary): Autoload.
4693 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4695         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4697 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4699         Typo fix "hoo4a" -> "hook".
4701         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4703 2010-08-14  Glenn Morris  <rgm@gnu.org>
4705         * gnus-sync.el (gnus-sync): Fix defgroup version.
4707 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4709         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4711         * gnus-sync.el: Fix docs.
4712         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4713         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4715 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4717         Optimizations for gnus-sync.el.
4719         * gnus-sync.el: Add docs about gnus-sync-backend
4720         possibilities.
4721         (gnus-sync-save): Remove unnecessary message.
4722         (gnus-sync-read): Optimize and show what groups were skipped.
4724 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4726         Minor bug fixes for gnus-sync.el.
4728         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4729         Don't read the sync on get-new-news.
4731         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4732         quiet.
4734         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4735         (fix typo).
4737 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4739         Make saving and restoring of hidden threads work with overlays.
4740         Patch applied by Ted Zlatanov.
4742         * gnus-sum.el (gnus-hidden-threads-configuration)
4743         (gnus-restore-hidden-threads-configuration): Update to deal with text
4744         properties, rather than searching for a magic character.
4746 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4748         New gnus-sync.el library for synchronization of marks.
4750         * gnus-sync.el: New library for synchronization of marks.
4752         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4753         renamed from `gnus-registry-grep-in-list'.
4755         * gnus-registry.el (gnus-registry-follow-group-p):
4756         Use `gnus-grep-in-list'.
4758         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4760 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4762         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4763         determining charset of text fails.
4765 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4767         * nnmail.el (nnmail-get-new-mail-1): Revert.
4769         * nnml.el (nnml-active-number): Make sure names of newly created groups
4770         in nnml-group-alist are encoded.
4772 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4774         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4775         containing non-ASCII characters in active file for nnml back end.
4777 2010-07-24  David Engster  <dengste@eml.cc>
4779         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4780         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4782 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4784         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4785         tag (Bug#6654).
4787 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4789         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4790         the article buffer, not the summary buffer.
4792 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4794         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4795         Emacs 23 as well.
4797 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4799         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4800         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4802 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4804         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4805         Patch applied by Karl Fogel.
4807         * gnus-sum.el (gnus-summary-bookmark-make-record):
4808         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4810 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4812         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4813         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4814         C-w still not working correctly from Article buffers; Thierry's
4815         patch to fix that will be applied after this.
4817         * gnus-art.el (bookmark-make-record-function): New local variable.
4819         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4820         article buffer.
4821         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4823 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4825         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4826         on changes in bookmark.el.
4828 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4830         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4831         `no-log' instead of message not to log prompt string.
4833 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4835         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4836         the *other* type of HTML form submission.
4838 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4840         * auth-source.el (auth-source-pick): If choice does not contain a
4841         questioned keyword, set the check to t.
4843 2010-06-12  Romain Francoise  <romain@orebokech.com>
4845         * gnus-util.el (gnus-date-get-time): Move up before first use.
4847 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4849         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4850         (gnus-article-edit-part): Bind it to make last part that is substituted
4851         or deleted visible.
4852         (gnus-mime-display-single): Buttonize part of which id equals to
4853         gnus-mime-buttonized-part-id.
4855 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4857         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4858         (gnus-dd-mmm): Use gnus-date-get-time.
4859         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4860         simplify logic.
4861         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4862         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4864 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4866         * auth-source.el (top): Autoload `secrets-list-collections',
4867         `secrets-create-item', `secrets-delete-item'.
4868         (auth-sources): Fix tag string.
4869         (auth-get-source, auth-source-retrieve, auth-source-create)
4870         (auth-source-delete): New defuns.
4871         (auth-source-pick): Rewrite in order to avoid 2 passes.
4872         (auth-source-forget-user-or-password): New parameter USERNAME.
4873         (auth-source-user-or-password): New parameters CREATE-MISSING and
4874         DELETE-EXISTING.  Retrieve password interactively, if needed.
4876 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4878         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4879         deleting unused directories when gnus-expert-user is t.
4881 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4883         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4884         for each temp file when gnus-article-browse-delete-temp is ask.
4886 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4888         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4889         Lisp calls to delete-backward-char by calls to delete-char.
4891 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4893         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4895 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4897         * password-cache.el (password-cache-remove): Fix docstring.
4899 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4901         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4902         article unless decoding article to be saved.
4904 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4906         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4907         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4908         generated within the mm-with-unibyte-current-buffer macro.
4910 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4912         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4913         to nil when we're in a mml-preview buffer and no group is selected.
4915 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4917         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4918         when catching the `C-g'.  Reported by "Leo".
4920 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4922         * message.el (message-forward-make-body-plain)
4923         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4924         multibyte-string-p.
4926         * lpath.el: Revert.
4928 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4930         * message.el (message-forward-make-body-mml): Assume original message
4931         is multibyte string; error on unibyte.
4932         (message-forward-make-body-plain): Ditto; don't add excessive newline
4933         in body end.
4935         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4937 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4939         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4940         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4942 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4944         * mm-extern.el (mm-extern-url): Don't use
4945         mm-with-unibyte-current-buffer.
4946         (mm-extern-cache-contents): Use with-current-buffer instead of
4947         save-excursion + set-buffer.
4949 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4951         * mm-util.el (mm-emacs-mule): Remove.
4953 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4955         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4956         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4957         change.
4959 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4961         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4962         bind the default value of enable-multibyte-characters to nil.
4964 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4966         * message.el (message-forward-make-body-plain)
4967         (message-forward-make-body-mml):
4968         Don't use mm-with-unibyte-current-buffer.
4970 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4972         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4974 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4976         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4977         (Bug#5592).
4979 2010-05-07  Julien Danjou  <julien@danjou.info>
4981         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4982         it to mm-pipe-part.
4984         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4985         it is given.
4987 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4989         * binhex.el (binhex-decode-region-internal)
4990         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4991         (dns-query)
4992         * nnweb.el (nnweb-gmane-search)
4993         * pgg-parse.el (pgg-parse-armor)
4994         * pgg.el (pgg-verify-region)
4995         * sha1.el (sha1-string-external)
4996         * uudecode.el (uudecode-decode-region-internal)
4997         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4998         XEmacs.
5000         * gnus-art.el (gnus-article-browse-html-parts)
5001         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5002         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5003         make-temp-file.
5005         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5006         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5007         compiling.
5009         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5010         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5011         XEmacs when compiling.
5013         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5014         gnus-pick-mode-off-hook for XEmacs when compiling.
5015         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5016         gnus-binary-mode-off-hook for XEmacs when compiling.
5018         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5019         Return nil if char-charset is not available.
5021         * imap.el (imap-disable-multibyte)
5022         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5023         macros.
5025         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5026         instead of encode-coding-string.
5028         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5029         'xemacs) instead of mm-emacs-mule to switch function definitions.
5030         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5032         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5033         bind temporary-file-directory for XEmacs;
5034         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5035         timer-set-function for XEmacs 21.4 and SXEmacs;
5036         bind timer-list for XEmacs 21.4 and SXEmacs;
5037         fbind char-charset and find-charset-region for non-Mule XEmacs;
5038         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5039         encode-coding-region and encode-coding-string for XEmacs having no
5040         file-coding feature.
5042 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5044         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5046 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5048         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5049         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5051 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5053         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5054         alias `jka-compr-delete-temp-file' no longer exists.
5056 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5058         Use define-minor-mode in Gnus where applicable.
5059         * mml.el (mml-mode): Use define-minor-mode.
5060         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5061         (gnus-undo-mode): Use define-minor-mode.
5062         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5063         (gnus-dead-summary-mode): Use define-minor-mode.
5064         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5065         Initialize in declaration.
5066         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5067         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5068         (gnus-mailing-list-mode): Use define-minor-mode.
5069         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5070         (gnus-draft-mode): Use define-minor-mode.
5071         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5072         (gnus-dired-mode): Use define-minor-mode.
5074 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5076         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5077         handles on recursive mml-to-mime translation and check them for
5078         boundary delimiter collisions.  Reported by Greg Troxel.
5080 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5082         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5084 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5086         * mm-util.el (mm-find-buffer-file-coding-system):
5087         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5089 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5091         * message.el (message-generate-headers): Record insertion of optional
5092         headers as well.  Otherwise the check to prevent repeated insertion of
5093         optional headers is a no-op.
5095 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5097         * smime.el: Don't mention CVS.
5099         * nnrss.el (nnrss-fetch): Don't mention CVS.
5101         * nnir.el: Don't mention CVS.
5103 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5105         * gnus-sum.el (gnus-summary-bookmark-make-record):
5106         Add `location' field.
5108 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5110         * lpath.el: Fbind bookmark-default-handler,
5111         bookmark-get-bookmark-record, bookmark-make-record-default,
5112         bookmark-prop-get for Emacs <23 and XEmacs.
5114 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5116         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5117         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5118         Use with-current-buffer to silence the byte-compiler.
5119         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5120         bother to require `gnus'.
5121         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5123 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5125         * gnus-sum.el (gnus-summary-bookmark-make-record)
5126         (gnus-summary-bookmark-jump): New functions.
5127         (gnus-summary-mode): Setup bookmark support.
5129 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5131         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5132         if set.
5134 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5136         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5137         gnus-article-browse-html-save-cid-image; make it work recursively for
5138         forwarded messages as well.
5139         (gnus-article-browse-html-parts): Work when prefix arg is given.
5140         (gnus-article-browse-html-article): Doc fix.
5142 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5144         * message.el (message-default-mail-headers):
5145         (message-default-headers): Carry the value mail-default-headers over
5146         into message-default-mail-headers, rather than message-default-headers.
5148 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5150         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5151         charset.
5153         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5154         charset into the <meta> tag when the article is encoded to utf-8.
5156 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5158         * gnus-art.el (gnus-article-browse-delete-temp-files):
5159         Delete directories as well.
5160         (gnus-article-browse-html-parts): Work for images that do not specify
5161         file names; delete temp directory when quitting; insert header at the
5162         right place; use file: scheme for image files.
5164 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5166         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5167         (gnus-article-browse-html-parts): Use it to make temporary cid image
5168         files in addition to html file so that browser may display them.
5170 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5172         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5174 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5176         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5178 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5180         * auth-source.el (auth-sources): Change default to be simpler.
5181         Explain about Secret Service API sources.  Improve Customize options.
5182         (auth-source-pick): Change to accept any number of search parameters.
5183         Implement fallbacks iteratively, not recursively.  Add scoring on the
5184         second pass and sort by score.  Call Secret Service API when needed.
5185         (auth-source-user-or-password): Use it.  Call Secret Service API
5186         directly when needed to get the user name and the password.
5188 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5190         * message.el (message-interactive): Doc fix.
5191         (message-qmail-inject-args): Reflow.
5192         (message-kill-to-signature): Fix typo in docstring.
5194         * smiley.el (smiley-buffer): Fix typo in docstring.
5196 2010-03-24  Glenn Morris  <rgm@gnu.org>
5198         * mail-source.el (gnus-message): Declare.
5199         (mail-source-delete-old-incoming): Require gnus-util.
5201 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5203         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5205         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5207         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5208         password-cache's default if it is not bound.
5209         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5210         password-cache-expiry's default if it is not bound.
5212         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5213         available in Emacs 21.
5215         * lpath.el: Suppress compiler warnings for:
5216         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5217         XEmacs;
5218         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5219         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5220         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5222 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5224         * auth-source.el (auth-sources): Fix up definition so extra parameters
5225         are always inline.
5227 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5229         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5230         wasn't updated after mismatch.  Clear cached mailbox info correctly
5231         when uidvalidity changes.
5232         (nnimap-group-prefixed-name): New function to avoid some code
5233         duplication.
5234         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5235         (nnimap-request-group): Use it.
5236         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5237         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5238         with many imap folders.  This is done by caching the group status from
5239         the imap server persistently in a group parameter `imap-status'.  (This
5240         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5241         but not persistently, so every Gnus startup was still very slow.)
5243 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5245         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5246         delete the extra newline.  Otherwise editing of :string and :number
5247         types don't work.
5249 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5251         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5252         secrets.el dependency.
5253         (auth-sources): Add optional user name.  Add secrets.el configuration
5254         choice (unused right now).
5256 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5258         * gnus-sum.el (gnus-summary-make-menu-bar):
5259         Let `gnus-registry-install-shortcuts' fill in the functions.
5261         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5262         warnings.
5263         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5264         (gnus-registry-install-shortcuts): Populate and use it in a
5265         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5267 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5269         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5270         In-place substitutions for the group name encoding/decoding.
5271         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5272         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5273         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5274         (nnimap-update-unseen, nnimap-request-list)
5275         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5276         (nnimap-request-set-mark, nnimap-split-to-groups)
5277         (nnimap-split-articles, nnimap-request-newgroups)
5278         (nnimap-request-create-group, nnimap-request-accept-article)
5279         (nnimap-request-delete-group, nnimap-request-rename-group)
5280         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5281         `encoded-mbx' for consistency.
5282         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5283         variable `imap-current-mailbox'.
5285         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5286         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5288 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5290         * pop3.el (pop3-display-message-size-flag): Display message size byte
5291         counts during POP3 download.
5292         (pop3-movemail): Use it.
5293         (pop3-list): Implement listing of available messages.
5295 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5297         * nnir.el (nnir-get-article-nov-override-function): New function to
5298         override the normal NOV retrieval.
5299         (nnir-retrieve-headers): Use it.
5301 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5303         * auth-source.el (netrc-machine-user-or-password): Autoload.
5305 2010-03-19  Glenn Morris  <rgm@gnu.org>
5307         Stop message.el from loading about 40 libraries it doesn't always need.
5308         The general approach is to autoload rather than require, and to
5309         require in the specific functions rather than the file.  (Bug#5642)
5311         * gmm-utils.el: Don't require wid-edit.
5312         (widget-create-child-value, widget-convert, widget-default-get):
5313         Autoload.
5315         * gnus-util.el: Don't require time-date, netrc.
5316         (message-fetch-field, gnus-group-name-decode): Declare rather than
5317         autoloading.
5318         (gnus-fetch-field): Require message.
5319         (gnus-decode-newsgroups): Require gnus-group.
5321         * ietf-drums.el: Don't require time-date.
5323         * message.el: Don't require hashcash, canlock, ecomplete.
5324         Do require mail-utils.  Require nnheader only when compiling.
5325         (smtpmail-default-smtp-server): Remove declaration.
5326         (message-send-mail-function): Check smtpmail-default-smtp-server
5327         is bound rather than requiring smtpmail.
5328         (message-auto-save-directory, message-insert-signature):
5329         Use expand-file-name rather than nnheader-concat.
5330         (nnheader-insert-file-contents): Autoload.
5331         (hashcash-wait-async): Declare.
5332         (message-send-mail): Only call gnus-setup-posting-charset if
5333         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5334         (message-send-mail-with-sendmail): Require sendmail.
5335         (canlock-password, canlock-password-for-verify): Declare.
5336         (message-canlock-password): Require canlock.
5337         (nnheader-get-report): Autoload.
5338         (gnus-setup-posting-charset): Declare.
5339         (message-send-news): Require gnus-msg.
5340         (message-make-references, message-make-in-reply-to): Use mail-header-id
5341         rather than the alias mail-header-message-id.
5342         (ecomplete-add-item, ecomplete-save): Declare.
5343         (message-put-addresses-in-ecomplete): Require ecomplete.
5344         (ecomplete-display-matches): Autoload.
5346         * mm-decode.el: Don't require mailcap, gnus-util.
5347         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5348         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5349         Autoload.
5350         (mailcap-mime-extensions): Declare.
5352         * mm-encode.el: Don't require mailcap.
5353         (mailcap-extension-to-mime): Autoload.
5355         * mml-sec.el: Don't require password-cache.
5357         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5358         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5359         (mml-minibuffer-read-type): Require mailcap.
5360         (mml-preview): Require gnus-msg.
5362         * mml1991.el: Require password-cache.
5363         (password-cache-expiry): Remove declaration.
5365         * mml2015.el: Require password-cache.
5366         (password-cache-expiry): Remove declaration.
5368         * nneething.el (mailcap): Require mailcap.
5370         * nnheader.el (declare-function): Add compatibility stub.
5371         (message-remove-header): Declare rather than autoload.
5372         (nnheader-replace-header): Require message.
5374         * nnimap.el (declare-function): Add compatibility stub.
5375         (netrc-parse, netrc-machine-user-or-password): Declare.
5376         (nnimap-open-connection): Require netrc.
5378         * nntp.el (declare-function): Add compatibility stub.
5379         (netrc-parse, netrc-machine, netrc-get): Declare.
5380         (nntp-send-authinfo): Require netrc.
5382         * rfc2047.el: Don't require qp.
5383         (quoted-printable-encode-region, quoted-printable-decode-string):
5384         Autoload.
5386         * sieve-mode.el: Don't require easymenu.
5387         (easy-menu-add-item): Autoload it.
5389         * spam-stat.el (time-to-number-of-days): Autoload it.
5391 2010-03-19  Glenn Morris  <rgm@gnu.org>
5393         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5395 2010-03-18  Glenn Morris  <rgm@gnu.org>
5397         * hashcash.el (declare-function): Remove duplicate definition.
5399 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5401         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5402         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5403         value if any backslash escapes).
5405 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5407         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5408         if it is available.  (bug#5647)
5410         * lpath.el: Suppress compiler warning for coding-system-from-name for
5411         Emacs 21 and XEmacs.
5413 2010-03-14  Juri Linkov  <juri@jurta.org>
5415         * hmac-def.el:
5416         * hmac-md5.el:
5417         * netrc.el: Fix keywords.
5419 2010-02-26  Glenn Morris  <rgm@gnu.org>
5421         * message.el (message-send-mail-function): Change the default, so that
5422         it inherits from a customized send-mail-function.  (Bug#5643)
5424 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5426         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5427         shell-command-to-string signals an error (bug#5299).
5429 2010-02-24  Glenn Morris  <rgm@gnu.org>
5431         * message.el (message-smtpmail-send-it)
5432         (message-send-mail-with-mailclient): Doc fixes.
5434 2010-02-16  Glenn Morris  <rgm@gnu.org>
5436         * message.el (message-default-mail-headers): Change the default value
5437         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5439 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5441         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5442         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5444 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5446         * time-date.el (date-to-time): Doc fix (Bug#5408).
5448 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5450         * message.el (message-mail): Just pass yank-action on to message-setup.
5451         (message-setup): Handle (FUN . ARGS) form of yank-action.
5452         (message-with-reply-buffer, message-widen-reply)
5453         (message-yank-original): Handle non-buffer values of
5454         message-reply-buffer (Bug#4080).
5455         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5457 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5459         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5460         Fix typo in docstring.
5462 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5464         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5465         response.
5467 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5469         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5471         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5473         * message.el (message-check-news-header-syntax): Protect against a
5474         string that `rfc822-addresses' returns when parsing fails.
5476 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5478         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5479         (gnus-previous-char-property-change): New functions.
5481         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5483 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5485         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5486         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5488 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5490         * message.el (message-exchange-point-and-mark): Rework last change to
5491         avoid using optional arg of exchange-point-and-mark, for backward
5492         compatibility.
5494 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5496         * message.el (message-exchange-point-and-mark):
5497         Call exchange-point-and-mark with an argument rather than setting
5498         mark-active by hand (Bug#5175).
5500 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5502         * nntp.el (nntp-service-to-port): Work for service expressed with
5503         numeric string; replace [:digit:] with [0-9] for XEmacs.
5505 2009-12-17  Glenn Morris  <rgm@gnu.org>
5507         * gnus-group.el (gnus-bug-group-download-format-alist):
5508         Change emacs entry to debbugs.gnu.org.  Bump :version.
5510 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5512         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5514 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5516         * message.el (message-info): Explain why we use `Info-goto-node'.
5518 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5520         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5522 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5524         * message.el (message-completion-in-region): New compatibility function.
5525         (message-expand-group): Use it.
5527 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5529         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5530         with no unread article should be listed if the 2nd arg `predicate' is
5531         given.
5533 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5535         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5537 2009-11-29  Juri Linkov  <juri@jurta.org>
5539         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5540         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5541         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5543 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5545         * sha1.el (sha1-string-external): default-directory "/" in case
5546         otherwise non-existent.  process-connection-type pipe for touch of
5547         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5549 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5551         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5552         it's comms related and sgml-mode.el has "comm" on that basis too.
5554 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5556         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5557         containing tspecial characters if they have been already quoted.
5559 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5561         * dns-mode.el (auto-mode-alist): Purecopy string.
5563 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5565         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5567 2009-10-24  Glenn Morris  <rgm@gnu.org>
5569         * gnus-art.el (help-xref-stack-item): Define for compiler.
5571 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5573         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5575 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5577         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5579 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5581         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5582         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5584 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5586         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5587         (gnus-overlays-in): New alias to overlays-in.
5589         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5590         gnus-overlay-get, and gnus-delete-overlay.
5591         (gnus-summary-show-thread): Make it work as well for systems in which
5592         next-single-char-property-change is not available.
5593         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5595         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5596         (gnus-overlay-get): New alias to extent-property.
5597         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5599         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5600         SXEmacs.
5602         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5603         SXEmacs.
5605 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5607         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5609 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5611         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5612         and XEmacs that don't have `remove-overlays'.
5614 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5616         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5617         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5618         selective display.  Use overlays instead.
5620 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5622         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5624 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5626         * spam-stat.el (spam-stat-load): Fix typo in message.
5628 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5630         * dig.el (dig-invoke): Fix typo in docstring.
5631         (query-dig): Reflow docstring.
5633 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5635         * gnus-art.el (gnus-article-encrypt-body):
5636         * message.el (message-check-recipients):
5637         * mm-util.el (mm-codepage-setup):
5638         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5639         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5641 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5643         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5644         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5645         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5646         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5647         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5649 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5651         * dig.el: Add "Keywords: comm", as per net-utils.el.
5653 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5655         * dig.el (dig-mode): Use define-derived-mode.
5657 2009-09-19  Glenn Morris  <rgm@gnu.org>
5659         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5661 2009-09-18  Glenn Morris  <rgm@gnu.org>
5663         * gnus-diary.el (gnus-diary-check-message):
5664         * message.el (message-insert-formatted-citation-line):
5665         * nnbabyl.el (top-level):
5666         * nndiary.el (nndiary-schedule):
5667         Fix typos in condition-case handlers.
5669 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5671         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5672         configuration that provides the sole article window in a frame;
5673         position point correctly after deleting a part.
5675 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5677         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5678         (spam-resolve-registrations-routine): Use it to unregister articles
5679         that change status.
5681 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5683         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5684         with XEmacs.
5685         (parse-time-string-chars): Use it.
5687 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5689         * imap.el (imap-interactive-login): Better messages.
5690         (imap-open): Fix bug with renamed buffer on reconnect.
5691         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5692         for easier debugging and cleaner code.  On successful (guessed based on
5693         server capabilities) secondary authentication, set imap-state
5694         correctly.
5695         (imap-last-authenticator): Define imap-last-authenticator as a variable
5696         to avoid warnings.
5698 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5700         * nnrss.el (nnrss-request-article): Remove binding of
5701         default-enable-multibyte-characters that has gotten needless by
5702         the 2007-07-13 change in rfc2047-encode-message-header.
5704         * mml.el (mml-insert-multipart): Error on the message header.
5705         (mml-insert-part): Error on the message header; position point at
5706         the end of a MIME tag.
5708 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5710         * time-date.el (autoload): Expand define-obsolete-function-alias into
5711         defalias and make-obsolete for old Emacsen that Gnus supports.
5712         (with-no-warnings): Define it for old Emacsen.
5713         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5714         is available.
5715         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5716         float-time is available; suppress compile warning for time-to-seconds.
5718         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5719         (gnus-float-time): Alias to float-time if it exists.
5721         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5722         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5723         float-time is available; suppress compile warning for time-to-seconds.
5725         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5726         XEmacs.
5728 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5730         * imap.el (imap-message-map): Docstring fix.
5732 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5734         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5735         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5736         Add the optional argument `encoding' that overrides the default.
5738         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5739         mm-encode-buffer.
5741 2009-09-04  Glenn Morris  <rgm@gnu.org>
5743         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5744         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5745         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5746         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5747         * mm-util.el (mm-with-unibyte-current-buffer)
5748         (mm-find-buffer-file-coding-system):
5749         * yenc.el (yenc-decode-region): Use default-value rather than
5750         default-enable-multibyte-characters.
5752 2009-09-03  Glenn Morris  <rgm@gnu.org>
5754         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5755         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5756         than default-enable-multibyte-characters.
5758 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5760         * gnus-art.el (gnus-article-read-summary-keys):
5761         Fix gnus-buffer-configuration's value temporarily used.
5763 2009-09-02  Glenn Morris  <rgm@gnu.org>
5765         * gnus-util.el (gnus-float-time): New function.
5766         * gnus-delay.el (gnus-delay-article):
5767         * gnus-sum.el (gnus-thread-latest-date):
5768         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5769         * nnspool.el (nnspool-request-newgroups):
5770         Use gnus-float-time rather than time-to-seconds.
5771         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5773         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5774         (gnus-header-subject-face, gnus-header-newsgroups-face)
5775         (gnus-header-name-face, gnus-header-content-face):
5776         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5777         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5778         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5779         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5780         (gnus-cite-face-11):
5781         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5782         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5783         (gnus-server-closed-face, gnus-server-denied-face)
5784         (gnus-server-offline-face):
5785         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5786         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5787         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5788         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5789         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5790         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5791         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5792         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5793         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5794         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5795         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5796         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5797         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5798         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5799         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5800         (gnus-summary-high-undownloaded-face)
5801         (gnus-summary-low-undownloaded-face)
5802         (gnus-summary-normal-undownloaded-face)
5803         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5804         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5805         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5806         (gnus-splash-face):
5807         * message.el (message-header-to-face, message-header-cc-face)
5808         (message-header-subject-face, message-header-newsgroups-face)
5809         (message-header-other-face, message-header-name-face)
5810         (message-header-xheader-face, message-separator-face)
5811         (message-cited-text-face, message-mml-face):
5812         * sieve-mode.el (sieve-control-commands-face)
5813         (sieve-action-commands-face, sieve-test-commands-face)
5814         (sieve-tagged-arguments-face):
5815         * spam.el (spam-face):
5816         Mark face aliases with "-face" in the name as obsolete.
5818 2009-09-01  Glenn Morris  <rgm@gnu.org>
5820         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5821         than goto-line.
5823 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5825         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5826         Don't move point if the command is invoked inside the message header.
5828 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5830         * imap.el (imap-send-command): Simplify.
5831         (imap-wait-for-tag): point-max -> buffer-size.
5833 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5835         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5836         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5837         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5838         * nnir.el (nnir-swish-e-index-file):
5839         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5840         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5841         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5842         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5843         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5844         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5846 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5848         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5849         Don't save excursion.
5851 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5853         * nnheader.el (nnheader-find-file-noselect):
5854         * mm-util.el (mm-insert-file-contents):
5855         Use (default-value 'major-mode) instead of default-major-mode.
5857 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5859         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5861 2009-08-26  Glenn Morris  <rgm@gnu.org>
5863         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5864         than placing in files.el.
5866 2009-08-25  Glenn Morris  <rgm@gnu.org>
5868         * nnir.el (top-level): Don't require cl at run-time.
5869         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5870         Replace cl-function substitute with gnus-replace-in-string.
5871         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5872         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5873         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5874         simplified expansions.
5876 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5878         * dig.el (dig): Add autoload cookie.
5880 2009-08-22  Glenn Morris  <rgm@gnu.org>
5882         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5883         goto-line.
5885 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5887         * parse-time.el (parse-time-string-chars): Save match data.
5889 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5891         * parse-time.el (parse-time-string-chars): Compute using character
5892         classes, to handle non-ascii characters (Bug#3190).
5894 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5896         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5898         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5899         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5900         (gnus-mm-display-part, gnus-mime-display-single)
5901         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5902         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5904         * gnus-sum.el
5905         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5906         (gnus-summary-move-article): Add expirable mark to articles copied or
5907         moved to group that has auto-expire turned on if the option is non-nil.
5909 2009-07-24  Glenn Morris  <rgm@gnu.org>
5911         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5912         Fix typo.  (Bug#3903)
5914 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5916         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5917         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5918         that should not be used for draft articles.
5919         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5920         that has no concern in minor mode keys.
5921         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5922         Abolish.
5924 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5926         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5927         article without making inquiry to a user for unknown encoding.
5929         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5930         (nnmaildir--scan): Assume i-node and device number that file-attributes
5931         returns might be cons-cell.
5933         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5935         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5937 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5939         * auth-source.el: Remove docs now in auth.texi.  Don't use
5940         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5941         `auth-source-hide-passwords' and use them.
5943 2009-07-15  Glenn Morris  <rgm@gnu.org>
5945         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5947 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5949         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5950         excessive whitespace from the default values of title and description.
5952 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5954         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5955         mail-fetch-field to fetch Content-Description header in order to
5956         exclude newlines.
5958 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5960         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5961         format used by GnuPG 2.0.11.
5963 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5965         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5966         to deleted part.
5968 2009-05-30  David Engster  <dengste@eml.cc>
5970         * nnmairix.el: Remove old documentation in the commentary block.
5971         (nnmairix-request-group): Do not update active file for nnml back ends.
5972         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5973         end so that overview files are ignored.
5974         (nnmairix-update-groups): Make updating the groups more robust by using
5975         marks.
5976         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5977         with dollar characters in message-id.
5979 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5981         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5982         2008-12-25 in dns.el.
5984 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5986         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5987         could happen if the text is only composed of spaces and/or tabs.
5989 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5991         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5992         when sending a queued message to avoid extra mml tags.
5994 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5996         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5998 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6000         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6001         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6002         rmail-toggle-header for XEmacs;
6003         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6005 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6007         * gnus-dired.el: Remove autoload for gnus-setup-message.
6008         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6009         displaying Gnus logo; always use compose-mail.
6011 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6013         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6015 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6017         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6018         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6019         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6020         available.
6021         (gnus-nocem-epg-verify): New function.
6023 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6025         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6027 2009-02-15  Glenn Morris  <rgm@gnu.org>
6029         * gnus-util.el (rmail-insert-rmail-file-header)
6030         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6031         autoloads.
6032         (rmail-default-rmail-file): Remove unnecessary declaration.
6033         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6035 2009-02-14  Glenn Morris  <rgm@gnu.org>
6037         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6038         variable (only used in gnus-util, which declares it anyway).
6039         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6040         which was only needed by gnus-art (changed to not use it any more).
6041         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6042         only used in gnus-util, which autoloads it itself.
6043         (rmail-update-summary): Fix autoload.
6045         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6046         rather than rmail-output-to-rmail-file.
6048 2009-02-07  Glenn Morris  <rgm@gnu.org>
6050         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6051         autoload of function that no longer exists.
6052         (rmail-toggle-header): Declare.
6053         (message-forward-rmail-make-body): Handle mbox Rmail.
6055 2009-01-31  Glenn Morris  <rgm@gnu.org>
6057         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6058         2009-01-09 change.
6060 2009-01-31  Dave Love  <fx@gnu.org>
6062         * imap.el (imap-fetch-safe): Bind debug-on-error.
6063         (imap-debug): Add imap-fetch-safe.
6065 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6067         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6068         (auth-source-forget-all-cached): New convenience function.
6069         (auth-source-user-or-password): Accept list of modes or a single mode.
6071         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6072         auth-source modes.
6074         * netrc.el (netrc-machine-user-or-password): Use list of
6075         auth-source modes.
6077         * nnimap.el (nnimap-open-connection): Use list of
6078         auth-source modes.
6080         * nntp.el (nntp-send-authinfo): Use list of
6081         auth-source modes.
6083 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6085         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6086         now.
6088 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6090         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6091         coding system in XEmacs; add a workaround for XEmacs.
6093         * lpath.el: Fbind coding-system-aliasee.
6095 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6097         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6098         of current-language-environment.
6100 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6102         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6103         available at runtime.
6105 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6107         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6109 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6111         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6112         the greatest positive fixnum value doesn't work under an XEmacs with
6113         bignum support; use the most-positive-fixnum constant instead,
6114         available since Emacs 21.1 with cl and XEmacs 21.1.
6116 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6118         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6119         XEmacs gets not to work.
6121 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6123         * mm-util.el (mm-coding-system-priorities): Allow the value like
6124         "Japanese (UTF-8)" of current-language-environment.
6126 2009-01-09  Glenn Morris  <rgm@gnu.org>
6128         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6129         with last-command-event.
6131 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6133         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6134         in the doc string.
6136         * message.el (message-fix-before-sending): Amend comment.
6138 2009-01-08  Dave Love  <fx@gnu.org>
6140         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6142 2009-01-07  David Engster  <dengste@eml.cc>
6144         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6145         simplified server definitions by converting it via
6146         gnus-server-to-method.
6148 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6150         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6151         parameter's operands.
6153 2009-01-06  David Engster  <dengste@eml.cc>
6155         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6156         primary select method (for gnus-group-mark-article-as-read).
6158 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6160         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6161         `(gnus)Face', not `(gnus)X-Face'.
6163 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6165         * mm-util.el (mm-ucs-to-char): New function.
6167         * mm-url.el (mm-url-decode-entities): Use it.
6169         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6170         unicode-to-char.
6172 2009-01-05  Dave Love  <fx@gnu.org>
6174         * time-date.el: Require cl for `declare'.
6176 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6178         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6179         Dave Love.
6181 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6183         * message.el (message-fix-before-sending): Add `eight-bit' to
6184         illegible-text check.
6186 2009-01-03  Michael Olson  <mwolson@gnu.org>
6188         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6189         `headers' is nil.  This can occur if the IMAP server does not have
6190         permissions to read messages from a folder, but can write new messages
6191         to the folder.
6192         (nnimap-request-article-part): Do not insert `data' if it is nil.
6194         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6195         characters which will confuse `read', so skip past them.
6197 2009-01-01  Dave Love  <fx@gnu.org>
6199         * imap.el (imap-string-to-integer): Fix typo.
6200         (imap-fetch-safe): New function.
6201         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6203         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6205         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6206         (imap-parse-greeting): Fix doc strings.
6207         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6208         (imap-parse-flag-list): Make messages unique.
6209         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6211         * nnimap.el: Fix author email.
6212         (nnimap-split-rule): Add FIXME comment.
6213         (nnimap-debug): Fix doc string.
6215 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6217         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6219 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6221         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6222         nslookup if resolv.conf isn't available.
6223         (dns-query): Rename from query-dns.
6224         (dns-query-cached): Rename from query-dns-cached.
6226 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6228         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6229         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6230         to check if those variables exist (first appeared in Emacs 18.50).
6232 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6234         * mm-util.el (mm-line-number-at-pos): New function.
6236         * spam-report.el (spam-report-process-queue): Use it.
6238 2008-12-24  David Engster  <dengste@eml.cc>
6240         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6241         parameters that haven't existed as variables as buffer-local variables.
6243 2008-12-23  Dave Love  <fx@gnu.org>
6245         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6246         cadar.
6248         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6249         imap-starttls-p.
6250         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6252 2008-12-22  Dave Love  <fx@gnu.org>
6254         * imap.el: Fix author email.  Doc fixes.
6255         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6256         reply.
6258 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6260         * spam-report.el (spam-report-gmane-max-requests): New constant.
6261         (spam-report-gmane-wait): New variable.
6262         (spam-report-gmane-ham, spam-report-gmane-spam)
6263         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6264         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6265         the server.
6267         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6268         Add explanations.
6270         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6271         nnheader-accept-process-output and nnheader-read-timeout if available.
6272         (pop3-movemail): Use it.
6274         * message.el (message-check-news-body-syntax): Fix signature check if
6275         there's an attachment.
6277 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6279         * mm-util.el: Add comments to the mm- emulating functions.
6281 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6283         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6284         Reported by Stephen Berman <stephen.berman@gmx.net>.
6286 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6288         * mm-util.el (mm-substring-no-properties): New function.
6289         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6290         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6291         (mm-string-to-multibyte): Doc fix.
6293         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6295 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6297         * mml.el (mml-attach-file): Strip text properties from file name.
6298         (Bug#1574)
6300 2008-12-16  Glenn Morris  <rgm@gnu.org>
6302         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6304 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6306         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6307         knows since the charset specified might be a bogus alias that
6308         mm-charset-synonym-alist provides.
6310 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6312         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6313         "ISO_8859-1".
6315         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6317 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6319         * mm-util.el (mm-charset-eval-alist):
6320         Define it before mm-charset-to-coding-system.
6321         (mm-charset-to-coding-system): Add optional argument `silent';
6322         define it before mm-charset-override-alist.
6323         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6324         default value if it can be used in Emacs currently running;
6325         silence mm-charset-to-coding-system.
6327 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6329         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6330         `allow-override' which says whether to use `mm-charset-override-alist'.
6331         (rfc2047-decode-encoded-words): Use it.
6333         * mm-util.el (mm-charset-override-alist): Fix custom type;
6334         add `(gb2312 . gbk)' to choices.
6336 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6338         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6339         fast.
6341         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6343         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6345 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6347         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6348         on links.
6350         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6352 2008-12-03  Lute Kamstra  <lute@gnu.org>
6354         * sha1.el: Remove leading * from docstrings of defcustoms,
6355         deffaces, defconsts and defuns.
6357 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6359         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6360         users' addresses that don't have domain parts.
6361         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6362         rather than message-narrow-to-head since there will be the message
6363         header separator.
6365 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6367         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6368         since the result is inserted in a unibyte buffer anyway.
6369         (nnimap-demule-use-string-to-multibyte): Remove.
6370         (nnimap-demule): Alias it to mm-string-to-multibyte.
6372 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6374         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6375         variable for debugging bug#464 and bug#1174.
6376         (nnimap-demule): Use it.
6378 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6380         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6381         score calculation correctly.
6383 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6385         * message.el (message-send-mail): Just set the buffer to unibyte
6386         rather than use mm-with-unibyte-current-buffer which does a lot more.
6387         (message-send-mail-partially): Don't bother with
6388         mm-with-unibyte-current-buffer since it's already been made unibyte by
6389         message-send-mail.
6391 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6393         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6395 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6397         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6399 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6401         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6402         require itself and to remove `with-no-warnings'.
6404 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6406         * starttls.el (starttls-any-program-available): Get the name of the
6407         available TLS layer program.
6408         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6409         well as the host name in the "opening" message.
6411         * auth-source.el (auth-source-cache, auth-source-do-cache)
6412         (auth-source-user-or-password): Cache passwords and logins by default,
6413         allow override with `auth-source-do-cache'.
6414         (auth-source-forget-user-or-password): Allow users to remove cache
6415         entries if needed.
6417 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6419         * md4.el (md4-buffer): Fix typo in docstring.
6420         (md4, md4-64): Doc fixes.
6421         (md4-pack-int32): Reflow docstring.
6423 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6425         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6426         condition-case to only the forward-sexp call.
6428 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6430         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6431         quotes contained.  Make it more robust regardless by an extra
6432         condition-case wrapper.
6434 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6436         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6438 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6440         * nnml.el (nnml-request-expire-articles): Check if the function set to
6441         `nnmail-expiry-target' returns the symbol `delete'.
6443         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6445         * nnmail.el (nnmail-expiry-target): Fix custom type.
6447 2008-10-02  Glenn Morris  <rgm@gnu.org>
6449         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6450         Silence compiler warning.
6452 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6454         * tls.el (open-tls-stream): Show the actual command being
6455         executed, instead of the format string.
6457 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6459         * lpath.el: Fbind codepage-setup for Emacs 23.
6461 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6463         * mml.el (mml-menu): Don't assume mml2015 is bound.
6465 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6467         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6468         exists.
6470 2008-09-27  Glenn Morris  <rgm@gnu.org>
6472         * gnus-util.el (mail-header-remove-comments): Autoload it.
6474 2008-09-27  Andreas Schwab  <schwab@suse.de>
6476         * gnus-util.el (gnus-split-references): Strip comments.
6477         (gnus-parent-id): Likewise.
6479 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6481         * message.el (message-confirm-send): Fix version.
6483 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6485         * message.el (message-idna-to-ascii-rhs-1): Use
6486         mail-extract-address-components rather than mail-header-parse-addresses
6487         that is an alias by default to ietf-drums-parse-addresses that does not
6488         support non-ASCII names in headers' contents.
6490 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6492         * message.el (message-confirm-send): Fix variable documentation to
6493         avoid the "y/n" wording.
6495 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6497         * message.el (message-set-auto-save-file-name): Save to a different
6498         filename so multiple messages (especially drafts) can be recovered.
6500 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6502         * message.el (message-confirm-send): Add appropriate version.
6504 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6506         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6507         defvar.
6509 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6511         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6512         (mm-pkcs7-enveloped-magic): Ditto.
6514 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6516         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6517         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6519 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6521         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6522         default, it's better.
6524 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6526         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6527         summary line gnus-number property and ignore them (with a warning
6528         message).
6530 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6532         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6533         macro caddr in the interactive form since it won't be expanded.
6535 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6537         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6538         `charset'; fix name of function called recursively.
6539         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6541 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6543         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6544         (gnus-mime-set-charset-parameters): New function.
6545         (gnus-mime-view-part-as-charset): Use it to correctly display part
6546         specifying wrong charset.
6548 2008-09-08  David Engster  <dengste@eml.cc>
6550         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6551         in completing-read for back end server.
6553 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6555         * message.el (message-confirm-send): New variable to confirm sending a
6556         message.
6557         (message-send): Use it.
6559 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6561         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6563 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6565         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6567 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6569         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6570         prevent tracking too many groups.
6571         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6572         Use it.
6574 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6576         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6577         moving point to the bottom of the window in order to avoid recentering.
6579 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6581         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6583         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6584         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6585         (gnus-article-beginning-of-window): Fix calculation.
6587 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6589         * gnus-msg.el (gnus-summary-supersede-article)
6590         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6591         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6592         message header.
6594 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6596         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6597         pending output coming after the status change.
6599 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6601         * message.el:
6602         * gnus-start.el:
6603         * gnus-registry.el: Remove VMS support.
6605 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6607         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6608         macro.
6609         (rfc2104-hash): Use it.
6611 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6613         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6614         (gnus-summary-sort-by-most-recent-date): New commands.
6615         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6616         and menu entries.
6618 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6620         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6621         don't redisplay article for raw contents; remove plural articles stuff.
6623         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6624         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6625         on gnus-summary-save-article; display results properly.
6627 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6629         * lpath.el: No need to fbind ns-focus-frame.
6631 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6633         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6635 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6637         * gnus-art.el (gnus-summary-save-in-pipe):
6638         Consider gnus-save-all-headers.
6640 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6642         * gnus-util.el (ns-focus-frame): Remove declaration.
6643         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6644         like x.
6646 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6648         * rfc2104.el (rfc2104-zero): Delete defconst.
6649         (rfc2104-hex-alist): Likewise.
6650         (rfc2104-hex-to-int): Delete func.
6651         (rfc2104-hexstring-to-bitstring): Likewise.
6652         (rfc2104-nybbles): New defconst.
6653         (rfc2104-hash): Rewrite for speed.
6655 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6657         * tls.el (open-tls-stream): Make it work with the 2nd argument
6658         BUFFER that is a string but does not exist as a buffer object, as
6659         mentioned in the doc-string.
6661 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6663         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6664         SXEmacs.
6666 2008-07-16  Glenn Morris  <rgm@gnu.org>
6668         * gnus-util.el (ns-focus-frame): Declare for compiler.
6670 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6672         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6673         set as a group parameter.
6674         (gnus-summary-save-in-pipe): Work when it is called independently.
6675         (gnus-summary-pipe-to-muttprint): Don't modify
6676         gnus-summary-pipe-output-default-command.
6678 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6680         * message.el (message-send-mail-with-sendmail):
6681         Display the error message.
6683 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6685         * gnus-art.el (gnus-default-article-saver):
6686         Add gnus-summary-save-in-pipe to choices.
6687         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6688         gnus-summary-pipe-output-default-command as the default command.
6689         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6690         instead of gnus-last-shell-command.
6692         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6693         New user option.
6694         (gnus-summary-muttprint-program): Mention the value will be changed.
6695         (gnus-summary-save-article): Force showing of all headers.
6696         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6698 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6700         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6702 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6704         * nnimap.el (nnimap-id):
6705         * sieve-manage.el (sieve-manage-open): Doc fixes.
6707 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6709         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6710         if available.
6712 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6714         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6716         * nnkiboze.el (nnkiboze-generate-group):
6717         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6719         * nnmairix.el: Require CL.
6721 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6723         * dgnushack.el: Autoload get-display-table and put-display-table for
6724         XEmacs 21.5.
6726         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6727         21.4 and SXEmacs.
6729 2008-06-15  David Engster  <dengste@eml.cc>
6731         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6733 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6735         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6736         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6737         runtime choice under XEmacs.
6739         * gnus-sum.el (gnus-summary-set-display-table):
6740         Use `gnus-put-display-table', `gnus-get-display-table',
6741         `gnus-set-display-table' for the display table, instead of `aset'.
6743         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6744         Use `gnus-put-display-table', `gnus-get-display-table',
6745         `gnus-set-display-table' for the display table.
6747 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6749         * nnmairix.el: Add autoloads.
6751 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6753         * nnmairix.el (nnmairix-delete-recreate-group)
6754         (nnmairix-update-and-clear-marks): Fix error messages.
6756 2008-06-14  David Engster  <dengste@eml.cc>
6758         * nnmairix.el: Upgrade to version 0.6.
6759         (nnmairix-group-toggle-propmarks-this-group)
6760         (nnmairix-group-toggle-readmarks-this-group)
6761         (nnmairix-group-delete-recreate-this-group)
6762         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6763         (nnmairix-remove-tick-mark-original-article): New commands.
6764         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6765         (nnmairix-propagate-marks-to-nnmairix-groups)
6766         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6767         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6768         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6769         functions needed for marks propagation and manipulation of read marks.
6770         (nnmairix-update-groups): New function.
6771         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6772         (nnmairix-determine-original-group-from-registry)
6773         (nnmairix-determine-original-group-from-path)
6774         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6775         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6776         New helper functions.
6777         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6778         keystrokes for new commands.
6779         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6780         (nnmairix-request-group): Check allow-fast group parameter.
6781         (nnmairix-request-create-group): Set allow-fast group parameter if
6782         nnmairix-allowfast-default is set.
6783         (nnmairix-close-group): Propagate marks upon closing if needed.
6784         (nnmairix-group-toggle-threads-this-group): Use new.
6785         nnmairix-group-toggle-parameter helper function.
6786         (nnmairix-search): Better check for empty search result.
6787         (nnmairix-goto-original-article): Use new helper functions for
6788         determining original article.
6789         (nnmairix-show-original-article): Make sure message-id is in brackets.
6790         (nnmairix-call-mairix-binary): Change variable name.
6791         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6792         helper function.
6793         (nnmairix-widget-toggle-activate): Fix doc string.
6795 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6797         * nnir.el: Require edmacro when compiling with XEmacs.
6798         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6799         available in Emacs 21.
6801 2008-06-11  Glenn Morris  <rgm@gnu.org>
6803         * gnus-util.el (x-focus-frame):
6804         * gnus.el (image-size):
6805         * mm-decode.el (image-size): Declare.
6807         * gnus-picon.el (declare-function): Add compat definition.
6808         (image-size): Declare.
6810         * gnus-group.el (tool-bar-map):
6811         * gnus-sum.el (tool-bar-map): Define for compiler.
6813         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6815         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6817         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6818         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6819         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6820         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6821         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6822         * sieve-manage.el, spam-report.el, spam.el:
6823         Remove unnecessary eval-and-compile of autoloads.
6825 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6827         * auth-source.el: Precise Tramp doc.
6829 2008-06-07  Glenn Morris  <rgm@gnu.org>
6831         * nnmairix.el: Remove unnecessary eval-when-compile.
6833 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6835         * lpath.el: Fbind propertize for XEmacs 21.4.
6837 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6839         * nnir.el: Move here from ../contrib.
6841 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6843         * gnus-util.el (gnus-read-shell-command): New function.
6844         * mm-decode.el (mm-pipe-part):
6845         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6847 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6849         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6851 2008-06-03  Glenn Morris  <rgm@gnu.org>
6853         * pop3.el (nnheader-accept-process-output): Autoload it.
6855 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6857         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6858         are not 2-digit hexadecimal characters that follow `%'s.
6860 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6862         * message.el (message-bogus-recipient-p): Fix type in doc string.
6863         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6864         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6865         Improve custom options.
6866         (message-bogus-recipient-p): Adjust accordingly.
6868 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6870         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6871         long-form month and day names.
6873 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6875         * dgnushack.el: Autoload debug, eudc-expand-inline and
6876         pgg-snarf-keys-region for XEmacs.
6878         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6880         * nnmairix.el: Require edmacro when compiling with XEmacs.
6882 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6884         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6885         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6887 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6889         * auth-source.el: Add more docs.
6891         * netrc.el (netrc-machine): Always match if the port is not given.
6893 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6895         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6896         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6897         retrieval faster in some cases, but might make CPU usage larger.
6898         If this has any bad side effects, we might revert this change.
6900         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6901         seems to make mail retrieval much, much faster.
6902         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6903         unconditionally.
6905         * gnus-draft.el (gnus-group-send-queue):
6906         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6908 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6910         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6912         * message.el (message-bogus-address-regexp): Fix and improve custom
6913         type.
6914         (message-setup-hook): Add message-check-recipients as custom option.
6916 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6918         * message.el (message-cite-function): Remove bogus autoload which crept
6919         in during merge from v5-10.
6921 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6923         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6925         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6927         * auth-source.el: Preliminary Tramp docs.
6928         (auth-sources): Change the default auth-sources to use
6929         EPA .gpg files.
6931 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6933         * nntp.el: Autoload `auth-source-user-or-password'.
6934         (nntp-send-authinfo): Use it.
6936         * nnimap.el: Autoload `auth-source-user-or-password'.
6937         (nnimap-open-connection): Use it.
6939         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6940         for the gnus-message function.
6941         (auth-source-user-or-password): Use it.
6943 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6945         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6946         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6947         (rfc2104-hash): Use it.
6949 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6951         * gnus-art.el (gnus-article-toggle-truncate-lines):
6952         Don't use `iff' in docstring.
6954 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6956         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6958         * gnus-util.el (gnus-extract-address-component-name)
6959         (gnus-extract-address-component-email): Convenience functions around
6960         `gnus-extract-address-components'.
6962         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6963         Use `gnus-extract-address-component-email' to fix bug of comparing full
6964         sender name to `user-mail-address'.
6966 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6968         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6969         catch/throw to optimize.
6970         (gnus-registry-find-keywords): Just use member to find a keyword.
6972 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6974         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6975         is current before calling gnus-server-prepare.
6976         (gnus-server-setup-buffer, gnus-server-update-server)
6977         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6979 2008-05-04  Juri Linkov  <juri@jurta.org>
6981         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6982         (mailcap-file-default-commands): Use mailcap-replace-in-string
6983         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6984         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6986 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6988         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6990 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6992         * gnus.el: Bump version to 0.11.
6994 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6996         * gnus.el: No Gnus v0.10 is released.
6998 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7000         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7001         hooks.
7002         (gnus-update-read-articles): Speed up non-marks-using users.
7003         (gnus-use-marks): Define gnus-use-marks.
7004         (gnus-propagate-marks): Rename variable to something more sensible.
7006 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7008         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7009         (gmm-image-load-path-for-library): Fix typos in docstrings.
7010         (gmm-message): Reflow docstring.
7012 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7014         * mail-source.el (mail-source-set-1, mail-source-bind):
7015         Move auth-source code out of the macro to clean it up and fix bugs.
7017 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7019         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7020         by sender if it's equal to user-mail-address, it's likely to be
7021         useless.
7023         * mail-source.el (mail-source-bind): Don't use user or password if they
7024         are not bound.  Unintern them if they are nil.  Don't use server unless
7025         it's bound, and default it to empty string otherwise.
7027 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7029         * mail-source.el: Load auth-source.el.
7030         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7031         get user name or password, if auth-sources is set up.
7033         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7034         strategy of splitting with parent.
7035         (gnus-registry-split-fancy-with-parent)
7036         (gnus-registry-post-process-groups): Use it and fix prior
7037         bug (returning a list as the split result).
7039         * auth-source.el (auth-sources): Remove server parameter.
7040         (auth-source-pick, auth-source-user-or-password)
7041         (auth-source-user-or-password-imap)
7042         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7043         (auth-source-user-or-password-sftp)
7044         (auth-source-user-or-password-smtp): Remove server parameter.
7046 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7048         * smime.el (smime-sign-region, smime-encrypt-region)
7049         (smime-decrypt-region):
7050         Remove redundant calls to `generate-new-buffer-name'.
7052 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7054         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7055         Don't use QP for message/rfc822.
7056         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7058 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7060         * sieve-manage.el (sieve-string-bytes): Remove.
7061         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7062         correct byte-length only if the process's coding-system is the same as
7063         the one used internally by Emacs to represent strings.
7065 2008-04-22  Juri Linkov  <juri@jurta.org>
7067         * mailcap.el (mailcap-file-default-commands): New function.
7069 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7071         * message.el (message-signature-separator, message-cite-function):
7072         Change custom version.
7074 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7076         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7077         commands.
7078         (tls-checktrust): Ditto.
7080 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7082         * mm-decode.el (mm-display-external): Make temp file read-only.
7084 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7086         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7087         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7088         `C-c C-f d'.
7090 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7092         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7094 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7096         * gnus.el: Bump version to 0.9.
7098 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7100         * gnus.el: No Gnus v0.8 is released.
7102 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7104         * mail-source.el (mail-source-value):
7105         Prefer fboundp to functionp so it works with macros as well.
7107 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7109         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7110         Fix last change in case the element is not even a symbol.
7112 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7114         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7115         Prefer fboundp to functionp so it works with macros as well.
7117 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7119         * auth-source.el: Add docs.
7120         (auth-sources): Modify format to support server.
7121         (auth-source-pick, auth-source-user-or-password)
7122         (auth-source-user-or-password-imap)
7123         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7124         (auth-source-user-or-password-sftp)
7125         (auth-source-user-or-password-smtp): Add server parameter.
7127 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7129         * gnus-registry.el: Initialize the registry when gnus-registry-install
7130         is t.
7132 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7134         * compface.el (uncompface): Make buffer unibyte.
7136 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7138         * mail-source.el (mail-source-value):
7139         Prefer fboundp to functionp so it works with macros as well.
7141 2008-04-05  Glenn Morris  <rgm@gnu.org>
7143         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7145 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7147         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7148         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7150         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7151         multibyteness after rather than before erasing it.
7153         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7154         mm-with-multibyte.
7155         (gnus-request-article-this-buffer): Make sure the proper decoding is
7156         used if gnus-original-article-buffer happens to be unibyte.
7158         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7159         default-enable-multibyte-characters.
7161         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7162         default-enable-multibyte-characters.
7164         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7166         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7168 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7170         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7171         Fix last change in case the element is not even a symbol.
7173 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7175         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7176         (imap-message-copyuid-1): Use it.
7177         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7178         J. Williams in
7179         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7181         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7182         imap-enable-exchange-bug-workaround.
7183         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7185 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7187         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7188         a 100 byte status-checks into a 2-3MB transfer for each group.
7189         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7190         to enable bug workaround or not.
7191         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7193 2008-03-31  Glenn Morris  <rgm@gnu.org>
7195         * message.el (mml2015-use): Declare for compiler.
7196         (message-info): Require mml2015 when appropriate.
7198 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7200         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7201         whitespace.
7203 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7205         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7206         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7207         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7208         (nntp-service-to-port): New function.
7209         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7210         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7211         (nntp-open-netcat-stream): New function.
7212         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7214 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7216         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7218 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7220         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7222 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7224         * dns.el (dns-write): Use set-buffer-multibyte.
7226 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7228         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7230 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7232         * message.el (message-signature-separator): Change default.
7233         Improve custom type.
7234         (message-cite-function): Change default to
7235         message-cite-original-without-signature.
7237         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7238         toggle.
7240         * message.el (message-check-news-body-syntax): Fix signature check.
7241         (message-setup-1): Mark buffer as unmodified _after_ running
7242         message-setup-hook and handling message-alternative-emails.
7243         (message-shorten-references): Be more strict when building list of
7244         valid references to comply with GNKSA.
7246         * gnus-group.el (gnus-read-ephemeral-bug-group)
7247         (gnus-read-ephemeral-debian-bug-group)
7248         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7250         * message.el (message-info): Don't use booleanp which isn't supported
7251         in Emacs 21 and XEmacs.
7253 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7255         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7256         gnus-group-gmane-group-download-format.
7257         (gnus-group-read-ephemeral-gmane-group): Rename from
7258         gnus-group-read-ephemeral-gmane-group.
7259         (gnus-read-ephemeral-gmane-group-url): Rename from
7260         gnus-group-read-ephemeral-gmane-group-url.
7261         (gnus-bug-group-download-format-alist): New variable.
7262         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7263         (gnus-read-ephemeral-emacs-bug-group): New commands.
7265 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7267         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7268         (gnus-visible-headers): Improve custom type.
7270 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7272         * mml.el (mml-menu): Add workarounds for XEmacs.
7274         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7275         X-Boundary header.
7277         * message.el (message-simplify-recipients): Fix previous commit.
7279 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7281         * mm-util.el (mm-set-buffer-multibyte): New function.
7282         * mm-decode.el (mm-copy-to-buffer): Use it.
7284         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7285         Prefer fboundp to functionp so it works with macros as well.
7287 2008-03-19  Glenn Morris  <rgm@gnu.org>
7289         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7290         Accidentally removed in the sync process with Emacs.
7292 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7294         * message.el (message-alter-recipients-discard-bogus-full-name):
7295         New function.
7296         (message-alter-recipients-function): New variable.
7297         (message-get-reply-headers): Use it.
7298         (message-replace-header): New helper function.
7299         (message-recipients-without-full-name): New variable.
7300         (message-simplify-recipients): New command.
7302         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7304         * message.el (message-info): Handle EasyPG manual.
7306         * mml.el (mml-menu): Add entry for EasyPG.
7308 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7310         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7311         parameter.
7313         * message.el (message-disassociate-draft): Specify drafts group name
7314         fully.
7316 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7318         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7319         Eliminate unnecessary duplicates from the match list.
7321 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7323         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7325         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7327         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7328         args of `how-many' of which the XEmacs version doesn't take; declare
7329         Info-index-next as function.
7331 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7333         * gnus-score.el (gnus-score-headers): Fix handling of
7334         gnus-inhibit-slow-scoring.
7336         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7337         string.
7338         (gnus-button-url-regexp): Improve handling of parenthesis.
7339         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7340         (gnus-button-handle-info-keystrokes): Handle index entries.
7342 2008-03-15  Glenn Morris  <rgm@gnu.org>
7344         * parse-time.el (parse-time-string): Simplify.
7346 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7348         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7349         Incoming* files.
7351 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7353         * auth-source.el (auth-sources): Rename from auth-source-choices.
7354         (auth-source-pick): Use it.
7356 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7358         * binhex.el (binhex-decode-region-internal):
7359         * uudecode.el (uudecode-decode-region-internal):
7360         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7361         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7362         setting default-enable-multibyte-characters.
7364 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7366         * auth-source.el (auth-source-protocols)
7367         (auth-source-protocols-customize, auth-source-choices): Add and
7368         modified variable customizations and defaults.
7369         (auth-source-pick, auth-source-user-or-password)
7370         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7371         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7372         (auth-source-user-or-password-sftp)
7373         (auth-source-user-or-password-smtp): Use new variables and provide an
7374         interface to netrc.el.
7376 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7378         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7379         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7380         Make sure the nntp port to specify is a string.
7382 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7384         * nntp.el: Use with-current-buffer.
7385         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7386         dubious mm-with-unibyte-current-buffer.
7387         (nntp-with-open-group-function): New function extracted from
7388         nntp-with-open-group macro.
7389         (nntp-with-open-group): Use the function, so it's easier to debug.
7390         Add indentation and debugging info.
7391         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7392         Recommend the use of the netcat alternatives.
7394         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7395         Avoid mm-string-as-multibyte as well.
7397         * nnweb.el (nnweb-insert-html):
7398         Remove use of nnheader-string-as-multibyte.
7400         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7401         (nnheader-string-as-multibyte): Remove.
7403         * mm-view.el: Use inhibit-read-only.
7404         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7405         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7406         or unibyte-string.
7408         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7409         (mm-uu-yenc-extract): Use with-current-buffer.
7411         * gnus-soup.el (gnus-soup-send-packet): Don't use
7412         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7414         * nnmh.el: Use with-current-buffer.
7415         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7416         mm-string-as-multibyte on the output of mm-encode-coding-string.
7418         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7419         (nnimap-request-move-article): Use with-current-buffer.
7421         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7422         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7423         conversion uses string-make-unibyte rather than string-as-unibyte.
7425         * gnus-msg.el: Use with-current-buffer.
7427         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7429 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7431         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7432         string for caching if it is 'PIN.
7434 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7436         * lpath.el: Consider the case without Emacs/W3.
7438 2008-03-08  Glenn Morris  <rgm@gnu.org>
7440         * time-date.el (date-to-time, time-subtract, time-add)
7441         (safe-date-to-time): Doc fixes.
7443 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7445         * mail-source.el (mail-source-delete-old-incoming-confirm):
7446         Change default to nil.
7447         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7449 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7451         * lpath.el: Rearrange.
7453         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7454         (gnus-article-goto-prev-page): Work for articles having ^L's.
7456         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7458         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7460 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7462         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7463         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7464         (gnus-bookmark-jump): Adjust some variable names.
7466 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7468         * auth-source.el: New package.
7469         (auth-source-choices): Add customization entry point variable.
7471         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7472         bug.
7474 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7476         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7477         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7478         (gnus-registry-install-shortcuts): Rename from
7479         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7480         the `gnus-registry-mark-map' keymap dynamically from
7481         `gnus-registry-marks'.  The generated functions update the summary line
7482         when a registry mark is added or deleted, and will call
7483         `gnus-registry-install-p' (see the comments in the code).
7484         (gnus-registry-user-format-function-M): Use concat intelligently.
7486         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7487         the registry mark functions.
7489 2008-03-05  Glenn Morris  <rgm@gnu.org>
7491         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7492         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7493         gnus-art.
7494         (top-level): No need to load own source when compiling.
7496 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7498         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7499         Suggested by <chris.anderton@zetnet.co.uk>.
7501 2008-03-04  Glenn Morris  <rgm@gnu.org>
7503         * gnus-sum.el (top-level): No need to require gnus when compiling,
7504         since unconditionally required near start of file.
7505         (gnus-summary-display-while-building): Move definition before use.
7507 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7509         * gnus-registry.el (gnus-registry-user-format-function-M):
7510         Add formatting function.
7512 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7514         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7515         with plists.
7516         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7517         Use new format.
7519 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7521         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7522         `where-is-internal' that returns a range of key sequences.
7524 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7526         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7528         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7529         (gnus-summary-jump-to-group): Consider windows on other displayed
7530         frames as well.  Similar changes might be needed elsewhere, but that's
7531         the one I've bumped into during my use.
7533         * nndoc.el (nndoc-oe-dbx-type-p):
7534         * gnus-msg.el (gnus-debug):
7535         * gnus-group.el (gnus-update-group-mark-positions):
7536         Use mm-string-to-multibyte.
7538 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7540         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7541         doesn't handle NotDashEscaped.
7543         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7544         (mml-dnd-attach-options): Fix typo in custom choice.
7546         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7547         Change nndoc-article-type to mbox.
7548         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7550         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7551         to nil, instead of html2text.
7553         * imap.el (imap-debug): Add `imap-ping-server'.
7555         * gnus-bookmark.el: Add FIXMEs.
7557         * message.el (message-form-letter-separator)
7558         (message-send-form-letter-delay): New variables.
7559         (message-send-form-letter): Use them.  New command to send form
7560         letters.  Requested by Uwe Siart.
7561         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7563 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7565         * Update copyright years.
7567 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7569         Sync from EMACS_22_BASE.
7571         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7573 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7575         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7576         empty author.
7578 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7580         * gnus-registry.el (gnus-registry-marks): Add variable for
7581         customization of marks and their appearance.
7582         (gnus-registry-read-mark): Use it.
7583         (gnus-registry-do-marks): Add utility function to loop through
7584         `gnus-registry-marks'.
7585         (gnus-registry-install-shortcuts-and-menus): Add function to install
7586         shortcuts and menus.
7587         (gnus-registry-initialize): Use it.
7588         (gnus-registry-default-mark): Clarify documentation.
7590 2008-02-29  Glenn Morris  <rgm@gnu.org>
7592         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7593         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7594         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7595         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7596         Change defcustom :version from 23.0 to 23.1.
7598 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7600         * gnus-registry.el (gnus-registry-follow-group-p)
7601         (gnus-registry-post-process-groups): Add functions to aid registry
7602         splitting and improve logging.  Clarify behavior in function
7603         documentation.
7604         (gnus-registry-split-fancy-with-parent): Use them.
7606 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7608         * gnus-art.el: Use with-current-buffer.
7610 2008-02-27  David Engster  <dengste@eml.cc>
7612         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7613         Express real group name in the response.
7615 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7617         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7618         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7619         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7620         autoload gnus-registry-fetch-group when compiling.
7621         (nnmairix-request-group-with-article-number-correction):
7622         Remove unreferenced argument passed to nnmairix-call-backend.
7624 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7626         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7627         (mm-uu-extract): Improve face for low color ttys.
7628         Reported by Sascha Wilde.
7630 2008-02-27  Glenn Morris  <rgm@gnu.org>
7632         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7633         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7634         variables to defconsts.  Convert comments to doc-strings.
7635         (nnmairix-last-server, nnmairix-current-server): Convert from free
7636         variables to defvars.  Convert comments to doc-strings.
7637         (gnus-registry-fetch-group): Autoload.
7638         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7639         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7640         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7641         caddr.
7642         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7643         nnmairix-request-group-with-article-number-correction call.
7644         (nnmairix-fast, nnmairix-group): New, less general names, for free
7645         variables passed from nnmairix-request-group to
7646         nnmairix-request-group-with-article-number-correction.  Declare.
7647         (nnmairix-request-group-with-article-number-correction):
7648         Use nnmairix-fast, nnmairix-group rather than fast, group.
7650 2008-02-26  David Engster  <dengste@eml.cc>
7652         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7653         version 0.5.
7655 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7657         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7658         instead of making an extra function call.  Don't add the current group
7659         to articles only when they have the group.  Use
7660         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7661         Reported by David <de_bb@arcor.de>.
7663 2008-02-24  Miles Bader  <miles@gnu.org>
7665         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7666         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7667         (mm-find-mime-charset-region):
7668         * mm-bodies.el (mm-encode-body):
7669         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7671 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7673         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7674         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7676 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7678         * mail-source.el (mail-source-delete-incoming): Change default.
7679         Supplement doc string.
7681         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7683 2008-02-14  Glenn Morris  <rgm@gnu.org>
7685         * time-date.el (format-seconds): New function.
7687 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7689         * nnmail.el (nnmail-message-id-cache-file): Derive from
7690         `gnus-home-directory'.
7692 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7694         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7695         Document negative prefix.
7697         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7699 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7701         * message.el (message-unsent-separator): Add the Exim bounce
7702         separator.
7704 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7706         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7707         list.
7708         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7709         recipient/signer list.
7711 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7713         * Makefile.in (datarootdir): Define.
7714         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7715         name that might contain whitespace.
7717 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7719         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7720         fbound (Emacs 23 unicode), signal an error.
7722 2008-02-08  Glenn Morris  <rgm@gnu.org>
7724         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7726 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7728         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7729         ports to the calls to `netrc-machine-user-or-password' in addition to
7730         "imap" and "imaps".
7732 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7734         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7736         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7738 2008-02-01  Kenichi Handa  <handa@m17n.org>
7740         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7741         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7742         (rfc2104-hash): Convert the result of concat to unibyte string.
7744 2008-02-01  Dave Love  <fx@gnu.org>
7746         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7747         coding-system-for-read.
7748         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7750 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7752         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7753         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7754         <hanche@math.ntnu.no>.
7756 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7758         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7760         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7762 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7764         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7765         * message.el (message-beginning-of-line): Use featurep instead of bound
7766         tests in order to resolve conditionals at compile time.
7768 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7770         * mail-source.el (mail-sources): Add `group' choice.
7772         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7773         parameter `in-group' to control into which group the articles go.
7774         Add treatment of `group' mail-source.
7776 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7778         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7780         * mm-decode.el (mm-dissect-buffer): Decode description.
7782         * mml.el (mml-to-mime): Encode message header first.
7784 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7786         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7787         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7789         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7790         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7792 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7794         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7796 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7798         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7799         prefix keys.
7800         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7801         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7802         gnus-xmas.el.
7804         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7805         (gnus-xmas-article-describe-bindings): New function.
7806         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7807         gnus-xmas-article-describe-bindings.
7809         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7811 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7813         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7814         Add new variables for article mark management.
7815         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7816         list of extra data entries which, when present, will indicate that the
7817         article ID should not be trimmed from the registry.
7818         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7819         functions.
7820         (gnus-registry-read-mark): New function to read a mark name from the
7821         user.
7822         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7823         (gnus-registry-set-article-mark-internal): New functions to add and
7824         remove marks.
7825         (gnus-registry-get-article-marks): New function to show the marks for
7826         an article, or retrieve them for further use.
7828 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7830         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7831         keys when no argument is given.
7833 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7835         * imap.el (imap-ping-server): New variable.
7836         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7837         (imap-ping-server): Minor doc string fixes.
7839 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7841         * imap.el (imap-ping-server): New function.
7842         (imap-opened): Call imap-ping-server.
7844 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7846         * gnus-sum.el (gnus-article-sort-by-random)
7847         (gnus-thread-sort-by-random): Fix doc strings.
7848         Reported by jidanni@jidanni.org.
7850 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7852         * gnus-art.el (gnus-article-describe-bindings): New function.
7853         (gnus-article-read-summary-keys): Use it.
7854         (gnus-article-mode-map): Bind `C-h b' to it.
7856 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7858         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7859         XEmacs.
7860         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7861         Protect against non-character events.
7863         * lpath.el: Fbind map-keymap for Emacs 21.
7865 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7867         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7868         New command.
7869         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7870         instead of END.  Change name of the temp file.
7871         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7872         customizable.
7874 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7876         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7877         bind `S W' to gnus-article-wide-reply-with-original; set default
7878         binding to gnus-article-read-summary-send-keys.
7879         (gnus-article-read-summary-keys): Fix the order of keys; display
7880         continuation keys correctly in the echo area; describe bindings
7881         correctly when keys end with `C-h'.
7882         (gnus-article-read-summary-send-keys): New function.
7883         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7884         Work for gnus-article-read-summary-send-keys; display continuation keys
7885         correctly in the echo area.
7886         (gnus-article-reply-with-original): Ignore prefix argument.
7887         (gnus-article-wide-reply-with-original): New function.
7889         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7890         Emacs 21.
7892 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7894         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7895         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7897 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7899         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7900         (gnus-group-read-ephemeral-gmane-group): New command.
7902 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7904         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7906 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7908         * message.el (message-send-mail-function): Increase custom version.
7910         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7911         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7913 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7915         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7916         for the cases where imap-authenticate is called with a nil buffer
7917         parameter.
7919 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7921         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7922         html parts correctly; support forwarded messages.
7923         (gnus-article-browse-html-article): Remove work buffers.
7925         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7926         compiling.
7927         (netrc-bound-and-true-p): New macro.
7928         (netrc-parse): Use it instead of bound-and-true-p that is not available
7929         in XEmacs 21.4.
7931 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7933         * gnus-registry.el (gnus-registry-mark-article)
7934         (gnus-registry-article-marks): Add functionality to mark articles
7935         through the Gnus registry.
7937         * encrypt.el: Clarify documentation for the new pgg method.
7938         (encrypt-file-alist): Add PGG option.
7939         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7940         functionality.  Abstract password key and messaging to external
7941         functions.
7942         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7943         (encrypt-message-method-and-cipher): Add new convenience external
7944         functions.
7945         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7946         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7948         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7949         (netrc-parse): Use encrypt-file-alist to determine if
7950         encrypt-find-model or encrypt-insert-file-contents should be used.
7952         * encrypt.el: Clarify documentation.  Load password-cache or
7953         password, whichever one is found first, instead of autoloading.
7955 2007-12-19  Glenn Morris  <rgm@gnu.org>
7957         * mml.el (message-options-set, message-narrow-to-head)
7958         (message-in-body-p, message-mail-p, message-encode-message-body):
7959         Autoload.
7960         (message-remove-header, message-narrow-to-headers-or-head)
7961         (message-subscribed-p, message-make-mail-followup-to)
7962         (message-position-on-field, message-news-p)
7963         (message-options-set-recipient, message-generate-headers)
7964         (message-sort-headers): Declare as functions.
7966 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7968         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7969         convention in doc string.
7971 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7973         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7974         title to html parts.
7975         (gnus-article-browse-html-article): Pass message header to it.
7977         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7979 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7981         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7982         or password compatible with XEmacs.
7984 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7986         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7987         format document.
7988         (gnus-mime-delete-part): Don't write description line if empty.
7989         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7991 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7993         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7994         (gnus-summary-mark-read-and-unread-as-read)
7995         (gnus-summary-mark-current-read-and-unread-as-read)
7996         (gnus-summary-mark-unread-as-ticked): Doc fix.
7997         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7999 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8001         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8002         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8004 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8006         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8007         yes-or-no-p.
8009 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8011         * mm-decode.el (mm-add-meta-html-tag): New function.
8012         (mm-save-part-to-file, mm-pipe-part): Use it.
8014         * gnus-art.el (gnus-article-browse-delete-temp-files):
8015         Use gnus-y-or-n-p instead of y-or-n-p.
8016         (gnus-article-browse-html-parts): Work with message/external-body; use
8017         mm-add-meta-html-tag.
8019 2007-12-11  Glenn Morris  <rgm@gnu.org>
8021         * gnus-cache.el: Require gnus-sum not just when compiling.
8023         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8025         * gnus-int.el (gnus-server-opened, gnus-status-message):
8026         Move definitions before use.
8028         * mm-decode.el: Require gnus-util.
8029         (mm-remove-part): Only call delete-annotation on XEmacs.
8031         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8033         * nnmail.el: Require gnus-int.
8035         * spam.el: Move `require's before `eval-when-compile's.
8037         * gnus-ems.el (gnus-alive-p):
8038         * gnus-fun.el (message-goto-eoh):
8039         * gnus-util.el (gnus-group-name-decode):
8040         * mail-source.el (gnus-compress-sequence):
8041         * message.el (Info-goto-node, format-spec):
8042         * mm-bodies.el (message-options-get):
8043         * mm-decode.el (mm-view-pkcs7):
8044         * mm-util.el (gmm-write-region):
8045         * mml-smime.el (mml-compute-boundary)
8046         (gnus-completing-read-with-default):
8047         * mml.el (widget-button-press, gnus-make-hashtable):
8048         * mml1991.el (mm-decode-content-transfer-encoding)
8049         (mm-encode-content-transfer-encoding)
8050         (message-options-get, message-options-set):
8051         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8052         * nnfolder.el (gnus-request-group):
8053         * nnheader.el (ietf-drums-unfold-fws):
8054         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8055         * smime.el (gnus-run-mode-hooks):
8056         * spam-stat.el (gnus-message): Autoload.
8058         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8059         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8060         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8061         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8062         Add declare-function compatibility definition.
8064         * gnus-cache.el (nnvirtual-find-group-art):
8065         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8066         (gnus-add-image, gnus-add-wash-type):
8067         * gnus-group.el (nnkiboze-score-file):
8068         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8069         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8070         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8071         (message-tokenize-header, gnus-get-buffer-create)
8072         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8073         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8074         * gnus.el (gnus-group-decoded-name):
8075         * mail-source.el (imap-capability):
8076         * mm-bodies.el (message-options-set):
8077         * mm-decode.el (gnus-configure-windows):
8078         * mm-extern.el (message-goto-body):
8079         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8080         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8081         (epg-sub-key-validity, message-options-set):
8082         * mml.el (widget-event-point, gnus-configure-windows):
8083         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8084         * mml2015.el (epg-check-configuration, epg-configuration)
8085         (message-options-set):
8086         * nndb.el (nndb-request-article):
8087         * nnfolder.el (gnus-request-create-group):
8088         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8089         * nnmaildir.el (gnus-group-mark-article-read):
8090         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8091         * rfc1843.el (message-fetch-field):
8092         * spam.el (gnus-extract-address-components):
8093         Declare as functions.
8095 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8097         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8099         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8101         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8102         bind show-trailing-whitespace for XEmacs.
8104 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8106         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8107         new no-op macro for backward compatibility.
8109         * imap.el (imap-string-to-integer): New function.
8111 2007-12-09  Glenn Morris  <rgm@gnu.org>
8113         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8115         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8116         * message.el, mm-view.el, sieve-manage.el, smime.el:
8117         Add declare-function compatibility definition.
8119         * gnus-art.el (w3-region, w3m-region, Info-menu):
8120         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8121         * gnus-sum.el (gnus-get-predicate):
8122         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8123         * message.el (mail-abbrev-in-expansion-header-p):
8124         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8125         (w3m-detect-meta-charset, w3m-region):
8126         * sieve-manage.el (password-read, password-cache-add)
8127         (password-cache-remove):
8128         * smime.el (password-read-and-add): Declare as functions.
8130 2007-12-08  David Kastrup  <dak@gnu.org>
8132         * gnus-sum.el (gnus-summary-simplify-subject-query):
8133         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8134         `message'.
8136 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8138         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8139         it to bind idna-program, installation-directory, defined-colors, and
8140         face-attribute for XEmacs of the version that compiles defcustom forms.
8142 2007-12-07  Glenn Morris  <rgm@gnu.org>
8144         * gnus-art.el (article-make-date-line): Revert previous change.
8146 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8148         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8150 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8152         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8153         Call gnus-add-to-range ranges only once with a prepared article-list.
8155 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8157         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8158         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8159         group names with backslashes.
8160         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8162 2007-12-06  Deepak Goel  <deego3@gmail.com>
8164         * gnus-art.el (article-make-date-line):
8165         * gnus-start.el (gnus-load):
8166         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8168 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8170         * gnus-art.el (gnus-use-idna)
8171         * gnus-start.el (gnus-site-init-file)
8172         * message.el (message-use-idna)
8173         * mm-uu.el (mm-uu-hide-markers)
8174         * smiley.el (smiley-style): Revert changes that suppress warnings.
8176 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8178         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8179         specify charset to html source.
8180         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8182 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8184         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8185         idna-program in order to suppress byte compile warning issued by XEmacs
8186         that came to byte compile the default value section of defcustom forms
8187         recently.
8189         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8190         value of installation-directory.
8192         * message.el (message-use-idna): Don't directly refer to the value of
8193         idna-program.
8195         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8197         * smiley.el (smiley-style): Don't directly call face-attribute.
8199 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8201         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8203         * gnus-dired.el: Reduce Gnus dependencies.
8204         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8205         Don't require.  Use autoloads instead.
8206         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8207         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8208         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8209         (gnus-dired-mode): Adjust doc string.
8210         (gnus-dired-mail-mode): New variable.
8211         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8212         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8213         (gnus-dired-mail-buffers): New function.  Return mail or message
8214         composition buffers.
8215         (gnus-dired-attach): Use it.
8216         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8217         NO-DECODE.
8218         (gnus-dired-print): Use `gnus-print-buffer' depending on
8219         `gnus-dired-mail-mode'.
8221 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8223         * rfc2047.el (rfc2047-encoded-word-regexp)
8224         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8225         explaining what regexp patterns are for.
8227 2007-12-04  Glenn Morris  <rgm@gnu.org>
8229         * password.el: Move to password-cache.el.
8231         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8232         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8233         * mml-smime.el (password-read, password-cache-add)
8234         (password-cache-remove):
8235         No need to autoload, since mml-sec requires password.
8237         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8238         * message.el (gnus-extract-address-components):
8239         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8241         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8242         password.
8244 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8246         * mailcap.el: Reduce dependencies.
8247         (mail-header-parse-content-type): Autoload.
8248         (mailcap-delete-duplicates): New alias.
8249         (mailcap-mime-info): Add optional argument NO-DECODE.
8250         (mailcap-mime-types): Use mailcap-delete-duplicates.
8252         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8254 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8256         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8257         (imap-parse-status): Upcase status-att for servers that sends them
8258         lower-case (e.g., MS Exchange 2007).
8260 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8262         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8263         function.
8265         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8266         (gnus-uu-yenc-article): New function.
8268         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8270         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8272 2007-12-02  Glenn Morris  <rgm@gnu.org>
8274         * binhex.el (binhex): New custom group.
8275         (binhex-decoder-program, binhex-decoder-switches)
8276         (binhex-use-external): Move to the binhex custom group.
8278         * uudecode.el (uudecode): New custom group.
8279         (uudecode-decoder-program, uudecode-decoder-switches)
8280         (uudecode-use-external): Move to the uudecode custom group.
8282         * netrc.el (top-level): Don't load `encrypt' features.
8283         (netrc-parse): Don't use encrypt.
8284         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8286         * encrypt.el: Remove file.
8288 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8290         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8291         matches on patches.
8293         * gnus-art.el (gnus-article-browse-html-article):
8294         Mention `mm-text-html-renderer' in the doc string.
8296         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8297         string.  Add comments.
8299         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8300         if rhs is ASCII.
8302 2007-12-01  Glenn Morris  <rgm@gnu.org>
8304         * mail-source.el (top-level): Require format-spec before
8305         eval-when-compile.
8307 2007-11-30  Glenn Morris  <rgm@gnu.org>
8309         * encrypt.el: Require password, rather than autoloading password-read.
8311 2007-11-29  Glenn Morris  <rgm@gnu.org>
8313         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8314         (sasl-make-client, sasl-next-step, sasl-step-data)
8315         (sasl-step-set-data): Declare as functions.
8317 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8319         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8321 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8323         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8324         certs should be verified and what is to be done in the event of a
8325         verification failure.
8327         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8328         caller can indicate whether the cache should be disregarded for this
8329         call.  This way the result of the call is reproducible at all times and
8330         can be considered a canonical server name for the supplied method.
8331         (gnus-agent-method-p): Canonicalize server names by pushing their
8332         method through `gnus-method-to-server' using the no-cache argument.
8334         * gnus-srvr.el (gnus-server-insert-server-line):
8335         Call `gnus-method-to-server' with `no-cache' argument.
8337         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8338         gnus-agent-possibly-synchronize-flags as this should be called when the
8339         server is actually being opened.
8340         (gnus-agent-possibly-synchronize-flags)
8341         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8342         flags file of an agentized server to the latter function.
8344         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8345         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8346         after a connection has been established successfully.
8348 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8350         * gnus-art.el (article-display-face): Force to display face if called
8351         interactively; check if gnus-article-x-face-too-ugly matches author.
8352         (article-display-x-face): Display face even if From header is missing
8353         as article-display-face does.
8355 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8357         * hashcash.el (message-narrow-to-headers-or-head)
8358         (message-fetch-field, message-goto-eoh)
8359         (message-narrow-to-headers): Declare as functions.
8361 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8363         * mail-source.el (mail-sources): Default to fetch from file for
8364         compatibility with default of nnmail-spool-file.
8366 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8368         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8369         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8370         to look for encoded word that should be encoded again.
8371         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8372         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8373         encoding pattern.
8374         (rfc2047-decode-region): Switch strict regexp and loose one according
8375         to rfc2047-allow-irregular-q-encoded-words.
8377 2007-11-25  Romain Francoise  <romain@orebokech.com>
8379         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8381 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8383         * tls.el (tls-program): Provide more custom choices from
8384         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8385         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8387 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8389         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8390         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8392         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8393         `nnmail-spool-file'.
8395         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8396         `nnmail-spool-file'.
8398         * gnus-move.el (gnus-change-server): Ditto.
8400         * gnus-kill.el (gnus-batch-score): Ditto.
8402         * gnus-cache.el (gnus-jog-cache): Ditto.
8404         * gnus-msg.el (gnus-summary-reply):
8405         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8407 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8409         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8410         version.  Minor improvement to doc strings.
8411         (tls-program): Add comment.
8413 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8415         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8416         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8417         mismatch between the hostname provided in the certificate and the name
8418         of the host connnecting to.
8419         (open-tls-stream): Use them.  Check certificates against trusted root
8420         certificates.
8422 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8424         * gnus-cache.el (gnus-cache-generate-nov-databases):
8425         Use nnml-generate-nov-databases-directory instead of
8426         nnml-generate-nov-databases-1.
8428 2007-11-24  Glenn Morris  <rgm@gnu.org>
8430         * message.el (message-tool-bar-retro): Update for rename
8431         mail_send.xpm->mail-send.xpm.
8433 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8435         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8436         `smime-ldap-search' for Emacs 22 and up.
8438 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8440         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8442         * message.el (message-send-mail-function): Fix error convention.
8443         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8444         (message-widen-reply, message-send-mail, message-talkative-question)
8445         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8446         (message-clone-locals, message-send-news): Use with-current-buffer.
8447         (message-insert-or-toggle-importance): Remove unused var `valid'.
8448         (message-make-references): Remove unused var `new-references'.
8449         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8451 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8453         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8454         (spam-split-symbolic-return-positive): Reflow docstring.
8455         (spam-backends, spam-summary-exit-behavior)
8456         (spam-mark-ham-unread-before-move-from-spam-group)
8457         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8458         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8459         (spam-clear-cache, spam-backend-check, spam-install-backend)
8460         (spam-install-statistical-backend, spam-list-of-processors)
8461         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8462         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8463         (spam-check-crm114, spam-initialize, spam-unload-hook):
8464         Fix typos in docstrings.
8466 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8468         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8469         been checked if they have never been read and those group levels are
8470         higher than the one that a user specified.
8472 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8474         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8475         foreign groups unless a group level is specified by a user.
8476         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8478 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8480         * message.el (message-send-mail-function): Require sendmail.
8482 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8484         * message.el (message-send-mail-function): Check for smtpmail too.
8486         * utf7.el (utf7-encode, utf7-decode): Use coding system
8487         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8489         * message.el (message-send-mail-function): New function.
8490         (message-send-mail-function): Set default using
8491         message-send-mail-function.  Adjust doc string.
8492         (message-send-mail-with-mailclient): New function.
8494 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8496         * smime.el (from):
8497         * rfc2047.el (message-posting-charset):
8498         * qp.el (mm-use-ultra-safe-encoding):
8499         * pop3.el (parse-time-months):
8500         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8501         * nnml.el (files):
8502         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8503         (jka-compr-compression-info-list, ange-ftp-path-format)
8504         (efs-path-regexp):
8505         * nndiary.el (files):
8506         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8507         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8508         (epg-digest-algorithm-alist, inhibit-redisplay)
8509         (password-cache-expiry):
8510         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8511         (pgg-output-buffer, password-cache-expiry):
8512         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8513         (efs-path-regexp):
8514         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8515         (inhibit-redisplay):
8516         * mm-uu.el (file-name, start-point, end-point, entry)
8517         (gnus-newsgroup-name, gnus-newsgroup-charset):
8518         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8519         (latin-unity-ucs-list):
8520         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8521         (mm-uu-binhex-decode-function):
8522         * message.el (gnus-message-group-art, gnus-list-identifiers)
8523         (rmail-enable-mime-composing, gnus-local-organization)
8524         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8525         (gnus-read-active-file, facemenu-add-face-function)
8526         (facemenu-remove-face-function, gnus-article-decoded-p)
8527         (tool-bar-mode):
8528         * mail-source.el (display-time-mail-function):
8529         * gnus-util.el (nnmail-pathname-coding-system)
8530         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8531         (gnus-original-article-buffer, gnus-user-agent)
8532         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8533         (xemacs-codename, sxemacs-codename, emacs-program-version):
8534         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8535         * gnus-start.el (gnus-agent-covered-methods)
8536         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8537         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8538         (gnus-newsgroup-headers, gnus-group-list-mode)
8539         (gnus-group-mark-positions, gnus-newsgroup-data)
8540         (gnus-newsgroup-unreads, nnoo-state-alist)
8541         (gnus-current-select-method, mail-sources)
8542         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8543         (nnmail-spool-file, gnus-cache-active-hashtb):
8544         * gnus-mh.el (mh-lib-progs):
8545         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8546         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8547         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8548         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8549         (gnus-group-buffer):
8550         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8551         (font-lock-set-defaults):
8552         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8553         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8554         (gnus-summary-post-menu, total-parts, type, condition, length):
8555         * gnus-agent.el (gnus-agent-read-agentview):
8556         * flow-fill.el (show-trailing-whitespace):
8557         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8558         eval-and-compile wrappers for byte compiler pacifiers.
8560         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8561         (mm-display-inline-fontify): Check for featurep 'xemacs not
8562         extent-list.
8564         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8565         itimer-list.
8566         (mm-create-image-xemacs): Only do something for XEmacs.
8567         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8569         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8571         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8572         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8574 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8576         * nnimap.el (nnimap-split-download-body):
8577         * gnus-demon.el (gnus-demon):
8578         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8580 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8582         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8583         New macros.
8584         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8585         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8586         copy data from unibyte buffer to multibyte current buffer.
8587         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8588         to copy data from unibyte current buffer to multibyte buffer.
8589         (nntp-make-process-buffer): Make process buffer unibyte.
8591         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8593 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8595         * pop3.el (pop3-open-server): Accept and process data more robustly at
8596         connexion start to avoid spurious "POP SSL connexion failed" errors.
8598 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8600         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8601         read group names.
8603 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8605         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8607 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8609         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8610         (nnmail-save-active): Use a unibyte buffer when saving active file,
8611         which may contain non-ASCII group names.
8613         * nnml.el (nnml-request-group): Decode group names in messages.
8615 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8617         * message.el (message-citation-line-function)
8618         (message-insert-formatted-citation-line): Fix spelling of
8619         `message-insert-formated-citation-line'.
8621 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8623         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8625 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8627         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8628         nnmail-pathname-coding-system.
8630         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8631         that a user enters; decode group names in messages.
8633         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8635 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8637         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8639         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8641         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8642         risky local variable.
8644         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8646 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8648         * encrypt.el: Improve documentation to fix function name typo.
8649         Reported by Daiki Ueno <ueno@unixuser.org>.
8651 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8653         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8654         even if the point is not in the last page of an article.
8655         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8656         back to the previous page.
8658 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8660         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8662 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8664         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8666 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8668         * message.el (message-check-news-body-syntax):
8669         Avoid mm-string-as-multibyte.
8670         (message-hide-headers): Don't assume (point-min)==1.
8672 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8674         * message.el (message-remove-blank-cited-lines): Fix if remove is
8675         given.
8676         (message-bogus-address-regexp): New variable.
8677         (message-bogus-recipient-p): New function.
8678         (message-check-recipients): New command.
8679         (message-syntax-checks): Add `bogus-recipient'.
8680         (message-fix-before-sending): Add `bogus-recipient'.
8682         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8683         (gnus-treat-body-boundary): Don't test window-system.
8685 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8687         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8689 2007-10-28  Miles Bader  <miles@gnu.org>
8691         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8692         at compile-time too.
8694 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8696         * gnus-msg.el (gnus-message-setup-hook):
8697         Add `message-remove-blank-cited-lines' to options.
8699 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8701         * message.el (message-remove-blank-cited-lines): New function.
8702         Suggested by Karl Plästerer.
8704 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8706         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8707         mapc.
8709         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8710         (top-level): Use mapc to set functions to be traced for debugging.
8712         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8713         called for effect with while loop.
8715         * message.el (message-talkative-question): Replace mapcar called for
8716         effect with mapc.
8718         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8719         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8720         called for effect with dolist.
8722         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8724         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8725         gnus-extra-headers and nnmail-extra-headers.
8727         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8728         called for effect with dolist.
8729         (top-level): Use mapc to set functions to be traced for debugging.
8731         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8732         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8733         dolist.
8735         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8736         Replace mapcar called for effect with mapc.
8737         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8738         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8739         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8740         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8742         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8743         remove-if that's a cl function.
8745         * webmail.el (webmail-debug): Replace mapcar called for effect with
8746         dolist.
8748         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8749         with mapc.
8751 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8753         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8754         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8755         with while loop.
8757         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8758         functions from article-* functions.
8759         (gnus-multi-decode-header): Replace mapcar called for effect with
8760         dolist.
8762         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8763         (gnus-bookmark-show-details): Replace mapcar called for effect with
8764         while loop.
8766         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8767         called for effect with while loop.
8769         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8770         with dolist.
8772         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8773         Replace mapcar called for effect with dolist.
8775         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8777         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8778         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8779         Replace mapcar called for effect with dolist.
8780         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8781         mapc.
8783         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8784         Replace mapcar called for effect with dolist.
8785         (gnus-topic-list): Replace mapcar called for effect with mapc.
8787         * gnus.el: Use mapc instead of mapcar to add autoloads.
8789 2007-10-23  Richard Stallman  <rms@gnu.org>
8791         * gnus-group.el (gnus-group-highlight): Mark as risky.
8793 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8795         * gnus.el (gnus-server-to-method): Return method found first in
8796         gnus-newsrc-alist.
8798         * gnus-art.el (gnus-article-highlight-signature)
8799         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8800         button overlay without the front stickiness.
8802 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8804         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8805         overview buffer needed a catch to receive its throw.
8806         (gnus-agent-flush-cache): Declare as interactive to make this function
8807         easier to use.
8809 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8811         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8812         `next-line'.
8814 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8816         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8817         exclude address matching message-dont-reply-to-names.
8819 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8821         * gnus-util.el (gnus-string<): New function.
8823         * gnus-sum.el (gnus-article-sort-by-author)
8824         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8826 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8828         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8829         the frame-focus tag is set in gnus-buffer-configuration.
8831 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8833         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8834         the front stickiness.
8836 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8838         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8839         url pattern; remove duplicate one.
8840         (gnus-article-extend-url-button): New function.
8841         (gnus-article-add-buttons): Use it.
8842         (gnus-button-push): Use concatenated url that it makes.
8844 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8846         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8848 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8850         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8851         Don't hardcode point-min==1.
8853 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8855         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8856         Fix comment about "iso8859-1".
8858 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8860         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8861         ones returned from the verify-function.
8863         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8864         Call mml2015-extract-cleartext-signature if extraction failed.
8866 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8868         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8869         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8870         failed.
8872 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8874         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8876 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8878         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8879         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8880         recommends to use EasyPG instead of PGG.
8882         * pgg.el: Revert to revision 6.23.2.16.
8884         * pgg-def.el: Revert to revision 6.6.2.14.
8886         * pgg-gpg.el: Revert to revision 6.23.2.34.
8888 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8890         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8891         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8892         thread for both the null and zero (kill/expire thread) universal prefix
8893         cases.
8894         (gnus-summary-expire-thread): Add new function to expire a thread,
8895         using gnus-summary-kill-thread.
8896         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8897         shortcuts for gnus-summary-expire-thread.
8898         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8899         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8901 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8903         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8904         extras value, so an extras entry can be deleted.
8905         (gnus-registry-delete-extra-entry): Use it.
8906         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8907         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8908         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8909         storage through the gnus-registry, and provide an appropriate API for
8910         it.
8912 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8914         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8915         Suggested by Leo <sdl.web@gmail.com>.
8917         * gnus.el: Do.
8919 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8921         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8922         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8924         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8926         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8927         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8929 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8931         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8932         newline.
8933         (nnmbox-request-accept-article): Don't change article in source buffer;
8934         narrow to header to use message-fetch-field rather than
8935         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8936         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8937         as delimiters; make sure article ends with newline.
8938         (nnmbox-delete-mail): Correct last position of article to be deleted;
8939         ignore X-Gnus-Newsgroup header in article body.
8940         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8941         positions; make sure article ends with newline.
8943         * message.el (message-display-abbrev): Don't infloop when a user
8944         inserts SPC in the beginning of header.
8946         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8947         coding-system-for-read and coding-system-for-write for XEmacs having no
8948         file-coding feature.
8950         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8952 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8954         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8955         list of groups not followed by default.  Fix type to be regexp.
8956         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8958 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8960         * hmac-def.el (define-hmac-function): Switch from old-style to
8961         new-style backquotes.
8963         * md4.el (md4-make-step): Likewise.
8965 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8967         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8968         raw-text coding system when saving .newsrc file, which may contain
8969         non-ASCII group names.
8971 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8973         * gnus-cus.el (gnus-score-extra): New widget.
8974         (gnus-score-extra-convert): New function.
8975         (gnus-score-customize): Use it for Extra.
8977 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8979         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8980         (mml2015-mailcrypt-clear-verify): Use it.
8981         (mml2015-gpg-clear-verify): Use it.
8982         (mml2015-pgg-clear-verify): Use it.
8983         (mml2015-epg-clear-verify): Replace the current part with the output
8984         from GnuPG; don't extract the plaintext by itself.
8986         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8987         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8988         mml2015-clear-verify-function; don't touch the armor headers or
8989         dash-escaped text here.
8991 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8993         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8994         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8995         parts, or application/octet-stream as a last resort.
8996         (gnus-mime-view-part-as-type): Don't toggle display.
8997         (gnus-mime-view-part-as-charset): Don't turn off display before
8998         querying charset.
9000         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9001         stuff to undisplayer function in Emacs.
9002         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9004         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9005         text/calendar parts.
9007 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9009         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9010         decoding text/calendar parts.
9012         * message.el (message-forward-make-body-mime): Always mark body as
9013         having no illegible text; remove signed-or-encrypted argument.
9014         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9016         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9017         (mml-generate-mime-1): Don't encode body if it is specified to be in
9018         raw form; don't make buffer be unibyte when inserting multibyte string.
9020 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9022         * sha1.el: Fix up comment style.
9023         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9024         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9026         * hex-util.el: Fix up comment style.
9027         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9029         * gnus-salt.el: Use with-current-buffer.
9030         (gnus-pick-setup-message): Fix long-standing typo.
9032 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9034         * imap.el (imap-logout-timeout): New variable.
9035         (imap-logout, imap-logout-wait): New functions.
9036         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9038         * nnimap.el (nnimap-logout-timeout): New server variable.
9039         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9040         nnimap-logout-timeout.
9042         * gnus-art.el (gnus-article-summary-command-nosave)
9043         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9045 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9047         * gnus.el (gnus-maximum-newsgroup): New variable.
9049         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9050         according to gnus-maximum-newsgroup.
9052         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9053         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9054         Limit the range of articles according to gnus-maximum-newsgroup.
9056 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9058         * gnus-art.el (gnus-sticky-article): Fix problems described in
9059         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9060         Don't perform gnus-configure-windows here; reuse existing sticky
9061         article buffer.
9063         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9064         it doesn't exist in gnus-article-mode.
9066 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9068         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9069         (gnus-agent-decoded-group-name): New function.
9070         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9071         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9073 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9075         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9076         Add binding for gnus-sticky-article.
9077         (gnus-summary-exit): Don't kill sticky article buffers.
9079         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9080         article buffer.
9081         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9082         (gnus-kill-sticky-article-buffers): New commands.
9084 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9086         * nntp.el (nntp-xref-number-is-evil): New server variable.
9087         (nntp-find-group-and-number): If it is non-nil, don't trust article
9088         numbers in the Xref header.
9090 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9092         * gnus-agent.el (gnus-agent-read-group): New function.
9093         (gnus-agent-flush-group, gnus-agent-expire-group)
9094         (gnus-agent-regenerate-group): Use it.
9095         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9096         nnmail-pathname-coding-system.
9098 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9100         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9102         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9103         that are unread as unread, and also as selected so that information of
9104         marks having been changed by a user may be updated when exiting group.
9106 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9108         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9110 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9112         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9113         calculated ignoring signature parts to gnus-treat-article.
9115 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9117         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9118         a point here in order to keep the window start.
9119         (gnus-insert-mime-security-button): Make a button overlay without the
9120         front stickiness.
9121         (gnus-mime-display-security): Goto the end of a button.
9123         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9125 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9127         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9128         group-name-at-point.
9129         (gnus-group-completing-read): New function that offers decoded
9130         non-ASCII group names for completion.
9131         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9132         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9133         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9134         (gnus-group-fetch-control): Use it.
9135         (gnus-fetch-group): Use group-name-at-point for the initial value
9136         rather than the default value; use gnus-alive-p.
9138         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9139         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9140         (gnus-summary-post-news): Use gnus-group-completing-read.
9142         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9143         (gnus-read-move-group-name): Decode group name for completion.
9145 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9147         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9148         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9149         Yamaoka slightly modified the code).
9151 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9153         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9154         (nnmail-split-incoming): Bind it.
9156         * nnml.el (nnml-group-name-charset): New function.
9157         (nnml-decoded-group-name): Use it; don't decode group name if
9158         nnmail-group-names-not-encoded-p is non-nil.
9159         (nnml-encoded-group-name): New function.
9160         (nnml-group-pathname): Inline nnml-decoded-group-name.
9161         (nnml-request-expire-articles): Decode group name in message.
9162         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9163         nnmail-pathname-coding-system.
9164         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9165         not decoded ones according to nnmail-group-names-not-encoded-p.
9166         (nnml-generate-active-info): Use nnml-encoded-group-name.
9168 2007-08-08  Glenn Morris  <rgm@gnu.org>
9170         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9171         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9172         doc-strings and comments.
9174 2007-07-25  Glenn Morris  <rgm@gnu.org>
9176         * Relicense all FSF files to GPLv3 or later.
9178 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9180         * gnus-sum.el (gnus-summary-move-article):
9181         Make gnus-summary-respool-article work.
9183 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9185         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9186         string.
9188 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9190         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9191         that should be ignored when comparing distant RSS articles with local
9192         ones.
9193         (nnrss-make-hash-index): New function.  Create a hash index according
9194         to the ignored fields.
9195         (nnrss-check-group): Use it.
9197 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9199         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9201         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9203         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9204         the new optional argument ENCODED is non-nil.
9205         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9206         coding system for encoding group name.
9207         (gnus-group-make-rss-group): Pass un-encoded group name to
9208         gnus-group-make-group.
9209         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9210         encoded.
9212         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9213         Encode group name to which articles are moved or copied.
9214         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9215         coding system for encoding Newsgroup, Followup-To and Xref headers.
9217         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9218         marks; use nnheader-file-coding-system to write a file.
9219         (nnagent-retrieve-headers): Bind file-name-coding-system to
9220         nnmail-pathname-coding-system.
9222         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9224         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9225         (nnml-request-article, nnml-request-create-group)
9226         (nnml-request-rename-group, nnml-find-id)
9227         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9228         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9229         (nnml-save-marks): Use nnml-group-pathname instead of
9230         nnmail-group-pathname.
9232         (nnml-request-create-group, nnml-request-expire-articles)
9233         (nnml-request-move-article, nnml-request-delete-group)
9234         (nnml-deletable-article-p, nnml-possibly-create-directory)
9235         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9236         (nnml-open-marks): Bind file-name-coding-system to
9237         nnmail-pathname-coding-system.
9239         (nnml-request-article): Pass server argument to nnml-find-group-number.
9240         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9241         Pass server argument to nnml-possibly-create-directory.
9242         (nnml-request-accept-article): Pass server argument to
9243         nnml-active-number and nnml-save-mail.
9244         (nnml-find-group-number): Pass server argument to nnml-find-id.
9245         (nnml-request-update-info): Pass server argument to
9246         nnml-marks-changed-p.
9248         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9249         (nnml-save-mail, nnml-active-number): Add server argument.
9251         (nnml-request-delete-group): Warn if group is missing.
9252         (nnml-get-nov-buffer): Decode group name.
9253         (nnml-generate-active-info): Encode group name.
9254         (nnml-open-marks): Decode group name in messages.
9256 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9258         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9259         if it is not specified.
9260         (gnus-article-pipe-part, gnus-article-save-part)
9261         (gnus-article-interactively-view-part, gnus-article-copy-part)
9262         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9263         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9264         (gnus-article-replace-part, gnus-article-delete-part)
9265         (gnus-article-view-part-as-type): Pass raw prefix argument to
9266         gnus-article-part-wrapper.
9268 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9270         * gnus-agent.el (gnus-agent-save-active):
9271         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9273         * gnus-cache.el (gnus-cache-save-buffers)
9274         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9275         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9276         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9277         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9278         (gnus-cache-generate-active, gnus-cache-rename-group)
9279         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9280         (gnus-cache-update-overview-total-fetched-for):
9281         Bind file-name-coding-system to nnmail-pathname-coding-system.
9282         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9283         New variables.
9284         (gnus-cache-decoded-group-name): New function.
9285         (gnus-cache-file-name): Use it.
9286         (gnus-cache-generate-active): Use non-decoded group name for active.
9288         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9289         right place.
9290         (gnus-write-active-file): Don't break non-ASCII group names.
9292         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9293         nnmail-pathname-coding-system.
9295         * lpath.el: Bind default-file-name-coding-system,
9296         file-name-coding-system and language-info-alist for XEmacs.
9298         * gnus-uu.el (gnus-uu-decode-save): Typo.
9300 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9302         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9304 2007-07-14  David Kastrup  <dak@gnu.org>
9306         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9307         finishing actions if we did not edit the article.
9309 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9311         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9312         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9313         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9314         (gnus-agent-flush-group, gnus-agent-flush-cache)
9315         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9316         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9317         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9318         (gnus-agent-regenerate-group)
9319         (gnus-agent-update-files-total-fetched-for)
9320         (gnus-agent-update-view-total-fetched-for):
9321         Bind file-name-coding-system to nnmail-pathname-coding-system.
9322         (gnus-agent-group-pathname): Don't encode file names by
9323         nnmail-pathname-coding-system.
9324         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9325         coding-system-for-write instead of buffer-file-coding-system to
9326         gnus-agent-file-coding-system.
9328         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9329         Decode group name.
9331         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9333         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9334         (gnus-read-newsrc-el-file): Make group names unibyte.
9336         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9337         nnmail-pathname-coding-system.
9339         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9340         (nnrss-request-delete-group): Bind file-name-coding-system to
9341         nnmail-pathname-coding-system.
9342         (nnrss-read-server-data, nnrss-read-group-data):
9343         Bind file-name-coding-system correctly.
9344         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9346         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9347         (nntp-server-to-method-cache): New variable.
9348         (nntp-group-pathname): New function that decodes non-ASCII group names.
9349         (nntp-possibly-create-directory, nntp-marks-changed-p)
9350         (nntp-save-marks, nntp-open-marks): Use it.
9351         (nntp-possibly-create-directory, nntp-open-marks):
9352         Bind file-name-coding-system to nnmail-pathname-coding-system.
9353         (nntp-open-marks): Decode group names when bootstrapping marks.
9355         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9356         Newsgroups and Folowup-To headers.
9358 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9360         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9361         (gnus-server-closed-face, gnus-server-denied-face)
9362         (gnus-server-offline-face): Remove variable.
9363         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9365         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9366         of modifying message-stack directly for XEmacs.
9368         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9369         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9370         if the coding-system argument is nil for XEmacs.
9372         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9373         mm-charset-override-alist.
9375         * rfc2047.el: Don't require base64; require rfc2045 for the function
9376         rfc2045-encode-string.
9377         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9378         to quote the parameter value.
9380 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9382         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9383         form in gnus-group-name-charset-method-alist.
9385         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9386         overrides the default layout edit-form.
9388         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9390         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9392 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9394         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9395         as unfetched articles.
9397 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9399         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9401 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9403         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9404         original back end that keeps marks in the local system.
9406 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9408         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9409         arg of pop-to-buffer for XEmacs.
9410         (gnus-article-read-summary-keys): Ditto; don't restore window
9411         configuration if summary command ends up with neither article buffer
9412         nor summary buffer; describe bindings if summary keys end with C-h.
9414 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9416         * message.el (message-fix-before-sending): Skip raw message part to be
9417         forwarded while checking illegible text.
9418         (message-forward-make-body-mime, message-forward-make-body):
9419         Mark signed or encrypted raw message as having no illegible text.
9421 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9423         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9424         (gnus-message-with-timestamp-1): New macro.
9425         (gnus-message-with-timestamp): New function.
9426         (gnus-message): Use them.
9428         * nnheader.el (nnheader-message): Use them.
9430 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9432         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9433         .newsrc.eld file.
9435 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9437         * gnus-agent.el (gnus-agent-fetch-headers)
9438         (gnus-agent-retrieve-headers):
9439         Bind gnus-decode-encoded-address-function to identity.
9441         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9442         available also when the server returns simply a dot.
9444         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9446 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9448         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9450 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9452         * gnus-ems.el (gnus-x-splash): Make it work.
9454         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9455         from being used.
9457         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9459 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9461         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9462         4th and the 5th arguments.
9464         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9465         the front stickiness.
9466         (gnus-article-summary-command-nosave): Correct the order of the
9467         arguments passed to pop-to-buffer.
9468         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9469         summary command ends up with the article buffer.
9471         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9472         the same faces.
9474 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9476         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9478 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9480         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9481         * gnus-sum.el (gnus-summary-highlight):
9482         * pgg.el (pgg-sign-region, pgg-sign):
9483         * mail-source.el (mail-source-delete-old-incoming-confirm):
9484         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9486 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9488         * gnus-art.el (gnus-mime-view-part-externally)
9489         (gnus-mime-view-part-internally): Fix predicate function passed to
9490         completing-read.
9492         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9494         * gnus.el (gnus-update-message-archive-method): Add :version.
9496 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9498         * gnus.el (gnus-update-message-archive-method): New variable.
9500         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9501         according to gnus-message-archive-method if
9502         gnus-update-message-archive-method is non-nil.
9504 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9506         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9507         Suggested by Loic Dachary <loic@dachary.org>.
9508         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9510 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9512         * message.el (message-pop-to-buffer): Add switch-function argument.
9513         (message-mail): Pass switch-function argument to it.
9515 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9517         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9518         Improve doc string.
9520 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9522         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9523         (gnus-header-content)
9524         * gnus-cite.el (gnus-cite-10)
9525         * gnus-srvr.el (gnus-server-closed)
9526         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9527         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9528         (gnus-group-mail-3-empty, gnus-group-mail-low)
9529         (gnus-group-mail-low-empty, gnus-splash)
9530         * message.el (message-header-to, message-header-cc)
9531         (message-header-subject, message-header-other, message-header-name)
9532         (message-header-xheader, message-separator, message-cited-text)
9533         (message-mml): Lighten colors of faces used for dark background.
9535 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9537         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9538         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9540 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9542         * message.el (message-narrow-to-headers-or-head):
9543         Ignore mail-header-separator in the body.
9545 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9547         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9548         same as window size.
9550 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9552         * message.el (message-font-lock-keywords): Use message-header-xheader
9553         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9554         ahead of the anything pattern, to get it recognised.
9556 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9558         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9559         spam.el loads uses it in the compiled defadvice form.
9561 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9563         * gnus-sum.el (gnus-articles-to-read)
9564         (gnus-summary-insert-old-articles): Don't truncate group name for
9565         `read-string'.
9567         * gnus-util.el (gnus-limit-string): Delete this function.
9569         * gnus-sum.el (gnus-simplify-subject-fully):
9570         Use `truncate-string-to-width' instead.
9572 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9574         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9575         Tell if, on summary exit, the next group has to be selected.
9576         (gnus-summary-exit): Use it.
9578 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9580         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9581         non-break space.
9583 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9585         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9586         Check if group is not a directory.
9587         (nnfolder-request-expire-articles): Don't delete articles if the target
9588         group is not available.
9590         * nnml.el (nnml-request-create-group): Properly check if group is not a
9591         file.
9592         (nnml-request-expire-articles): Don't delete articles if the target
9593         group is not available.
9595         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9596         Don't quote characters that are within parentheses.
9598 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9600         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9601         (gnus-handle-ephemeral-exit): Select article according to it.
9603 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9605         * message.el (message-insert-formated-citation-line): Remove newline.
9606         (message-citation-line-format): Add final \n here so that the user can
9607         avoid a blank line.
9609 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9611         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9612         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9613         Update lanl/arXiv support.
9615 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9617         * gnus.el: Bump version number.
9619 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9621         * gnus.el (gnus-version-number): Bump version.
9623 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9625         * gnus.el: No Gnus v0.6 is released.
9627 2007-04-27  Didier Verna  <didier@xemacs.org>
9629         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9630         * gmm-utils.el (gmm-regexp-concat): ... here.
9631         * message.el: Don't require 'gnus-util.
9632         (message-dont-reply-to-names): Handle name change above.
9633         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9635 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9637         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9638         since the initial value varies according to the system.
9640 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9642         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9644 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9646         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9648 2007-04-24  Didier Verna  <didier@xemacs.org>
9650         Improve the type of gnus-ignored-from-addresses.
9651         * gnus-util.el (gnus-orify-regexp): New function.
9652         * message.el (gnus-util): Require it.
9653         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9654         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9655         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9657 2007-04-24  Didier Verna  <didier@xemacs.org>
9659         * gnus-sum.el:
9660         * gnus-utils.el: Fix some trailing whitespaces.
9662 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9664         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9665         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9666         article's Message-ID; refer parent article in summary buffer.
9668         * message.el (message-bounce): Call mime-to-mml.
9670         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9671         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9672         optimize and/or forms properly.
9674 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9676         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9677         URL.
9679 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9681         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9683 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9685         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9686         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9687         displayed of multipart/alternative part if it is invoked from summary
9688         buffer.
9690         * mm-view.el (mm-inline-text-html-render-with-w3m)
9691         (mm-inline-text-html-render-with-w3m-standalone)
9692         (mm-inline-render-with-function): Use mail-parse-charset by default.
9694 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9696         * parse-time.el (parse-time-string-chars): Check if CHAR
9697         is less than the length of parse-time-syntax.
9699 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9701         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9702         from gnus-newsgroup-processable.
9704 2007-04-16  Didier Verna  <didier@xemacs.org>
9706         * gnus-msg.el (gnus-configure-posting-styles):
9707         Handle message-signature-directory properly with :file syntax.
9708         Reported by "Leo".
9710 2007-04-11  Didier Verna  <didier@xemacs.org>
9712         New user option: message-signature-directory.
9713         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9714         * message.el (message-insert-signature): Ditto.
9715         * message.el (message-signature-file): Doc update.
9716         * message.el (message-signature-directory): New.
9718 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9720         * gnus-msg.el (gnus-inews-yank-articles):
9721         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9723 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9725         * message.el (message-yank-original): Make sure cited text ends with
9726         newline; don't exchange point and mark.
9728 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9730         * tls.el (open-tls-stream): Properly handle case where there
9731         is no associated buffer.
9733 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9735         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9736         message-yank-original, make sure (< mark TEXT point).
9738 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9740         * message.el (message-fill-column): New variable.
9741         (message-mode): Use it.  Add comment on a possible new hook.
9743         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9744         (nnmail-get-new-mail): Reformat.
9746         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9748         * gmm-utils.el: Fix Commentary.
9749         (gmm-tool-bar-from-list): Fix typo in doc string.
9751 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9753         * message.el (message-yank-original): Don't switch point and mark
9754         unnecessarily to put point and mark as documented.
9756 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9758         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9759         from the message heads.
9761 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9763         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9764         article buffer does not have a window.  This may not be the best
9765         solution but is certainly better than setting the start of the null,
9766         that is the current, window.
9768 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9770         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9771         (gnus-draft-setup): Run it.
9773         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9774         gnus-score-fast-scoring.  Allow regexp.
9775         (gnus-score-headers): Use it.
9777         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9778         XEmacs.
9780         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9781         string.
9782         (gnus-button-alist): Also catch `<f1> k ...'.
9783         (gnus-treat-display-x-face): Fix doc string.
9785 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9787         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9788         evaluation of gnus-extended-version to ensure correct generation of the
9789         User-Agent header when message-generate-headers-first is used.
9791 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9793         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9794         hashcash-path is nil.  Don't call callback with incorrect number of
9795         parameters if val is 0.
9797 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9799         * message.el (message-required-news-headers):
9800         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9802 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9804         * tls.el (open-tls-stream): In handshake-waiting loop,
9805         don't wait more if there is output available to process.
9807 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9809         * tls.el (tls-program): Doc fix.
9811 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9813         * message.el (message-generate-new-buffers): Change the meaning of the
9814         nil value; add `standard' to the choices; treat t as `unique'; improve
9815         doc string.
9816         (gnus-select-frame-set-input-focus): Autoload.
9817         (message-buffer-name): Search for the existing message buffer if
9818         message-generate-new-buffers is nil or `standard'; treat the value t of
9819         message-generate-new-buffers as `unique'.
9820         (message-pop-to-buffer): Raise the frame already displaying the message
9821         buffer; clear the echo area after querying.
9822         (message-setup): Pass the `continue' argument to compose-mail.
9823         (message-mail): Prefer `switch-function' if it is given; search for the
9824         existing message buffer if the `continue' argument is non-nil; pass
9825         continue and switch-function arguments to compose-mail by way of
9826         message-setup.
9827         (message-mail-other-window): Adjust argument of message-setup.
9828         (message-mail-other-frame): Ditto.
9830 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9832         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9833         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9834         to turn font-lock on when turning gnus-message-citation-mode on.
9836 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9838         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9839         (mml-smime-function-alist): New variable; add epg as the backend.
9840         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9841         mml-smime- functions instead.
9842         * mm-view.el: Require smime.
9844 2007-03-05  Didier Verna  <didier@xemacs.org>
9846         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9847         instead of just inheritance for posting styles.
9848         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9850 2007-02-24  Chris Moore  <dooglus@gmail.com>
9852         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9853         * pgg-pgp.el (pgg-pgp-encrypt-region):
9854         * pgg-gpg.el (pgg-gpg-encrypt-region):
9855         Check pgg-encrypt-for-me if no other recipients.
9857 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9859         * tls.el (tls-certtool-program): Fix custom type.
9861 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9863         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9864         and point-at-eol instead of line-(beginning|end)-position.
9866         * assistant.el (assistant-parse-buffer): Ditto.
9868         * netrc.el (netrc-parse-services): Ditto.
9870 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9872         * mml2015.el (mml2015-epg-find-usable-key): New function.
9873         (mml2015-epg-sign): Use it.
9874         (mml2015-epg-encrypt): Use it.
9876 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9878         * message.el (message-make-in-reply-to): Quote name containing
9879         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9880         if there are special characters.  Reported by NAKAJI Hiroyuki
9881         <nakaji@jp.freebsd.org>.
9883 2007-02-27  Didier Verna  <didier@xemacs.org>
9885         Include the group parameters as well as the topic ones in the
9886         inheritance filter process.
9887         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9888         argument GROUP-PARAMS-LIST.
9889         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9891 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9893         * nntp.el (nntp-never-echoes-commands)
9894         (nntp-open-connection-functions-never-echo-commands): New variables.
9895         (nntp-send-command): Use them.
9897 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9899         * mml2015.el (mml2015-epg-verify): Simplify.
9901 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9903         * mml.el (mml-content-disposition-alist): New user option.
9904         (mml-content-disposition): New function.
9905         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9906         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9908 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9910         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9911         verification.
9913 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9915         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9916         articles posted in the last 24 hours.
9918 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9920         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9922 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9924         * nntp.el (nntp-send-command): Don't wait for echoes when
9925         nntp-open-ssl-stream is used.
9927 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9929         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9930         (gnus-message-add-citation-keywords)
9931         (gnus-message-remove-citation-keywords): Remove.
9932         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9933         directly, make the variables in font-lock-defaults buffer-local, add
9934         gnus-message-citation-keywords to them and then update the value of
9935         font-lock-keywords.
9937 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9939         * message.el (message-cite-original-1): Don't call
9940         gnus-article-highlight-citation.
9942         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9943         citations; fix line count.
9945 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9947         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9948         (gnus-message-add-citation-keywords)
9949         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9950         versions of font-lock-add-keywords and font-lock-remove-keywords to
9951         work with XEmacs correctly.
9953 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9955         * gnus-cite.el (gnus-cite-face-list): Set the values of
9956         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9957         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9958         (gnus-message-cite-prefix-regexp): New variable.
9959         (gnus-message-search-citation-line): Use it; protect against long
9960         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9961         the 0th match data for Emacs.
9962         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9963         (gnus-message-add-citation-keywords): Append keywords rather than
9964         prepending; emulate font-lock-add-keywords if it is not available.
9965         (gnus-message-remove-citation-keywords):
9966         Emulate font-lock-remove-keywords if it is not available.
9968         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9970         * message.el (message-cite-prefix-regexp): Set the value of
9971         gnus-message-cite-prefix-regexp.
9973 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9975         * nnweb.el (nnweb-google-parse-1): Update parser.
9977 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9979         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9981 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9983         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9984         regexp.
9986 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9988         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9989         string-to-multibyte.
9990         (uudecode-decode-region-internal): Use it.
9992         * lpath.el: Fbind string-as-multibyte for XEmacs.
9994 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9996         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9997         Fix custom choice.
9999         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10001 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10003         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10005         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10006         `write-region' to respect `mm-inhibit-file-name-handlers'.
10008 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10010         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10011         Use gnus-home-directory instead of "~/" or "$HOME".
10013 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10015         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10016         to mention filename.
10017         Add comments at beginning regarding usage.
10018         (encrypt-write-file-contents): Change interactive so a string is
10019         acceptable.  If the file has no associated model, show an error instead
10020         of a nonsense prompt.
10022 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10024         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10025         Thanks to Yoshihiko Yamada for kind notification of this typo.
10027 2007-01-12  Kenichi Handa  <handa@m17n.org>
10029         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10030         multibyte buffer.
10032 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10034         * gnus-score.el (gnus-score-fast-scoring): New variable.
10035         (gnus-score-headers): Use it.
10037         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10039         * message.el (message-cite-original-1):
10040         Call gnus-article-highlight-citation if requested.
10041         (message-make-from): Allow name and address as optional arguments.
10043         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10045         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10046         bugs to doc string.
10047         (gnus-button-alist): Add mid\\|message-id.
10048         (gnus-button-fetch-group): Extend for use in
10049         `browse-url-browser-function'.
10050         (gnus-button-url-regexp): Try to catch paired parentheses like in
10051         Wikipedia URLs.
10053         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10054         Suggested by Simon Krahnke <overlord@gmx.li>.
10056 2007-01-13  Romain Francoise  <romain@orebokech.com>
10058         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10059         Update copyright.
10061 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10063         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10065 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10067         * gnus-registry.el (gnus-registry-unfollowed-groups)
10068         (gnus-registry-split-fancy-with-parent): Fix documentation.
10070 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10072         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10073         from nnweb groups.
10075 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10077         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10078         Xref urls.  Erase buffer before requesting head.
10080         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10082 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10084         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10085         customizable.
10087 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10089         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10090         no signing key is found.
10091         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10092         no encrypting and/or signing key is found.
10094 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10096         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10098 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10100         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10101         headers read from disk with the ones newly found in the current search.
10102         This should no longer cause problems, because the article numbers in
10103         Gmane's `nov.php' output are ignored since the previous change.
10105 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10107         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10109 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10111         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10112         replace-regexp-in-string; bind url-version; fbind display-images-p and
10113         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10114         find-face and set-itimer-function for Emacs; bind itimer-list for
10115         Emacs.
10117         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10119 2007-01-01  Romain Francoise  <romain@orebokech.com>
10121         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10123 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10125         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10126         `define-minor-mode' macro definition expanded properly.
10127         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10128         exclude it there.
10130         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10131         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10132         `fboundp' test.
10133         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10134         This is OK to autoload in (S)XEmacs now.
10136 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10138         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10139         keystroke.
10140         (gnus-summary-limit-to-singletons): Fix typo.
10142         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10143         else fails.
10145 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10147         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10148         docstring.
10150         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10151         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10152         (gnus-summary-insert-dormant-articles): Fix typo in message.
10154 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10156         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10157         nil for XEmacs.
10158         (gnus-message-citation-mode): Don't autoload in XEmacs.
10160         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10162 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10164         * nnimap.el (nnimap-expunge-search-string):
10165         Mention nnimap-search-uids-not-since-is-evil in docstring.
10167 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10169         * spam.el: Revert to make-obsolete-variable because
10170         define-obsolete-variable-alias is not supported in Emacs 21.
10172         * spam.el (spam-ifile-path, spam-ifile-database-path)
10173         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10174         make-obsolete-variable.
10175         (spam-bsfilter-path, spam-bsfilter-program)
10176         (spam-spamassassin-path, spam-spamassassin-program)
10177         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10178         Don't use "path" inappropriately.
10179         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10180         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10181         variable names.
10183 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10185         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10186         summary buffer.
10188         * password.el (password-cache-remove): Use clear-string to burn
10189         password, if available.
10191 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10193         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10195         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10197         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10198         (gnus-message-highlight-citation): Move defcustom here from
10199         gnus-cite.el.
10200         (gnus-message-citation-mode): Autoload.
10202         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10203         checks to make it compile with XEmacs.
10204         (gnus-message-citation-mode): New minor mode.
10205         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10206         (gnus-message-highlight-citation): New variables.
10207         (gnus-message-search-citation-line)
10208         (gnus-message-add-citation-keywords)
10209         (gnus-message-remove-citation-keywords)
10210         (turn-on-gnus-message-citation-mode)
10211         (turn-off-gnus-message-citation-mode): New functions.
10213 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10215         * gnus-cite.el: Enable highlighting of different citation levels in
10216         message-mode.
10218 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10220         * message.el (message-make-fqdn): Fix comment.
10221         (message-bogus-system-names): Add ".local".
10223         * spam.el (spam-ifile-path, spam-ifile-program)
10224         (spam-ifile-database-path, spam-ifile-database)
10225         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10226         Don't use "path" inappropriately.
10227         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10228         strings.
10229         (spam-check-ifile, spam-ifile-register-with-ifile)
10230         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10231         Use new variable names.
10233         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10234         (gnus-treat-display-smileys): Simplify using
10235         gnus-image-type-available-p.
10237         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10238         available.
10240         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10241         Use `display-images-p' if available.
10243 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10245         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10246         one after turning on the buffer's multibyteness instead of decoding
10247         them directly in the unibyte buffer that causes unexpected conversion
10248         in Emacs 23 (unicode).
10250 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10252         * message.el (message-generate-hashcash): Fix custom type.
10254 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10256         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10258 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10260         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10261         disconnect icons.  Add help text.
10263 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10265         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10266         negated to be consistent with the others we handle.
10268 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10270         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10271         version of gnus-summary-buffer to something, so that we can use two
10272         article buffers at the same time.
10274 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10276         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10277         trigger all the extra headers.
10278         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10279         sorting.
10281 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10283         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10284         solid groups.
10286 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10288         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10290 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10292         * legacy-gnus-agent.el: Add Copyright notice.
10294 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10296         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10298 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10300         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10302         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10303         to make it work reliably in CVS Emacs.
10304         (gnus-summary-limit-strange-charsets-predicate)
10305         (gnus-summary-limit-to-predicate): New functions.
10307 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10309         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10310         specifying array size.
10311         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10312         array if it is too small.
10313         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10314         (gnus-sort-threads-loop): New function.
10316 2006-12-06  Chris Moore  <dooglus@gmail.com>
10318         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10319         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10321 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10323         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10324         options.
10326 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10328         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10329         DOS-ing the recipient.
10331         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10332         the headers when creating the mapping to avoid mismappings.
10333         (nnweb-gmane-create-mapping): Always nix out old mapping.
10335 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10337         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10338         and mm-verify-option to never.
10340 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10342         * message.el (message-signed-or-encrypted-p): New function.
10343         (message-forward-make-body): Use it.
10345         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10346         Replace encode-coding-string with mm-encode-coding-string.
10348 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10350         * nneething.el (nneething-decode-file-name):
10351         Replace decode-coding-string with mm-decode-coding-string.
10353         * gnus-int.el (gnus-open-server): Say failed server's name.
10355 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10357         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10358         strings to a single string.  Quote `errors-file-name'.
10359         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10360         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10361         Adjust calls.  Use `shell-quote-argument'.
10363 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10365         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10366         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10368         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10369         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10370         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10371         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10372         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10373         (gnus-subscribe-newsgroup, gnus-1):
10374         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10375         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10376         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10377         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10379 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10381         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10382         keystroke.
10383         (gnus-summary-limit-to-bodies): Implement headersp.
10385 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10387         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10389 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10391         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10393 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10395         * message.el (message-generate-hashcash): Expand range of values to
10396         include `opportunistic'.
10397         (message-send-mail): Use it.
10399 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10401         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10402         and comment it.
10404         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10406 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10408         * gnus-util.el (gnus-extract-address-components): Improve comment.
10410 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10412         * gnus-util.el (gnus-extract-address-components): Work with address in
10413         which the name portion contains @.
10415         * lpath.el: Fbind custom-autoload.
10417 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10419         * gnus.el (gnus-start): Move custom group up.
10420         (gnus-select-method): Don't autoload, but make it available for
10421         `customize-variable'.
10422         (gnus-getenv-nntpserver): Don't autoload.
10424 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10426         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10428 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10430         * message.el (message-sendmail-extra-arguments): New variable.
10431         (message-send-mail-with-sendmail): Use it.
10433 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10435         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10436         mm-with-unibyte-current-buffer to make string unibyte.
10438         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10439         mm-string-as-multibyte.
10441 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10443         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10444         Reported by Werner Koch <wk@gnupg.org>.
10446 2006-11-14  Daiki Ueno  <ueno@p360>
10448         * mml2015.el: Autoload epa-select-keys when compiling.
10450 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10452         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10453         message-options.
10454         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10456 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10458         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10459         EasyPG (< 0.0.6).
10460         (mml2015-always-trust): New user option.
10461         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10462         prompt.
10464 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10466         * nntp.el (nntp-authinfo-force): New variable.
10467         (nntp-send-authinfo): Use it.
10469 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10471         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10472         decode encoded words.  Improve prompt.  Add comment about forwarding.
10473         (message-replacement-char): Move up.
10475 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10477         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10478         instead of gnus-intersection because arguments of gnus-sorted-nunion
10479         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10481 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10483         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10484         (message-simplify-subject-functions):
10485         Enable message-strip-subject-encoded-words by default.
10487 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10489         * message.el (message-strip-subject-encoded-words): New function.
10490         (message-simplify-subject-functions): New variable.
10491         (message-simplify-subject): Use it.  Fix typo in doc string.
10492         Support message-strip-subject-encoded-words.
10494 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10496         * gnus-diary.el (gnus-diary-delay-format-function):
10497         * nndiary.el (nndiary-reminders):
10498         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10500 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10502         * gnus-art.el (article-hide-boring-headers): Fetch date from
10503         gnus-original-article-buffer to avoid problems with localized date
10504         strings.
10506 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10508         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10510 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10512         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10513         New variables.
10514         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10515         (mm-charset-synonym-alist): Move some entries to
10516         mm-codepage-iso-8859-list.
10517         (mm-charset-synonym-alist, mm-charset-override-alist):
10518         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10520 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10522         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10524 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10526         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10527         with Emacs 21 and XEmacs.
10529 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10531         * spam.el (spam-parse-address): New function for better parsing,
10532         catching errors, etc.
10533         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10535 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10537         * mm-view.el: Add interactive arg to html2text autoload.
10539 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10541         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10543 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10545         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10546         New variables.
10547         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10548         (mm-charset-synonym-alist): Move some entries to
10549         mm-codepage-iso-8859-list.
10551         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10553 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10555         * message.el (message-citation-line-format)
10556         (message-insert-formated-citation-line): Fix implementation of %E, %N
10557         and %n according to the doc string.
10559 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10561         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10562         Use car-safe to avoid bad parses.
10564 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10566         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10567         names.
10569         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10571 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10573         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10574         header.
10576         * message.el (message-draft-headers): Add Date.
10577         (message-headers-to-generate): Fix typo in docstring.
10579         * nndraft.el (nndraft-required-headers): New variable.
10580         (nndraft-generate-headers): Use it.
10582         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10584 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10586         * gnus-registry.el (gnus-registry-wash-for-keywords)
10587         (gnus-registry-find-keywords): New functions to allow easy searching of
10588         articles that are in the registry.
10590 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10592         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10593         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10594         Reported by Damien Elmes <damien@repose.cx>.
10596 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10598         * gnus.el (gnus-mime): Remove unused custom group.
10600 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10602         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10603         "blank line" when searching for end of armor headers.
10605 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10607         * gmm-utils.el (gmm-write-region): Fix variable name.
10609 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10611         * gmm-utils.el (gmm-write-region): New function based on compatibility
10612         code from `mm-make-temp-file'.
10614         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10616         * nnmaildir.el (nnmaildir--update-nov)
10617         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10618         Use `gmm-write-region'.
10620 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10622         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10623         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10625         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10627         * message.el (message-replacement-char): New variable.
10628         (message-fix-before-sending): Use it.
10629         (message-simplify-subject): New function to remove duplicate code.
10630         (message-reply, message-followup): Use it.
10632         * gnus-sum.el (gnus-summary-make-menu-bar):
10633         Clarify gnus-summary-limit-to-articles.
10635 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10637         * gnus-util.el (gnus-with-local-quit): New macro.
10639         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10641 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10643         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10644         ignore non-string data.
10646 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10648         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10649         non-string data (needs to be done in the registry too).
10651 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10653         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10654         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10655         (gnus-registry-split-fancy-with-parent)
10656         (gnus-registry-fetch-simplified-message-subject-fast)
10657         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10658         Remove text properties on ingress into the registry and when it's saved.
10659         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10660         registry from entries with no groups.
10662 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10664         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10665         function to remove string properties.
10667 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10669         * gmm-utils.el (gmm): Adjust custom version.
10671         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10672         Adjust custom version.
10674         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10676 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10678         * gnus-art.el (gnus-insert-prev-page-button)
10679         (gnus-insert-next-page-button): Simplify.  Reformat.
10681 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10683         * gnus-art.el (gnus-insert-prev-page-button)
10684         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10686 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10688         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10690 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10692         * gnus-art.el (gnus-insert-mime-button)
10693         (gnus-insert-mime-security-button):
10694         Apply gnus-article-button-face to MIME and security buttons.
10696 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10698         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10699         readable.
10701 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10703         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10705 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10707         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10708         `browse-url-of-file' instead of `browse-url'.
10710 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10712         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10713         regexp.  Articles containing quotation were cut prematurely.
10715 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10717         * message.el (message-cite-original-1): Use nobody by default for the
10718         value of From header.
10719         (message-reply): Ditto.
10721 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10723         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10724         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10725         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10727 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10729         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10730         mails in the doc string.  Add some URLs in comment.
10731         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10733 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10735         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10736         backslashes handling and the way to find boundaries of quoted strings.
10738 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10740         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10741         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10742         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10743         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10745 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10747         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10748         doc string.
10749         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10751 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10753         * lpath.el: Fbind epg-check-configuration.
10755 2006-09-06  Simon Josefsson  <jas@extundo.com>
10757         * mml2015.el (mml2015-use): Doc fix, mention epg.
10759 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10761         * mml2015.el (mml2015-use): Default to epg, if available.
10763 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10765         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10766         message-sender.
10767         (mml1991-epg-encrypt): Ditto.
10768         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10769         message-sender.
10770         (mml2015-epg-encrypt): Ditto.
10772 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10774         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10775         several common directories.
10777 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10779         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10780         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10782 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10784         * gnus-art.el (article-decode-encoded-words): Make it fast.
10786 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10788         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10790         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10791         in quoted string into `\'.
10793 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10795         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10796         Use standard-syntax-table.
10798 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10800         * gnus-art.el (gnus-decode-address-function): New variable.
10801         (article-decode-encoded-words): Use it to decode headers which are
10802         assumed to contain addresses.
10803         (gnus-mime-delete-part): Remove useless `or'.
10805         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10806         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10807         (gnus-nov-parse-line): Use it to decode From header.
10808         (gnus-get-newsgroup-headers): Ditto.
10809         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10811         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10812         (mail-decode-encoded-address-string): New alias.
10814         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10815         New function.
10816         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10817         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10818         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10819         (rfc2047-decode-string): Ditto.
10820         (rfc2047-decode-address-region): New function.
10821         (rfc2047-decode-address-string): New function.
10823 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10825         * message.el (message-caesar-buffer-body): Allow rotating headers.
10827         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10829         * message.el (message-insert-formated-citation-line): Fix %f.
10830         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10832 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10834         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10835         (gnus-bookmark-mouse-available-p): New macro.
10836         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10837         (gnus-bookmark-bmenu-show-infos): Use it.
10838         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10839         (gnus-bookmark-bmenu-hide-infos): Ditto.
10840         (gnus-bookmark-remove-properties): New function.
10841         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10842         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10843         (gnus-bookmark-write-file): Bind coding-system-for-write.
10844         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10845         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10846         group before selecting it.
10847         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10848         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10849         quit-window if it is not available; use gnus-mouse-2 and bind it to
10850         gnus-bookmark-bmenu-select-by-mouse.
10851         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10852         (gnus-bookmark-bmenu-select-by-mouse): New function.
10854 2006-08-13  Romain Francoise  <romain@orebokech.com>
10856         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10857         space.
10859 2006-08-10  Romain Francoise  <romain@orebokech.com>
10861         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10862         (dns-mode-soa-auto-increment-serial): New user option.
10863         (dns-mode-soa-maybe-increment-serial): New function.
10864         (dns-mode): Add the latter to `write-contents-functions'.
10866 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10868         * compface.el (uncompface): Use binary rather than raw-text-unix.
10870 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10872         * compface.el (uncompface): Make sure the eol conversion doesn't take
10873         place when communicating with the external programs.
10874         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10876 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10878         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10880 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10882         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10883         Make it more robust by parsing author and date independently.
10885 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10887         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10889 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10891         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10892         first matching secret key.
10893         (mml2015-epg-encrypt): Ditto.
10895         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10896         first matching secret key.
10897         (mml1991-epg-encrypt): Ditto.
10899         * mml2015.el (mml2015-encrypt-to-self): New user option.
10900         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10901         mml2015-epg-encrypt-to-self is set.
10903         * mml1991.el (mml1991-encrypt-to-self): New variable.
10904         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10905         mml1991-epg-encrypt-to-self is set.
10907         * mml2015.el (mml2015-signers): New user option.
10908         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10909         (mml2015-epg-encrypt): Allow to select signing keys.
10911         * mml1991.el (mml1991-signers): New variable.
10912         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10913         (mml1991-epg-encrypt): Allow to select signing keys.
10915 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10917         * nnheader.el (nnheader-insert-head): Make it work even if the file
10918         uses CRLF for the line-break code.
10920 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10922         * mml2015.el: Require mml-sec instead of password.
10923         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10924         (mml2015-cache-passphrase): Inherit the default value from
10925         mml-secure-cache-passphrase.
10926         (mml2015-passphrase-cache-expiry): Inherit the default value from
10927         mml-secure-passphrase-cache-expiry.
10929         * mml1991.el: Require mml-sec instead of password.
10930         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10931         (mml1991-cache-passphrase): Inherit the default value from
10932         mml-secure-cache-passphrase.
10933         (mml1991-passphrase-cache-expiry): Inherit the default value from
10934         mml-secure-passphrase-cache-expiry.
10936         * mml-sec.el: Require password.
10937         (mml-secure-verbose): New user option.
10938         (mml-secure-cache-passphrase): New user option.
10939         (mml-secure-passphrase-cache-expiry): New user option.
10941 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10943         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10944         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10945         andreas@altroot.de (Andreas Vögele).
10947         FIXME: Use `tiny change'?
10949 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10951         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10952         workaround for the url package included with Emacs.
10954         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10956 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10958         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10959         correctly.  This fixes a bug caused by the 2006-05-12 change.
10961 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10963         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10964         some information about the error when saying that the `bogus' mail
10965         group will be used.
10967 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10969         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10970         string.
10972 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10974         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10976 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10978         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10980 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10982         * mml1991.el (mml1991-function-alist): Add epg.
10983         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10984         (mml1991-epg-encrypt): New functions.
10986 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10988         * mml2015.el (mml2015-verbose): New variable.
10989         (mml2015-cache-passphrase): Ditto.
10990         (mml2015-passphrase-cache-expiry): Ditto.
10991         (mml2015-function-alist): Add epg.
10992         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10993         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10994         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10995         New functions.
10997 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10999         * message.el (message-cite-original-1): Preserve region when removing
11000         quoted text due to X-No-Archive in order to avoid bogus attribution
11001         when citing multiple messages.
11003 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11005         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11006         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11008 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11010         * gnus-diary.el (gnus-user-format-function-d)
11011         (gnus-user-format-function-D): Autoload.
11013         * imap.el (Commentary): Fix typo.
11015         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11016         2006-04-22 contribution.
11018 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11020         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11021         It didn't really fix the bogosity I'm seeing with solid web groups.
11023 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11025         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11026         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11027         created using server names.  If we use the feature without declaring
11028         it, Gnus does not properly manage server and group state.
11030         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11031         bound.
11033 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11035         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11036         looking up the method using GROUP's prefix before inventing a new one.
11037         It is used on killed/unknown groups in various places where returning
11038         an all-new method isn't expected by the caller.
11040         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11041         and match semantics of gnus-group-real-prefix.
11043 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11045         * nnmail.el (nnmail-broken-references-mailers): New variable.
11046         (nnmail-ignore-broken-references): New function generalizing
11047         nnmail-fix-eudora-headers.
11048         (nnmail-fix-eudora-headers): Now obsolete.
11050         * gnus-art.el (gnus-button-handle-custom):
11051         Support `customize-apropos*'.
11053 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11055         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11057         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11058         articles.
11060 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11062         * message.el (message-cite-reply-above): New variable.
11063         (message-yank-original): Use it.
11065 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11067         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11069 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11071         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11072         as read.
11074         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11076 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11078         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11079         (gnus-bookmark-default-file): Use gnus-directory.
11080         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11081         Remove "*" in doc string.
11082         (gnus-bookmark-write-file): Simplify.
11083         (gnus-bookmark-maybe-sort-alist): Use `when'.
11084         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11085         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11086         Add FIXME about Emacs 21 and XEmacs compatibility.
11087         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11088         compatibility.
11089         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11090         compatibility.
11091         (gnus-bookmark-menu-heading): Fix version.
11093 2006-06-19  Bastien Guerry  <bzg@altern.org>
11095         * gnus-bookmark.el: New file.
11097 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11099         * message.el (message-syntax-checks): Doc fix.
11101 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11103         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11104         unsubscribed groups as if they were killed ones.  It causes duplicate
11105         entries in gnus-newsrc-alist.
11107 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11109         * message.el (message-syntax-checks): Doc fix.
11110         (message-send-mail): Add check for continuation headers.
11111         (message-check-news-header-syntax): Fix regexp used to check for
11112         continuation headers.
11114 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11116         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11118 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11120         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11122 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11124         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11125         default-truncate-lines.
11127 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11129         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11130         to fill the utf-8 entry.
11132         * lpath.el: Fbind unicode-precedence-list.
11134 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11136         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11138 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11140         * gnus-agent.el (directory-files-and-attributes): Move all the way
11141         forward (the third and final move).
11142         (gnus-agent-read-agentview): Trap reconstruction errors due to
11143         nonexistent directory.  Handle by returning nil.
11145 2006-05-30  Didier Verna  <didier@xemacs.org>
11147         * message.el (message-dont-reply-to-names): Update the custom type.
11148         * message.el (message-dont-reply-to-names): New defsubst: potentially
11149         convert a list of regexps into a single one.
11150         * message.el (message-get-reply-headers): Use it.
11151         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11153 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11155         * gnus-agent.el (directory-files-and-attributes): Move forward.
11157 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11159         * gnus-ml.el (gnus-mailing-list-subscribe)
11160         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11161         (gnus-mailing-list-message): Fix doc strings.
11163 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11165         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11166         of doing it manually.
11168 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11170         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11171         comment.
11173 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11175         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11176         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11177         (gnus-agent-read-local): All symbols allocated in my-obarray.
11178         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11179         (gnus-agent-regenerate-group): Check numeric names to see if they are
11180         messages or groups.
11181         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11182         better way of do this...)
11184         * gnus-cache.el (gnus-agent-total-fetched-for):
11185         Ignore 'dummy.group' (there should be a better way of do this...)
11187 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11189         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11190         (gnus-saved-headers): Ditto.
11191         (gnus-default-article-saver): Mention functions may have properties.
11192         (gnus-article-save): Override gnus-save-all-headers and
11193         gnus-saved-headers by :headers property which saver function may have.
11194         (gnus-summary-save-in-file): Add :headers property.
11195         (gnus-summary-write-to-file): Ditto.
11197         * gnus-sum.el (gnus-summary-save-article): Bind
11198         gnus-prompt-before-saving to t when saving many articles in a file;
11199         always show all headers.
11201         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11203 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11205         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11206         marks.
11208         * message.el (message-indent-citation): Add optional arguments to allow
11209         using it outside of message buffers.
11211         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11212         (gnus-article-treat-unfold-headers): Use it.
11213         (gnus-article-truncate-lines): New variable.
11214         (gnus-article-mode): Use it.
11215         (gnus-article-toggle-truncate-lines): New function.
11217         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11218         Add gnus-article-toggle-truncate-lines.
11220         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11221         coding system in XEmacs, use binary.
11223 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11225         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11226         after-load-alist.
11228         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11229         this function should save decoded articles.
11230         (gnus-summary-write-to-file): Use property to specify this function
11231         should save decoded articles and specify gnus-summary-save-in-file
11232         should be used to save articles other than the first one when saving
11233         many articles.
11234         (gnus-summary-save-body-in-file): Use property to specify this
11235         function should save decoded articles.
11236         (gnus-summary-write-body-to-file): Use property to specify this
11237         function should save decoded articles and specify
11238         gnus-summary-save-body-in-file should be used to save articles other
11239         than the first one when saving many articles.
11241         * gnus-sum.el (gnus-summary-save-article): Simplify.
11243 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11245         * gnus-art.el (gnus-default-article-saver):
11246         Add gnus-summary-write-body-to-file.
11247         (gnus-article-save-coding-system): Don't use coding system object
11248         in XEmacs.
11249         (gnus-read-save-file-name): Add optional `dir-var' argument which
11250         specifies directory in which files are saved; work even if optional
11251         `variable' argument is not specified.
11252         (gnus-summary-write-to-file): Read file name.
11253         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11254         (gnus-summary-write-body-to-file): New function.
11256         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11257         (gnus-summary-local-variables): Add it.
11258         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11259         (gnus-summary-save-article): Remove optional `decode' argument;
11260         determine whether to decode articles by the value of
11261         gnus-default-article-saver; when saving many files using
11262         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11263         it first and use gnus-summary-save-in-file or
11264         gnus-summary-save-body-in-file thereafter unless
11265         gnus-prompt-before-saving is always; move point to article which
11266         will be saved.
11267         (gnus-summary-save-article-file): Revert.
11268         (gnus-summary-write-article-file): Revert.
11269         (gnus-summary-save-article-body-file): Revert.
11270         (gnus-summary-write-article-body-file): New function.
11272 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11274         * gnus-art.el (gnus-default-article-saver): Doc fix.
11275         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11276         from gnus-summary-save-article-coding-system, and default to a
11277         certain coding system.
11278         (gnus-output-to-file): Add coding cookie and encode text according
11279         to gnus-article-save-coding-system; don't use mm-append-to-file.
11281         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11282         gnus-art.el and rename to gnus-article-save-coding-system.
11283         (gnus-summary-save-article): Require gnus-art; don't show all
11284         headers if it decodes articles; don't add coding cookie here;
11285         don't bind mm-text-coding-system-for-write.
11286         (gnus-summary-save-article-file): Save decoded articles.
11287         (gnus-summary-write-article-file): When saving many files, use
11288         gnus-summary-write-to-file first and gnus-summary-save-in-file
11289         thereafter unless gnus-prompt-before-saving is always.
11290         (gnus-summary-save-article-body-file): Save decoded articles.
11292         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11294 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11296         * nnrss.el (nnrss-check-group): Bind hash-index.
11298 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11300         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11301         its hash index.  Store this hash in `nnrss-group-data'.
11302         (nnrss-read-group-data): Update accordingly.
11304 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11306         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11307         entry.
11309         * gnus-sum.el (gnus-summary-make-menu-bar):
11310         Add gnus-article-browse-html-article.
11312 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11314         * gnus-sum.el (gnus-summary-mime-map):
11315         Add gnus-article-browse-html-article.
11317         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11319 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11321         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11322         suitable coding systems in customize.
11324 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11326         * mail-source.el (mail-sources): Fix custom type.
11328 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11330         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11331         (gnus-summary-expire-articles-now): Shorten prompt.
11333         * gmm-utils.el (wid-edit): Require.
11334         (defun-gmm): Rename from `gmm-defun-compat'.
11335         (gmm-image-search-load-path): Use it.
11336         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11338 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11340         * gnus-sum.el (gnus-summary-save-article-coding-system):
11341         New variable.
11342         (gnus-summary-save-article): Add optional `decode' argument.
11343         If it is set and gnus-summary-save-article-coding-system is non-nil,
11344         save decoded article.
11345         (gnus-summary-write-article-file): Save decoded article if
11346         gnus-summary-save-article-coding-system is non-nil.
11348         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11349         type.
11351 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11353         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11355 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11357         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11358         first to test gnus-single-article-buffer which may be buffer-local.
11360         * gnus-sum.el (gnus-summary-setup-buffer):
11361         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11362         group; make gnus-article-buffer, gnus-article-current, and
11363         gnus-original-article-buffer always buffer-local.
11364         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11365         group.
11366         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11368 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11370         * nnml.el (nnml-request-compact-group): Compressed files might not
11371         have .gz extension.
11373 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11375         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11376         (mm-copy-to-buffer): Use with-current-buffer.
11377         (mm-display-part): Simplify.
11378         (mm-inlinable-p): Add optional arg `type'.
11380 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11382         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11383         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11384         Try harder to show the attachment internally or externally using
11385         gnus-mime-view-part-as-type.
11387 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11389         * message.el (message-from-style, message-signature-separator)
11390         (message-user-organization-file, message-send-mail-function)
11391         (message-citation-line-function, message-yank-prefix)
11392         (message-indent-citation-function, message-signature)
11393         (message-signature-file, message-signature-insert-empty-line):
11394         Remove autoloads.
11396         * gnus-art.el (gnus-buttonized-mime-types):
11397         Remove "multipart/signed".  Revert 2006-04-26 change.
11399 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11401         * gnus.el (gnus-version-number): Bump version.
11403 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11405         * gnus.el: No Gnus v0.5 is released.
11407 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11409         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11410         fetching articles by message-id.
11412 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11414         * message.el (hashcash): Require hashcash as normal.
11416         * ecomplete.el (ecomplete-highlight-match-line):
11417         Use point-at-eol.
11418         (ecomplete-highlight-match-line): Use `highlight', because that
11419         face exists in both Emacs and XEmacs.
11421         * message.el (message-display-abbrev): Use point-at-bol.
11423         * mail-source.el: Don't require timer/timer-funcs.
11425         * gnus-async.el: Ditto.
11427         * password.el: Ditto.
11429         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11431         * mm-url.el: Ditto.
11433         * gnus-xmas.el: Don't require timer-funcs.
11435         * mm-util.el: Require timer/timer-funcs.
11437 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11439         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11440         Close.
11442 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11444         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11445         unibyte after clear-decrypt function runs.
11447         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11448         returns as a unibyte string.
11450 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11452         * lpath.el: Revert.
11454         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11455         (pgg-gpg-process-sentinel): Revert.
11457         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11458         (pgg-pgp-lookup-key): Revert.
11460         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11461         (pgg-pgp5-lookup-key): Revert.
11463         * pgg.el (pgg-fetch-key): Revert.
11465 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11467         * lpath.el: Fbind string-as-multibyte for XEmacs.
11469         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11470         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11471         (mml1991-pgg-encrypt): Ditto.
11473         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11474         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11475         a multibyte buffer.
11477         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11478         (pgg-pgp-lookup-key): Ditto.
11480         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11481         (pgg-pgp5-lookup-key): Ditto.
11483         * pgg.el (pgg-fetch-key): Ditto.
11485 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11487         * message.el (message-user-organization-file): Check several
11488         locations of the organization file.
11490         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11491         Add gnus-article-view-part-as-type.
11493         * gnus-art.el (gnus-article-view-part-as-type): New function.
11495         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11496         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11498         * mml.el: Simplify autoload.
11499         (mml-mode): defvar dnd-protocol-alist instead of using
11500         symbol-value.
11501         (mml-default-directory): New variable.
11502         (mml-minibuffer-read-file): Use it.
11503         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11505         * message.el (message-citation-line-format): New variable.
11506         (message-insert-formated-citation-line): New function.
11507         (message-citation-line-function):
11508         Add `message-insert-formated-citation-line' to custom type.
11510         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11511         to doc string.
11513         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11514         depending on mm-verify-option.
11516 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11518         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11519         binding pgg-* variables; reimplement the section which prevents
11520         MIME header from being signed.
11521         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11522         pgg-text-mode; remove a blank line at the top of body.
11524         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11525         lines at the top of body; use gnus-newsgroup-charset if there's no
11526         Charset header.
11528 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11530         * message.el (message-self-insert-commands): Doc fix.
11532         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11533         (mm-uu-pgp-encrypted-test): Ditto.
11534         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11535         between header and body; return application/pgp-encrypted handle
11536         if decryption failed; decode decrypted body by charset.
11538         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11539         element match to application/pgp-*.
11541 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11543         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11544         HTML.
11546 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11548         * mail-source.el (mail-source-call-script): Message the error
11549         string.
11551 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11553         * gnus-util.el (gnus-byte-compile): Use it.
11555 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11557         * gnus-util.el (kill-empty-logs): New function.
11559 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11561         * message.el (message-mail-alias-type): Doc fix.
11562         (message-mail-alias-type-p): New function.
11563         (message-send): Use it.
11564         (message-mode): Ditto.
11565         (message-strip-forbidden-properties): Ditto.
11567         * ecomplete.el (ecomplete-database-file-coding-system):
11568         New variable.
11569         (ecomplete-save): Use it.
11570         (ecomplete-setup): Use it.
11572 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11574         * message.el (message-self-insert-commands): New variable.
11575         (message-strip-forbidden-properties): Use it.
11577 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11579         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11580         that doesn't make XEmacs choke.
11582 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11584         * gnus-util.el (gnus-replace-in-string):
11585         Prefer replace-regexp-in-string over of replace-in-string.
11587 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11589         * gnus-util.el (gnus-select-frame-set-input-focus):
11590         Use select-frame-set-input-focus if it is available in XEmacs; use
11591         definition defined in Emacs 22 for old Emacsen.
11593         * dgnushack.el: Autoload unmorse-region for XEmacs.
11595         * lpath.el: Bind cursor-in-non-selected-windows and
11596         select-frame-set-input-focus for XEmacs.
11598 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11600         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11602 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11604         * gnus-registry.el (gnus-registry-cache-save): Remove text
11605         properties when saving via the temp buffer.
11607 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11609         * message.el (message-generate-hashcash): Honor custom type.
11611 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11613         * message.el (message-generate-hashcash): Default to non-nil when
11614         hashcash is found.
11616         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11617         (gnus-refer-thread-limit): Increase default to 500.
11619         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11621         * flow-fill.el (fill-flowed): Allow delete-space.
11623 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11625         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11626         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11627         Remove autoloads.
11629 2006-04-18  Simon Josefsson  <jas@extundo.com>
11631         * message.el (message-generate-hashcash): Default to.
11633 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11635         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11636         concatenating segments rather than before concatenating them.
11638 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11640         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11642 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11644         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11646         * message.el (message-forward-make-body-plain):
11647         Allow message-forward-ignored-headers to be a list.
11648         (message-remove-ignored-headers): Factor out into function.
11649         (message-forward-make-body-mml): Use it.
11651         * imap.el (imap-quote-specials): New function.
11652         (imap-login-auth): Quote specials.
11654         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11655         (rfc2231-parse-string): Allow concatanation of parameters that
11656         aren't contiguous.  The test case is
11657           (mail-header-parse-content-type "message/external-body;
11658             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11659             access-type=LOCAL-FILE;
11660             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11662 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11664         * nntp.el (nntp-accept-process-output): Return the value of
11665         `nnheader-accept-process-output'.
11667 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11669         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11670         (gnus-button-alist): Recognize more diff formats.
11671         (gnus-button-patch): Strip directory.
11673 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11675         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11676         Emacs 22 when setting focus.
11678 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11680         * gnus-art.el (gnus-article-treat-types): Do treatment of
11681         text/x-verbatim parts.
11682         (gnus-button-patch): New command.
11684         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11685         addresses that contain invalid characters.
11687 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11689         * message.el (message-put-addresses-in-ecomplete):
11690         Use gnus-replace-in-string.
11691         (message-is-yours-p): Use the more correct
11692         mail-header-parse-address instead of
11693         mail-extract-address-components.
11694         (message-put-addresses-in-ecomplete): Fix typo.
11696         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11697         keystroke.
11699         * gnus-art.el (gnus-treatment-function-alist): Change order of
11700         newsgroups/generic header folding to avoid double-folding.
11702         * message.el (message-hidden-headers): Add X-Draft-From.
11704         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11705         New command.
11706         (gnus-summary-repeat-search-article-backward): New command.
11708         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11709         groups in the parent topic.
11711 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11713         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11714         (spam-extra-header-to-number): Return the CRM114 number as a
11715         number instead of a string.
11717 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11719         * gnus-art.el (gnus-face-properties-alist): Move here from
11720         gnus-fun.
11722         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11724 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11726         * message.el (message-strip-forbidden-properties): Only display on
11727         self-insert-command.
11729         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11730         reindent.
11731         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11733 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11735         * smiley.el (smiley-style): Fix typo.
11737 2006-03-23  Kenichi Handa  <handa@m17n.org>
11739         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11740         instead of set-buffer-multibyte.
11742 2006-03-23  Kenichi Handa  <handa@m17n.org>
11744         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11745         buffer and then decode the buffer text if necessary.
11746         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11747         first, and after mm-encode-body, change the buffer to unibyte.
11749 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11751         * hashcash.el (hashcash-insert-payment-async-2):
11752         Use message-goto-eoh instead of doing it manually.
11753         (mail-add-payment): Use message-narrow-to-header instead of trying
11754         to do the same itself.
11756         * message.el (message-hidden-headers): Add Face.
11758         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11759         reparenting code.
11760         (gnus-summary-reparent-children): Refactored out code.
11761         (gnus-summary-thread-map): New keystroke.
11762         (gnus-summary-reparent-children): Make into command.
11764         * smiley.el (smiley-style): Default to `medium' if using a large
11765         font.
11767         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11768         does it itself.
11770         * message.el (message-point-in-header-p): Simplify definition.
11772 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11774         * nnagent.el (nnagent-request-set-mark): Silence log file
11775         writing.
11776         (nnagent-request-set-mark): Use write-region instead of
11777         append-to-file.
11779         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11780         strange select method.
11782         * ecomplete.el (ecomplete-display-matches): Get highlightling
11783         right.
11784         (ecomplete-display-matches): Use literals.
11785         (ecomplete-display-matches): Disable message logging.
11787         * message.el (message-display-abbrev): Small optimization.
11789         * ecomplete.el (ecomplete-display-matches): Allow automatic
11790         display.
11792         * message.el (message-strip-forbidden-properties):
11793         Display abbrevs.
11794         (message-display-abbrev): Get automatic display right.
11796         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11797         keystrokes.
11799 2006-04-13  Romain Francoise  <romain@orebokech.com>
11801         TODO: Backport to v5-10!
11803         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11804         Move here (and rename) from gnus-registry.el.
11806         * gnus-registry.el: Require gnus-util.
11807         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11809 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11811         * gnus-group.el (gnus-group-catchup-current):
11812         Change if-then-else-if-then-else into cond.
11813         (gnus-group-catchup): Indent.
11814         (group-name-at-point): New function.
11815         (gnus-fetch-group): Provide default from thing at point.
11817 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11819         * message.el (message-display-abbrev): Fix regexp.
11821         * ecomplete.el (ecomplete-highlight-match-line):
11822         Reimplement choosing.
11823         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11824         dead variables.
11826         * message.el (message-newline-and-indent): Remove debugging.
11827         (message-display-abbrev): Use new implementation.
11829 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11831         * gnus-art.el (gnus-article-mode):
11832         Set cursor-in-non-selected-windows to nil.
11834         * smiley.el: Revert previous change.
11835         (smiley-data-directory): defvar it before using it in the
11836         defcustom of `smiley-style'.
11838 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11840         * message.el (message-newline-and-indent): New function.
11842         * ecomplete.el: Implement more bits.
11844         * message.el (message-put-addresses-in-ecomplete): Clean up the
11845         string.
11847         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11849         * gnus-sum.el (gnus-summary-save-parts):
11850         Bind gnus-summary-save-parts-counter and use it to make unique file
11851         names.
11853         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11855         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11856         parameter to say whether to actually parse the individual
11857         addresses.
11859         * message.el (message-put-addresses-in-ecomplete): New function.
11860         (ecomplete): Require.
11861         (message-mail-alias-type): Add ecomplete as an option.
11863 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11865         * flow-fill.el (fill-flowed): Remove trailing space from blank
11866         quoted lines.
11868 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11870         * smiley.el (smiley-style): Move definition later to avoid a
11871         compilation warning.
11873 2006-04-12  Kenichi Handa  <handa@m17n.org>
11875         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11876         buffer and then decode the buffer text if necessary.
11877         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11878         first, and after mm-encode-body, change the buffer to unibyte.
11879         Use mm-disable-multibyte instead of set-buffer-multibyte.
11881 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11883         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11884         Content-Type header instead of Content-Disposition header.
11885         (gnus-mime-inline-part): Ditto.
11886         (gnus-mime-view-part-as-charset): Ignore charset that the part
11887         specifies.
11889         * mm-decode.el (mm-display-part): Work with external parts and
11890         usual parts similarly.
11892         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11893         instead of gnus-display-mime.
11895         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11896         instead of with-temp-buffer.
11898         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11899         tag to summarized topics part in order to encode non-ASCII text.
11901 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11903         * smiley.el (smiley-style): New variable.
11904         (smiley-directory): New function.
11905         (smiley-data-directory): Derive from `smiley-style' using
11906         `smiley-directory'.
11907         (smiley-regexp-alist): Add new entries.
11909         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11910         (gnus-article-browse-delete-temp): Add :version.
11912 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11914         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11915         the sieve region.
11917 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11919         * gnus.el (gnus-version-number): Bump version.
11921 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11923         * gnus.el: No Gnus v0.4 is released.
11925 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11927         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11928         layout.
11930         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11931         unknown charset.
11933         * message.el (message-header-synonyms): Add Original-To to the
11934         default.
11936         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11937         optional parameter.
11939 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11941         * gnus-fun.el (gnus): Require it for gnus-directory.
11943 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11945         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11947 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11949         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11951 2006-04-05  Simon Josefsson  <jas@extundo.com>
11953         * password.el (password-reset): New function.
11955 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11957         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11958         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11960 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11962         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11963         Some whitespace was matched into the url, which broke browsing hits
11964         > 100 when mm-url-use-external was nil.
11966 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11968         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11969         Check gnus-extra-headers for 'Newsgroups.
11971         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11972         bound.
11974 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11976         * pgg-gpg.el: Clean up process buffers every time gpg processes
11977         complete.
11979 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11981         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11982         doc string.
11984 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11986         * pgg-gpg.el (pgg-gpg-process-filter)
11987         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11989         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11990         lines, temporary fix.
11992 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11994         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11996 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11998         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11999         default-enable-multibyte-characters.  This reverts the change from
12000         revision 6.17 which is no longer necessary because the passphrase
12001         is sent separately now.  GnuPG messages are unreadable under
12002         multibyte locales with default-enable-multibyte-characters set to
12003         nil.
12005 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12007         * message.el (message-tool-bar-gnome): Move "spell".
12009 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12011         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12012         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12013         instead.
12015 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12017         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12018         Improve newsgroups handling for NNTP overviews which don't include
12019         Newsgroups.
12021 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12023         * message.el (message-resend): Bind message-generate-hashcash to nil.
12025 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12027         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12028         when searching for already-paid recipients.
12030 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12032         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12033         passphrases when it is not needed.
12034         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12035         passphrase stuff from gpg, should only be necessary when you use
12036         gpg with a smartcard.
12038 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12040         * mml.el (mml-insert-mime): Ignore cached contents of
12041         message/external-body part.
12043         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12044         (mm-insert-part): Ditto.
12046 2006-03-23  Simon Josefsson  <jas@extundo.com>
12048         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12049         Reiner.
12050         (pgg-gpg-use-agent-p): Use it again.
12052 2006-03-23  Simon Josefsson  <jas@extundo.com>
12054         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12055         older emacsen.
12056         (pgg-gpg-use-agent-p): Don't use it.
12058 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12060         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12061         if we can.
12063 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12065         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12066         (pgg-gpg-update-agent): New function.
12067         (pgg-gpg-use-agent-p): New function.
12068         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12069         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12070         (pgg-gpg-sign-region): Use it.
12072 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12074         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12075         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12077 2006-03-21  Simon Josefsson  <jas@extundo.com>
12079         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12080         <wilde@sha-bang.de>.
12081         (pgg-gpg-use-agent): New variable.
12082         (pgg-gpg-process-region): Use it.
12083         (pgg-gpg-encrypt-region): Likewise.
12084         (pgg-gpg-encrypt-symmetric-region): Likewise.
12085         (pgg-gpg-decrypt-region): Likewise.
12086         (pgg-gpg-sign-region): Likewise.
12087         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12089 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12091         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12093         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12094         Add comment on version.
12096 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12098         * smiley.el: Add missing test smiley.
12100 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12102         * mm-decode.el (mm-with-part): New macro.
12103         (mm-get-part): Use it; work with message/external-body as well.
12104         (mm-save-part): Treat name and filename equally.
12106         * mm-extern.el (mm-extern-cache-contents): New function.
12107         (mm-inline-external-body): Use it; force the part to be displayed;
12108         move undisplayer added to the cached handle to the parent.
12110         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12111         (gnus-mime-view-part-as-type): Work with message/external-body.
12113         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12115 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12117         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12118         images in image-load-path.  [Sync with image.el, revision 1.60, in
12119         Emacs.]
12121 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12123         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12124         path rather than symbol.  Always return list of directories.
12125         Guarantee that image directory comes first.  [Sync with image.el,
12126         revision 1.59, in Emacs.]
12128         * message.el (message-make-tool-bar): Adjust to new API of
12129         `gmm-image-load-path-for-library'.
12131         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12133         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12135 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12137         * gnus-art.el (gnus-article-only-boring-p):
12138         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12139         intangible text.
12140         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12142 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12144         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12145         Use `defun' instead of `gmm-defun-compat'.
12147 2006-03-14  Simon Josefsson  <jas@extundo.com>
12149         * message.el (message-unique-id): Don't use message-number-base36
12150         if (user-uid) is a float.
12151         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12153 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12155         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12157         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12158         empty line between a part and a message part.
12160 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12162         * smiley.el: Add more test smileys.
12163         (smiley-data-directory, smiley-regexp-alist)
12164         (gnus-smiley-file-types): Fix doc strings.
12165         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12166         adding new elements.
12167         (smiley-mouse-map): Unused code.  Make it a comment.
12169 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12171         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12172         scan latest NoCeM messages instead of old ones.
12173         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12174         delimiters that are recently used.
12175         (gnus-nocem-load-cache): Add autoload cookie.
12177         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12179         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12180         level which is larger than gnus-use-nocem is specified.
12182         * gnus-group.el (gnus-group-get-new-news): Ditto.
12184 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12186         * gnus-util.el (gnus-tool-bar-update): New function.
12188         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12189         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12191         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12193         * gnus-group.el (gnus-group-redraw-when-idle)
12194         (gnus-group-redraw-check): Remove.
12195         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12197 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12199         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12200         if optional last element is specified in splits (FIELD VALUE...).
12202 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12204         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12205         to gmm-image-load-path-for-library.  Call with no-error argument.
12206         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12208         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12210         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12212         * gmm-utils.el (gmm-image-load-path): Remove alias.
12214 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12216         * gmm-utils.el (gmm-image-load-path): Add alias.
12218         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12219         nnml-generate-nov-databases-1.
12220         (nnml-generate-nov-databases): Use it.
12221         (nnml-generate-nov-databases-directory): Document no-active
12222         argument.
12224         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12225         directory if path is t.  Add no-error.
12227         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12228         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12230         * gnus-art.el (gnus-article-browse-delete-temp-files):
12231         Simplify resetting gnus-article-browse-html-temp-list.
12233         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12234         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12235         Add example to docstring.  Rename local variables.  Move error
12236         checks to default case in cond and simplify.
12238 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12240         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12241         handle is multipart when calling it recursively.
12242         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12244 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12246         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12247         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12249 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12251         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12252         is loaded.
12254         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12255         loaded.
12257 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12259         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12260         to "Emacs 23 (unicode)" in doc string.
12262         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12263         "Emacs 23 (unicode)" in comment.
12265 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12267         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12269         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12270         characters 160 through 255 in Emacs 23.
12272 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12274         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12275         gnus-article-browse-html-temp.
12276         (gnus-article-browse-delete-temp): Make it customizable.
12277         Add `file'.  Adjust doc string.
12278         (gnus-article-browse-delete-temp-files): Add argument.
12279         Allow query for each file.  Adjust doc string.
12280         (gnus-article-browse-html-parts):
12281         Add `gnus-article-browse-delete-temp-files' to
12282         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12284 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12286         * gnus-art.el (gnus-article-browse-html-temp)
12287         (gnus-article-browse-delete-temp): New variables.
12288         (gnus-article-browse-delete-temp-files): New function.
12289         (gnus-article-browse-html-parts): Use it.
12291 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12293         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12295         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12296         string.
12298         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12299         gnus-summary-insert-new-articles when unplugged.
12300         Remove gnus-summary-search-article-forward.
12302         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12303         display-visual-class instead of display-color-cells.
12305 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12307         * dgnushack.el: Autoload customize-group for XEmacs.
12309         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12310         message/* containing non-ASCII text properly.
12312 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12314         * message.el: Require gmm-utils, remove autoloads.
12315         (message-tool-bar): Set default based on
12316         gmm-tool-bar-style.
12317         (message-tool-bar-gnome): Add gmm-customize-mode.
12319         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12320         gmm-tool-bar-style.
12321         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12323         * gnus-group.el (gnus-group-tool-bar): Set default based on
12324         gmm-tool-bar-style.
12325         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12327         * gmm-utils.el (gmm-image-directory): Rename variable from
12328         gmm-image-load-path.
12329         (gmm-image-load-path): Use gmm-image-directory.
12330         (gmm-customize-mode): New function.
12331         (gmm-tool-bar-style): New variable.
12333         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12334         gnus-group-redraw-line-number.
12335         (gnus-group-redraw-check): Simplify.
12336         (gnus-group-tool-bar-update): Remove redraw check.
12337         (gnus-group-make-tool-bar): Add redraw check.
12339 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12341         * gnus-art.el (gnus-button): Add missing parentheses.
12343 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12345         * lpath.el: Fbind line-number-at-pos.
12347 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12349         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12351 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12353         * gnus-art.el (gnus-button): New face.
12354         (gnus-article-button-face): Use it.
12356         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12357         Add gnus-summary-next-page.  Re-order.
12359         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12360         next-node are now included.
12361         (gnus-group-redraw-line-number): New internal variable.
12362         (gnus-group-redraw-check): Helper function for updating the tool
12363         bar.
12364         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12366         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12368         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12369         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12370         Use it to match format of Spamassassin 3.0 and later.
12371         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12372         (spam-check-bogofilter)
12373         (spam-bogofilter-register-with-bogofilter): Fix args of
12374         `gnus-error' calls.
12376 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12378         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12379         unnecessary interaction when sending queued mails.
12380         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12382 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12384         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12385         first or last are nil.
12387 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12389         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12391 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12393         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12395 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12397         * dns.el (query-dns): Protect more against buggy tcp output.
12399 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12401         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12402         nov.php.
12404 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12406         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12407         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12408         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12409         output on the server side.
12410         (nnweb-google-create-mapping): Update regexps and add some
12411         progress indication.
12413 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12415         * gnus-group.el (gnus-group-tool-bar-gnome):
12416         Fix gnus-agent-toggle-plugged.  Re-order icons.
12417         (gnus-group-tool-bar-gnome):
12418         Add gnus-group-{prev,next}-unread-group.
12419         (gnus-group-tool-bar-gnome): Re-order icons.
12421         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12422         Move gnus-summary-insert-new-articles.
12424         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12425         Fix comments.
12427         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12428         also available in Emacs 21.3.
12430         * message.el (message-fix-before-sending): Change "Emacs 22" to
12431         "Emacs 23 (unicode)" in comment.
12433         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12434         "Emacs 23 (unicode)" in comment.
12436         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12437         comment.
12438         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12440         * mm-view.el (mm-fill-flowed): Add :version.
12442 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12444         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12445         and load-path.
12447 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12449         * message.el: Autoload gmm-image-load-path.
12450         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12451         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12452         consitency.
12454         * gmm-utils.el (gmm-image-load-path): Also search in
12455         "../etc/images".  Don't set gmm-image-load-path if we don't find
12456         the image.
12458 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12460         * gmm-utils.el (gmm-image-load-path): Don't make
12461         `gmm-image-load-path' include subdirectories which the second arg
12462         `image' might specify.
12464         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12465         subdirectory to icon file names.
12467         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12469 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12471         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12472         gmm-image-load-path calls.
12474         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12476         * message.el (message-make-tool-bar): Ditto.
12478         * mml.el (mml-preview): Add comment concerning tool bar icons.
12480         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12481         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12483         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12484         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12486         * message.el (message-tool-bar-gnome): Use new icon names.
12487         (message-make-tool-bar): Use `gmm-image-load-path'.
12489         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12490         New functions from MH-E.
12491         (gmm-image-load-path): New variable from MH-E.
12492         (gmm-image-load-path): New function from MH-E.  Add arguments
12493         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12494         *-image-load-path-called-flag.
12496 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12498         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12500 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12502         * nnimap.el (nnimap-request-move-article): Change folder back to
12503         source group before deleting.
12505 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12507         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12509         * gnus-art.el (mm-url-insert-file-contents-external):
12510         Autoload mm-url.
12512         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12514 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12516         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12517         coding system which mm-charset-to-coding-system returns for a
12518         given charset is valid.
12520 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12522         * html2text.el (html2text-remove-tag-list):
12523         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12525 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12527         * gnus-cus.el: Revert 2005-10-17 change.
12529 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12531         * gnus-art.el (article-strip-banner):
12532         Call article-really-strip-banner only when the regexp match is made.
12534 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12536         * gnus-art.el (article-strip-banner):
12537         Use gnus-extract-address-components instead of
12538         mail-header-parse-addresses to make it work with non-ASCII text;
12539         remove mail-encode-encoded-word-string.
12541         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12542         values which are surrounded with \"...\"; make it never cause a
12543         Lisp error; give up parsing of parameters if it failed in
12544         extracting type.
12546 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12548         * smime.el (smime-cert-by-ldap-1): Fix bug where
12549         `smime-ldap-search' returns results without userCertificates.
12551 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12553         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12555 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12557         * spam.el (spam-check-spamassassin-headers): Adapt format for
12558         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12559         <ari@mbf.ocn.ne.jp>.
12560         (spam-list-of-processors): Add spam-use-gmane.
12562 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12564         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12565         make-temp-file; make it work with XEmacs as well.
12567         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12568         mm-make-temp-file.
12570         * mm-decode.el (mm-display-external): Use the 3rd arg of
12571         mm-make-temp-file.
12572         (mm-create-image-xemacs): Ditto.
12574 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12576         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12577         with message-narrow-to-headers.
12578         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12579         (gnus-draft-check-draft-articles): New function.
12580         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12582 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12584         * gnus-art.el (gnus-article-browse-html-parts):
12585         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12586         Don't use suffix argument for mm-make-temp-file for Emacs 21
12587         compatibility.  Remove useless `format'.
12589 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12591         * nnweb.el (nnweb-google-wash-article): Update regexps.
12592         (nnweb-group-alist): Use defvoo instead of defvar.
12594 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12596         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12597         re-loading nn* modules.
12599 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12601         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12602         for `tool-bar-mode' and don't check it's default-value.
12604         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12606         * message.el (message-make-tool-bar): Ditto.
12608         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12609         `substring'.  Shorten tmp-file name.
12611         * gnus.el: Remove bogus comment.
12613 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12615         * gnus-art.el (gnus-article-browse-html-parts): New function.
12616         (gnus-article-browse-html-article): New function for viewing html
12617         articles with a browser.
12619 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12621         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12622         in elisp.
12623         (pgg-gpg-encrypt-symmetric-region): Ditto.
12624         (pgg-gpg-sign-region): Ditto.
12626         * pgg-def.el (pgg-text-mode): New variable.
12628         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12629         (mml2015-pgg-encrypt): Ditto.
12631         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12632         (mml1991-pgg-encrypt): Ditto.
12634 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12636         * nnfolder.el (nnfolder-insert-newsgroup-line):
12637         Use message-make-date instead of current-time-string.
12639         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12640         to gnus-decoded which mm-uu might set.
12642 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12644         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12645         don't decode quoted parameters; remove misimported Emacs code.
12646         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12647         (rfc2231-decode-encoded-string): Don't use split-string which
12648         behaves differently according to Emacs version; use
12649         mm-decode-coding-region to convert charset to coding-system.
12650         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12651         (rfc2231-encode-string): Remove misimported Emacs code.
12653 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12655         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12656         when calling mail-header-parse-content-type.
12657         (article-de-quoted-unreadable): Ditto.
12658         (article-de-base64-unreadable): Ditto.
12659         (article-wash-html): Ditto.
12661         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12662         calling mail-header-parse-content-type and
12663         mail-header-parse-content-disposition.
12664         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12665         mail-header-parse-content-type.
12667         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12668         insert charset and format parameters; encode description after
12669         inserting it to buffer.
12670         (mml-insert-parameter): Fold lines properly even if a parameter is
12671         segmented into two or more lines; change the max column to 76.
12673         * rfc1843.el (rfc1843-decode-article-body): Don't use
12674         ignore-errors when calling mail-header-parse-content-type.
12676         * rfc2231.el (rfc2231-parse-string): Return at least type if
12677         possible; don't cause an error even if it fails in parsing of
12678         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12679         (rfc2231-encode-string): Don't break lines at the beginning, leave
12680         it to mml-insert-parameter.
12682         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12683         calling mail-header-parse-content-type.
12685 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12687         * spam-report.el (spam-report-gmane-use-article-number):
12688         Improve doc string.
12689         (spam-report-gmane-internal): Check if a suitable header was found
12690         in the article.
12692 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12694         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12695         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12697 2006-02-05  Romain Francoise  <romain@orebokech.com>
12699         Update copyright notices of all files in the gnus directory.
12701 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12703         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12705 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12707         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12708         segmented lines of parameter value to cope with Thunderbird 1.5
12709         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12710         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12711         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12713 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12715         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12716         parts.
12718 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12720         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12721         there's only one active file for all servers.
12722         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12723         solid groups.  Gnus might have used a FAST request to select the group.
12724         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12725         and nnweb-search redundantly in the active file.
12726         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12727         (nnweb-request-create-group): Don't use ARGS.
12728         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12729         initialisations.  Let nnoo do the work.
12731 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12733         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12734         Say the part has been decoded.
12736         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12738 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12740         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12741         mailcap-viewer-test-cache when there's no 'test clause, since that
12742         will invert the meaning of a "nil" test previously determined by
12743         mailcap-mailcap-entry-passes-test.
12745 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12747         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12748         compiling.
12750         * gnus-sum.el: Ditto.
12752         * message.el: Don't bind tool-bar-map when compiling.
12754 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12756         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12758 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12760         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12761         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12762         current Google Groups.
12764 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12766         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12767         and tool-bar-mode.
12769         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12770         and tool-bar-mode.
12772         * message.el (message-tool-bar-update): Simplify.
12773         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12775         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12776         gnus-summary-buffer.
12777         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12778         gnus-summary-reply.
12780         * gmm-utils.el (gmm): Add :version.
12782 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12784         * Makefile.in (clean): New rule.
12785         (distclean): Use it.
12787 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12789         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12790         Don't autoload.
12792 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12794         * gmm-utils.el (gmm-verbose): Add :group.
12796 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12798         * message.el: Change some comments WRT tool-bars.
12800         * gnus-sum.el (gnus-summary-tool-bar)
12801         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12802         (gnus-summary-tool-bar-zap-list): New variables.
12803         (gnus-summary-make-tool-bar): Complete rewrite using
12804         `gmm-tool-bar-from-list'.
12806         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12807         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12808         New variables.
12809         (gnus-group-make-tool-bar): Complete rewrite using
12810         `gmm-tool-bar-from-list'.
12811         (gnus-group-tool-bar-update): New function.
12813         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12815 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12817         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12818         is dissected into a single part of which the type is the same as
12819         the given one; decode charset.
12821 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12823         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12824         into alists as symbol not string, since that's what
12825         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12826         look for.
12828 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12830         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12831         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12833         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12835 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12837         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12838         (gnus-xmas-mime-security-button-menu): New function.
12840         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12841         (gnus-mime-security-button-menu): New definition.
12842         (gnus-mime-security-button-map): Use them.
12843         (gnus-mime-security-button-menu): New function.
12844         (gnus-insert-mime-security-button): Addition to help echo.
12845         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12846         (gnus-mime-security-pipe-part): New functions.
12848         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12849         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12851         * mm-decode.el (mm-handle-set-disposition): Remove.
12852         (mm-handle-set-description): Remove.
12854 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12856         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12857         (mm-w3m-standalone-supports-m17n-p): New function.
12858         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12859         w3m usage.
12861         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12862         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12864 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12866         * message.el (message-tool-bar-zap-list):
12867         Use gmm-tool-bar-zap-list as custom type.
12868         (message-tool-bar-update): New function.
12869         (message-tool-bar, message-tool-bar-gnome)
12870         (message-tool-bar-retro): Add message-tool-bar-update.
12871         (message-tool-bar-gnome): Add flyspell-buffer.
12873         * gnus-util.el (gnus-error): Describe `args'.
12875         * gmm-utils.el (gmm-error): Describe `args'.
12876         (gmm-tool-bar-zap-list): New widget.
12877         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12879 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12881         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12882         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12883         the number of recursive calls.
12885         * mm-decode.el (mm-handle-set-disposition): New macro.
12886         (mm-handle-set-description): New macro.
12888 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12890         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12891         encoding.
12893 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12895         * message.el (message-tool-bar-zap-list, message-tool-bar)
12896         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12897         (message-tool-bar-local-item-from-menu): Remove.
12898         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12899         (message-make-tool-bar): New function.
12900         (message-mode): Use `message-make-tool-bar'.
12902         * gmm-utils.el: New file.
12903         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12904         (gmm-lazy): New widget copied from `nnmail.el'.
12905         (gmm-tool-bar-from-list): New function for creating customizable
12906         tool bars.
12907         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12908         output.
12909         (gmm): Add :prefix to defgroup.
12911 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12913         * gmm-utils.el (gmm-widget-p): New function.
12915 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12917         * mml.el (mml-attach-file): Describe `description' in doc string.
12918         (mml-menu): Add Emacs MIME manual and PGG manual.
12920 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12922         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12924 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12926         * nntp.el (nntp-end-of-line): Doc fix.
12928 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12930         * imap.el (imap-open): Handle case where buffer is a buffer
12931         object.
12933 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12935         * gnus-delay.el (gnus-delay): Don't autoload.
12936         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12937         to be re-loaded when customizing the `gnus-delay' group.
12939 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12941         * message.el (message-insert-citation-line): Use newlines.
12943 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12945         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12946         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12947         these routines, so the passphrase can be managed externally and
12948         passed in to the system.
12949         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12950         pgg-add-passphrase-to-cache function.
12952         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12953         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12954         these routines, so the passphrase can be managed externally and
12955         passed in to the system.
12956         (pgg-pgp5-sign-region): Use new name of
12957         pgg-add-passphrase-to-cache function.
12959 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12961         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12962         part of the decoded armor to find the key-identifier.
12963         (pgg-gpg-lookup-key-owner): New function to return the
12964         human-readable identifier of a key owner.
12965         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12966         itself.
12967         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12968         the key value) if we have a key and can match it against a secret
12969         key.  Also, added a note pointing out fact that the prompt only
12970         indicates the first matching key.
12972         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12973         pgg-decrypt-region.
12974         (pgg-add-passphrase-to-cache): Rename from
12975         `pgg-add-passphrase-cache' to reduce confusion (all callers
12976         changed).
12977         (pgg-remove-passphrase-from-cache): Rename from
12978         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12979         changed).
12980         (pgg-read-passphrase, pgg-add-passphrase-cache)
12981         (pgg-remove-passphrase-cache): Add informative docstrings.
12982         (pgg-decrypt): Convey provided passphrase in subordinate call to
12983         pgg-decrypt-region.
12985 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12987         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12988         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12989         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12990         'passphrase' argument, so the passphrase can be managed externally
12991         and then passed in to the system.
12993         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12994         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12995         so the passphrase cache can be used reliably with identifiers
12996         besides a pgp packet's key id.
12998         * pgg-gpg.el (pgg-gpg-encrypt-region)
12999         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13000         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13001         these routines, so the passphrase can be managed externally and
13002         passed in to the system.
13004         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13005         'notruncate' argument, so the passphrase cache can be used
13006         reliably with identifiers besides a pgp packet's key id.
13008 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13010         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13011         symmetric encryption.
13012         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13013         encrypted session key.
13014         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13015         message ask for the passphrase in a proper way.
13017         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13018         New user commands for symmetric encryption.
13020 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13022         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13024         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13026 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13028         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13030 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13032         * mm-decode.el (mm-inlined-types): Add application/pgp.
13033         (mm-automatic-display): Ditto.
13035         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13036         part as text.
13038 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13040         * nnrss.el: Update copyright.
13041         (nnrss-opml-import): Query whether to subscribe to each entry.
13043         * gnus-art.el:
13044         * gnus-sum.el:
13045         * gnus-xmas.el:
13046         * messagexmas.el:
13047         * mm-uu.el:
13048         * mm-view.el: Update copyright.
13050 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13052         * message.el (message-info): New function.
13053         (message-mode-menu): Add it.
13054         Update copyright.
13056         * ChangeLog: Fix and update copyright.
13058 2006-01-13  Romain Francoise  <romain@orebokech.com>
13060         * message.el (message-forward-subject-name-subject): Prefer the
13061         address to 'nowhere' if the sender has no name.
13062         Fix typo.  Update copyright year.
13064 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13066         * gnus-art.el (article-wash-html):
13067         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13068         (gnus-article-wash-html-with-w3m-standalone): New function.
13070         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13071         mm-inline-text-html-render-with-w3m-standalone.
13072         (mm-text-html-washer-alist): Map w3m-standalone to
13073         gnus-article-wash-html-with-w3m-standalone.
13074         (mm-inline-text-html-render-with-w3m-standalone): New function.
13076 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13078         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13079         Improve LaTeX.
13081 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13083         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13084         (nnrss-request-article): Render text/plain parts as HTML.
13086         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13087         the buffer.
13089 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13091         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13092         custom definition of `gnus-posting-styles'.
13094         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13095         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13097 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13099         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13100         Use nntp for bug archive.
13102 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13104         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13105         parts.
13106         (nnrss-normalize-date): New function converts ISO 8601 date into
13107         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13108         (nnrss-check-group): Use it.
13110 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13112         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13114         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13115         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13116         (nnrss-insert-w3): Ditto.
13118 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13120         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13121         the articles to be forwarded including the case where neither a
13122         number of articles nor a region is specified.
13124 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13126         * nnrss.el (nnrss-request-article): Fix last change; fill
13127         text/plain parts.
13129 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13131         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13132         in text/plain part.
13133         (nnrss-check-group): Don't add excessive newline to dc:subject.
13135 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13137         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13138         article.
13140 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13142         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13143         (nnml-use-compressed-files, nnml-save-mail): Support other
13144         comression programs such as bzip2.
13146 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13148         * dns.el (query-dns): Make sure we check the buffer size before
13149         removing tcp headers.
13151 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13153         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13154         remove MIME buttons associated with multipart/alternative parts.
13155         (gnus-mime-display-alternative): Tag buttons using `article-type'
13156         text property.
13158         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13159         associated with multipart/alternative parts.
13161         * gnus-art.el (gnus-signature-separator): Fix custom type.
13163         * mm-decode.el (mm-inlined-types): Fix custom type.
13164         (mm-keep-viewer-alive-types): Ditto.
13165         (mm-automatic-display): Ditto.
13166         (mm-attachment-override-types): Ditto.
13167         (mm-inline-override-types): Ditto.
13168         (mm-automatic-external-display): Ditto.
13170 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13172         * spam-report.el (spam-report-user-mail-address)
13173         (spam-report-user-agent): New variables.
13174         (spam-report-url-ping-plain): Use spam-report-user-agent.
13176 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13178         * gnus-art.el (gnus-button-handle-custom): Do not just use
13179         `customize-apropos' for any "M-x customize-*" button but the
13180         function called for.  Accept both the function name and its
13181         argument in order to achieve this.
13182         (gnus-button-alist): Remove support for "custom:" URL's.
13183         Pass function name to `gnus-button-handle-custom' in case of "M-x
13184         customize-*" buttons.
13186 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13188         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13189         multipart/alternative and add xref to mm-discouraged-alternatives
13190         in doc string.
13192         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13193         gnus-buttonized-mime-types in doc string.
13195 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13197         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13198         Suggest image/.* in the doc string.
13200 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13202         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13203         message-marks (Debian bug #342521).
13205 2005-12-12  Simon Josefsson  <jas@extundo.com>
13207         * password.el (password-read-from-cache): Add.
13208         (password-read): Use it.
13210 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13212         * rfc2047.el (rfc2047-charset-to-coding-system):
13213         Recognize us-ascii as a MIME charset.
13215         * mm-bodies.el (mm-decode-content-transfer-encoding):
13216         Protect against the case where the 2nd arg TYPE is nil.
13218 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13220         * pop3.el (pop3-stream-type): Fix custom version.
13222         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13224 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13226         * mm-decode.el (mm-display-external): Add missing cdr.
13228 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13230         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13231         RFC1524) if it is in mailcap or add a suffix according to
13232         mailcap-mime-extensions when generating a temp filename; postpone
13233         deleting a temp file for 2 seconds for some wrappers, shell
13234         scripts, and so on, which might exit right after having started a
13235         viewer command as a background job.
13237 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13239         * nntp.el (nntp-marks-directory): Fix custom group.
13241         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13242         steps when < 10.
13244         * gnus-start.el (gnus-no-server-1):
13245         Mention `gnus-level-default-subscribed' in doc string.
13247 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13249         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13250         parens.
13252 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13254         * gnus-xmas.el (gnus-use-toolbar): Revert.
13255         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13256         gnus-use-toolbar is default.
13258         * messagexmas.el (message-use-toolbar): Revert.
13259         (message-setup-toolbar): Use global default-toolbar if
13260         message-use-toolbar is default.
13262 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13264         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13265         according to default-toolbar-visible-p.
13267         * messagexmas.el (message-use-toolbar): Ditto.
13269 2005-11-26  Dave Love  <fx@gnu.org>
13271         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13272         (tls-program, tls-success): Provide openssl alternative.
13274         * starttls.el: Doc fixes.
13275         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13276         SERVICE to PORT.
13278         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13279         port null or service name.
13280         (starttls-negotiate): Autoload.
13282 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13284         * message.el (message-kill-to-signature): Fix interactive spec.
13286 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13288         * pop3.el (pop3-open-server): Recognize a string as a service name.
13290 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13292         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13294 2005-11-23  Dave Love  <fx@gnu.org>
13296         Add pop3s, pop3/starttls.
13298         * pop3.el (pop3-authentication-scheme): Clarify doc.
13299         (open-tls-stream, starttls-open-stream): Autoload.
13300         (pop3-stream-type): New.
13301         (pop3-open-server): Use it.
13303         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13304         for POP.
13305         (mail-source-keyword-map): Add :stream for POP.
13306         (mail-source-fetch-pop): Use pop3-stream-type.
13308 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13310         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13311         of current-time-string.
13313 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13315         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13316         date header.
13318 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13320         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13321         it can seriously impact performance as it bypasses the agent's
13322         local caches.
13324 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13326         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13327         must be explicitly online rather than "not explicitly offline" for
13328         its flags to be synchronized.
13330         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13331         that gnus-uu-unmark-thread will function correctly.
13333         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13334         1024K is instead displayed as 1M.
13336 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13338         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13340 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13342         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13344 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13346         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13347         error message to display actual error condition.
13348         (gnus-agent-save-local): Avoid saving symbols that are bound to
13349         nil as they simply result in a warning message in
13350         gnus-agent-read-local.
13352 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13354         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13355         rather than make-variable-buffer-local for file-precious-flag.
13357 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13359         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13360         for duplicates which are removed.  The invalid sort check then
13361         triggers a rescan after the sort as sorting may have moved
13362         duplicate entries such that they can be cheaply detected.
13364 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13366         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13368 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13370         * gnus-agent.el (gnus-agent-article-alist-save-format):
13371         Change internal variable to a custom variable.  Change default value
13372         from compressed(2) to uncompressed(1).
13373         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13374         support for uncompressed agentview files.  Taken together, reading
13375         the agentview file should now be 6-7 times faster.
13377 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13379         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13380         as a buffer-local variable.  This avoids creating truncated
13381         dribble files as a result of a hang up, eg.
13383 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13385         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13386         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13387         XEmacs.
13389 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13391         * gnus-start.el (gnus-start-draft-setup):
13392         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13394         * gnus.el (gnus-splash): Change custom group.
13395         (gnus-group-get-parameter, gnus-group-parameter-value):
13396         Describe allow-list argument.
13398         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13399         string.
13401 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13403         * gnus-art.el (gnus-default-article-saver): Add user-defined
13404         `function' to custom type.
13406 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13408         * imap.el (imap-open): Handle case where buffer is a buffer
13409         object.
13411 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13413         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13414         long lines.
13415         (gnus-cache-delete-group): Wrap doc strings.
13417         * gnus-agent.el (gnus-agent-rename-group)
13418         (gnus-agent-delete-group): Wrap doc strings.
13420 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13422         * messagexmas.el (message-use-toolbar): Change the valid values
13423         into default, top, bottom, left, and right.
13424         (message-toolbar-thickness): New variable.
13425         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13426         well.
13427         (message-setup-toolbar): Make it work.
13429         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13430         (gnus-use-toolbar): Change the valid values into default, top,
13431         bottom, left, and right.
13432         (gnus-toolbar-thickness): New variable.
13433         (gnus-xmas-setup-toolbar): New function.
13434         (gnus-xmas-setup-group-toolbar): Use it.
13435         (gnus-xmas-setup-summary-toolbar): Use it.
13437 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13439         * gnus-start.el (gnus-1): Add "native" to
13440         gnus-predefined-server-alist.
13442         * gnus.el (gnus-method-to-server): Don't add "native" to the
13443         lists here, because that leads to problems when
13444         gnus-select-method is bound.
13446 2005-11-09  Simon Josefsson  <jas@extundo.com>
13448         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13449         use (not sort-by-date) instead.
13451 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13453         * gnus-delay.el (gnus-delay-group): Don't autoload.
13454         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13455         to be re-loaded when customizing the `gnus-delay' group.
13457 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13459         * message.el: Revert last changes.
13460         (message-insert-citation-line): Use newlines.
13462 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13464         * message.el (message-courtesy-message)
13465         (message-mark-insert-begin, message-mark-insert-end)
13466         (message-elide-ellipsis, message-cancel-message)
13467         (message-add-header, message-change-subject)
13468         (message-cross-post-followup-to-header)
13469         (message-cross-post-insert-note, message-reduce-to-to-cc)
13470         (message-widen-reply, message-delete-not-region)
13471         (message-kill-to-signature, message-insert-signature)
13472         (message-insert-importance-high, message-insert-importance-low)
13473         (message-insert-or-toggle-importance)
13474         (message-insert-disposition-notification-to)
13475         (message-indent-citation, message-yank-original)
13476         (message-cite-original-without-signature, message-cite-original)
13477         (message-insert-citation-line, message-position-on-field)
13478         (message-fix-before-sending, message-send-mail-partially)
13479         (message-send-mail, message-send-mail-with-sendmail)
13480         (message-send-mail-with-qmail, message-send-news)
13481         (message-check-news-header-syntax, message-generate-headers)
13482         (message-insert-courtesy-copy, message-fill-address)
13483         (message-fill-header, message-shorten-references)
13484         (message-setup-1, message-cancel-news)
13485         (message-forward-make-body-plain, message-forward-make-body-mime)
13486         (message-forward-make-body-mml, message-encode-message-body)
13487         (message-forward-make-body-digest-plain)
13488         (message-forward-make-body-digest-mime)
13489         (message-use-alternative-email-as-from): Insert `hard-newline'
13490         instead of ordinary newlines.
13492 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13494         * message.el (message-generate-headers): Downcase the argument
13495         given to message-check-element.
13497 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13499         * nntp.el (nntp-authinfo-rejected): New error condition.
13500         (nntp-wait-for): Use new error condition to signal authentication
13501         error.
13502         (nntp-retrieve-data): Rethrow new error condition to break out of
13503         recursive call to nntp-send-authinfo.
13505 2005-11-08  Romain Francoise  <romain@orebokech.com>
13507         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13508         (gnus-summary-exit-map): Bind to `Z p'.
13509         (gnus-summary-make-menu-bar): Add menu item.
13511 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13513         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13514         (gnus-treat-*): Add `first' in all doc strings.
13516         * gnus-group.el (gnus-group-compact-group): Fix typo.
13518 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13520         * gnus.el (gnus-parameters-case-fold-search): New variable.
13521         (gnus-parameters-get-parameter): Use it.
13523         * gnus-score.el (gnus-home-score-file): Doc fix.
13525 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13527         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13529 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13531         * mm-util.el (mm-special-display-p): New function.
13533         * mml.el (mml-preview): Use it; doc fix.
13535 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13537         * imap.el (imap-open): Handle case where buffer is a buffer object.
13539 2005-10-29  Romain Francoise  <romain@orebokech.com>
13541         * message.el (message-fix-before-sending): Fix comment.
13543 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13545         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13547 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13549         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13550         Used in gnus-score.el.
13552 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13554         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13556 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13558         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13559         whitespace removed in revision 7.8.  Use concatenated string to
13560         protect trailing whitespace.
13562 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13564         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13565         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13566         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13567         Courier IMAP ("some version from 2004").  Mostly based on similar
13568         code in the same function.
13570 2005-10-26  Didier Verna  <didier@xemacs.org>
13572         * gnus-group.el (gnus-group-compact-group): Invalidate original
13573         article buffer.
13574         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13575         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13576         NOV database and in article itself.
13577         Invalidate article backlog.
13579 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13581         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13583 2005-10-26  Simon Josefsson  <jas@extundo.com>
13585         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13586         part of 2004-07-25 change.
13588 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13590         * message.el (message-display-completion-list): New function.
13591         (message-expand-group): Use it; make sure the Completions buffer
13592         is modifiable.
13593 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13595         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13596         user-mail-name is an empty string.
13598 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13600         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13601         depending on gnus-score-decay-constant.
13603         * encrypt.el (encrypt-insert-file-contents)
13604         (encrypt-write-file-contents): Don't use `gnus-message'.
13606         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13607         arguments.
13608         (mm-uu-type-alist): Add message-marks and insert-marks.
13609         Pass arguments to mm-uu-verbatim-marks-extract.
13610         (mm-uu-hide-markers): New variable.
13611         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13613         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13614         (gnus-convert-image-to-face-command): Use "convert" by default to
13615         allow other input image formats.
13616         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13617         accordingly.
13619 2005-10-23  Simon Josefsson  <jas@extundo.com>
13621         * imap.el (imap-gssapi-program): Align command line parameters
13622         with latest GNU SASL.
13623         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13625 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13627         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13628         HTML.
13629         (nnslashdot-request-article): Ditto.
13631         * lpath.el (featurep): Add nobreak-char-display.
13633 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13635         * mail-source.el (mail-source-fetch-pop): Require pop3.
13636         (mail-source-check-pop): Ditto.
13638 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13640         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13641         errors.
13643 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13645         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13646         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13648         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13650         * mm-bodies.el (mm-decode-string):
13651         Call `mm-charset-to-coding-system' with allow-override argument.
13653 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13655         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13656         (rfc2047-charset-to-coding-system): New function.
13657         (rfc2047-decode-encoded-words): New function.
13658         (rfc2047-decode-region): Use them.
13659         (rfc2047-decode-cte): Remove.
13660         (rfc2047-parse-and-decode): Remove.
13661         (rfc2047-decode): Remove.
13663 2005-10-15  Kenichi Handa  <handa@m17n.org>
13665         * rfc2047.el (rfc2047-decode-cte): New function.
13666         (rfc2047-decode-region): Change the way to decode successive
13667         encoded-words: decode B- or Q-encoding in each encoded-word,
13668         concatenate them, and decode it as charset.
13670 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13672         * lpath.el: Fbind codepage-setup for XEmacs.
13674 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13676         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13677         widget-move-and-invoke.
13678         (gnus-custom-mode): Use gnus-custom-map.
13680 2005-10-15  Bill Wohler  <wohler@newt.com>
13682         * message.el (message-tool-bar-map): Rename image file from
13683         mail_send to mail/send.
13685 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13687         * message.el (message-expand-group): Pass the common
13688         prefix substring of completion to `display-completion-list'.
13690 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13692         * mml-sec.el (mml-secure-method): New internal variable.
13693         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13694         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13695         New functions using mml-secure-method.
13697         * mml.el (mml-mode-map): Add key bindings for those functions.
13698         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13699         Harder <harder@myrealbox.com>.
13700         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13701         Goto end of message if point is the headers of the message.
13703         * message.el (message-in-body-p): New function.
13705         * assistant.el: Autoload gnus-util and netrc.
13707         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13708         Use `mm-charset-override-alist' only when decoding.
13710         * mm-bodies.el (mm-decode-body):
13711         Call `mm-charset-to-coding-system' with allow-override argument.
13713         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13714         `filename' from Content-Disposition if Content-Type doesn't
13715         provide `name'.
13716         (gnus-mime-view-part-as-type): Set default instead of
13717         initial-input.
13719 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13721         * format-spec.el (format-spec): Propagate text properties of % spec.
13723 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13725         * gnus-art.el (gnus-treat-predicate): Add `first'.
13727 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13729         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13730         (mm-charset-override-alist): New variable.
13731         (mm-charset-to-coding-system): Use it.
13732         (mm-codepage-setup): New helper function.
13733         (mm-charset-eval-alist): New variable.
13734         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13735         Warn about unknown charsets.
13737         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13739 2005-10-04  David Hansen  <david.hansen@gmx.net>
13741         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13742         (nnrss-check-group): Ditto.
13744 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13746         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13747         Rename x-gnus-verbatim to x-verbatim.
13748         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13750         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13751         x-verbatim.
13753         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13755         * gnus-util.el (gnus-remove-duplicates): Remove.
13757         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13758         instead of gnus-remove-duplicates.
13760         * message.el (message-remove-duplicates): Remove.
13761         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13762         message-remove-duplicates.
13764         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13765         available, else use implementation from `delete-dups'.
13767         * message.el (message-insert-expires): New function.
13768         (message-mode-map): Add key binding.
13769         (message-mode-field-menu): Add menu entry.
13770         (message-mode): Document it.
13771         (message-make-expires-date): Use `message-make-date'.
13773 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13775         * message.el (message-make-expires-date): New function.
13777 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13779         * Makefile.in (list-installed-shadows): New entry.
13780         (install): Use it.
13781         (remove-installed-shadows): New entry.
13783         * dgnushack.el (dgnushack-default-load-path): New variable.
13784         (dgnushack-find-lisp-shadows): New function.
13785         (dgnushack-remove-lisp-shadows): New function.
13787 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13789         * Makefile.in (install-el-elc): New entry.
13790         (install): Use it so that .el files are necessarily installed.
13792 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13794         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13796 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13798         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13799         function rather than the diff-mode.el package.
13800         (mm-display-external): Use with-current-buffer.
13801         (mm-viewer-completion-map, mm-viewer-completion-map):
13802         Move initialization inside declaration.
13804 2005-09-29  Simon Josefsson  <jas@extundo.com>
13806         * spam.el: Load hashcash when compiling, to avoid warnings.
13807         Don't autoload mail-check-payment.
13808         (spam-check-hashcash): Define unconditionally, since hashcash.el
13809         is part of Gnus now.  Ignore errors from payment checking.
13811 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13813         * message.el (message-bold-region, message-unbold-region):
13814         Rename from `bold-region' and `unbold-region'.
13816         * message.el: Remove useless autoloads.
13818 2005-09-28  Simon Josefsson  <jas@extundo.com>
13820         * message.el (message-use-idna): Default to t.
13821         (message-use-idna): Test whether encoding works too.  Doc fix.
13823 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13825         * nntp.el (nntp-warn-about-losing-connection): Remove.
13827 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13829         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13830         customizable.  Change default value.
13831         (mm-uu-diff-groups-regexp): Change default value.
13832         (mm-uu-type-alist): Add doc string.
13833         (mm-uu-configure): Add doc string.  Make it interactive.
13834         (mm-uu-tex-groups-regexp): New variable.
13835         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13836         (mm-uu-type-alist): Add LaTeX documents.
13837         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13838         of "text/verbatim".
13839         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13841         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13842         instead of "text/verbatim".
13844         * message.el (message-mark-inserted-region)
13845         (message-mark-insert-file): Use slrn style marks when called with
13846         prefix argument.
13848 2005-09-27  Simon Josefsson  <jas@extundo.com>
13850         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13852 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13854         * message.el (message-remove-duplicates): New function.
13855         Implementation borrowed from `gnus-remove-duplicates'.
13856         (message-idna-to-ascii-rhs): Also encode idna addresses in
13857         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13858         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13859         only ask about the same idna domain once per header and also tell
13860         in what header to replace the idna domain.
13862         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13863         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13864         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13865         a header is decoded and not just the last one.
13867 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13869         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13870         has been decoded.
13872         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13873         (mm-insert-part): Don't modify text if it has been decoded.
13875         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13876         decoded.
13878         * mm-view.el (mm-inline-text): Don't strip text props unless
13879         decoding enriched or richtext parts.
13881 2005-09-25  Romain Francoise  <romain@orebokech.com>
13883         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13884         * gnus-start.el (gnus-subscribe-interactively):
13885         * gnus-uu.el (gnus-uu-grab-articles):
13886         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13887         space.
13889 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13891         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13892         * mm-view.el (mm-view-pkcs7-decrypt):
13893         * gnus-sum.el (gnus-summary-limit-to-extra)
13894         (gnus-summary-respool-article, gnus-read-move-group-name):
13895         * gnus-score.el (gnus-summary-increase-score):
13896         * gnus-util.el (gnus-completing-read-with-default):
13897         * gnus-art.el (gnus-read-save-file-name)
13898         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13899         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13900         * message.el (message-check-news-header-syntax):
13901         Follow convention for reading with the minibuffer.
13903 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13905         * spam-report.el (spam-report-url-ping-plain):
13906         Use gnus-extended-version as User-Agent.
13908         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13909         default value is nil.
13911         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13912         (mm-uu-verbatim-marks-extract): New function.
13913         (mm-uu-extract): New face.
13914         (mm-uu-copy-to-buffer): Use it.
13916         * spam-report.el (spam-report-gmane-ham): Rename from
13917         `spam-report-gmane-unspam'.
13918         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13919         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13921         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13922         Autoload.
13923         (spam-report-gmane-unregister-routine):
13924         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13926 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13928         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13929         (spam-report-gmane-unregister-routine): Add support for gmane
13930         unregistration.
13932         * spam-report.el (spam-report-gmane-unspam)
13933         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13934         (spam-report-gmane): Change to take a single article and do unspam
13935         registration.
13937 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13939         * mm-url.el (mm-url-decode-entities): Fix regexp.
13941 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13943         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13944         default to nil, to be able to use Gnus at all.  If the default
13945         switches to something else, then the function should be fixed not
13946         be exceedingly slow.
13948 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13950         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13951         fail hard.
13953         * spam-report.el: Add better Keywords line.
13955         * spam.el: Add Maintainer and better Keywords line.
13957 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13959         * gnus-art.el (gnus-article-replace-part)
13960         (gnus-mime-replace-part): New functions.
13961         (gnus-mime-action-alist, gnus-mime-button-commands)
13962         (gnus-mime-save-part-and-strip): Add file argument.
13963         (gnus-article-part-wrapper): Add interactive argument.
13965         * gnus-sum.el (gnus-summary-mime-map):
13966         Add `gnus-article-replace-part'.
13968 2005-09-19  Didier Verna  <didier@xemacs.org>
13970         The nnml compaction feature:
13971         * nnml.el (nnml-request-compact-group): New function.
13972         * nnml.el (nnml-request-compact): New function.
13973         * gnus-int.el (gnus-request-compact-group): New function.
13974         * gnus-int.el (gnus-request-compact): New function.
13975         * gnus-group.el (gnus-group-compact-group): New function.
13976         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13977         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13978         * gnus-srvr.el (gnus-server-compact-server): New function.
13979         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13980         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13982 2005-09-18  Deepak Goel  <deego@gnufans.org>
13984         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13985         format spec.
13987 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13989         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13991 2005-09-15  Romain Francoise  <romain@orebokech.com>
13993         * message.el (message-fill-paragraph): Clarify docstring.
13995 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13997         * gnus-art.el (gnus-mime-display-part): Protect against broken
13998         MIME messages.
14000 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14002         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14003         before parsing header.
14005 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14007         * html2text.el (html2text-replace-list): Add new entities.
14009 2005-09-11  Romain Francoise  <romain@orebokech.com>
14011         * message.el (message-alternative-emails): Improve docstring.
14012         (message-setup-1): Call `message-use-alternative-email-as-from'
14013         after `message-setup-hook' to give it precedence over posting
14014         styles, etc.
14015         (message-use-alternative-email-as-from): Add docstring.
14016         Remove the original From header if present.
14018         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14019         (nnml-save-mail): Use it.
14021         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14022         articles.  Add new argument `silent'.
14023         (gnus-uu-mark-all): Report the total number of marked articles.
14025 2005-09-10  Romain Francoise  <romain@orebokech.com>
14027         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14028         (gnus-uu-mark-series): Likewise.
14030 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14032         * spam-report.el (spam-report-gmane): Fix generation of spam
14033         report URL.
14035 2005-09-10  Simon Josefsson  <jas@extundo.com>
14037         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14038         t, based on discussion on the ding list with Robert Epprecht
14039         <epprecht@solnet.ch>.
14041 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14043         * spam-report.el (spam-report-gmane): Make it work without
14044         X-Report-Spam header.  Gmane now only provides Archived-At.
14045         This is only used if `spam-report-gmane-use-article-number' is nil.
14046         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14048         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14049         make `gnus-summary-sort-by-recipient' work with threading.
14051         * nnweb.el (nnweb-google-wash-article): Print a message if article
14052         is not available.
14054 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14056         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14057         change.  Decode text/* parts content before displaying.
14059 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14061         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14063 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14065         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14067         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14068         url-package-name, url-package-version,
14069         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14070         w3m-display-inline-images, and w3m-minor-mode-map.
14072 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14074         * message.el (message-tab-body-function): Fix mismatched custom type.
14076         * gnus.el (gnus-group-change-level-function): Ditto.
14078         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14080         * gnus-art.el (gnus-signature-limit)
14081         (gnus-article-mime-part-function): Ditto.
14083 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14085         * mml.el (mml-mode): Silence the byte compiler.
14087         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14088         using `(sit-for 0)' before moving the point to the specified part;
14089         skip unbuttonized parts.
14090         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14091         return to the summary window if gnus-auto-select-part is non-nil.
14093 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14095         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14096         New variables.
14097         (mml-dnd-attach-file, mml-mode): Use them.
14099         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14100         Make fetching article by MID work again for Google Groups.
14101         Add FIXME concerning gnus-group-make-web-group.
14103         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14104         Don't depend on Gnus by using mail-extract-address-components if
14105         gnus-extract-address-components is not bound.
14107 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14109         * gnus-art.el (gnus-mime-display-security): Don't display the
14110         signature, but only the signed part.
14112 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14114         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14116         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14117         list, not listp.
14119 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14121         * mm-encode.el (mm-encode-content-transfer-encoding):
14122         Likewise when encoding.
14124         * mm-bodies.el (mm-decode-content-transfer-encoding):
14125         De-canonicalize CRLF for all text content types, not just
14126         text/plain.
14128 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14130         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14131         valid article; point arrow and cursor at the MIME button.
14133 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14135         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14136         Suggested by Dan Christensen <jdc@uwo.ca>.
14138         * mm-decode.el (mm-save-part): Enable change of prompt.
14140 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14142         * gnus-msg.el (gnus-inews-add-send-actions):
14143         Make `message-post-method' lambda parameter ARG `&optional'.
14145 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14147         * gnus-sum.el (gnus-summary-mime-map):
14148         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14149         gnus-article-jump-to-part.
14151         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14152         (gnus-article-edit-part): Use it.
14153         (gnus-article-part-wrapper): Add no-handle argument.
14154         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14155         New functions.
14157 2005-08-29  Romain Francoise  <romain@orebokech.com>
14159         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14160         docstring.
14161         (gnus-face-from-file): Likewise.
14163 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14165         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14166         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14167         non-nil.
14168         (gnus-auto-select-part): New variable.
14169         (gnus-article-jump-to-part): New function.
14170         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14171         (gnus-mime-delete-part): Allow selecting specified part after
14172         deleting or stripping parts.
14173         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14174         part if argument is bogus.
14176 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14178         * gnus-art.el (w3m-minor-mode-map):
14179         * gnus-spec.el (gnus-newsrc-file-version):
14180         * gnus-util.el (nnmail-active-file-coding-system)
14181         (gnus-original-article-buffer, gnus-user-agent):
14182         * gnus.el (gnus-ham-process-destinations)
14183         (gnus-parameter-ham-marks-alist)
14184         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14185         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14186         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14187         * mm-decode.el (gnus-current-window-configuration):
14188         * mm-extern.el (gnus-article-mime-handles):
14189         * mm-url.el (url-current-object, url-package-name)
14190         (url-package-version):
14191         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14192         (smime-keys, w3m-cid-retrieve-function-alist)
14193         (w3m-current-buffer, w3m-display-inline-images)
14194         (w3m-minor-mode-map):
14195         * mml-smime.el (gnus-extract-address-components):
14196         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14197         (gnus-newsrc-hashtb, message-default-charset)
14198         (message-deletable-headers, message-options)
14199         (message-posting-charset, message-required-mail-headers)
14200         (message-required-news-headers):
14201         * mml1991.el (mc-pgp-always-sign):
14202         * mml2015.el (mc-pgp-always-sign):
14203         * nnheader.el (nnmail-extra-headers):
14204         * rfc1843.el (gnus-decode-encoded-word-function)
14205         (gnus-decode-header-function, gnus-newsgroup-name):
14206         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14208 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14210         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14211         the end of the date treatments.
14213 2005-08-15  Simon Josefsson  <jas@extundo.com>
14215         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14216         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14217         Capello and Romain Francoise.
14218         (pgg-fetch-key-function): Remove, not used?
14219         (pgg-insert-url-with-w3): Require url, to get
14220         url-insert-file-contents regardless of where it is defined.
14222 2005-08-13  Romain Francoise  <romain@orebokech.com>
14224         * message.el (message-cite-original-1): New function.
14225         (message-cite-original): Use it.
14226         (message-cite-original-without-signature): Ditto.
14228 2005-08-08  Romain Francoise  <romain@orebokech.com>
14230         * message.el (message-yank-empty-prefix): New variable.
14231         (message-indent-citation): Use it.
14232         (message-cite-original-without-signature): Respect X-No-Archive.
14234 2005-08-08  Simon Josefsson  <jas@extundo.com>
14236         * pgg.el: Autoload url-insert-file-contents instead of loading
14237         w3/url.
14238         (pgg-insert-url-with-w3): Don't load url here.
14240 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14242         * message.el (message-kill-to-signature): Don't insert newline at
14243         bol.
14244         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14246 2005-08-06  Romain Francoise  <romain@orebokech.com>
14248         * message.el (message-user-fqdn): Fix typo in docstring.
14250 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14252         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14254         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14256 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14258         * mm-bodies.el (mm-encode-body): Use coding system rather than
14259         charset to encode text.
14261         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14262         number of charsets if utf-8 is available (XEmacs).
14264 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14266         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14267         taken from `gnus-button-mid-or-mail-regexp'.
14268         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14269         (gnus-button-alist): Improve regexp for domain part of the MIDs
14270         for news:localpart@domain buttons.
14271         (gnus-button-ctan-directory-regexp): Update.
14273 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14275         * sieve-manage.el (sieve-manage-interactive-login):
14276         Use make-local-variable rather than make-variable-buffer-local.
14277         (sieve-manage-open): Ditto.
14278         (sieve-manage-authenticate): Ditto.
14280         * mml.el (mml-generate-mime-1): Make the content type default to
14281         text/plain if the filename is not specified.
14283 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14285         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14286         instead of insert-buffer.
14288         * message.el (message-yank-original): Ditto; set the mark at the
14289         end of the yanked message.
14291 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14293         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14294         lines to scroll rather than to stop it.
14296         * mml.el (mml-generate-default-type): Add doc string.
14297         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14298         default to application/octet-stream when determining the content
14299         type if it is not specified for the part or the mml contents; add
14300         a comment about mml-generate-default-type.
14302 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14304         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14305         make it default to application/octet-stream when determining the
14306         content type if it is not specified for the external contents.
14308 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14310         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14311         segmented parameter but also other parameters might be there.
14313 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14315         * mm-decode.el (mm-display-external): Delete temp file, directory
14316         and buffer immediately if the external process is exited.
14318 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14320         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14321         fewer lines than that of scroll-margin.
14322         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14324 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14326         * gnus-art.el (gnus-article-next-page): Revert.
14327         (gnus-article-beginning-of-window): New macro.
14328         (gnus-article-next-page-1): Use it.
14329         (gnus-article-prev-page): Ditto.
14330         (gnus-article-edit-part): Use insert-buffer-substring instead of
14331         insert-buffer.
14332         (gnus-article-edit-exit): Ditto.
14334         * gnus-util.el (gnus-beginning-of-window): Remove.
14335         (gnus-end-of-window): Remove.
14337         * lpath.el: Don't bind header-line-format and scroll-margin.
14339 2005-07-25  Simon Josefsson  <jas@extundo.com>
14341         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14342         to have the url package without w3.  Reported by Daiki Ueno
14343         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14345 2005-07-20  Didier Verna  <didier@xemacs.org>
14347         * gnus-diary.el: Remove the description comment (nndiary is now
14348         properly documented in the Gnus manual).
14349         Fix the spelling of "Back End".
14350         * nndiary.el: Ditto.
14351         Fix the copyright notice.
14353 2005-07-18  Romain Francoise  <romain@orebokech.com>
14355         * gnus-sum.el (gnus-summary-to-prefix)
14356         (gnus-summary-newsgroup-prefix): New variables.
14357         (gnus-summary-from-or-to-or-newsgroups): Use them.
14359 2005-07-17  Romain Francoise  <romain@orebokech.com>
14361         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14362         space as it's generally not especially interesting to the user.
14364 2005-07-16  Romain Francoise  <romain@orebokech.com>
14366         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14367         nil to avoid prompting and file modification if one of the
14368         messages at the top of the nnfolder file contains a copyright
14369         notice.
14370         Update copyright notice.
14372         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14373         instead of `current-time-string' as the latter creates a time
14374         string that is not RFC 2822 compliant (it lacks the zone).
14375         Update copyright notice.
14377 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14379         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14380         for text/rtf.  Display default in prompt.  Pass default for M-n.
14382         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14384 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14386         * gnus-msg.el (gnus-button-mailto):
14387         Remove save-selected-window-window hackery because it relies on
14388         save-selected-window internals.
14390 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14392         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14393         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14394         (gnus-article-prev-page): Ditto.
14396         * gnus-util.el (gnus-beginning-of-window): New function.
14397         (gnus-end-of-window): New function.
14399         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14401 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14403         * gnus-score.el (gnus-score-edit-all-score):
14404         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14405         gnus-message.
14407 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14409         * gnus-msg.el (gnus-button-mailto):
14410         Remove save-selected-window-window hackery because it relies on
14411         save-selected-window internals.
14413 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14415         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14416         add-minor-mode.
14417         (gnus-binary-mode): Ditto.
14419         * gnus-topic.el (gnus-topic-mode): Ditto.
14421 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14423         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14424         (gnus-article-prev-page): Take scroll-margin into consideration.
14426 2005-07-04  Lute Kamstra  <lute@gnu.org>
14428         Update FSF's address in GPL notices.
14430 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14432         * gnus.el (gnus-exit):
14433         * gnus-group.el (gnus-group-icons):
14434         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14436         * gnus-nocem.el (gnus-nocem):
14437         * message.el (message-various, message-buffers, message-sending)
14438         (message-interface, message-forwarding, message-insertion)
14439         (message-headers, message-news, message-mail):
14440         * pgg-gpg.el (pgg-gpg):
14441         * pgg-parse.el (pgg-parse):
14442         * pgg-pgp.el (pgg-pgp):
14443         * pgg-pgp5.el (pgg-pgp5):
14444         * pop3.el (pop3): Finish `defgroup' description with period.
14446 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14448         * gnus-art.el (article-display-face): Improve the efficiency.
14449         (article-display-x-face): Ditto; remove grey x-face stuff.
14451 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14453         * gnus-art.el (article-display-face): Correct the position in
14454         which Faces are inserted.
14456 2005-06-29  Didier Verna  <didier@xemacs.org>
14458         * gnus-art.el (article-display-face): Display faces in correct
14459         order.
14461 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14463         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14464         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14465         (gnus-nocem-check-article): Fetch the Type header.
14466         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14467         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14468         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14469         make sure gnus-nocem-hashtb is initialized.
14470         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14471         (gnus-nocem-unwanted-article-p): Ditto.
14473         * pgg.el (pgg-verify): Return the verification result.
14475 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14477         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14478         is ascii.
14480 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14482         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14483         `show-nonbreak-escape'.
14485 2005-06-23  Lute Kamstra  <lute@gnu.org>
14487         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14489         * dig.el (dig-mode):
14490         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14492 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14494         * nnimap.el (nnimap-split-download-body): Fix spellings.
14496 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14498         * gnus-art.el (gnus-article-encrypt-body):
14499         * gnus-cus.el (gnus-score-customize):
14500         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14501         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14503 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14505         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14506         header by looking for magic "MII" at the beginnig.
14508 2005-06-16  Miles Bader  <miles@gnu.org>
14510         * gnus-xmas.el (gnus-xmas-group-startup-message):
14511         Use renamed gnus-splash face.
14513         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14514         (assistant-field-face): New backward-compatibility alias for renamed
14515         face.
14516         (assistant-render-text): Use renamed assistant-field face.
14518         * spam.el (spam): Remove "-face" suffix from face name.
14519         (spam-face): New backward-compatibility alias for renamed face.
14520         (spam-face, spam-initialize): Use renamed spam face.
14522         * message.el (message-header-to, message-header-cc)
14523         (message-header-subject, message-header-newsgroups)
14524         (message-header-other, message-header-name)
14525         (message-header-xheader, message-separator, message-cited-text)
14526         (message-mml): Remove "-face" suffix from face names.
14527         (message-header-to-face, message-header-cc-face)
14528         (message-header-subject-face, message-header-newsgroups-face)
14529         (message-header-other-face, message-header-name-face)
14530         (message-header-xheader-face, message-separator-face)
14531         (message-cited-text-face, message-mml-face):
14532         New backward-compatibility aliases for renamed faces.
14533         (message-font-lock-keywords): Use renamed message faces.
14535         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14536         (sieve-test-commands, sieve-tagged-arguments):
14537         Remove "-face" suffix from face names.
14538         (sieve-control-commands-face, sieve-action-commands-face)
14539         (sieve-test-commands-face, sieve-tagged-arguments-face):
14540         New backward-compatibility aliases for renamed faces.
14541         (sieve-control-commands-face, sieve-action-commands-face)
14542         (sieve-test-commands-face, sieve-tagged-arguments-face):
14543         Use renamed sieve faces.
14545         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14546         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14547         (gnus-group-news-3-empty, gnus-group-news-4)
14548         (gnus-group-news-4-empty, gnus-group-news-5)
14549         (gnus-group-news-5-empty, gnus-group-news-6)
14550         (gnus-group-news-6-empty, gnus-group-news-low)
14551         (gnus-group-news-low-empty, gnus-group-mail-1)
14552         (gnus-group-mail-1-empty, gnus-group-mail-2)
14553         (gnus-group-mail-2-empty, gnus-group-mail-3)
14554         (gnus-group-mail-3-empty, gnus-group-mail-low)
14555         (gnus-group-mail-low-empty, gnus-summary-selected)
14556         (gnus-summary-cancelled, gnus-summary-high-ticked)
14557         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14558         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14559         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14560         (gnus-summary-low-undownloaded)
14561         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14562         (gnus-summary-low-unread, gnus-summary-normal-unread)
14563         (gnus-summary-high-read, gnus-summary-low-read)
14564         (gnus-summary-normal-read, gnus-splash):
14565         Remove "-face" suffix from face names.
14566         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14567         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14568         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14569         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14570         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14571         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14572         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14573         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14574         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14575         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14576         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14577         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14578         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14579         (gnus-summary-normal-ticked-face)
14580         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14581         (gnus-summary-normal-ancient-face)
14582         (gnus-summary-high-undownloaded-face)
14583         (gnus-summary-low-undownloaded-face)
14584         (gnus-summary-normal-undownloaded-face)
14585         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14586         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14587         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14588         (gnus-splash-face):
14589         New backward-compatibility aliases for renamed faces.
14590         (gnus-group-startup-message): Use renamed gnus faces.
14592         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14593         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14594         (gnus-server-agent): Remove "-face" suffix from face names.
14595         (gnus-server-agent-face, gnus-server-opened-face)
14596         (gnus-server-closed-face, gnus-server-denied-face)
14597         (gnus-server-offline-face):
14598         New backward-compatibility aliases for renamed faces.
14599         (gnus-server-agent-face, gnus-server-opened-face)
14600         (gnus-server-closed-face, gnus-server-denied-face)
14601         (gnus-server-offline-face): Use renamed gnus faces.
14603         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14604         Remove "-face" suffix from face names.
14605         (gnus-picon-xbm-face, gnus-picon-face):
14606         New backward-compatibility aliases for renamed faces.
14608         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14609         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14610         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14611         (gnus-cite-11): Remove "-face" suffix from face names.
14612         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14613         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14614         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14615         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14616         New backward-compatibility aliases for renamed faces.
14617         (gnus-cite-attribution-face, gnus-cite-face-list)
14618         (gnus-article-boring-faces): Use renamed gnus faces.
14620         * gnus-art.el (gnus-signature, gnus-header-from)
14621         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14622         (gnus-header-content): Remove "-face" suffix from face names.
14623         (gnus-signature-face, gnus-header-from-face)
14624         (gnus-header-subject-face, gnus-header-newsgroups-face)
14625         (gnus-header-name-face, gnus-header-content-face):
14626         New backward-compatibility aliases for renamed faces.
14627         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14629         * gnus-sum.el (gnus-summary-selected-face)
14630         (gnus-summary-highlight): Use renamed gnus faces.
14631         * gnus-group.el (gnus-group-highlight): Likewise.
14633 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14635         * gnus-sieve.el (gnus-sieve-article-add-rule):
14636         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14637         * spam-stat.el (spam-stat-buffer-change-to-spam)
14638         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14640         * message.el (message-is-yours-p):
14641         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14643 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14645         * mm-view.el (mm-inline-text): Withdraw the last change.
14647 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14649         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14650         executing enriched-decode.
14652 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14654         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14655         charset of tar files.
14657 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14659         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14661 2005-06-04  Lute Kamstra  <lute@gnu.org>
14663         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14664         information is never recorded.
14666 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14668         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14670 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14672         * pop3.el (pop3-apop): Run md5 in the binary mode.
14674         * starttls.el (starttls-set-process-query-on-exit-flag):
14675         Use eval-and-compile.
14677 2005-05-31  Simon Josefsson  <jas@extundo.com>
14679         * smime.el (smime-replace-in-string): Define.
14680         (smime-cert-by-ldap-1): Use it.
14682 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14684         * gnus-art.el (article-display-x-face): Replace
14685         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14687         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14688         set-process-query-on-exit-flag or process-kill-without-query.
14690         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14691         loop instead of replace-regexp.
14693         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14694         instead of process-kill-without-query if it is available.
14696         * lpath.el: Fbind ldap-search-entries.
14698         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14699         instead of find-file-hooks if it is available.
14701         * mml1991.el: Bind pgg-default-user-id when compiling.
14703         * mml2015.el: Bind pgg-default-user-id when compiling.
14705         * nndraft.el (nndraft-request-associate-buffer):
14706         Use write-contents-functions instead of write-contents-hooks if it is
14707         available.
14709         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14710         instead of find-file-hooks if it is available.
14712         * nntp.el (nntp-open-connection): Replace
14713         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14714         (nntp-open-ssl-stream): Ditto.
14715         (nntp-open-tls-stream): Ditto.
14717         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14718         set-process-query-on-exit-flag or process-kill-without-query.
14719         (starttls-open-stream-gnutls): Use it instead of
14720         process-kill-without-query.
14721         (starttls-open-stream): Ditto.
14723 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14725         * smime.el (smime-cert-by-ldap-1): Don't use
14726         replace-regexp-in-string.
14728 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14730         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14732         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14733         in PEM format.  Adjust to the XEmacs compability.
14735 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14737         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14738         by `string-to-number'.
14739         * gnus-agent.el (gnus-agent-regenerate-group)
14740         (gnus-agent-fetch-articles): Ditto.
14741         * gnus-art.el (gnus-button-fetch-group): Ditto.
14742         * gnus-cache.el (gnus-cache-generate-active)
14743         (gnus-cache-articles-in-group): Ditto.
14744         * gnus-group.el (gnus-group-set-current-level)
14745         (gnus-group-insert-group-line): Ditto.
14746         * gnus-score.el (gnus-score-set-expunge-below)
14747         (gnus-score-set-mark-below, gnus-summary-score-effect)
14748         (gnus-summary-score-entry): Ditto.
14749         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14750         (gnus-soup-pack): Ditto.
14751         * gnus-spec.el (gnus-xmas-format): Ditto.
14752         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14753         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14754         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14755         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14756         * nndb.el (nndb-get-remote-expire-response): Ditto.
14757         * nndiary.el (nndiary-parse-schedule-value)
14758         (nndiary-string-to-number, nndiary-request-replace-article)
14759         (nndiary-request-article): Ditto.
14760         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14761         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14762         * nneething.el (nneething-make-head): Ditto.
14763         * nnfolder.el (nnfolder-request-article)
14764         (nnfolder-retrieve-headers): Ditto.
14765         * nnheader.el (nnheader-file-to-number): Ditto.
14766         * nnkiboze.el (nnkiboze-request-article): Ditto.
14767         * nnmail.el (nnmail-process-unix-mail-format)
14768         (nnmail-process-babyl-mail-format): Ditto.
14769         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14770         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14771         (nnmh-request-create-group, nnmh-request-list-1)
14772         (nnmh-request-group, nnmh-request-article): Ditto.
14773         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14774         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14775         * nnsoup.el (nnsoup-make-active): Ditto.
14776         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14777         * nntp.el (nntp-find-group-and-number)
14778         (nntp-retrieve-headers-with-xover): Ditto.
14779         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14780         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14781         (pgg-format-key-identifier): Ditto.
14782         * pop3.el (pop3-last, pop3-stat): Ditto.
14783         * qp.el (quoted-printable-decode-region): Ditto.
14785         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14786         of concat.
14788 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14790         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14792         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14794         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14796         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14798         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14800         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14802         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14803         (gnus-carpal-mode): Ditto.
14805         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14806         (gnus-browse-mode): Ditto.
14808         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14810         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14812 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14814         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14816 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14818         * gnus-util.el (gnus-run-mode-hooks): New function.
14820         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14822         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14823         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14825 2005-05-27  Lute Kamstra  <lute@gnu.org>
14827         * dns-mode.el (dns-mode): Specify customization group.
14829 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14831         * gnus-agent.el (gnus-agent-make-mode-line-string):
14832         Use mode-line-highlight as mouse-face.
14834 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14836         * canlock.el (canlock): Change the parent group to news.
14838         * deuglify.el (gnus-outlook-deuglify): Add :group.
14840         * dig.el (dig): Add :group.
14842         * dns-mode.el (dns-mode): Add :group.
14844         * encrypt.el (encrypt): Add :group.
14846         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14847         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14848         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14849         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14850         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14852         * gnus-diary.el (gnus-diary): Add :group.
14854         * gnus.el (gnus-group-news-1-face): Add :group.
14855         (gnus-group-news-1-empty-face): Ditto.
14856         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14857         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14858         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14859         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14860         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14861         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14862         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14863         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14864         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14865         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14866         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14867         (gnus-summary-high-ticked-face): Ditto.
14868         (gnus-summary-low-ticked-face): Ditto.
14869         (gnus-summary-normal-ticked-face): Ditto.
14870         (gnus-summary-high-ancient-face): Ditto.
14871         (gnus-summary-low-ancient-face): Ditto.
14872         (gnus-summary-normal-ancient-face): Ditto.
14873         (gnus-summary-high-undownloaded-face): Ditto.
14874         (gnus-summary-low-undownloaded-face): Ditto.
14875         (gnus-summary-normal-undownloaded-face): Ditto.
14876         (gnus-summary-high-unread-face): Ditto.
14877         (gnus-summary-low-unread-face): Ditto.
14878         (gnus-summary-normal-unread-face): Ditto.
14879         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14880         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14882         * hashcash.el (hashcash): New custom group.
14883         (hashcash-default-payment): Add :group.
14884         (hashcash-payment-alist): Ditto.
14885         (hashcash-default-accept-payment): Ditto.
14886         (hashcash-accept-resources): Ditto.
14887         (hashcash-path): Ditto.
14888         (hashcash-extra-generate-parameters): Ditto.
14889         (hashcash-double-spend-database): Ditto.
14890         (hashcash-in-news): Ditto.
14892         * message.el (message-minibuffer-local-map): Add :group.
14894         * netrc.el (netrc): Add :group.
14896         * sieve-manage.el (sieve-manage-log): Add :group.
14897         (sieve-manage-default-user): Diito.
14898         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14899         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14900         (sieve-manage-authenticators): Ditto.
14901         (sieve-manage-authenticator-alist): Ditto.
14902         (sieve-manage-default-port): Ditto.
14904         * sieve-mode.el (sieve-control-commands-face): Add :group.
14905         (sieve-action-commands-face): Ditto.
14906         (sieve-test-commands-face): Ditto.
14907         (sieve-tagged-arguments-face): Ditto.
14909         * smime.el (smime): Add :group.
14911         * spam-report.el (spam-report): Add :group.
14913         * spam.el (spam, spam-face): Add :group.
14915 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14917         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14918         return \n.\n.\n at the end of articles.  Protect against that.
14919         (nntp-with-open-group): Allow debugging.
14921         * nnheader.el (mail-header-set-extra): Make into a function
14922         because I just could't understand how to quote the list properly.
14924         * dns.el (query-dns-cached): New function.
14926 2005-05-26  Lute Kamstra  <lute@gnu.org>
14928         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14930 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14932         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14934         * gnus-art.el: Don't autoload mail-extract-address-components.
14936         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14937         eval-and-compile to evaluate it.
14939         * hashcash.el: Don't autoload executable-find.
14941         * nndb.el: Don't declare the nndb back end two or more times; don't
14942         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14944         * nntp.el: Autoload format-spec instead of format; use
14945         eval-and-compile to evaluate autoload forms.
14947 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14949         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14951 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14953         * gnus.el (gnus-version-number): Bump version.
14955 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14957         * gnus.el: No Gnus v0.3 is released.
14959 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14961         * lpath.el (featurep): Bind show-nonbreak-escape.
14963 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14965         * gnus-art.el (gnus-article-edit-part): Disable undo.
14967 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14969         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14970         gnus-article-date-lapsed-new-header is t if date timer is active;
14971         skip headers in which the original date value is empty.
14972         (gnus-article-save-original-date): Redefine it as a macro.
14973         (gnus-display-mime): Use it.
14975 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14977         * gnus-art.el (article-date-ut): Support converting date in
14978         forwarded parts as well.
14979         (gnus-article-save-original-date): New function.
14980         (gnus-display-mime): Use it.
14982 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14984         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14985         enclosure element of <item>.
14987 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14989         * message.el (message-kill-buffer-query): Rename from
14990         `message-kill-buffer-query-if-modified'.  Add :version.
14992 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14994         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14995         window layout.
14997 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14999         * mml.el: Autoload dnd when compiling.
15001 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15003         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15004         x-dnd-*.
15006 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15008         * qp.el (quoted-printable-encode-region): Save excursion.
15010 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15012         * message.el (message-kill-buffer-query-if-modified): Add new variable
15013         so the user can kill a modified message buffer quickly.
15014         (message-kill-buffer): Use it.
15016 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15018         * lpath.el: Fbind display-time-event-handler; don't fbind
15019         string-to-multibyte.
15021         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15023 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15025         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15026         contained in text because xml.el decodes entities) with LFs.
15028 2005-04-11  Lute Kamstra  <lute@gnu.org>
15030         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15031         differently.
15033 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15035         * mm-util.el (mm-detect-coding-region): Typo.
15037 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15039         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15041 2005-04-06  Deepak Goel  <deego@gnufans.org>
15043         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15044         user-function allow user modifications of the scores.
15045         (spam-stat-score-buffer-user): New function, to allow
15046         user-computed modifications to the score.
15047         (spam-stat-score-buffer-user-functions): List of additional
15048         scoring functions.
15049         (spam-stat-error-holder): Global temporary error holder.
15050         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15051         variable.
15053 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15055         * gnus-registry.el (gnus-registry-clean-empty-function)
15056         (gnus-registry-trim, gnus-registry-fetch-groups)
15057         (gnus-registry-delete-group): Groups that match
15058         `gnus-registry-ignored-groups' are removed from the registry
15059         entries, not just ignored for splitting.  This helps clean up the
15060         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15061         to get all the groups a message ID is in.
15063         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15064         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15065         (spam-stat-score-buffer-user-functions): Add :number custom type.
15067 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15069         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15070         argument in XEmacs.
15072         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15073         (nnrss-request-group): Decode group name first.
15074         (nnrss-request-article): Make a text/plain article if mml-to-mime
15075         failed.
15076         (nnrss-get-encoding): Return a compatible encoding according to
15077         nnrss-compatible-encoding-alist.
15078         (nnrss-find-el): Use consp instead of listp.
15079         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15081 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15083         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15084         which Emacs 20 doesn't support.
15085         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15087 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15089         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15090         silence the byte compiler inside the defun.
15092         * gnus-demon.el (parse-time-string): Add autoload.
15094         * gnus-delay.el (parse-time-string): Add autoload.
15096         * gnus-art.el (parse-time-string): Add autoload.
15098         * nnultimate.el (parse-time): Require for `parse-time-string'.
15100 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15102         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15104         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15106         * smime.el (smime-ldap-host-list): Add :version.
15108 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15110         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15111         pass it to `gnus-browse-read-group'.
15112         (gnus-browse-read-group): Add NUMBER argument and pass it to
15113         `gnus-group-read-ephemeral-group'.
15115         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15116         argument and pass it to `gnus-group-read-group'.
15118 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15120         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15121         mm-xemacs-find-mime-charset-1 if we have the mule feature
15122         available at runtime.
15124 2005-03-25  Werner Lemberg  <wl@gnu.org>
15126         * nnmaildir.el: Replace `illegal' with `invalid'.
15128 2005-03-23  Lute Kamstra  <lute@gnu.org>
15130         * time-date.el: Add comment on time value formats.
15131         Don't require parse-time.
15132         (with-decoded-time-value): New macro.
15133         (encode-time-value): New function.
15134         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15135         (days-to-time): Return a valid time value when arg is huge.
15136         (time-since): Use time-subtract.
15137         (time-to-number-of-days): Use time-to-seconds.
15139 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15141         * gnus-start.el (gnus-display-time-event-handler):
15142         Check display-time-timer at runtime rather than only at load time
15143         in case display-time-mode is turned off in the mean time.
15145 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15147         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15148         used.
15150         * nneething.el (nneething-map-file-directory): Derive from
15151         `gnus-directory'.
15153         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15154         the To/Cc button.
15156 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15158         * nnmaildir.el (nnmaildir-request-accept-article):
15159         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15161 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15163         * gnus-async.el: Require timer-funcs at compile time when in
15164         XEmacs for `run-with-idle-timer'.
15166 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15168         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15169         autoloaded function.
15171 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15173         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15175 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15177         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15179 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15181         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15182         Add gnus-expert-user to default.
15184 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15186         * nnimap.el (nnimap-open-server): Ditto.
15188         * imap.el (imap-authenticate): Fix typo.
15190 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15192         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15193         buffer (since IMAP server might return FETCH response out of
15194         order, and the nntp buffer must be sorted).
15196 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15198         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15199         comparison on string.
15201         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15202         (gnus-agent-score): Rename category keywords to match gnus-cus.
15203         (gnus-agent-summary-fetch-series): Modify to protect against
15204         gnus-agent-summary-fetch-group clearing processable flags.
15205         (gnus-agent-synchronize-group-flags): Update live group buffer as
15206         synchronization may occur due to the user toggle the plugged
15207         status.
15208         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15209         successfully downloaded.
15210         (gnus-agent-expire-group-1): Avoid using markers when the overview
15211         is in ascending order; greatly improves performance.
15212         (gnus-agent-regenerate-group):
15213         Use gnus-agent-synchronize-group-flags to reset read status in both
15214         gnus and server.
15215         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15217 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15219         * message.el: Don't autoload former message-utils variables.
15220         (message-strip-subject-trailing-was): Change doc string.
15222         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15223         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15224         (nnweb-google-search): Add "hl=en" here.
15225         (nnweb-google-parse-1, nnweb-google-create-mapping):
15226         Don't hardcode URL.
15228 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15230         * message.el (message-get-reply-headers, message-followup):
15231         Mention related variables `message-use-followup-to' and
15232         `message-use-mail-followup-to', in the information buffer.
15234         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15235         of broken groups(-beta).google.com.
15237 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15239         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15240         parameter to invoked gnus-request-move-article; remove the
15241         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15242         all at once instead of once per article.
15243         (gnus-summary-remove-process-mark): Accept a list of articles as
15244         well as a single article for processing.
15246         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15247         parameter.
15249         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15251         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15253         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15254         parameter.
15256         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15257         parameter.
15259         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15260         parameter and remove the gnus-sum-hint-move-is-internal variable.
15262         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15263         parameter.
15265         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15266         parameter.
15268         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15269         parameter.
15271         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15273         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15274         parameter.
15276         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15277         parameter.
15279 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15281         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15282         a more conservative way.
15284 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15286         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15287         buffer, so it moves the window's cursor.
15289 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15291         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15292         `mm-dissect-multipart' and receive the from field as an (optional)
15293         argument from `mm-dissect-multipart'.
15294         (mm-dissect-multipart): Receive the from field as an argument and
15295         pass it on when we call `mm-dissect-buffer' on MIME parts.
15296         Fixes verification/decryption of signed/encrypted MIME parts.
15298 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15300         * gnus-sum.el (gnus-summary-move-article):
15301         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15302         whatever it calls (right now, only nnimap-request-move article
15303         respects it).
15305         * nnimap.el (nnimap-request-move-article):
15306         When gnus-sum-hint-move-is-internal is set, don't do the extra
15307         nnimap-request-article.
15309 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15311         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15313         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15314         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15316         * gnus-sum.el (gnus-summary-caesar-message):
15317         Apply `gnus-treat-article' after rotation.
15319         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15320         doc string.
15322 2005-02-22  Simon Josefsson  <jas@extundo.com>
15324         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15325         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15326         <arne@arnested.dk>.
15327         (encrypt): Add password-cache and password-cache-expiry as group
15328         members.
15330 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15332         * smime.el (smime-ldap-host-list): Doc fix.
15333         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15334         cache) password.
15335         (smime-sign-region): Use it.
15336         (smime-decrypt-region): Use it.
15337         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15338         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15339         fails.
15340         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15341         certificate from DER to PEM format rather than calling openssl.
15343         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15345         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15346         for signing/encryption.
15348         * mml.el (mml-parse-1): Use them.
15350 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15352         * nnrss.el (nnrss-verbose): Remove.
15353         (nnrss-request-group): Use `nnheader-message' instead.
15355 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15357         * nnrss.el (nnrss-verbose): New variable.
15358         (nnrss-request-group): Make it say nnrss is requesting a group.
15360 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15362         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15363         Handle news URL with given port correctly.
15365 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15367         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15368         containing special characters.
15370         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15372         * mml.el (mime-to-mml): Ditto.
15374         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15375         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15376         (rfc2047-decode-region): Quote decoded words containing special
15377         characters when rfc2047-quote-decoded-words-containing-tspecials
15378         is non-nil.
15380 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15382         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15384         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15386 2005-02-15  Simon Josefsson  <jas@extundo.com>
15388         * nnimap.el (nnimap-debug): Doc fix.
15390         * imap.el (imap-debug): Doc fix.
15392 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15394         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15396 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15398         * gnus.el (spam-contents): Improve docs for spam-contents
15399         parameter in its variable incarnation.
15401 2005-02-14  Simon Josefsson  <jas@extundo.com>
15403         * smime-ldap.el: Use require instead of load-library for ldap.
15404         (smime-ldap-search): Indent.
15405         (smime-ldap-search-internal): Shorten line.
15407         * smime.el (smime-cert-by-dns): Add doc-string.
15408         (smime-cert-by-ldap-1): Indent.
15410         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15411         mml-smime-get-dns-ldap.
15412         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15414 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15416         * smime.el: Require smime-ldap.
15417         (smime-ldap-host-list): New variable.
15418         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15420         * mml-smime.el (mml-smime-encrypt-query): New function.
15421         (mml-smime-encrypt-query): Use it.
15423         * smime-ldap.el: New file.
15425 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15427         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15429 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15431         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15432         argument in doc string.  Make query for type more clear.
15434 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15436         * gnus.el (gnus-group-startup-message): Search for gnus images in
15437         etc/images/gnus.
15438         * mm-util.el (mm-image-load-path): Likewise.
15439         * smiley.el (smiley-data-directory): Search for smilies in
15440         etc/images/smilies.
15442 2005-02-09  Kim F. Storm  <storm@cua.dk>
15444         Change Emacs release version from 21.4 to 22.1 throughout.
15445         Change Emacs development version from 21.3.50 to 22.0.50.
15447 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15449         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15451         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15452         non-Mule XEmacs as well.
15453         (mm-decompress-buffer): Signal an error intentionally if it does
15454         not decompress compressed data because auto-compression-mode is
15455         disabled.
15457 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15459         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15460         an ID in the registry even if it has no groups.
15462 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15464         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15465         merge it into mm-decompress-buffer.
15466         (gnus-mime-copy-part): Use the MIME part charset, the value which
15467         a user specified or gnus-newsgroup-charset for decoding, like
15468         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15469         save-buffer what was used.  Suggested by Kevin Ryde
15470         <user42@zip.com.au>.
15471         (gnus-mime-inline-part): Allow the name parameter as well as the
15472         filename parameter; force decompressing of compressed data; always
15473         display contents being not decoded as unibyte.
15475         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15476         as well as the filename parameter.
15478         * mm-util.el (mm-decompress-buffer):
15479         Merge gnus-mime-jka-compr-maybe-uncompress.
15480         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15481         of compressed data.
15483 2005-02-08  Simon Josefsson  <jas@extundo.com>
15485         * imap.el (imap-log): Doc fix.
15487 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15489         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15490         the coding cookies; decompress compressed parts.
15492         * mml.el (mml-generate-mime-1): Add the charset parameter according
15493         to the value which a user specified manually or the coding cookie.
15495         * mm-util.el (mm-string-to-multibyte): New function.
15496         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15497         (mm-coding-system-to-mime-charset): New function.
15498         (mm-decompress-buffer): New function.
15499         (mm-find-buffer-file-coding-system): New function.
15501         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15502         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15503         parts.
15505 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15507         * mm-view.el (mm-display-inline-fontify): Decode a part according
15508         to the charset parameter.
15510 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15512         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15513         prefix arg is neither nil nor a number, as info specifies.
15515 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15517         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15518         timestamps.
15520 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15522         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15523         groups error checking and notify user.
15525 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15527         * message.el (message-send-mail-function): Check existence of
15528         sendmail-program first before using default value
15529         `message-send-mail-with-sendmail'.  Otherwise use more generic
15530         `smtpmail-send-it'.
15532 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15534         * nntp.el (nntp-request-update-info): Always return nil.
15536 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15538         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15540 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15542         * message.el (message-beginning-of-line): Change the behavior when
15543         invoked between BOL and : so that it first moves backward.
15545 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15547         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15548         article buffer when editing of the article is discarded.
15549         (gnus-article-prepare): Revert.
15551 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15553         * gnus-art.el (gnus-article-prepare):
15554         Remove message-strip-forbidden-properties from the local hook.
15556 2005-01-27  Simon Josefsson  <jas@extundo.com>
15558         * password.el (password-cache-add): Only start one timer per key.
15559         Reported by Derek Atkins <warlord@MIT.EDU>.
15561 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15563         * run-at-time.el: Remove.  It is no longer needed as
15564         timer-funcs.el in the xemacs-base package has a working version of
15565         `run-at-time'.
15567         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15569         * password.el: Require timer-funcs instead of run-at-time in
15570         XEmacs.
15571         Remove `password-run-at-time' macro.
15572         (password-cache-add): Use `run-at-time' instead of
15573         `password-run-at-time'.
15575         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15576         Remove `nnheader-cancel-function-timers' alias,
15577         `cancel-function-timers' exists in XEmacs in timer-funcs.
15579         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15580         for `run-with-idle-timer'.
15582         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15583         for `run-at-time'.
15585         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15586         for `with-timeout'.
15588         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15589         the same as for XEmacs 21.4.
15590         No need to ignore `run-with-idle-timer', this function exists in
15591         XEmacs now in timer-funcs.el in the xemacs-base package.
15592         (dgnushack-compile): No need to delete
15593         run-at-time.el from the list of files to compile because it
15594         doesn't exist anymore.
15596 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15598         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15599         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15601 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15603         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15604         sensitively.
15606 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15608         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15610 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15612         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15613         which will be inserted according to the multibyteness of a buffer
15614         rather than the type of contents.  Suggested by ARISAWA Akihiro
15615         <ari@mbf.ocn.ne.jp>.
15617         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15618         of string which old xml.el may return rather than a string.
15620 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15622         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15624 2005-01-16  Simon Josefsson  <jas@extundo.com>
15626         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15627         idn/idna.el isn't available.
15628         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15629         <michael@waxrat.com>.
15631         * hashcash.el: Remove non-FSF copyright header.
15633         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15634         (hashcash-generate-payment): Use it.
15635         (hashcash-generate-payment-async): Use it.
15637 2005-01-15  Simon Josefsson  <jas@extundo.com>
15639         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15640         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15642         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15643         gnus-summary-idna-message.
15644         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15645         (gnus-summary-idna-message): New function.
15647 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15649         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15650         gnus-novice-user.
15652 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15654         * nnrss.el (nnrss-request-delete-group): Delete entries in
15655         nnrss-group-alist as well.
15656         (nnrss-save-server-data): Insert newline.
15658 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15660         * gnus.el (gnus-user-agent): Use list of symbols instead of
15661         symbols.  Display full version number for (S)XEmacs.
15662         Optionally display (S)XEmacs codename.
15664         * gnus-util.el (gnus-emacs-version): Update for new
15665         `gnus-user-agent'.
15667         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15668         Gnus version.
15670 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15672         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15673         which is unreadable in some setups.
15675 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15677         * gnus-spec.el (gnus-update-format-specifications): Flush the
15678         group format spec cache if it doesn't support decoded group names.
15680 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15682         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15683         Allow to apply decay on score files matching a regexp.
15685 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15687         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15688         compatibility in %g and %c.
15690 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15692         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15693         name for only %g and %c.
15694         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15695         of gnus-tmp-group to decoded group name.
15696         (gnus-group-make-rss-group): Exclude `/'s from group names.
15698 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15700         * nnrss.el (nnrss-get-encoding): Fix regexp.
15702 2004-12-27  Simon Josefsson  <jas@extundo.com>
15704         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15705         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15706         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15708 2004-12-17  Kim F. Storm  <storm@cua.dk>
15710         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15712         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15714 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15716         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15718 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15720         * nnrss.el: Require rfc2047 and mml.
15721         (nnrss-file-coding-system): New variable.
15722         (nnrss-format-string): Redefine it as an inline function.
15723         (nnrss-decode-group-name): New function.
15724         (nnrss-string-as-multibyte): Remove.
15725         (nnrss-retrieve-headers): Decode group name; don't use
15726         nnrss-format-string.
15727         (nnrss-request-group): Decode group name.
15728         (nnrss-request-article): Decode group name; allow a Message-ID as
15729         well as an article number; don't use nnrss-format-string; encode a
15730         Message-ID string which may contain non-ASCII characters; use
15731         mml-to-mime to compose a MIME article.
15732         (nnrss-request-expire-articles): Decode group name.
15733         (nnrss-request-delete-group): Decode group name.
15734         (nnrss-fetch): Clarify error message.
15735         (nnrss-read-server-data): Use insert-file-contents instead of load;
15736         bind file-name-coding-system; use multibyte buffer.
15737         (nnrss-save-server-data): Bind coding-system-for-write to the
15738         value of nnrss-file-coding-system; bind file-name-coding-system;
15739         add coding cookie.
15740         (nnrss-read-group-data): Use insert-file-contents instead of load;
15741         bind file-name-coding-system; use multibyte buffer.
15742         (nnrss-save-group-data): Bind coding-system-for-write to the
15743         value of nnrss-file-coding-system; bind file-name-coding-system.
15744         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15745         make it work with non-ASCII text.
15746         (nnrss-find-el): Make it work with old xml.el as well.
15748 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15750         * nnrss.el (nnrss-get-encoding): New function.
15751         (nnrss-fetch): Use unibyte buffer initially; bind
15752         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15753         decode contents according to the encoding attribute.
15754         (nnrss-save-group-data): Add coding cookie.
15755         (nnrss-mime-encode-string): New function.
15756         (nnrss-check-group): Use it to encode subject and author.
15758 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15760         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15761         imaginary variable.
15763 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15765         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15766         correctly even if there are wide characters.
15768 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15770         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15771         downcased symbol names; make a new cache instead of reusing
15772         bbdb-hashtable.
15774 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15776         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15777         concatenating segments rather than before concatenating them.
15778         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15780         * message.el (message-get-reply-headers): Bind `extra'.
15782 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15784         * message.el (message-extra-wide-headers): New variable.
15785         (message-get-reply-headers): Use it.
15787 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15789         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15790         (gnus-agent-group-pathname): Ditto.
15792         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15794         * gnus-group.el (gnus-group-make-group): Decode group name.
15795         (gnus-group-make-rss-group): Register the group data after opening
15796         the nnrss group.
15798 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15800         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15801         by expiry now get marked as read.
15803 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15805         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15807 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15809         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15810         unify Latin characters in XEmacs.
15811         (mm-find-mime-charset-region): Use it.
15813 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15815         * gnus-util.el (gnus-delete-directory): New function.
15817         * gnus-agent.el (gnus-agent-delete-group): Use it.
15819         * gnus-cache.el (gnus-cache-delete-group): Use it.
15821 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15823         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15824         names.
15826 2004-12-16  Simon Josefsson  <jas@extundo.com>
15828         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15830 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15832         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15834         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15835         (gnus-group-set-current-level): Decode group name.
15837 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15839         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15840         failed.
15842 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15844         * gnus-group.el (gnus-group-delete-group): Decode group name.
15845         (gnus-group-make-rss-group): Encode group name.
15846         (gnus-group-catchup-current): Decode group name.
15847         (gnus-group-kill-group): Decode group name.
15849 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15851         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15853 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15855         * gnus-group.el (gnus-group-make-rss-group):
15856         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15858         * gnus-start.el (gnus-setup-news): Honor user's setting to
15859         gnus-message-archive-method.  Suggested by Lute Kamstra
15860         <lute@gnu.org>.
15862 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15864         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15865         global counterparts of the buffer-local variables.
15867 2004-11-16  Romain Francoise  <romain@orebokech.com>
15869         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15870         counterparts of the buffer-local variables.
15872 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15874         * message.el (message-forbidden-properties): Fix typo in doc
15875         string.
15877 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15879         * gnus-util.el (gnus-replace-in-string): Add doc string.
15881         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15882         to avoid problems when splitting mails with many recipients.
15884 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15886         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15887         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15889 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15891         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15892         if there is no hashtable in memory or file modification time is
15893         newer than cached timestamp.
15895 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15897         * gnus-sum.el (gnus-summary-limit-to-recipient):
15898         Implement not-matching option.
15900 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15902         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15903         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15904         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15905         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15906         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15907         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15909 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15911         * message.el (message-forward-make-body-mml): Remove headers
15912         according to message-forward-ignored-headers if a message is decoded.
15914 2004-12-02  Romain Francoise  <romain@orebokech.com>
15916         * message.el (message-forward-make-body-plain): Always remove
15917         headers according to message-forward-ignored-headers.
15919 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15921         * spam.el (spam-summary-prepare-exit): Remove the
15922         gnus-summary-limit pop for now, it has problems with ham marks for
15923         me.
15925 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15927         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15928         correctly.
15930 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15932         * format-spec.el (format-spec): Message the char.
15934 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15936         * gnus-art.el (gnus-split-methods): Reformat comments.
15938         * spam.el (spam-summary-prepare-exit): Remove article limits
15939         before exiting the summary buffer.
15941 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15943         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15944         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15946         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15947         order to silence the byte compiler.
15949         * spam.el: Fix the way to silence the byte compiler, which
15950         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15951         bbdb-search-simple, spam-BBDB-register-routine,
15952         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15953         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15954         spam-stat-buffer-is-spam, spam-stat-load,
15955         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15956         spam-stat-save and spam-stat-split-fancy.
15958 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15960         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15961         which may confuse users.
15962         (canlock-password-for-verify): Ditto.
15964         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15966         * gnus-art.el (gnus-emphasis-alist): Ditto.
15968         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15970         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15972         * gnus-start.el (gnus-save-killed-list): Ditto.
15974         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15975         (gnus-sum-thread-tree-root): Ditto.
15976         (gnus-sum-thread-tree-false-root): Ditto.
15977         (gnus-sum-thread-tree-single-indent): Ditto.
15979         * message.el (message-courtesy-message): Ditto.
15980         (message-archive-note): Ditto.
15981         (message-subscribed-address-file): Ditto.
15982         (message-user-fqdn): Ditto.
15984         * spam-report.el (spam-report-gmane-regex): Ditto.
15986         * spam.el (spam-blackhole-good-server-regex): Ditto.
15988 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15990         * mml.el (mml-preview): Widen the message buffer before copying
15991         the contents to the preview buffer; sort headers before previewing.
15993         * message.el (message-hidden-headers): Fix the way to avoid a bug
15994         in the `repeat' widget in Emacs 21.3 or earlier.
15996 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15998         * message.el (message-hidden-headers): Default to "^References:".
15999         Improve customization type.  Suggested by Reiner Steib
16000         <Reiner.Steib@gmx.de>.
16002 2004-11-25  Romain Francoise  <romain@orebokech.com>
16004         * message.el (message-strip-forbidden-properties): Remove check for
16005         obsolete `message-hidden' text property, hidden headers are not
16006         accessible in the buffer anymore.
16008 2004-11-22  Romain Francoise  <romain@orebokech.com>
16010         * message.el (message-header-format-alist): Add `From' in list
16011         so that it can be sorted.
16012         (message-fix-before-sending): Widen and sort headers before
16013         sending.
16014         (message-hide-headers): Use narrowing to hide headers by moving
16015         them to the top of the buffer and narrowing to the region
16016         underneath.
16018 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16020         * message.el (message-strip-forbidden-properties):
16021         Bind buffer-read-only (etc) to nil.
16023 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16025         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16026         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16028 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16030         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16032 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16034         * dns.el (query-dns): Use sit-for to time instead of
16035         accept-process-output, since that doesn't seem to work on udp
16036         sockets.
16038 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16040         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16042 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16044         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16045         doc string.  Improve doc string.
16047 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16049         * nntp.el (nntp-request-update-info): Return nil if
16050         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16051         may not call gnus-activate-group which uselessly issues the GROUP
16052         commands for all nntp groups and wastes time.  Reported by Romain
16053         Francoise <romain@orebokech.com>.
16055         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16057 2004-11-15  Simon Josefsson  <jas@extundo.com>
16059         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16060         headers separately.
16061         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16062         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16064 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16066         * gnus-start.el (gnus-convert-old-newsrc):
16067         Assign legacy-gnus-agent to 5.10.7.
16069 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16071         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16072         start of the lines.
16074 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16076         * hashcash.el (hashcash-default-payment): Change default to 20.
16077         (hashcash-default-accept-payment): Change default to 20.
16078         (hashcash-process-alist): New variable.
16079         (hashcash-generate-payment-async): Add.
16080         (hashcash-already-paid-p): Add.
16081         (hashcash-insert-payment): Don't generate payments twice.
16082         (hashcash-insert-payment-async): Add.
16083         (hashcash-insert-payment-async-2): Add.
16084         (hashcash-cancel-async): Add.
16085         (hashcash-wait-async): Add.
16086         (hashcash-processes-running-p): Add.
16087         (hashcash-wait-or-cancel): Add.
16088         (mail-add-payment): New optional argument.  Conditionally start
16089         asynchronous calculation.
16090         (mail-add-payment-async): Add.
16092         * message.el (message-send-mail): Wait for asynchronous hashcash
16093         results.  Don't clobber existing X-Hashcash headers.
16094         (message-setup-1): Call mail-add-payment-async when
16095         message-generate-hashcash is non-nil.
16097 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16099         * message.el (message-use-alternative-email-as-from): Examine the
16100         From header as well; use message-make-from in order to include a
16101         user's full name.
16103 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16105         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16106         default; improve customization type.
16107         (gnus-emphasis-custom-with-format): New macro.
16108         (gnus-emphasis-custom-value-to-external): New function.
16109         (gnus-emphasis-custom-value-to-internal): New function.
16111 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16113         * dns.el (query-dns): Resolve reverse addresses.
16115 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16117         * gnus-group.el (gnus-group-get-new-news): Use it.
16119         * gnus-start.el (gnus-check-reasonable-setup): New function.
16121 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16123         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16124         "Args out of range" error.  Reported by Arnaud Giersch
16125         <arnaud.giersch@free.fr>.
16127 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16129         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16131 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16133         * spam.el (spam group): Add :version.
16135         * pgg-def.el (pgg group): Add :version.
16137 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16139         * gnus-art.el (gnus-article-edit-article): Don't associate the
16140         article buffer with a draft file.  This is a temporary measure
16141         against the 2004-08-22 change to gnus-article-edit-mode.
16143 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16145         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16146         (html2text-format-tags): Remove unused variable `attr'.
16148 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16150         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16152         * tls.el (tls-process-connection-type, tls-success)
16153         (tls-certtool-program): Add :version.
16155         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16156         (starttls-extra-arguments, starttls-process-connection-type)
16157         (starttls-connect, starttls-failure, starttls-success): Add :version.
16159         * spam-stat.el (spam-stat): Add :version.
16161         * sieve.el (sieve): Add :version.
16163         * sha1.el (sha1): Add :version.
16164         (sha1-use-external): Remove redundant version.
16166         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16167         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16168         (nnmail-split-fancy-match-partial-words)
16169         (nnmail-split-lowercase-expanded): Add :version.
16171         * nndiary.el (nndiary): Add :version.
16173         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16175         * mml-sec.el (mml-default-sign-method)
16176         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16177         Add :version.
16179         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16181         * mm-url.el (mm-url-use-external, mm-url-program)
16182         (mm-url-arguments): Add :version.
16184         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16185         (mm-attachment-file-modes, mm-decrypt-option)
16186         (mm-w3m-safe-url-regexp): Add :version.
16188         * message.el (message-cite-prefix-regexp)
16189         (message-sendmail-envelope-from, message-minibuffer-local-map)
16190         (message-user-fqdn, message-completion-alist): Add :version.
16192         * gnus-win.el (gnus-configure-windows-hook)
16193         (gnus-use-frames-on-any-display): Add :version.
16195         * gnus-art.el (gnus-article-address-banner-alist)
16196         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16197         (gnus-treat-from-picon, gnus-treat-mail-picon)
16198         (gnus-treat-x-pgp-sig): Add :version.
16200         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16201         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16202         (gnus-summary-article-delete-hook)
16203         (gnus-summary-display-while-building): Add :version.
16205         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16206         (gnus-get-top-new-news-hook): Add :version.
16208         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16209         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16211         * gnus-registry.el (gnus-registry): Add :version.
16213         * gnus-spec.el (gnus-use-correct-string-widths)
16214         (gnus-make-format-preserve-properties): Add :version.
16216         * gnus.el (gnus-group-charter-alist)
16217         (gnus-group-fetch-control-use-browse-url)
16218         (gnus-install-group-spam-parameters): Add :version.
16220         * gnus-diary.el (gnus-diary): Add :version.
16222         * gnus-delay.el (gnus-delay): Add :version.
16224         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16225         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16226         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16227         Add :version.
16229         * gnus-agent.el (gnus-agent-max-fetch-size)
16230         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16231         (gnus-agent-prompt-send-queue): Add :version.
16233         * deuglify.el (gnus-outlook-deuglify): Add :version.
16235         * html2text.el: Beautify code.  Improve doc strings.
16236         Some checkdoc cleanup.
16237         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16239 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16241         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16243 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16245         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16246         when package is loaded.
16248         * spam.el (spam-summary-score-preferred-header): Add global preference
16249         for people who want to override the default SpamAssassin over
16250         Bogofilter preference (when both are set).
16251         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16252         (spam-user-format-function-S):
16253         Check spam-summary-score-preferred-header.
16254         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16255         (spam-user-format-function-S): Format the score correctly.
16257 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16259         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16260         signature file.  Suggested by Manoj Srivastava
16261         <srivasta@golden-gryphon.com>.
16263         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16264         iso-2022-jp even in the Japanese language environment.
16265         Suggested by Jason Rumney <jasonr@gnu.org>.
16267 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16269         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16270         use the same characters as the dummy marks; make it free from
16271         getting affected by the language environment.
16272         (gnus-summary-read-group-1): Update mark positions only when the
16273         format spec is updated.
16275         * gnus-spec.el (gnus-update-format-specifications): Return a list
16276         of updated types.
16278 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16280         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16281         of boundp to check if display-warning is available.
16283 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16285         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16287 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16289         * nnspool.el (nnspool-spool-directory): Use news-path if the
16290         news-directory variable is not bound.
16292         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16293         function instead of display-warning if it is not available.
16295 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16297         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16298         v5-10: Use `point-at-bol'.
16300 2004-10-26  Simon Josefsson  <jas@extundo.com>
16302         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16303         <chenggao@gmail.com>.
16305 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16307         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16308         instead.
16310 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16312         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16313         to remove a server from the nnimap-server-buffer-alist.
16314         (nnimap-open-connection, nnimap-close-server): Use it.
16316         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16318 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16320         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16321         running the major-mode function.
16323 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16325         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16326         dummy marks in the right way.
16328 2004-10-18  David Edmondson  <dme@dme.org>
16330         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16331         excessively.
16333 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16335         * gnus-util.el (gnus-split-references): Accept a nil references
16336         string and go on blissfully.
16338         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16339         cases where the references string is non-nil but has no references.
16341         * encrypt.el: Add autoload tags.
16343         * spam.el (spam-resolve-registrations-routine): Remove article
16344         from unregistration list too.  Reported by David Hanak
16345         <dhanak@isis.vanderbilt.edu>
16347 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16349         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16350         nil.  Change custom type.
16352 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16354         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16356         * gnus-sum.el (gnus-summary-move-article): Use it.
16358 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16360         * encrypt.el: Add autoload cookies.
16362         * spam.el (spam-backend-article-list-property)
16363         (spam-backend-get-article-todo-list)
16364         (spam-backend-put-article-todo-list)
16365         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16366         Resolve registrations separately.
16367         (spam-register-routine): Format comments.
16368         (spam-unregister-routine, spam-register-routine): Always call with
16369         specific-articles, no default list.
16370         (spam-summary-prepare-exit): Use the spam-classifications function.
16372         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16373         gnus-encrypt.el.
16375         * encrypt.el: Copied from gnus-encrypt.el.
16377         * gnus-encrypt.el: Commented that it's obsolete.
16379 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16381         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16382         (gnus-score-save): Use it.
16384         * message.el (message-bury): Use `window-dedicated-p'.
16386 2004-10-15  Simon Josefsson  <jas@extundo.com>
16388         * pop3.el (top-level): Don't require nnheader.
16389         (pop3-read-timeout): Add.
16390         (pop3-accept-process-output): Add.
16391         (pop3-read-response, pop3-retr): Use it.
16393 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16395         * spam.el (spam-register-routine): Move comment.
16396         (spam-verify-bogofilter): Use 'unknown for the initial
16397         spam-bogofilter-valid state, not 'never.
16399         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16400         for netrc-machine.
16402         * nnimap.el (nnimap-open-connection):
16403         Use netrc-machine-user-or-password.
16405 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16407         * gnus-registry.el (gnus-registry-unload-hook):
16408         Set as a variable with add-hook.
16410         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16411         of news-path.
16413         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16415         * spam.el: Delete duplicate `provide'.
16416         (spam-unload-hook): Set as a variable with add-hook.
16418 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16420         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16421         in the doc string.
16423         * message.el (message-ignored-news-headers)
16424         (message-ignored-supersedes-headers)
16425         (message-ignored-resent-headers)
16426         (message-forward-ignored-headers): Improve custom type.
16428 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16430         * message.el (message-tokenize-header): Fix 2004-09-06 change
16431         which used point-min in the wrong place.
16433 2004-10-12  Simon Josefsson  <jas@extundo.com>
16435         * tls.el (tls-certtool-program): New variable.
16436         (tls-certificate-information): New function, based on
16437         ssl-certificate-information.
16439 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16441         * compface.el: Move the version of ELisp-based uncompface program
16442         to the contrib directory because of the copyright problem.
16444 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16446         * message.el (message-kill-buffer): Raise the current frame.
16448 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16450         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16452         * gnus.el (message-y-or-n-p): Autoload.
16454         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16455         (pop3-password-required, pop3-authentication-scheme)
16456         (pop3-leave-mail-on-server): Make customizable.
16457         (pop3): New custom group.
16458         (pop3-retr): Remove `sleep-for' statements.
16459         Suggested by Dave Love <fx@gnu.org>.
16461         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16462         Windows/DOS.
16464         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16465         (imap-parse-body): Fix incorrect use of `assert'.
16466         Suggested by Dave Love <fx@gnu.org>.
16468         * mml.el (mml-minibuffer-read-disposition): Require match.
16469         Suggested by Dave Love <fx@gnu.org>.
16471 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16473         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16474         doc string.
16476 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16478         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16480 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16482         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16483         instead of calling `mm-insert-inline', to decode text/* parts
16484         before displaying them.
16486 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16488         * mm-uu.el (mm-uu-text-plain-type): New variable.
16489         (mm-uu-pgp-signed-extract-1): Use it.
16490         (mm-uu-pgp-encrypted-extract-1): Use it.
16491         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16492         bind mm-uu-text-plain-type with that value.
16493         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16494         mm-uu-dissect.
16496 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16498         * gnus-group.el (gnus-update-group-mark-positions):
16499         * gnus-sum.el (gnus-update-summary-mark-positions):
16500         * message.el (message-check-news-body-syntax):
16501         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16502         of string-as-multibyte.
16504 2004-10-05  Juri Linkov  <juri@jurta.org>
16506         * gnus-group.el (gnus-update-group-mark-positions):
16507         * gnus-sum.el (gnus-update-summary-mark-positions):
16508         * message.el (message-check-news-body-syntax):
16509         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16510         8-bit unibyte values to a multibyte string for search functions.
16512 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16514         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16515         (mm-uu-dissect-text-parts): New function.
16517         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16518         dissect text parts.
16520         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16521         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16523         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16525         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16526         Use gnus-current-topics instead of gnus-current-topic.
16528 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16530         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16532 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16534         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16535         where approriate.
16537         * nnml.el (nnml-generate-active-info): do.
16539         * nndiary.el (nndiary-generate-active-info): do.
16541         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16542         (gnus-topic-move): do.
16544         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16545         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16547         * gnus-srvr.el (gnus-server-prepare)
16548         (gnus-server-open-all-servers): do.
16550         * gnus-msg.el (gnus-summary-cancel-article)
16551         (gnus-summary-resend-message)
16552         (gnus-summary-mail-crosspost-complaint): do.
16554         * gnus-move.el (gnus-change-server): do.
16556         * gnus-group.el (gnus-group-unmark-all-groups)
16557         (gnus-group-set-current-level): do.
16559 2004-10-04  Simon Josefsson  <jas@extundo.com>
16561         * message.el (message-generate-hashcash): Doc fix.
16563 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16565         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16566         avoid infinite recursion via gnus-get-function.
16568 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16570         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16572         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16574         * nnmail.el (nnmail-split-history): do.
16576         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16577         (nnml-request-delete-group): do.
16579         * nnslashdot.el (nnslashdot-read-groups): do.
16581         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16582         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16584         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16585         (nnspool-sift-nov-with-sed): Use last.
16586         (nnspool-retrieve-headers-with-nov): Use mapc.
16587         (nnspool-request-newgroups): Use dolist.
16588         (nnspool-request-group): Use last.
16590         * nntp.el (nntp-read-server-type): Use dolist.
16592         * nnvirtual.el (nnvirtual-create-mapping)
16593         (nnvirtual-update-read-and-marked): Use dolist.
16594         (nnvirtual-convert-headers): Simplify.
16596 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16598         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16599         Add support for sync'ing tick marks.
16601 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16603         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16604         there's no visible header.
16606 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16608         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16609         When necessary, pass full group name to gnus-request-set-marks.
16611 2004-10-01  Simon Josefsson  <jas@extundo.com>
16613         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16614         acroread.
16616 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16618         * spam-report.el (spam-report-gmane): Fix interactive.
16620         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16622         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16623         when writing file.
16624         (gnus-agent-synchronize-flags): Don't default to being
16625         interactive.
16627 2004-09-30  Simon Josefsson  <jas@extundo.com>
16629         * message.el (message-generate-hashcash): Add.
16630         (message-send-mail): Use it, call mail-add-payment.
16632 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16634         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16636 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16638         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16639         gnus-requst-update-info with explicit code to sync the in-memory
16640         info read flags with the marks being sync'd to the backend.
16642         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16644 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16646         * spam.el (spam-verify-bogofilter): Add new function.
16647         (spam-check-bogofilter)
16648         (spam-bogofilter-register-with-bogofilter): Use it.
16649         (spam-verify-bogofilter): Add small fixes.
16651 2004-09-28  Simon Josefsson  <jas@extundo.com>
16653         * hashcash.el (hashcash-generate-payment): Revert.
16655 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16657         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16658         Use gnus-extract-references instead of gnus-split-references.
16660         * gnus-util.el (gnus-extract-references): Add new function, analogous
16661         to gnus-split-references but extracts only the message-ID without
16662         anything extra.
16664         * hashcash.el (hashcash-generate-payment)
16665         (hashcash-check-payment): Do the right thing if hashcash-path is
16666         nil (because the hashcash program could not be found).
16668         * spam.el (spam-use-hashcash): Remove comment.
16670 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16672         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16673         (gnus-cache-enter-article, gnus-cache-remove-article)
16674         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16676         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16678         * gnus-art.el (article-hide-boring-headers)
16679         (article-translate-strings, article-display-face)
16680         (gnus-article-mime-match-handle-first)
16681         (gnus-article-highlight-headers)
16682         (gnus-article-add-buttons-to-head): do.
16684 2004-09-27  Simon Josefsson  <jas@extundo.com>
16686         * hashcash.el: New version, from
16687         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16688         ../contrib/.
16690 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16692         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16694 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16696         * gnus-dup.el (gnus-dup-open): Use mapc.
16697         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16699         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16700         Reported by Stefan Wiens <s.wi@gmx.net>.
16702         * gnus.el (gnus-shutdown): Use dolist.
16704         * gnus-undo.el (gnus-undo): Use mapc.
16706         * nnrss.el (nnrss-generate-active): do.
16708         * message.el (message-cite-original-without-signature)
16709         (message-cite-original): Use mapc.
16710         (message-do-actions, message-make-forward-subject): Use dolist.
16712 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16714         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16715         deletion to remove entire duplicate line.  Fixes merged article
16716         number bug.
16718 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16720         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16721         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16722         first ask if you want to open a server and then, even when you
16723         responded with no, asking if you want to synchronize the server's
16724         flags.
16725         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16726         multi-line expressions.
16727         (gnus-agent-synchronize-group-flags): New internal function.
16728         Updates marks in memory (in the info structure) AND in the
16729         backend.
16731         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16733         * nnagent.el (nnagent-request-set-mark):
16734         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16735         method, to ensure that synchronization updates marks in the
16736         backend and in the info (in memory) structure.
16738 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16740         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16741         convention fully; don't miss the root article of a thread; make
16742         the X-Draft-From header with correct article numbers.
16744 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16746         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16747         unless plugged.  Disable the agent so that an open failure causes
16748         an error.
16750         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16751         Revert 2004-09-21 change.  The backend must be opened while
16752         synchronizing flags even when the backend stores the flags
16753         locally.
16755 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16757         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16758         in `header' match.  Reported by Svend Tollak Munkejord.
16760         * message.el (message-cite-original): Fix use of
16761         `message-cite-articles-with-x-no-archive'.
16763 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16765         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16766         (gnus-window-to-buffer): Ditto.
16768         * mml.el (mml-preview-buffer): New variable.
16769         (mml-preview): Manage window layout with gnus-buffer-configuration.
16771         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16772         X-Draft-From header even if those articles aren't quoted.
16774 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16776         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16777         (gnus-request-set-mark, gnus-request-update-mark): Use new
16778         g-s-t-u-l-m to decide to use backend even when unplugged.
16780 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16782         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16783         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16785 2004-09-20  Simon Josefsson  <jas@extundo.com>
16787         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16788         "utf-16-le".
16790 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16792         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16794 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16796         * uudecode.el (uudecode-use-external): Add :version.
16798         * smime.el (smime-CA-file, smime-encrypt-cipher)
16799         (smime-dns-server): Add :version.
16801         * smiley.el (gnus-smiley-file-types): Add :version.
16803         * sha1.el (sha1-use-external): Add :version.
16805         * pgg-def.el (pgg-query-keyserver): Add :version.
16807         * nnmail.el (nnmail-fancy-expiry-targets)
16808         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16809         Add :version.
16811         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16812         (nnimap-retrieve-groups-asynchronous): Add :version.
16813         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16815         * mml.el (mml-content-disposition-parameters)
16816         (mml-insert-mime-headers-always): Add :version.
16818         * mm-util.el (mm-coding-system-priorities): Add :version.
16820         * mm-decode.el (mm-inline-text-html-with-images)
16821         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16822         (mm-verify-option): Add :version.
16823         (mm-text-html-renderer): Change :version.
16825         * message.el (message-fcc-externalize-attachments)
16826         (message-required-headers, message-draft-headers)
16827         (message-subject-trailing-was-query)
16828         (message-subject-trailing-was-ask-regexp)
16829         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16830         (message-mark-insert-end, message-archive-header)
16831         (message-archive-note, message-cross-post-default)
16832         (message-cross-post-note, message-followup-to-note)
16833         (message-cross-post-note-function, message-use-mail-followup-to)
16834         (message-subscribed-address-functions)
16835         (message-subscribed-address-file, message-subscribed-addresses)
16836         (message-subscribed-regexps, message-allow-no-recipients)
16837         (message-yank-cited-prefix, message-signature-insert-empty-line)
16838         (message-hidden-headers, message-hierarchical-addresses)
16839         (message-mail-user-agent, message-use-idna)
16840         (message-valid-fqdn-regexp)
16841         (message-strip-special-text-properties, message-header-synonyms)
16842         (message-beginning-of-line, message-tab-body-function): Add :version.
16843         (message-insert-canlock, message-wide-reply-confirm-recipients):
16844         Change :version.
16846         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16847         and :version.
16848         (mail-source-delete-old-incoming-confirm)
16849         (mail-source-movemail-program): Add :version.
16851         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16852         (gnus-agent-cache, gnus-agent): Change :version.
16854         * gnus-util.el (gnus-use-byte-compile): Change :version.
16856         * gnus-sum.el (gnus-summary-make-false-root-always)
16857         (gnus-summary-default-high-score)
16858         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16859         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16860         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16861         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16862         (gnus-sum-thread-tree-single-indent)
16863         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16864         (gnus-sum-thread-tree-leaf-with-other)
16865         (gnus-sum-thread-tree-single-leaf): Add :version.
16866         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16867         (gnus-article-loose-mime): Change :version.
16869         * gnus-start.el (gnus-backup-startup-file)
16870         (gnus-save-startup-file-via-temp-buffer): Add :version.
16872         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16873         (gnus-server-offline-face): Add :version.
16875         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16877         * gnus-msg.el (gnus-gcc-externalize-attachments)
16878         (gnus-debug-files, gnus-debug-exclude-variables)
16879         (gnus-discouraged-post-methods): Change :version.
16880         (gnus-confirm-mail-reply-to-news)
16881         (gnus-confirm-treat-mail-like-news): Add :version.
16883         * gnus-int.el (gnus-server-unopen-status): Add :version.
16885         * gnus-group.el (gnus-group-jump-to-group-prompt)
16886         (gnus-large-ephemeral-newsgroup)
16887         (gnus-fetch-old-ephemeral-headers): Add :version.
16889         * gnus-fun.el (gnus-x-face-directory)
16890         (gnus-convert-pbm-to-x-face-command)
16891         (gnus-convert-image-to-x-face-command)
16892         (gnus-convert-image-to-face-command): Add :version.
16894         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16896         * gnus-cite.el (gnus-cite-blank-line-after-header)
16897         (gnus-article-boring-faces): Add :version.
16899         * gnus-art.el (gnus-buttonized-mime-types)
16900         (gnus-inhibit-mime-unbuttonizing)
16901         (gnus-treat-display-face)
16902         (gnus-treat-body-boundary): Change :version.
16903         (gnus-body-boundary-delimiter, gnus-picon-databases)
16904         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16905         (gnus-treat-date-english, gnus-treat-fold-headers)
16906         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16907         (gnus-treat-mail-picon, gnus-treat-wash-html)
16908         (gnus-article-encrypt-protocol)
16909         (gnus-use-idna, gnus-article-over-scroll)
16910         (gnus-mime-display-multipart-alternative-as-mixed)
16911         (gnus-mime-display-multipart-related-as-mixed)
16912         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16913         (gnus-ctan-url, gnus-button-ctan-handler)
16914         (gnus-button-handle-ctan-bogus-regexp)
16915         (gnus-button-ctan-directory-regexp)
16916         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16917         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16918         (gnus-button-man-level, gnus-button-emacs-level)
16919         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16921         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16922         (gnus-agent-go-online): Change :version.
16923         (gnus-agent-expire-unagentized-dirs)
16924         (gnus-agent-auto-agentize-methods): Add :version.
16926         * flow-fill.el (fill-flowed-display-column)
16927         (fill-flowed-encode-column): Add :version.
16929         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16930         (gnus-outlook-deuglify-unwrap-max)
16931         (gnus-outlook-deuglify-cite-marks)
16932         (gnus-outlook-deuglify-unwrap-stop-chars)
16933         (gnus-outlook-deuglify-no-wrap-chars)
16934         (gnus-outlook-deuglify-attrib-cut-regexp)
16935         (gnus-outlook-deuglify-attrib-verb-regexp)
16936         (gnus-outlook-deuglify-attrib-end-regexp)
16937         (gnus-outlook-display-hook): Add :version.
16939         * binhex.el (binhex-use-external): Add :version.
16941 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16943         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16944         and `invisible'.
16946 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16948         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16949         in gnus-registry-trim.
16951 2004-09-13  Simon Josefsson  <jas@extundo.com>
16953         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16955         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16957         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16958         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16959         <yamaoka@jpl.org>.
16960         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16961         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16962         <yamaoka@jpl.org>.
16964         * sieve.el (sieve-manage-mode): Ditto.
16966 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16968         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16970 2004-09-11  Simon Josefsson  <jas@extundo.com>
16972         * dns-mode.el: Add.
16974         * mm-view.el (mm-display-dns-inline): Add.
16976         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16977         (mm-automatic-display): Ditto.
16979         * mailcap.el (mailcap-mime-data): Add text/dns.
16980         (mailcap-mime-extensions): Map .soa to text/dns.
16982 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16984         * gnus-art.el (article-decode-mime-words, article-babel)
16985         (gnus-article-highlight-signature, gnus-article-add-buttons)
16986         (gnus-signature-toggle): Remove unnecessary bindings of
16987         `inhibit-read-only' inherited from v5.10 merge.
16989 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16991         * nntp.el (nntp): New customization group.
16992         (nntp-authinfo-file): Add customization group.
16994         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16996         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16998         * gnus.el (to-address, to-list, subscribed)
16999         (large-newsgroup-initial): Ditto.
17001         * flow-fill.el (fill-flowed-display-column)
17002         (fill-flowed-encode-column): Ditto.
17004 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17006         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17007         Use point-min rather than 1.
17008         (message-send-mail): Use buffer-size rather than point-max.
17010         * gnus-sum.el (gnus-summary-search-article-forward):
17011         Signal a specific `search-failed' rather than a generic `error'.
17013         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17014         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17015         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17017 2004-09-10  Simon Josefsson  <jas@extundo.com>
17019         * nndb.el (require): Remove tcp and duplicate cl.
17021 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17023         * gnus-agent.el (directory-files-and-attributes): Move forward.
17025 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17027         * gnus-agent.el (directory-files-and-attributes):
17028         Optionally defined to support XEmacs.
17030 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17032         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17033         to avoid run-time CL dependencies.
17034         (gnus-agent-unfetch-articles): New function.
17035         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17036         article numbers even when local .overview file is missing.
17037         (gnus-agent-read-article-number): New function.  Only accepts
17038         27-bit article numbers.
17039         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17040         Use gnus-agent-read-article-number.
17041         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17042         from backend while recognizing that article numbers in .overview
17043         must be valid.
17044         (gnus-agent-update-files-total-fetched-for):
17045         Use directory-files-and-attributes to improve performance.
17046         * gnus-int.el (gnus-request-move-article):
17047         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17048         improve performance.
17050         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17051         some users confused by references to .newsrc when they only have a
17052         .newsrc.eld file.
17053         (gnus-convert-mark-converter-prompt)
17054         (gnus-convert-converter-needs-prompt): Fix use of property list.
17055         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17056         New function.  Used internally to only display 'gnus converting
17057         files' message when actually necessary.
17059         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17060         methods now autoloaded.
17062 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17064         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17065         identifiers.
17067 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17069         * gnus-picon.el: Fix indentation and closing parenthesis.
17071 2004-09-01  Simon Josefsson  <jas@extundo.com>
17073         * message.el (message-canlock-generate): Require sha1, not
17074         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17075         to require within a function.  Sadly, if sha1.el isn't loaded, the
17076         let binding in m-c-g will hide the defcustom definition, which is
17077         bad.)
17079         * canlock.el: Require sha1, not sha1-el.
17081         * message.el: Don't autoload sha1 (there is a autoload cookie in
17082         sha1.el).
17084         * sha1-el.el: Rename to sha1.el.
17086 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17088         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17090 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17092         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17094 2004-08-30  Kim F. Storm  <storm@cua.dk>
17096         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17098         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17099         Add :group 'nnimap.
17101 2004-08-30  Andreas Schwab  <schwab@suse.de>
17103         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17104         ?* and ?\;.
17106         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17107         and ?\' to symbol instead of whitespace.
17109 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17111         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17113         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17114         instead of re-search-forward.
17116         * gnus-uu.el (gnus-uu-save-article): Ditto.
17117         (gnus-uu-post-encode-uuencode): Ditto.
17119         * html2text.el (html2text-clean-list-items): Ditto.
17120         (html2text-clean-dtdd): Ditto.
17121         (html2text-format-tags): Ditto.
17123         * message.el (message-send-mail-with-sendmail): Fix regexp.
17124         (message-fill-field-general): Use search-forward instead of
17125         re-search-forward.
17126         (unbold-region): Ditto.
17128         * nnrss.el (nnrss-request-article): Ditto.
17130         * nnslashdot.el (nnslashdot-request-article): Ditto.
17132         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17134         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17135         "Unrecognized menu descriptor" error in XEmacs.
17137 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17139         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17140         parent article of a sparse article in the thread hashtb.
17142 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17144         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17145         (nnmail-expand-newtext): Lowercase expanded entries if
17146         nnmail-split-lowercase-expanded is non-nil.
17148 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17150         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17152         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17153         of gnus-tmp-news-method into string under XEmacs.  It will be
17154         passed to gnus-correct-length which takes only a string argument.
17156 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17158         * gnus-util.el (gnus-bind-print-variables): New macro.
17159         (gnus-prin1): Use it.
17160         (gnus-prin1-to-string): Use it.
17161         (gnus-pp): New function.
17162         (gnus-pp-to-string): New function.
17164         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17165         Replace pp-to-string with gnus-pp-to-string.
17166         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17167         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17168         * gnus-msg.el (gnus-debug): Ditto.
17169         * gnus-score.el (gnus-score-save): Ditto.
17170         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17171         gnus-pp-to-string.
17172         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17173         with gnus-pp.
17174         * score-mode.el (gnus-score-pretty-print): Ditto.
17175         * webmail.el (webmail-debug): Ditto.
17177 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17179         * gnus-art.el (article-display-face, article-display-x-face):
17180         Use buffer-read-only.
17182 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17184         * gnus-art.el (article-hide-list-identifiers):
17185         Bind inhibit-read-only as t.
17187 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17189         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17191 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17193         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17194         (gnus-narrow-to-page): Don't assume point-min == 1.
17195         (gnus-article-edit-mode): Derive from message-mode.
17197         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17198         point-min == 1.
17200         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17201         Disable incorrect use of `assert'.
17203         * message.el (message-mode): Set comment-start-skip.
17206 2004-08-22  Sam Steingold  <sds@gnu.org>
17208         * pop3.el (pop3-leave-mail-on-server): New user variable.
17209         (pop3-movemail): Delete mail only when it is nil.
17211 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17213         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17215         * mml.el (mml-preview): Use `pop-to-buffer'.
17217         * message.el (message-goto-mail-followup-to): Insert after "To".
17218         (message-carefully-insert-headers): Add comment.
17220         * gnus.el: Remove unused variable `gnus-article-check-size'.
17222         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17224         * gnus-art.el (gnus-button-alist):
17225         Improve `gnus-button-handle-library' entry.
17227 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17229         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17230         Use downcase, since XEmacs capitalizes error messages differently.
17232 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17234         * nntp.el: Add (require 'gnus) due to reference to
17235         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17237 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17239         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17240         Bind `mm-fill-flowed'.
17242         * mm-decode.el (mm-dissect-singlepart): Check it.
17244 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17246         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17247         'imap' for netrc parsing.
17249 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17251         * mailcap.el (mailcap-mime-data): Mark as risky.
17253 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17255         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17256         may be included in the encoded word.
17257         (rfc2047-encode): Don't append a space if the encoded word
17258         includes close parenthesis.
17260 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17262         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17263         of text within parentheses.
17265 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17267         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17268         (gnus-encrypt-write-file-contents): Make the password key the file
17269         name PLUS the cipher, not just the cipher.  Also remove failed
17270         passwords from the cache.
17272 2004-08-06  Simon Josefsson  <jas@extundo.com>
17274         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17275         Doc fix.
17277 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17279         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17280         LWSP.
17282 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17284         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17285         Try to append in-reply-to: data to the references: header.
17287         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17288         (netrc-parse): Use gnus-encrypt.el functions.
17290         * gnus-encrypt.el: Add new file for encryption support; currently
17291         does only a few GPG ciphers and an internal XOR cipher.
17293         * password.el: Add comments on using password-read-and-add.
17294         (password-read-and-add): Add function to read and add the
17295         password to the cache at once.
17297 2004-07-28  Simon Josefsson  <jas@extundo.com>
17299         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17300         parameter (but don't use it, for now).
17302         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17303         instead of hard coding to nil.
17305 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17307         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17308         as mm-inline-image-xemacs does.
17310 2004-07-26  Simon Josefsson  <jas@extundo.com>
17312         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17313         Revert part of 2004-07-17 change below.
17315 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17317         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17318         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17320 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17322         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17323         quotes that actually start with ">" at the beginning of the
17324         lines.
17326 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17328         * rfc2047.el (rfc2047-encode-region): Fix last change.
17329         (rfc2047-encode-parameter): Remove useless concat.
17331 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17333         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17334         encode special characters; fix some kind of misconfigured headers;
17335         signal a real error if debug-on-quit or debug-on-error is non-nil.
17336         (rfc2047-encode-max-chars): New variable.
17337         (rfc2047-encode-1): Use it.
17338         (rfc2047-encode-parameter): New function.
17340         * mml.el (mml-insert-parameter): Remove an excessive space.
17342 2004-07-17  Simon Josefsson  <jas@extundo.com>
17344         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17345         Kai Grossjohann <kai@emptydomain.de>.
17346         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17347         (gnus-group-make-menu-bar): Ditto.
17349         * gnus-util.el (gnus-group-server): Add.
17351 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17353         * message.el (message-clone-locals): Clone sendmail and smtp
17354         variables.
17356 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17358         * rfc2047.el (rfc2047-encode-region): Fix last change.
17360 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17362         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17363         characters as non-special.
17365 2004-07-09  Simon Josefsson  <jas@extundo.com>
17367         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17368         Users will lose all flag changes made while unplugged with
17369         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17370         good default.  See numerous reports on ding mailing list.
17372 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17374         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17375         add generate-head-function and generate-article-function to the
17376         rfc822-forward entry.
17377         (nndoc-rfc822-forward-generate-article): New function.
17378         (nndoc-rfc822-forward-generate-head): New function.
17380         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17382 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17384         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17385         respect display group parameter and gnus-summary-expunge-below.
17386         (gnus-articles-to-read): Remove unused reference to display group
17387         parameter.
17389 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17391         * nnheader.el (nnheader-uniquify-message-id): New experimental
17392         variable.
17393         (nnheader-nov-read-message-id): Use it.
17395         * spam-report.el (spam-report-gmane): Add interactive.
17397 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17399         * mm-encode.el (mm-content-transfer-encoding-defaults):
17400         Use qp-or-base64 for the application/* types.
17402 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17404         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17406 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17408         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17409         trim value.
17411 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17413         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17414         New macro and function.
17415         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17417 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17419         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17420         after-load-alist.
17422 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17424         * gnus-group.el (gnus-group-get-new-news-this-group):
17425         Don't update info that isn't there.
17427 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17429         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17430         entry.
17432 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17434         * mm-view.el (mm-inline-render-with-function): Use multibyte
17435         buffer; decode html source by charset.
17437         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17439         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17440         Mule-UCS is loaded under XEmacs.
17441         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17443 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17445         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17447 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17449         * mm-util.el (mm-coding-system-p): Return a coding-system.
17450         (mm-mime-mule-charset-alist): Use shift_jis instead of
17451         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17452         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17453         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17454         instead of japanese-shift-jis and iso-latin-1 respectively in
17455         order to share the default value with both Emacs and XEmacs-mule.
17456         (mm-mule-charset-to-mime-charset):
17457         Make mm-coding-system-priorities effective.
17458         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17459         while predicating of candidates upon the priorities.
17461 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17463         * gnus-sum.el (gnus-summary-make-menu-bar):
17464         Add gnus-uu-invert-processable.
17466         * gnus.el: Autoload gnus-uu-invert-processable.
17468 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17470         * mm-util.el (mm-with-multibyte-buffer): New macro.
17472         * rfc2047.el (rfc2047-encode-string): Use it.
17473         (rfc2047-encode-region): Move point to the end of the region after
17474         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17476 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17478         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17479         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17481 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17483         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17484         (gnus-cite-parse): Ignore quoted envelope From_.
17485         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17487 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17489         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17490         invalid addresses.
17492 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17494         * spam.el: Change section markers, revise TODO list.
17495         (spam-backends): Make new master list of all installed backends.
17496         (spam-summary-exit-behavior): Add new variable to determine how
17497         messages moves are done at summary exit.
17498         (spam-move-spam-nonspam-groups-only)
17499         (spam-process-ham-in-nonham-groups)
17500         (spam-process-ham-in-spam-groups): Remove variables, the
17501         spam-summary-exit-behavior variable should be used to manage this
17502         behavior.
17503         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17504         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17505         and spam-old-spam-articles.
17506         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17507         Add empty variables, placeholders for the backends they represent.
17508         (spam-set-difference): Move, unchanged.
17509         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17510         unless the user has a processor variable.
17511         (spam-classifications, spam-classification-valid-p)
17512         (spam-backend-properties, spam-backend-property-valid-p)
17513         (spam-backend-function-type-valid-p)
17514         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17515         (spam-report-articles-gmane, spam-report-articles-resend):
17516         Remove functions, they are not needed.
17517         (spam-install-backend-super, spam-backend-list)
17518         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17519         (spam-backend-function, spam-backend-ham-registration-function)
17520         (spam-backend-spam-registration-function)
17521         (spam-backend-ham-unregistration-function)
17522         (spam-backend-spam-unregistration-function)
17523         (spam-backend-statistical-p, spam-backend-mover-p)
17524         (spam-install-backend-alias, spam-install-checkonly-backend)
17525         (spam-install-mover-backend, spam-install-nocheck-backend)
17526         (spam-install-backend, spam-install-statistical-backend)
17527         (spam-install-statistical-checkonly-backend): Add backend installation
17528         support.
17529         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17530         (spam-group-processor-p): Use the new backend code and respect the
17531         summary exit behavior.
17532         (spam-mark-spam-as-expired-and-move-routine): Remove.
17533         (spam-summary-prepare): Change to use the new spam-old-articles
17534         variable.
17535         (spam-copy-or-move-routine, spam-copy-spam-routine)
17536         (spam-move-spam-routine, spam-copy-ham-routine)
17537         (spam-move-ham-routine): Add code to copy/move ham or spam.
17538         (spam-fetch-field-fast): Improve doc and code, plus allow the
17539         'number request.
17540         (spam-list-of-checks, spam-list-of-statistical-checks):
17541         Remove variables.
17542         (spam-split, spam-find-spam): Use the new backend code.
17543         (spam-registration-functions): Remove variable.
17544         (spam-unregister-routine): Add convenience wrapper.
17545         (spam-log-undo-registration, spam-register-routine)
17546         (spam-log-processing-to-registry)
17547         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17548         where possible.
17549         (spam-check-gmane-xref, spam-check-regex-headers)
17550         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17551         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17552         (spam-check-bogofilter-headers, spam-check-spamoracle)
17553         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17554         (spam-check-crm114-headers): Use the spam-split-group that
17555         spam-split prepares, no need to determine it every time.
17557         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17558         to the nnheader-parse-naked-head call.
17560         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17562         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17563         the nnheader-nov-read-message-id call.
17565 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17567         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17568         gnus-activate-group twice.  Suggested by Markus Peter
17569         <warp@spin.de>.
17571 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17573         * gnus-art.el (gnus-article-time-format): Exchange the order of
17574         day and month in the default value; fix customization type.
17575         (article-date-ut): Use add-text-properties.
17576         (article-make-date-line): Use message-make-date instead of
17577         current-time-string.
17579         * message.el (message-fetch-field): Don't use set-text-properties.
17580         (message-make-date): Simplify.
17582         * messagexmas.el (message-xmas-make-date): New function.
17583         (message-xmas-redefine): Defalias message-make-date to it.
17585 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17587         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17588         (rfc2047-encode-region): Treat text within parentheses as special;
17589         show the original text when error has occurred.
17591         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17592         already-computed method to gnus-activate-group.
17594         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17595         same select-methods identical Lisp objects.
17597         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17598         object when modifying the info.
17600 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17602         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17603         gnus-opened-servers since it has never been opened with the new
17604         configuration yet.
17606 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17608         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17609         arg to nnheader-generate-fake-message-id.
17611 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17613         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17614         number and build a fake message ID localized to a group and
17615         article number (so it's repeatable from that point on).
17616         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17617         ID format.
17619         * gnus-sum.el (gnus-get-newsgroup-headers):
17620         Call nnheader-generate-fake-message-id with the article number.
17622 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17624         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17625         end-of-buffer.
17627 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17629         * message.el (message-ignored-supersedes-headers): Add Approved.
17631 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17633         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17634         goto-char.
17635         (rfc2047-encode): Fold the line before encoding.
17637 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17639         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17640         folding -- not all headers can be folded, and this should be done
17641         by the message composition mode.  Probably.  I think.
17643 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17645         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17646         fast.
17648         * gnus-ems.el (gnus-remove-image): Don't use
17649         message-text-with-property; remove only the image found first.
17651         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17652         found first.
17654 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17656         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17658 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17660         * message.el (message-text-with-property): Make it fast and accept
17661         optional arguments.
17662         (message-strip-forbidden-properties): Use it.
17663         (message-fix-before-sending): Follow the m-t-w-p change.
17665         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17667 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17669         * gnus-art.el (article-hide-headers): Don't change the buffer
17670         mistakenly when performing mml-preview even if
17671         gnus-single-article-buffer is nil.
17673 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17675         * message.el (message-expand-name-databases): New user option.
17676         (message-expand-name): Use it.
17678 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17680         * spam.el (spam-report-articles-resend)
17681         (spam-report-resend-register-routine): Allow ham reporting.
17682         (spam-report-resend-register-ham-routine): Add wrapper.
17683         (spam-registration-functions): Add ham resending functions.
17684         (spam-list-of-processors): Add ham resend processor.
17686         * gnus.el (ham-resend-to): Add new group parameter.
17687         (spam-process): Add ham resend option.
17689         * spam-report.el (spam-report-resend): Allow reporting ham.
17690         (spam-report-resend-ham): Add wrapper.
17692 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17694         * message.el (message-cite-articles-with-x-no-archive):
17695         New variable.
17696         (message-cite-original): Use it.
17698 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17700         * message.el (message-cite-original): Respect X-No-Archive.
17702 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17704         * gnus-art.el (article-hide-headers): Refer to the values for
17705         gnus-ignored-headers and gnus-visible-headers in the summary
17706         buffer since a user may have set them as group parameters.
17708 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17710         * assistant.el (assistant-node-name): Add convenience function.
17711         (assistant-render-text, assistant-render-node): Add error handling,
17712         plus handle multiple next nodes.
17713         (assistant-find-next-node): Comment out for now.
17714         (assistant-find-next-nodes): Add function, returns list of next
17715         nodes.
17717 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17719         * mail-source.el (mail-source-directory): Fix doc-string.
17721 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17723         * assistant.el (assistant-render-text, assistant-eval): Add :set
17724         widget type, which is different because it takes and returns a
17725         list.  Much hilarity ensues.
17727 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17729         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17731         * gnus-group.el (gnus-group-get-new-news-this-group):
17732         Add doc-string.
17734         * gnus-start.el (gnus-activate-group): Add doc-string.
17736 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17738         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17740 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17742         * assistant.el (assistant-render-text): Try to add a :set
17743         widget, more to come.
17745         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17746         strings.
17747         (spam-report-articles-resend)
17748         (spam-register-routine): Do registration iff any articles warrant
17749         it.
17750         (spam-summary-prepare-exit): Change log message for nil group
17751         destinations.
17753 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17755         * spam.el (spam-report-resend-register-routine):
17756         Allow spam-report-resend-to to be a group parameter or a global value.
17758 2004-05-26  Simon Josefsson  <jas@extundo.com>
17760         * starttls.el: Merge with my GNUTLS based starttls.el.
17761         (starttls-gnutls-program, starttls-use-gnutls)
17762         (starttls-extra-arguments, starttls-process-connection-type)
17763         (starttls-connect, starttls-failure, starttls-success):
17764         New variables.
17765         (starttls-program, starttls-extra-args): Doc fix.
17766         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17767         New functions.
17768         (starttls-negotiate, starttls-open-stream):
17769         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17770         function if it is set.
17772 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17774         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17775         structured fields.
17777 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17779         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17781 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17783         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17784         Add variable.
17785         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17786         assigning the spam-mark to new messages.
17788 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17790         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17792 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17794         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17796         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17797         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17798         default.
17800 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17802         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17803         correct data.
17805 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17807         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17808         (spam-group-processor-p): Fix function.
17809         (spam-group-processor-multiple-p)
17810         (spam-group-spam-processor-report-gmane-p)
17811         (spam-group-spam-processor-report-resend-p)
17812         (spam-group-spam-processor-bogofilter-p)
17813         (spam-group-spam-processor-blacklist-p)
17814         (spam-group-spam-processor-ifile-p)
17815         (spam-group-ham-processor-ifile-p)
17816         (spam-group-spam-processor-spamoracle-p)
17817         (spam-group-spam-processor-crm114-p)
17818         (spam-group-ham-processor-bogofilter-p)
17819         (spam-group-spam-processor-stat-p)
17820         (spam-group-ham-processor-stat-p)
17821         (spam-group-ham-processor-whitelist-p)
17822         (spam-group-ham-processor-BBDB-p)
17823         (spam-group-ham-processor-spamoracle-p)
17824         (spam-group-ham-processor-copy-p): Remove functions with some
17825         prejudice against unneeded code.
17826         (spam-report-articles-resend)
17827         (spam-report-resend-register-routine): Allow the group/topic
17828         spam-resend-to value to override spam-report-resend-to.
17829         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17830         properly now.
17832         * gnus.el (spam-resend-to): Add group/topic parameter.
17833         (spam-process): Move the OBSOLETE processors to the end of the
17834         choices.
17836 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17838         * spam-report.el (spam-report-resend-to, spam-report-resend):
17839         Start with resend-to set to nil, and then ask the user if necessary.
17840         (spam-report-resend): spam-report-resend takes a list of articles, not
17841         separate article numbers.
17843 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17845         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17846         addition to emacs-w3m.
17848 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17850         * assistant.el (assistant-authinfo-data): New function.
17851         (assistant-eval): Eval for entire assistant.
17853         * netrc.el (netrc-services-file): New variable.
17854         (netrc-parse-services): New function.
17855         (netrc-find-service-name): New function.
17856         (netrc-find-service-number): New function.
17857         (netrc-port-equal): New function.
17858         (netrc-machine): Use it.
17860         * nnimap.el (nnimap-open-connection): Use netrc.
17862         * gnus-util.el (gnus-netrc-get): Remove aliases.
17864         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17866         * assistant.el (wid-edit): Fix compilation.
17868         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17870 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17872         * gnus-util.el (gnus-set-file-modes): New function.  (small
17873         patch).
17875 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17877         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17879         * assistant.el (assistant-render-node): Fix up rendering and
17880         read-only text.
17881         (assistant-render-node): Reset.
17882         (assistant-make-read-only): Not sticky.
17884 2004-05-20  Danny Siu  <dsiu@adobe.com>
17886         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17887         centered even when gnus-auto-center-summary is t.
17889 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17891         * dns.el (dns-get-txt-answer): New function.
17892         (dns-read-txt): Ditto.
17893         (query-dns): Use it.
17895 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17897         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17898         active for foreign groups even if the group level is higher than
17899         the specified value.
17901 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17903         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17904         non-active groups.
17906         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17908 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17910         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17912 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17914         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17915         (spam-crm114-header, spam-crm114-spam-switch)
17916         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17917         (spam-crm114-positive-spam-header)
17918         (spam-crm114-database-directory, spam-list-of-processors)
17919         (spam-group-spam-processor-crm114-p)
17920         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17921         (spam-generic-score, spam-list-of-checks)
17922         (spam-list-of-statistical-checks, spam-registration-functions)
17923         (spam-check-crm114-headers, spam-crm114-score)
17924         (spam-check-crm114, spam-crm114-register-with-crm114)
17925         (spam-crm114-register-spam-routine)
17926         (spam-crm114-unregister-spam-routine)
17927         (spam-crm114-register-ham-routine)
17928         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17929         From asjo@koldfront.dk (Adam Sjøgren).
17931         * gnus.el: Add spam-use-crm114.
17933         * spam.el (spam-list-of-processors, spam-registration-functions):
17934         Add spam-use-resend.
17935         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17936         (spam-report-articles-gmane): Add doc fix.
17937         (spam-report-articles-resend, spam-report-resend-register-routine):
17938         Add wrappers around spam-report-resend-to.
17940         * spam-report.el (spam-report-resend-to, spam-report-resend):
17941         Add support for resending spam.
17942         (spam-report-gmane): Fix line length >80.
17944         * gnus.el (spam-process): Add spam-use-resend.
17946 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17948         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17949         number of processed spam messages.
17950         (spam-ham-copy-or-move-routine): Return the number of processed
17951         ham messages.
17952         (spam-summary-prepare-exit): Use the above values to decide
17953         whether status messages shouled be displayed.
17955 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17957         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17958         `rfc2047-encoding-function-alist' in order to avoid conflicting
17959         with the old version.
17960         (rfc2047-encode-region): Concatenate words containing non-ASCII
17961         characters in structured fields; don't encode space-delimited
17962         ASCII words even in unstructured fields; don't break words at
17963         char-category boundaries.
17964         (rfc2047-encode-1): New function.
17965         (rfc2047-encode): Use it; encode text so that it occupies the
17966         maximum width within 76-column; work correctly on Q encoding for
17967         iso-2022-* charsets.
17968         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17969         sure not to break a line just after the header name.
17970         (rfc2047-b-encode-region): Remove.
17971         (rfc2047-b-encode-string): New function.
17972         (rfc2047-q-encode-region): Remove.
17973         (rfc2047-q-encode-string): New function.
17975         * mm-util.el (mm-replace-in-string): New function.
17977 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17979         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17980         Really get it right.
17981         (gnus-inews-make-draft): Really.
17983 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17985         * nnmh.el (nnmh-request-list-1): Don't check the link count
17986         before descending.  (small patch)
17988 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17990         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17991         stuff.
17993         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17994         Match on real group name.
17996         * gnus-art.el (gnus-signature-limit): Doc fix.
17998         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18000         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18002 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18004         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18005         isn't a string.
18007 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18009         * gnus-draft.el (gnus-draft-send):
18010         Bind rfc2047-encode-encoded-words.
18012         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18013         (rfc2047-encodable-p): Say that =? needs encoding.
18014         (rfc2047-encode-encoded-words): New variable.
18016         * gnus-group.el (gnus-group-select-group): Doc fix.
18018         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18020         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18021         to nil.
18023         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18025         * nnheader.el (nnheader-get-lines-and-char): New function.
18027 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18029         * gnus-msg.el (gnus-summary-followup-with-original):
18030         Document yanking of region when active.
18032 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18034         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18035         groups if the group level is higher than the specified value.
18037 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18039         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18040         (gnus-group-jump-to-group): Add prefix argument using
18041         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18042         non-active group.
18044         * compface.el (uncompface): Be verbose when changing
18045         `uncompface-use-external'.
18047         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18048         handle manual section.
18050 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18052         * gnus-art.el (gnus-button-alist): Revert previous change.
18054 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18056         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18058 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18060         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18061         whether backend can accept message.
18063         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18065 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18067         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18068         Avoid creating directory when nntp-marks-is-evil is true.
18069         Reported by Reiner Steib.
18071 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18073         * gnus-picon.el (gnus-picon-style): New variable.
18074         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18075         (gnus-picon-transform-address): Support `gnus-picon-style'.
18076         From Jesper Harder <harder@ifa.au.dk>.
18078 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18080         * message.el (message-fill-field): Return point.
18081         (message-generate-headers): Go to end of field.
18083         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18084         stuff for non-living groups.
18086 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18088         * gnus-art.el (gnus-article-followup-with-original)
18089         (gnus-article-reply-with-original): gnus-mark-active-p ->
18090         gnus-region-active-p.
18092 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18094         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18095         only when there is spam or ham to be processed.
18097 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18099         * mail-source.el (mail-source-delete-crash-box): Refactor.
18100         (mail-source-fetch): Use it.
18101         (mail-source-fetch-file): Ditto.
18102         (mail-source-fetch-directory): Run postscript in loop.
18103         (mail-source-fetch-pop): Delete.
18104         (mail-source-fetch-maildir): Ditto.
18105         (mail-source-fetch-imap): Ditto.
18107         * imap.el (imap-authenticators): Comment out sasl.
18109         * message.el (message-skip-to-next-address): New function.
18110         (message-fill-header-address): Refactor.
18111         (message-fill-address): Use it.
18112         (message-delete-address): Use it.
18113         (message-fill-header-general): Refactor.
18114         (message-fill-field-address): Rename.
18115         (message-narrow-to-field): Find the start of the header.
18116         (message-header-format-alist): Don't pre-fill.
18117         (message-fill-header): Remove.
18118         (message-insert-header): New function.
18119         (message-shorten-references): Use it.
18121         * rfc2047.el (rfc2047-field-value): Strip props.
18123         * mail-parse.el (mail-header-make-address): New alias.
18125         * ietf-drums.el (ietf-drums-make-address): New function.
18127         * imap.el: Add compiler directives.
18129         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18131         * gnus-art.el (article-decode-idna-rhs): Don't use
18132         message-idna-inside-rhs-p.
18134 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18136         * message.el (message-idna-inside-rhs-p): Remove.
18137         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18139         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18140         false positives.
18142 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18144         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18146 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18148         * nneething.el (nneething-file-name): Don't create spurious
18149         files.
18151         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18152         (gnus-inews-do-gcc): Remove sleep.
18154         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18155         part under point.
18157         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18158         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18160 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18162         * spam.el (spam-summary-prepare-exit): Fix (length).
18164 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18166         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18167         as expired without moving it" message when there are spam
18168         messages left.
18170 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18172         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18173         header is not nil.
18175 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18177         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18178         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18179         (nntp-marks-changed-p): New arg SERVER.
18180         (nntp-request-update-info): Adjust caller.
18182 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18184         * nntp.el (nntp-save-marks): Pass missing arg.
18186 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18188         * nntp.el: Support marks.
18189         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18190         (nntp-marks-modtime, nntp-marks-directory): New variables.
18191         (nntp-request-set-mark, nntp-request-update-info)
18192         (nntp-possibly-create-directory, nntp-marks-changed-p)
18193         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18194         New functions.
18196 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18198         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18199         (gnus-xmas-redefine): Rename.
18201         * gnus-score.el (gnus-score-insert-help):
18202         Use gnus-select-lowest-window.
18204         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18205         appt-select-lowest-window and rename to gnus-select-lowest-window.
18207         * gnus.el: do.
18209 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18211         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18212         encodings of MIME-encoded words, in order to improve
18213         interoperability with several broken MUAs.
18215 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18217         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18218         tags, only when charsets are not specified in headers.
18219         (mm-inline-text-html-render-with-w3m): Ditto.
18221         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18222         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18224 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18226         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18227         instead of MIME-decoded from fields when checking
18228         `gnus-article-address-banner-alist'.
18230 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18232         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18233         description rather than subject.
18235 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18237         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18239 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18241         * gnus.el (gnus-version-number): Bump.
18243 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18245         * gnus.el: No Gnus v0.2 is released.
18247 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18249         * gnus-agent.el (gnus-agent-read-agentview):
18250         Inline gnus-uncompress-range.
18252 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18254         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18255         `exec-installed-p'.
18257 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18259         * gnus.el (spam-process, spam-autodetect-methods):
18260         Add bsfilter and bsfilter-headers.
18262         * spam.el (spam-bsfilter): New customize group.
18263         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18264         (spam-bsfilter-header, spam-bsfilter-probability-header)
18265         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18266         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18267         (spam-bsfilter-database-directory): New options.
18268         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18269         (spam-list-of-statistical-checks, spam-registration-functions):
18270         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18271         (spam-bsfilter-score): New command.
18272         (spam-check-bsfilter-headers, spam-check-bsfilter)
18273         (spam-bsfilter-register-with-bsfilter)
18274         (spam-bsfilter-register-spam-routine)
18275         (spam-bsfilter-unregister-spam-routine)
18276         (spam-bsfilter-register-ham-routine)
18277         (spam-bsfilter-unregister-ham-routine): New functions.
18278         (spam-generic-score): Support bsfilter; Accept an optional argument
18279         to recalcurate spam score even if scoring header has already been
18280         added.
18281         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18282         optional argument to recalcurate spam score even if scoring header
18283         has already been added.
18285 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18287         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18288         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18289         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18290         link is missing.
18292 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18294         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18295         (html2text-get-attr): Rewrite.
18297         * message.el (message-setup-1): Remove redundant put-text-property
18298         on mail-header-separator.
18300 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18302         * gnus-registry.el (gnus-registry-cache-whitespace)
18303         (gnus-registry-action, gnus-registry-spool-action)
18304         (gnus-registry-split-fancy-with-parent): Change message levels
18305         from 5 to 3 or 7, as needed.
18307         * spam.el (spam-summary-prepare-exit)
18308         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18309         (spam-split, spam-find-spam, spam-log-undo-registration)
18310         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18311         level from 5 to 6.
18313 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18315         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18316         2004-03-04 change).
18318 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18320         * sieve-manage.el (sieve-manage-open):
18321         * nnweb.el (nnweb-insert-html):
18322         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18323         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18324         * nnspool.el (nnspool-request-group):
18325         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18326         * nnml.el (nnml-request-update-info):
18327         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18328         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18329         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18330         (nnimap-request-set-mark):
18331         * nnfolder.el (nnfolder-request-update-info):
18332         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18333         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18334         * gnus-uu.el (gnus-uu-find-articles-matching):
18335         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18336         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18337         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18338         * gnus-nocem.el (gnus-nocem-scan-groups):
18339         * gnus-int.el (gnus-start-news-server):
18340         * gnus-group.el (gnus-group-make-kiboze-group)
18341         (gnus-group-browse-foreign-server):
18342         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18343         Use mapc when appropriate.
18345 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18347         FIXME: Make separate entries for each person.
18349         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18350         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18351         <shields@msrl.com>:
18353         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18354         may need for spam sorting and scoring.
18355         (spam-user-format-function-S): Add user format function suitable for
18356         general use.
18357         (spam-article-sort-by-spam-status): Add sorting function for summary
18358         sorting.
18359         (spam-extra-header-to-number): Add function to get a score from a
18360         header.
18361         (spam-summary-score): Add function to get a numeric score from the
18362         headers.
18363         (spam-generic-score): Fix function doc, was in wrong place.
18364         (spam-initialize): Take symbols when it's run, and install the
18365         extra headers that spam-necessary-extra-headers thinks we need.
18367 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18369         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18370         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18372 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18374         * gnus-sum.el (gnus-set-global-variables)
18375         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18376         (gnus-article-get-xrefs, gnus-summary-best-group)
18377         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18378         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18379         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18380         Use with-current-buffer.
18382 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18384         * spam.el (spam-summary-prepare-exit): Simplify logic.
18385         (spam-fetch-article-header): Read the article header if it's not
18386         available.
18387         (spam-list-articles): Simplify logic.
18388         (spam-filelist-register-routine): Fix bug with unregister-list.
18390         * gnus-registry.el: Fix comments at beginning.
18392 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18394         * message.el (message-cater-to-broken-inn): Remove.
18395         (message-shorten-references): Make sure the total folded length of
18396         References is shorter than 998 characters to cater to a bug in INN
18397         2.3.  Also, don't pretend that references aren't folded -- this
18398         hasn't worked for a while.
18400 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18402         * gnus-agent.el (gnus-agentize):
18403         gnus-agent-send-mail-real-function no longer set to current value
18404         of message-send-mail-function but rather a lambda that calls
18405         message-send-mail-function.  The change makes the agent real-time
18406         responsive to user changes to message-send-mail-function.
18408 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18410         * legacy-gnus-agent.el
18411         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18412         help from Florian Weimer <fw@deneb.enyo.de>
18414 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18416         * nnmail.el (nnmail-cache-insert): Revert last change.
18418 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18420         * nnmail.el (nnmail-cache-insert): Always check whether
18421         nnmail-cache-ignore-groups matches a group name.
18423 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18425         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18426         (spam-find-spam, spam-log-processing-to-registry)
18427         (spam-log-registered-p, spam-log-unregistration-needed-p)
18428         (spam-log-undo-registration): Use gnus-message instead of
18429         gnus-error, none of these errors are fatal.
18431         * gnus-registry.el (gnus-registry-clean-empty-function)
18432         (gnus-registry-clean-empty): Remove only empty entries without
18433         extra data.
18435 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18437         * spam-stat.el (spam-stat-buffer-change-to-spam)
18438         (spam-stat-buffer-change-to-non-spam): Change (error) to
18439         (gnus-message 8) invocation.
18441 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18443         * nntp.el (nntp-via-netcat-command): New variable.
18444         (nntp-via-netcat-switches): New variable.
18445         (nntp-open-via-rlogin-and-netcat): New function.
18446         (nntp-open-connection-function): Doc fix.
18447         (nntp-telnet-command): Doc fix.
18448         (nntp-end-of-line): Doc fix.
18449         (nntp-via-rlogin-command): Doc fix.
18450         (nntp-via-user-name): Doc fix.
18451         (nntp-via-address): Doc fix.
18453 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18455         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18456         error in Emacs 21.1.
18458 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18460         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18462 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18464         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18465         (gnus-agent-with-refreshed-group): New macro.
18466         (gnus-agent-rename-group): New function.
18467         (gnus-agent-delete-group): New function.
18468         (gnus-agent-save-group-info): Use gnus-command-method when
18469         `method' parameter is nil.  Don't write nil entries into the
18470         active file.
18471         (gnus-agent-get-group-info): New function.
18472         (gnus-agent-fetch-articles):
18473         Use gnus-agent-update-files-total-fetched-for to increment disk space
18474         used.
18475         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18476         Use gnus-agent-update-view-total-fetched-for to increment disk space
18477         used.
18478         (gnus-agent-get-local): Add optional parameters to avoid calling
18479         gnus-group-real-name and gnus-find-method-for-group.
18480         (gnus-agent-set-local): Delete stored entry if either min, or max,
18481         are nil.
18482         (gnus-agent-fetch-session): Reworded error/quit messages.
18483         On quit, use gnus-agent-regenerate-group to record existance of any
18484         articles fetched to disk before the quit occurred.
18485         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18486         gnus-agent-update-view-total-fetched-for, and
18487         gnus-agent-update-files-total-fetched-for to decrement disk space
18488         used.
18489         (gnus-agent-retrieve-headers):
18490         Use gnus-agent-update-view-total-fetched-for to increment disk space
18491         used.
18492         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18493         with gnus-agent-update-files-total-fetched-for to decrement disk
18494         space and fresh group buffer.
18495         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18496         (gnus-agent-need-update-total-fetched-for): New variable.
18497         (gnus-agent-update-files-total-fetched-for): New function.
18498         (gnus-agent-update-view-total-fetched-for): New function.
18499         (gnus-agent-total-fetched-for): New function.
18501         * gnus-cache.el (gnus-cache-save-buffers):
18502         Use gnus-cache-update-overview-total-fetched-for to change disk space
18503         used by this group.
18504         (gnus-cache-possibly-enter-article):
18505         Use gnus-cache-update-file-total-fetched-for to increment disk space
18506         used by this group.
18507         (gnus-cache-possibly-remove-article):
18508         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18509         used by this group.
18510         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18511         (gnus-cache-rename-group): New function.
18512         (gnus-cache-delete-group): New function.
18513         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18514         (gnus-cache-need-update-total-fetched-for): New variable.
18515         (gnus-cache-with-refreshed-group): New macro.
18516         (gnus-cache-update-file-total-fetched-for): New function.
18517         (gnus-cache-update-overview-total-fetched-for): New function.
18518         (gnus-cache-rename-group-total-fetched-for): New function.
18519         (gnus-cache-delete-group-total-fetched-for): New function.
18520         (gnus-cache-total-fetched-for): New function.
18522         * gnus-group.el: Require gnus-sum and autoload functions to
18523         resolve warnings when gnus-group.el compiled alone.
18524         (gnus-group-line-format): Documented new %F.
18525         (size of Fetched data) group line format; identifies disk space
18526         used by agent and cache.
18527         (gnus-group-line-format-alist): Defined new F format.
18528         (gnus-total-fetched-for): New function.
18529         (gnus-group-delete-group): No longer update
18530         gnus-cache-active-altered as gnus-request-delete-group now keeps
18531         the cache in sync.
18532         (gnus-group-list-active): Let the agent store a server's active
18533         list if currently plugged.
18535         * gnus-int.el (gnus-request-delete-group):
18536         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18537         local disk in sync with the server.
18538         (gnus-request-rename-group):
18539         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18540         local disk in sync with the server.
18542         * gnus-start.el (gnus-get-unread-articles):
18543         Cosmetic simplification to logic.
18545         * gnus-util.el (gnus-rename-file): New function.
18547 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18549         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18551 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18553         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18554         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18556 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18558         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18559         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18561 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18563         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18565 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18567         * spam.el (spam-set-difference): Add function to replace
18568         gnus-set-difference in spam.el.
18569         (spam-summary-prepare-exit): Use spam-set-difference.
18571 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18573         * gnus-registry.el (gnus-registry-cache-file): Update to use
18574         gnus-dribble-directory OR gnus-home-directory OR ~.
18575         (gnus-registry-split-fancy-with-parent): Fix doc.
18577 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18579         * message.el (message-exchange-point-and-mark):
18580         Use message-mark-active-p.  Suggested by Jesper Harder
18581         <harder@ifa.au.dk>.
18583 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18585         * message.el (message-exchange-point-and-mark): Don't activate
18586         region if it was inactive.  Suggested by Hiroshi Fujishima
18587         <pooh@nature.tsukuba.ac.jp>.
18589 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18591         * gnus-art.el (article-display-face): Display Faces in the same
18592         order as X-Faces.
18594 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18596         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18598 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18600         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18601         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18602         (gnus-article-mime-hierarchy): Remove.
18603         (gnus-article-mime-hierarchy-next): Remove.
18604         (gnus-article-mode): Revert 2004-03-19 change.
18605         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18606         (gnus-insert-mime-button): Revert 2004-03-19 change.
18607         (gnus-mime-accumulate-hierarchy): Remove.
18608         (gnus-mime-enter-multipart): Remove.
18609         (gnus-mime-leave-multipart): Remove.
18610         (gnus-mime-display-part): Revert 2004-03-19 change.
18611         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18613         * mml.el (mml-preview): Revert 2004-03-19 change.
18615 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18617         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18619 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18621         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18622         t while entering a file name using the mm-with-multibyte macro.
18623         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18625         * mm-util.el (mm-with-multibyte): New macro.
18627 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18629         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18630         New user option.
18631         (gnus-mime-multipart-functions): Doc and customization fix.
18632         (gnus-article-mime-hierarchy): New variable.
18633         (gnus-article-mime-hierarchy-next): New variable.
18634         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18635         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18636         gnus-article-mime-hierarchy-next to nil.
18637         (gnus-insert-mime-button): Show hierarchy numbers.
18638         (gnus-mime-accumulate-hierarchy): New function.
18639         (gnus-mime-enter-multipart): New function.
18640         (gnus-mime-leave-multipart): New function.
18641         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18642         (gnus-mime-display-alternative): Show hierarchy numbers.
18644         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18645         gnus-article-mime-hierarchy-next to nil.
18647 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18649         * dns.el: Don't require gnus-xmas.
18651 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18653         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18654         inline PGP.
18655         (mml-menu): Disable mml-quote-region if mark is inactive.
18657 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18659         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18660         when the group's active is not available.
18662 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18664         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18665         error.
18667 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18669         * imap.el (imap-store-password): New variable.
18670         (imap-interactive-login): Use it.
18671         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18673 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18675         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18676         window-start and hscroll to summary window.
18678 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18680         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18681         conversion message to newsrc-dribble when an actual conversion is
18682         performed.
18684 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18686         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18688 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18690         * mm-decode.el (mm-complicated-handles): New function reviving
18691         former definition of mm-multiple-handles.
18693         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18694         (gnus-mime-delete-part): Use it.
18696 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18698         * gnus-agent.el (gnus-agent-read-local):
18699         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18700         avoid the implicit assumption that they will always be equal.
18701         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18702         coding-system-for-write, as the with-temp-file macro first prints
18703         to a buffer then saves the buffer.
18705 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18707         * gnus-art.el (gnus-article-edit-part): New function.
18708         (gnus-mime-save-part-and-strip): Use it; do query instead of
18709         signaling an error; don't use mm-multiple-handles.
18710         (gnus-mime-delete-part): Ditto.
18712 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18714         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18715         old file versions.
18716         (gnus-group-prepare-hook): Remove function that converted list
18717         form of gnus-agent-expire-days to group properties.
18719         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18720         (gnus-request-accept-article): Re-indented.
18722         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18723         converters to handle old agent file formats.  Add logic for a
18724         "backup before upgrading warning".
18725         (gnus-convert-mark-converter-prompt): Developers can mark
18726         functions as needing (default), or not needing,
18727         gnus-convert-old-newsrc's "backup before upgrading warning".
18728         (gnus-convert-converter-needs-prompt): Tests whether the user
18729         should be protected from potentially irreversable changes by the
18730         function.
18732         * legacy-gnus-agent.el: New.  Provides converters that are only
18733         loaded when gnus-convert-old-newsrc needs to call them.
18735 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18737         * mail-source.el (mail-source-touch-pop): Doc fix.
18739         * message.el (message-smtpmail-send-it): Doc fix.
18741 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18743         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18745         * nnmail.el (nnmail-split-fancy): do.
18747         * gnus-kill.el (gnus-kill, gnus-execute): do.
18749 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18751         * gnus-sum.el (gnus-widget-reversible-match)
18752         (gnus-widget-reversible-to-internal)
18753         (gnus-widget-reversible-to-external): New functions.
18754         (gnus-widget-reversible): New widget.
18755         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18757 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18759         * gnus-sum.el (gnus-thread-sort-functions)
18760         (gnus-article-sort-functions): Document `(not F)' items.
18762 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18764         * spam.el (spam-use-gmane-xref): Add new backend.
18765         (spam-gmane-xref-spam-group): Add variable to control the name of the
18766         Gmane spam group.
18767         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18768         (spam-regex-headers-spam, spam-regex-headers-ham)
18769         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18770         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18771         backends and checks.
18772         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18774         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18775         an autodetect method.
18777 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18779         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18780         articles are being added to a group.
18781         (gnus-request-replace-article): Inform the agent that articles
18782         need to be uncached as the cached contents are no longer valid.
18784 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18786         * binhex.el: Don't autoload executable-find.
18788         * canlock.el: Don't autoload mail-fetch-field.
18790         * dgnushack.el: Autoload c-mode for XEmacs.
18792         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18794         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18795         rmail-dont-reply-to and rmail-output.
18797         * gnus-score.el: Don't autoload ffap-string-at-point.
18799         * gnus-setup.el: Don't autoload sc-cite-original.
18801         * imap.el: Don't autoload base64-decode-string,
18802         base64-encode-string and md5.
18804         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18805         and rmail-msg-restore-non-pruned-header.
18807         * mm-decode.el: Don't autoload executable-find.
18809         * mm-url.el: Don't autoload executable-find.
18811         * mm-view.el: Don't autoload diff-mode.
18813         * nndb.el: Don't autoload news-reply-mode, news-setup,
18814         cancel-timer and telnet.
18816         * password.el: Don't autoload run-at-time for Emacs.
18818         * sha1-el.el: Don't autoload executable-find.
18820         * sieve-mode.el: Don't autoload c-mode.
18822         * uudecode.el: Don't autoload executable-find.
18824 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18826         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18827         (gnus-agent-possibly-alter-active): Avoid null in numeric
18828         comparison.
18829         (gnus-agent-set-local): Refuse to save null in local object table.
18830         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18831         list of articles that will be marked as unread.
18833 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18835         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18837 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18839         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18840         language tags.
18842 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18844         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18845         Don't bind "obarray".
18847         * gnus-sum.el (gnus-thread-sort-functions):
18848         Add `gnus-thread-sort-by-most-recent-number' and
18849         `gnus-thread-sort-by-most-recent-date'.
18850         Reported by Kai Grossjohann <kai@emptydomain.de>.
18852 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18854         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18856 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18858         * gnus-cus.el (gnus-agent-customize-category):
18859         Remove ignore-errors macro reference that required cl to be loaded at
18860         run-time.
18862         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18863         single-interval range of the form (min . max).  Previously the
18864         range had to look like ((min . max)).  Likewise, return
18865         (min . max) rather than ((min . max)).
18866         (gnus-range-map): Use gnus-range-normalize to accept
18867         single-interval range.
18869         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18870         the cache, but not the agent, now appear with their usual face.
18872         * dgnushack.el (loaddir): New variable that is bound to the
18873         directory containing the dgnushack.el file. Use loaddir, rather
18874         than srcdir, to update load-path. Change lets dgnushack compile
18875         code in directories other than GNUS/lisp.
18877 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18879         * lpath.el: Don't bind w3m-safe-url-regexp.
18881         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18882         w3m-safe-url-regexp variable buffer-local.
18884         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18886 2004-02-27  Simon Josefsson  <jas@extundo.com>
18888         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18889         gnus-group-real-prefix.
18890         (gnus-summary-move-article): Use it, instead of
18891         gnus-group-real-prefix.
18893 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18895         * lpath.el: Bind w3m-safe-url-regexp.
18897         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18898         w3m-safe-url-regexp variable buffer-local and set it as the value
18899         of mm-w3m-safe-url-regexp.
18901         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18903         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18904         parsing gnus-posting-styles when the message is not for replying.
18906         * dgnushack.el: Autoload sgml-mode for XEmacs.
18908         * nnrss.el (nnrss-opml-export):
18909         Use mm-set-buffer-file-coding-system instead of
18910         set-buffer-file-coding-system.
18912 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18914         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18915         of checkdoc.el).
18916         * nnrss.el: do.
18917         * gnus-mlspl.el: do.
18918         * gnus-ml.el: do.
18919         * gnus-srvr.el: do.
18921         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18923 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18925         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18926         Corrections to custom-manual links.
18928         * gnus-art.el (gnus-article): Ditto.
18930         * mm-decode.el (mime-display, mime-security): Ditto.
18932 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18934         * flow-fill.el: Typo.
18936 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18938         * spam-wash.el: New file.
18940 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18942         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18944 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18946         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18947         to be run with new-articles as LIST1, not LIST2.
18948         (spam-registration-functions): Add spam-use-ham-copy as a nil
18949         registration backend.
18951 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18953         * spam-stat.el (spam-stat-washing-hook): New option.
18954         (spam-stat-buffer-words): Use it.
18955         (spam-stat-process-directory, spam-stat-test-directory):
18956         Use insert-file-contents-literally.
18957         (spam-stat-coding-system): New variable.
18958         (spam-stat-load, spam-stat-save): Use it.
18960 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18962         * spam-report.el (spam-report-plug-agent):
18963         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18965 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18967         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18968         Allow / in mailto URLs.
18970 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18972         * spam-report.el (spam-report-process-queue): Fix interactive use.
18973         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18974         (spam-report-unplug-agent): Doc fixes.
18975         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18976         (spam-report-agentize, spam-report-deagentize): Autoload.
18978 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18980         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18982         * message.el (message-setup-fill-variables): Add mml tags to
18983         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18984         <ajk@iu.edu>.
18985         (message-mode): Don't modify paragraph-separate there.
18987 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18989         * compface.el (uncompface-use-external): Default to undecided.
18990         (uncompface-use-external-threshold): New variable.
18991         (uncompface-float-time): New macro.
18992         (uncompface): Determine whether to use the external decoder if
18993         uncompface-use-external is undecided.
18995 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18997         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18998         after images.
19000         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19002 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19004         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19006         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19008         * gnus-sum.el (gnus-summary-limit-to-age)
19009         (gnus-summary-limit-children): do.
19011         * gnus-int.el (gnus-request-scan): do.
19013         * gnus-group.el (gnus-group-suspend): do.
19015         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19017         * gnus-cite.el (gnus-cite-parse-attributions): do.
19019         * gnus-agent.el (gnus-summary-set-agent-mark)
19020         (gnus-agent-regenerate-group): do.
19022         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19024         * binhex.el (binhex-decode-region-internal): do.
19026 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19028         * gnus-fun.el (gnus-face-properties-alist): New user option.
19029         (gnus-display-x-face-in-from): Use it.
19031         * gnus-art.el (article-display-face): Ditto.
19033         * compface.el (uncompface-use-external): Default to nil.
19035 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19037         * nntp.el (nntp-erase-buffer): New function.
19038         (nntp-retrieve-data, nntp-send-command)
19039         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19040         (nntp-possibly-change-group): Use it.
19042         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19043         Use with-current-buffer.
19045 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19047         * compface.el: Merge the ELisp-based uncompface program.
19048         (compface): New customization group.
19049         (uncompface-use-external): New user option.
19050         (uncompface): Call uncompface-internal if uncompface-use-external
19051         is nil.
19052         (uncompface-internal): New function.  Note that there are also
19053         some other functions and variables added for this function.
19055 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19057         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19058         if necessary.
19060 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19062         * spam-report.el (spam-report-unplug-agent)
19063         (spam-report-plug-agent, spam-report-deagentize)
19064         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19065         Add support for the Agent in spam-report: when unplugged, report to a
19066         file; when plugged, submit all the requests.
19068         * spam.el (spam-register-routine): Fix message about
19069         registration.
19071 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19073         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19074         dependencies.
19075         (rfc2047-encode): Use it.
19077         * gnus-art.el (gnus-button-marker-list): Move before first
19078         reference.
19080         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19081         (imap-parse-body): Fix format string mismatch.
19083         * gnus-score.el (gnus-summary-increase-score): do.
19085         * nnrss.el (nnrss-close): New function.
19087 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19089         * nnrss.el (nnrss-make-filename): New function.
19090         (nnrss-request-delete-group, nnrss-read-server-data)
19091         (nnrss-save-server-data, nnrss-read-group-data)
19092         (nnrss-save-group-data): Use it.
19093         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19094         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19095         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19097 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19099         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19101 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19103         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19104         files.
19106         * message.el (message-generate-headers-first): Don't quote nil
19107         and t in docstrings.
19109         * imap.el (imap-id): do.
19111         * gnus-agent.el (gnus-agent-consider-all-articles)
19112         (gnus-agent-queue-mail): do.
19114 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19116         * spam-report.el (spam-report-process-queue): New function.
19117         Process requests from `spam-report-requests-file'.
19118         (spam-report-process-queue): Doc fix.
19120 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19122         * spam.el (spam-register-routine)
19123         (spam-log-processing-to-registry, spam-log-registered-p)
19124         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19125         Change "check" to "spam-check" for semi-clarity.
19127 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19129         * pop3.el: Require nnheader.
19131         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19133         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19135         * gnus-picon.el: Require cl.
19137         * gnus-fun.el: Require gnus-ems and gnus-util.
19139         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19141         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19143         * gnus-art.el (gnus-article-edit-mode): Define before first
19144         reference.
19146 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19148         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19149         (gnus-uu-post-encoded): Use point-at-bol.
19151         * gnus-topic.el (gnus-group-active-topic-p): do.
19153         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19155         * gnus-group.el (gnus-group-kill-region): do.
19157         * gnus-art.el (article-date-ut): do.
19159         * message.el (message-fetch-field): Remove redundant
19160         case-fold-search binding.
19161         (message-narrow-to-field): Simplify.
19163 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19165         * spam.el (spam-directory): Derive from `gnus-directory'.
19167         * spam-report.el (spam-report-url-to-file)
19168         (spam-report-requests-file): New function and variable for offline
19169         reporting.
19170         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19171         and user defined function.
19172         (spam-report-url-ping-mm-url): Remove doubled slash.
19174 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19176         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19178 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19180         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19181         Fix format string mismatch.
19183         * sieve.el (sieve-deactivate-all): do.
19185         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19187         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19189         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19191         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19193 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19195         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19196         the list of checks.
19198 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19200         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19201         padding.
19203 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19205         * mm-view.el (mm-fill-flowed): New variable.
19206         (mm-inline-text): Use it.
19208 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19210         * spam.el (spam-spamassassin-register-ham-routine)
19211         (spam-spamassassin-register-spam-routine): Fix function names.
19213 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19215         * gnus.el (gnus-tmp-grouplens): Remove.
19216         (gnus-summary-line-format): Remove grouplens.
19218         * gnus-group.el (gnus-group-line-format): Ditto.
19220         * gnus-spec.el (gnus-format-specs): Ditto.
19221         (gnus-update-format-specifications): Flush the group format spec
19222         cache if there's the grouplens stuff.
19223         (gnus-parse-simple-format): Replace %l with the empty string.
19225 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19227         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19228         omission.
19230 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19232         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19233         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19235 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19237         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19238         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19239         New macros and functions.
19240         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19241         Handle > NLINK_MAX messages.
19242         * nnmaildir.el (nnmaildir-request-set-mark):
19243         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19245 2004-01-25  Alex Schroeder  <alex@gnu.org>
19247         * spam-stat.el (spam-stat-process-directory-age): New option.
19248         (spam-stat-process-directory): Use it.
19250 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19252         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19253         (spam-stat-save): Accept prefix argument.
19255 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19257         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19258         links" error.
19260 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19262         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19263         the rest of the and/or forms.
19265 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19267         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19268         compatibility with old .newsrc.eld files.
19270         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19272         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19274         * gnus-start.el (gnus-1): do.
19276         * gnus-group.el (gnus-group-line-format-alist): do.
19278         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19280         * gnus-gl.el: Remove.
19282 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19284         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19285         marks consisting of a single range {for example, (3 . 5)} rather
19286         than a list of a single range { ((3 . 5)) }.
19288 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19290         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19291         Use with-current-buffer.
19292         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19293         avoid consing a string.
19295         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19296         Remove obsolete entries for big5 and gb2312.
19298 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19300         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19301         uncompressed list.
19303 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19305         * spam-stat.el (spam-stat-strip-xref): New function.
19306         (spam-stat-process-directory): Use it.
19308         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19309         here -- it's done in message-fetch-field.
19311 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19313         * gnus-agent.el (gnus-agent-queue-mail)
19314         (gnus-agent-prompt-send-queue): New variables.
19315         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19316         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19317         "nndraft:queue" along to gnus-draft-send.
19318         Use gnus-agent-prompt-send-queue.
19319         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19320         is "nndraft:queue".  Suggested by Gaute Strokkenes
19321         <gs234@srcf.ucam.org>
19323         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19324         (agent-enable-undownloaded-faces): Add.
19325         (gnus-agent-cat-groups): Use eval-and-compile, not
19326         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19327         method of gnus-agent-cat-groups even when the buffer has been
19328         evaled.
19329         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19330         delete gnus-agent-save-active-1.
19331         (gnus-agent-save-groups): Delete.  Identical to
19332         gnus-agent-save-active.
19333         (gnus-agent-write-active): No longer adjust agent's copy of active
19334         file as agent's adjustments are now stored in their own
19335         file.  Remove optional parameter.
19336         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19337         servers.  Add use of min/max range limits from server's local
19338         file.
19339         (gnus-agent-save-alist): Remove unused optional argument.
19340         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19341         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19342         (gnus-agent-set-local): A per-server file that keeps min/max range
19343         limits for articles known to the agent.  Provides a fast mechanism
19344         for altering many active ranges.
19345         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19346         active file (local makes it unnecessary).
19347         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19349         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19350         (agent-enable-undownloaded-faces): Add.
19352         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19353         disable it when sending to "nndraft:queue".
19354         (gnus-group-send-queue): Add safety check to avoid sending queue
19355         when unplugged.
19357         * gnus-group.el (gnus-group-catchup): Use new
19358         gnus-sequence-of-unread-articles, not
19359         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19360         numbers of articles.  Use gnus-range-map to avoid having to
19361         uncompress the unread list.
19362         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19363         Fix invalid ange-ftp reference.
19365         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19366         (gnus-sorted-range-intersection): Intersection of two ranges
19367         without requiring that they first be uncompressed.
19369         * gnus-start.el (gnus-activate-group): Unless blocked by the
19370         caller, possibly expand the active range to include both cached
19371         and agentized articles.
19372         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19373         multiple version-dependent converters.
19374         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19375         gnus-agent-save-active.
19376         (gnus-save-newsrc-file): Save dirty agent range limits.
19378         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19379         gnus-agent-possibly-alter-active.
19380         (gnus-adjust-marked-articles): Faster handling of simple lists.
19382 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19384         * spam-stat.el (spam-stat-test-directory): New optional argument
19385         displays a list of files detected.  Suggested by Andrew Cohen
19386         <cohen@andy.bu.edu>.
19387         (spam-stat-buffer-words-with-scores): Don't narrow and change
19388         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19390 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19392         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19393         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19394         (spam-spamassassin-arguments)
19395         (spam-spamassassin-spam-flag-header)
19396         (spam-spamassassin-positive-spam-flag-header)
19397         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19398         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19399         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19400         (spam-list-of-processors, spam-list-of-checks)
19401         (spam-list-of-statistical-checks, spam-registration-functions)
19402         (spam-check-spamassassin-headers, spam-check-spamassassin)
19403         (spam-spamassassin-score)
19404         (spam-spamassassin-register-with-sa-learn)
19405         (spam-spamassassin-register-spam-routine)
19406         (spam-spamassassin-register-ham-routine)
19407         (spam-assassin-register-spam-routine)
19408         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19409         (spam-bogofilter-score): Fix to show article before scoring.
19411 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19413         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19414         default scoring function.
19415         (spam-generic-score): Call spam-spamassassin-score if
19416         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19417         spam-bogofilter-score otherwise.
19419         * gnus.el (spam-process, spam-autodetect-methods):
19420         Add spamassassin and spamassassin-headers.
19422 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19424         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19425         Suppress unnecessary messages.
19427 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19429         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19430         make-hash-table.
19432 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19434         * canlock.el (base64-encode-string): Don't autoload it.
19436 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19438         * run-at-time.el: Remove useless (require 'itimer),
19439         eval-and-compile and (featurep 'xemacs).
19441 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19443         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19444         GROUP is a virtual group.
19446 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19448         * gnus.el: Autoload `message-y-or-n-p'.
19450 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19452         * pgg-parse.el: Remove unnecessary (require 'custom).
19454         * pgg-def.el: do.
19456         * nnmail.el: do.
19458         * gnus-undo.el: do.
19460         * gnus-picon.el: do.
19462         * gnus-util.el: do.
19464 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19466         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19468 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19470         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19471         handle, as well as a list.
19473         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19474         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19475         (mm-w3m-cid-retrieve): Simplify.
19477 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19479         * message.el (message-kill-to-signature): Allow prefix arg to
19480         specify number of lines to keep before signature.
19482 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19484         * message.el (message-kill-to-signature): Change docstring.
19486 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19488         * canlock.el: Always require sha1-el.
19489         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19491         * message.el: Autoload sha1 only when compiling.
19493         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19494         eudc-expand-inline for XEmacs.
19496 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19498         * message.el (message-canlock-generate): Require sha1-el.
19500 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19502         * message.el (message-expand-name): Silence the byte compiler.
19504         * lpath.el: Add detect-coding-system.
19506         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19507         cus-edit.
19509 2004-01-13  Simon Josefsson  <jas@extundo.com>
19511         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19512         Invoke gnus-score-mode.
19513         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19515         * gnus-range.el (gnus-compress-sequence): Doc fix.
19516         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19518 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19520         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19522 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19524         * spam.el (spam-get-article-as-string): Update to use
19525         gnus-request-article-this-buffer, much simpler.
19526         (spam-get-article-as-buffer): Remove.
19528 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19530         * message.el (message-expand-name): Use EUDC if the user uses that.
19532 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19534         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19535         character for the encoding to avoid consing a string.
19537         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19538         unnecessarily.
19540         * mm-util.el (mm-replace-chars-in-string): Remove.
19542         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19543         of mm-replace-chars-in-string.
19545 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19547         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19549         * mm-util.el (mm-subst-char-in-string): Support inplace.
19551         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19552         a new string in every iteration.  Use shy groups.
19554 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19556         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19557         * gnus-soup.el (gnus-soup-group-brew):
19558         * gnus-msg.el (gnus-put-message):
19559         * gnus-move.el (gnus-group-move-group-to-server):
19560         * gnus-kill.el (gnus-batch-score):
19561         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19562         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19563         (gnus-group-update-group, gnus-group-read-group)
19564         (gnus-group-make-group, gnus-group-make-help-group)
19565         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19566         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19567         (gnus-group-sort-by-unread, gnus-group-catchup)
19568         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19569         (gnus-group-yank-group, gnus-group-set-info)
19570         (gnus-group-list-groups):
19571         * gnus.el (gnus-generate-new-group-name):
19572         * gnus-delay.el (gnus-delay-send-queue):
19573         * nnvirtual.el (nnvirtual-catchup-group):
19574         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19575         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19576         (gnus-group-prepare-topics, gnus-topic-check-topology):
19577         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19578         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19579         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19580         (gnus-group-make-articles-read):
19581         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19582         (gnus-group-change-level, gnus-kill-newsgroup)
19583         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19584         (gnus-get-unread-articles, gnus-make-articles-unread)
19585         (gnus-make-ascending-articles-unread): Use accessor
19586         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19587         to get group information for improved readability.
19590 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19592         * gnus-art.el (article-decode-mime-words, article-babel)
19593         (gnus-article-highlight-signature, gnus-article-add-buttons)
19594         (gnus-signature-toggle): Use gnus-with-article-buffer.
19596         * gnus-art.el (gnus-article-highlight-headers)
19597         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19599         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19600         (gnus-article-set-globals, gnus-request-article-this-buffer)
19601         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19602         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19603         (gnus-mime-display-alternative): Use with-current-buffer.
19605 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19607         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19608         also under 80 char limit, and call gnus-error if needed.
19609         (spam-fetch-article-header): Fix - it was a
19610         buffer-local variable (gnus-newsgroup-data).
19611         (spam-find-spam): Use spam-generate-fake-headers, forget about
19612         spam-insert-fake-headers.
19613         (spam-insert-fake-headers): Remove.
19615 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19617         * deuglify.el (gnus-article-outlook-unwrap-lines)
19618         (gnus-outlook-rearrange-article)
19619         (gnus-outlook-repair-attribution-outlook)
19620         (gnus-outlook-repair-attribution-block)
19621         (gnus-outlook-repair-attribution-other): Remove redundant
19622         save-excursion.
19624 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19626         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19627         (spam-fetch-field-subject-fast)
19628         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19629         (spam-fetch-article-header): Add functions to deal with Gnus
19630         internals for fast retrieval of article header data.
19631         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19633 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19635         * pop3.el (pop3-md5): Remove.
19636         (pop3-apop): Replace pop3-md5 with md5.
19638         * mm-bodies.el: base64 is always built-in.
19640         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19641         Use with-current-buffer.
19643 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19645         * canlock.el (canlock-insert-header): Remove excessive grouping in
19646         regexp.
19648         * gnus-sum.el (gnus-summary-read-document): Ditto.
19650         * gnus-uu.el (gnus-uu-part-number): Ditto.
19652         * html2text.el (html2text-remove-tags): Ditto.
19653         (html2text-format-tags): Ditto.
19654         (html2text-format-single-elements): Ditto.
19656         * mml.el (mml-parse-1): Ditto.
19658 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19660         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19662         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19664         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19666         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19668 2003-11-15  Simon Josefsson  <jas@extundo.com>
19670         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19671         (pgg-gpg-lookup-key): Use regexp match instead of
19672         split-string (split-string is different between emacs 21.2 and
19673         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19675 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19677         * gnus-art.el (gnus-mime-view-all-parts)
19678         (gnus-article-part-wrapper, gnus-article-view-part):
19679         Use with-current-buffer.
19681 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19683         * spam.el (spam-disable-spam-split-during-ham-respool)
19684         (spam-spamoracle-database, spam-cache-lookups)
19685         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19686         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19687         (spam-group-ham-marks, spam-group-spam-marks)
19688         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19689         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19690         also add spam-use-blackholes to the statistical checks.
19691         (spam-fetch-field-fast): Add interface to fetching fields, may
19692         become a macro.
19693         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19694         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19695         (spam-insert-fake-headers): Fake an article when needed.
19696         (spam-find-spam): Fake article when possible.
19697         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19698         (spam-check-bogofilter-headers): Use message-fetch-field instead
19699         of nnmail-fetch-field.
19701 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19703         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19705 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19707         * spam.el (spam-split): Do not require spam-use-CHECK to be
19708         enabled if that check is passed to spam-split explicitly; also
19709         fix so 'spam doesn't get converted to spam-split-group when
19710         spam-split-symbolic-return is t.
19711         (spam-find-spam): Find registrations of the article and use those
19712         instead of re-running spam-split to find the spam/ham
19713         classification of the article.
19714         (spam-log-processing-to-registry, spam-log-registered-p)
19715         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19716         Use gnus-error instead of gnus-message.
19717         (spam-log-registration-type): Add function to determine the
19718         classification of a message based on registry entries; will
19719         return nil if both 'spam and 'ham are found.
19720         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19721         a reasonably fast local cache without the loading errors.
19722         (spam-cache-lookups): Set to t by default.
19723         (spam-find-spam): Don't try to guess spam-cache-lookups.
19724         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19725         spam-caches entry.
19726         (spam-filelist-build-cache, spam-filelist-check-cache):
19727         Fix caching of whitelist/blacklist entries.
19728         (spam-check-whitelist, spam-check-blacklist):
19729         Invoke spam-from-listed-p with a type, not a cache variable.
19730         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19732 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19734         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19736         * nnmail.el (nnmail-split-fancy): do.
19738         * mml.el (mml-parse): do.
19740         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19741         (gnus-score-adaptive): do.
19743 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19745         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19746         (gnus-mime-button-map): Don't set keymap parent.
19747         (gnus-button-ctan-directory-regexp): Use shy grouping.
19748         (gnus-prev-page-map): Don't set keymap parent.
19749         (gnus-prev-page-map): Remove duplicated one.
19750         (gnus-next-page-map): Don't set keymap parent.
19751         (gnus-mime-security-button-map): Ditto.
19753         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19754         version number.
19756         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19758 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19760         * canlock.el (canlock-sha1-function): Remove.
19761         (canlock-sha1-function-for-verify): Remove.
19762         (canlock-openssl-program): Remove.
19763         (canlock-openssl-args): Remove.
19764         (canlock-ignore-errors): Remove.
19765         (canlock-sha1-with-openssl): Remove.
19766         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19767         (canlock-verify): Don't use canlock-ignore-errors.
19769         * sha1-el.el (sha1-string-external): Make it can return a string
19770         in binary form.
19771         (sha1-region-external): Ditto.
19772         (sha1-string-internal): Ditto.
19773         (sha1-region-internal): Ditto.
19774         (sha1-region): Ditto.
19775         (sha1-string): Ditto.
19776         (sha1): Ditto.
19778 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19780         * spam.el (spam-report-articles-gmane): New command.
19782 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19784         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19786         * run-at-time.el (run-at-time-saved): Remove.
19787         (run-at-time): Doc fix.
19789 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19791         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19792         (gnus-summary-limit-map): Add it.
19793         (gnus-summary-make-menu-bar): do.
19795 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19797         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19798         Make attempt at some caching support (done for BBDB only now).
19799         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19800         addresses to be checked.
19801         (spam-clear-cache-BBDB): Add function, to be invoked by
19802         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19803         (spam-check-BBDB): Check and use the caches, if
19804         spam-cache-lookups is on, remove superfluous (provide).
19806 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19808         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19810 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19812         * run-at-time.el (run-at-time-saved): Move to after the definition
19813         of `run-at-time'.
19815         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19817 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19819         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19820         mm-w3m-local-map-property.
19822         * mm-view.el (mm-w3m-mode-map): Remove.
19823         (mm-w3m-local-map-property): Remove.
19824         (mm-inline-text-html-render-with-w3m): Don't use
19825         mm-w3m-local-map-property.
19827 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19829         * run-at-time.el: New file.
19831         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19832         under Emacs.
19834         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19835         of gnus-set-text-properties.
19837         * gnus-uu.el (gnus-uu-save-article): Ditto.
19839         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19841         * gnus-cite.el (gnus-cite-parse): Ditto.
19843         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19844         of gnus-.
19846         * gnus-xmas.el (run-at-time): Require run-at-time.
19848         * gnus.el: Change calls to nnheader-run-at-time and
19849         password-run-at-time throughout to use run-at-time directly.
19851         * password.el: Remove definition of run-at-time.
19853         * nnheaderxm.el: Remove definition of run-at-time.
19855 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19857         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19858         in prompt.
19860 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19862         * messagexmas.el (message-xmas-redefine): Alias
19863         `message-make-caesar-translation-table' to
19864         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19865         version.
19867         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19868         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19869         `gnus-xmas-set-text-properties'.
19870         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19871         `gnus-xmas-completing-read'.
19872         (gnus-xmas-completing-read): Removed.
19873         (gnus-xmas-open-network-stream): Removed.
19875         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19876         XEmacs version.
19878         * dns.el (dns-make-network-process): Use `open-network-stream'
19879         instead of `gnus-xmas-open-network-stream'.
19881         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19883         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19885 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19887         * gnus-art.el (gnus-mime-display-alternative)
19888         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19889         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19890         Don't use gnus-local-map-property.
19892         * gnus-util.el (gnus-local-map-property): Remove.
19894         * mm-view.el (mm-view-pkcs7-decrypt):
19895         Replace gnus-completing-read-maybe-default with completing-read.
19897         * gnus-util.el (gnus-completing-read): do.
19898         (gnus-completing-read-maybe-default): Remove.
19900 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19902         * password.el: Only autoload `run-at-time' if not XEmacs.
19903         Only autoload the itimer functions if XEmacs.
19905 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19907         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19908         XEmacsen.
19910         * dgnushack.el: Autoload executable-find for XEmacs.
19912 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19914         * gnus-art.el (gnus-read-string): Remove.
19915         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19916         read-string.
19918 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19920         * netrc.el: Autoload password-read.
19921         (netrc): Add configuration group.
19922         (netrc-encoding-method, netrc-openssl-path):
19923         Add variables for encoding and decoding of files with symmetric
19924         ciphers.
19925         (netrc-encode): Add assistant function to encode a file with
19926         netrc-encoding-method.
19927         (netrc-parse): Add interactive parameter, added optional
19928         decoding if netrc-encoding-method is non-nil but otherwise
19929         behavior is standard.
19930         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19931         Do s/encode/encrypt/ everywhere.
19933         * spam.el: Remove executable-find autoload.
19935 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19937         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19939         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19941 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19943         * gnus-art.el (gnus-treat-ansi-sequences)
19944         (article-treat-ansi-sequences): New variable and function.
19945         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19947         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19948         Use it.
19950 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19952         * mm-util.el (mm-quote-arg): Remove.
19954         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19955         shell-quote-argument.
19957         * gnus-uu.el (gnus-uu-command): do.
19959         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19961         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19962         with make-char.
19964         * mm-util.el (mm-make-char): Remove.
19966         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19967         add-minor-mode.
19969         * gnus-undo.el (gnus-undo-mode): do.
19971         * gnus-topic.el (gnus-topic-mode): do.
19973         * gnus-sum.el (gnus-dead-summary-mode): do.
19975         * gnus-start.el (gnus-slave-mode): do.
19977         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19979         * gnus-ml.el (gnus-mailing-list-mode): do.
19981         * gnus-gl.el (gnus-grouplens-mode): do.
19983         * gnus-draft.el (gnus-draft-mode): do.
19985         * gnus-dired.el (gnus-dired-mode): do.
19987         * gnus-ems.el (gnus-add-minor-mode): Remove.
19989         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19990         Replace gnus-char-width with char-width.
19992         * gnus-ems.el (gnus-char-width): Remove.
19994         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19995         Replace gnus-char-width with char-width.
19997         * gnus-ems.el (gnus-char-width): Remove.
19999         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20000         definition.
20001         Remove Emacs 20 hash table compatibility code.
20003         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20004         20 compatibility code.
20006         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20008         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20010         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20011         Replace with point-at-{eol,bol}.
20013         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20015         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20017         * flow-fill.el (fill-flowed-point-at-bol)
20018         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20020         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20021         Replace with point-at-{eol,bol} throughout all files.
20023 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20025         * ntlm.el (ntlm-string-as-unibyte): New macro.
20026         (ntlm-build-auth-response): Use it.
20028         Remove Emacs 20 stuff:
20029         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20030         (butlast, mapc, remove): Remove the compiler macros.
20031         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20032         of delq and copy-sequence.
20033         * gnus-art.el (popup-menu): Remove the compiler macro.
20034         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20035         Emacs 20.
20037 2004-01-05  Simon Josefsson  <jas@extundo.com>
20039         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20040         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20041         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20042         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20043         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20044         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20045         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20046         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20047         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20048         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20049         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20050         string-xor into ntlm-string-xor.
20051         Suggested by Jesper Harder <harder@myrealbox.com>.
20053         * ntlm.el: Don't include poem.
20055         * md4.el (print-int32, print-string-hexa): Remove.
20056         Suggested by Jesper Harder <harder@myrealbox.com>.
20058         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20060         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20061         probably breaks emacs with DL patch, but do we care? Is anyone
20062         still using the DL stuff?)
20064         * sieve-manage.el: Use the password package.
20065         (sieve-manage-read-passwd): Remove.
20066         (sieve-manage-interactive-login): Use password.  Re-add
20067         condition-case around loop.
20069         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20070         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20071         Use the password package.
20073 2003-02-19  Simon Josefsson  <jas@extundo.com>
20075         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20076         token.
20078 2002-08-07  Simon Josefsson  <jas@extundo.com>
20080         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20081         (sieve-manage-authenticators):
20082         (sieve-manage-authenticator-alist): Add some SASL mechs.
20083         (sieve-sasl-auth): New function.
20084         (sieve-manage-cram-md5-auth):
20085         (sieve-manage-plain-auth): Rewrite using SASL library.
20086         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20087         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20088         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20089         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20091 2004-01-05  Simon Josefsson  <jas@extundo.com>
20093         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20094         New files.
20096 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20098         * gnus-group.el (gnus-no-groups-message): Update.
20100         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20102 2003-11-09  Simon Josefsson  <jas@extundo.com>
20104         * imap.el: Support for ID IMAP extension (RFC 2971).
20105         (imap-local-variables): Add imap-id.
20106         (imap-id): New variable.
20107         (imap-id): New function.
20108         (imap-parse-response): Parse untagged ID response.
20109         * nnimap.el (nnimap-id): New variable.
20110         (nnimap-open-connection): Use it.
20112 2003-12-28  Simon Josefsson  <jas@extundo.com>
20114         * gnus-score.el (gnus-score-edit-all-score): New.
20115         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20117 2004-01-04  Simon Josefsson  <jas@extundo.com>
20119         * password.el: Add.
20121 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20123         * dns.el (dns-query-types): Fix typo.
20124         (dns-query-types): New function.
20125         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20126         PTR and SOA replies, see RFC 1035.
20128 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20130         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20132         * Move to Changelog.2.
20134 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20136         * gnus.el (gnus-version-number): Bump version.
20138 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20140         * gnus.el: No Gnus v0.1 is released.
20142 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20144         * gnus.el: No Gnus v0.0 is released.
20146 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20148         * gnus.el (gnus-version-number): Bump.
20149         (gnus-version): No.
20151 See ChangeLog.2 for earlier changes.
20153     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
20154       Free Software Foundation, Inc.
20156   This file is part of GNU Emacs.
20158   GNU Emacs is free software: you can redistribute it and/or modify
20159   it under the terms of the GNU General Public License as published by
20160   the Free Software Foundation, either version 3 of the License, or
20161   (at your option) any later version.
20163   GNU Emacs is distributed in the hope that it will be useful,
20164   but WITHOUT ANY WARRANTY; without even the implied warranty of
20165   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20166   GNU General Public License for more details.
20168   You should have received a copy of the GNU General Public License
20169   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20171 ;; Local Variables:
20172 ;; coding: utf-8
20173 ;; fill-column: 79
20174 ;; add-log-time-zone-rule: t
20175 ;; End: