Merge from trunk.
[emacs.git] / lisp / gnus / ChangeLog
blob7ffd689f5d0d332298efe13a64ee88171ad6657c
1 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
3         * message.el (message-tool-bar-gnome): Tweak tool-bar items.  Add
4         :vert-only tags.
5         (message-mail): New arg RETURN-ACTION.
6         (message-return-action): New var.
7         (message-bury): Use it.
8         (message-mode): Make it buffer-local.
9         (message-send-and-exit): Always call message-bury.
11         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
12         message-mail.
14 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16         * nnimap.el (nnimap-convert-partial-article): Protect against
17         zero-length body parts.
19         * mm-decode.el (mm-preferred-alternative-precedence): Discourage
20         showing empty parts.
22         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
23         and stuff if the backend didn't return the article number.  This fixes
24         an Exchange-related nnimap bug.
26         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
27         group window, because it does the wrong thing when a separate frame
28         displays the group buffer.
30         * proto-stream.el (open-protocol-stream): Protect against the low-level
31         transport functions returning nil.
33 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
35         * mml2015.el (epg-sub-key-fingerprint): Autoload.
36         (mml2015-epg-find-usable-secret-key): New function.
37         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
38         mml2015-epg-find-usable-key (Bug#7797).
39         (mml2015-epg-encrypt): Ditto.
41 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
45 2011-01-03  Glenn Morris  <rgm@gnu.org>
47         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
49         * sieve.el (sieve-open-server): Give a more explicit error if
50         sieve-manage-open returns nil.  (Bug#7720)
52 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
54         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
56 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
58         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
59         This avoids sending passwords in plain text over non-encrypted
60         channels.
62         * shr.el (shr-rescale-image): Display all GIF images as animated images.
64         * nnimap.el (nnimap-login): Refactored out into own function, and
65         implement CRAM-MD5.
66         (nnimap-wait-for-line): Refactored out.
68         * mm-view.el (mml-smime): Require.
70 2010-12-20  David Engster  <deng@eml.cc>
72         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
73         use EPG to decrypt S/MIME messages instead of openssl.
75 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
79         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
80         status is the group clearly is unreachable.
82         * auth-source.el (auth-source-create): Add the optional second
83         parameter to `local-variable-p' to be compatible with XEmacs.
85 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
87         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
88         work when using a compressed nnml folder.
90 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
93         backends after sanitising on entry, because this never makes sense:
94         If the articles have gone missing, then the data no longer exists on
95         the backend, and if they haven't, then Gnus is wrong, and shouldn't
96         overwrite anything anyway.
98         * shr.el (shr-insert-document): Bind shr-width dynamically to
99         window-width if it's nil.
101 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
103         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
104         with the meaning of using the full emacs window width for rendering.
106 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
108         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
109         case when sender is not given.
111 2010-12-23  Julien Danjou  <julien@danjou.info>
113         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
114         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
115         the addresses, otherwise we might misplaced the gravatar.
117 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
119         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
120         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
121         obsolete in Emacs.
123 2010-12-20  Julien Danjou  <julien@danjou.info>
125         * gnus-util.el (gnus-rescale-image): Revert last change.
127 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129         * gnus-group.el (gnus-group-delete-articles): New command.
131 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
133         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
135 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
137         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
138         here, since it's up to the backends to do CRLF removal if their
139         protocol has it.
141         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
143 2010-12-17  Julien Danjou  <julien@danjou.info>
145         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
146         they are from file. Can also scale up.
148 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
150         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
151         gnus-use-agent.
152         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
154         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
156 2010-12-17  Julien Danjou  <julien@danjou.info>
158         * gravatar.el (gravatar-retrieve-synchronously): New function.
159         (gravatar-get-data): Make more robust.
161 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
163         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
164         to really consider the last line.
166 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
168         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
169         list of recipient keys, or use symmetric encryption if not a list.
170         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
171         EPA override, replacing the call to `netrc-store-data'.
173 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
175         * gnus-srvr.el: Avoid passing nil regexp argument to
176         delete-matching-lines.
178 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
180         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
181         fetching stops when Gnus exits.
183         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
184         function.
185         (nnfolder-request-expire-articles): Save all the buffers after doing
186         expiry.
188         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
189         the last article", since that led to serious performance regressions
190         when expiring nnml groups.
192 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
194         * nnir.el: Improve customizations.
196 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
200         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
201         group has been killed.
202         (gnus-group-yank-group): Ditto.
204         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
206         * nnimap.el (nnimap-request-update-group-status): New function.
208         * gnus-int.el (gnus-request-update-group-status): New interface
209         function.
211         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
212         copying read-ness to the backends.
214         * nnimap.el (nnimap-quirk): New function.
215         (nnimap-retrieve-group-data-early): Use it.
216         (nnimap-quirks): New alist.
218 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
220         * shr.el (shr-insert): Set shr-start after deleting trailing space;
221         don't delete it within indentation.
223 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
226         previous line.
228 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
230         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
231         QRESYNC command by deleting a superfluous space which broke Cyrus
232         servers.  This change will break other servers that are buggy the other
233         way around.
235 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
237         * spam.el: Reindent and fix long lines.
238         (spam-copy-or-move-routine): Exclude invalid move destinations.
240 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
242         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
243         installed the registry.
245 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
247         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
248         groupname doesn't contain "gmane".
250 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
253         (gnus-1): Don't create the nndrafts group twice.
254         (gnus-setup-news): There's no need to read the active file here, since
255         that's done again later on a per-backend basis.
256         (gnus-start-draft-setup): Make sure that the new group is started out
257         empty.
259         * gnus-agent.el (gnus-agentize): Don't create the queue group
260         automatically on startup.  It'll be created later, if needed.
262         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
263         of automatically subscribed groups.
264         (gnus-auto-subscribed-categories): New variable.
265         (gnus-matches-options-n): Use it.
266         (gnus-default-subscribed-newsgroups): Remove unused variable.
267         (gnus-start-draft-setup): Message a bit less.
269 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
271         * nnir.el (nnir-run-imap): Return article list in order of increasing
272         UID.
274 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
277         gnus-auto-select-on-ephemeral-exit.
279         * proto-stream.el (proto-stream-open-network-only): Fix the calling
280         convention of the network-only option.
282 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284         * proto-stream.el (proto-stream-open-network-only): New function to
285         have a way to specify non-STARTTLS upgrade connections.
287 2010-12-10  Julien Danjou  <julien@danjou.info>
289         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
290         email address is nil.
292         * message.el (message-bogus-recipient-p): Set address to "" if nil.
294 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
296         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
297         deletion.
298         (nnir-run-imap): Only need to parse list once.
300 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302         * shr.el (shr-tag-script): Ignore <script>.
303         (shr-tag-label): Add <label> support.
305 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
307         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
309         * shr.el (shr-image-displayer): Work for images lined side by side.
311 2010-12-08  Robert Pluim  <rpluim@gmail.com>
313         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
314         parameter, since XEmacs doesn't accept t as a parameter.
316 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
318         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
319         ids.
320         (nnir-run-gmane): Simplify groupspec formatting.
321         (nnir-request-expire-articles): New function.
323 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
325         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
326         overflow, possibly.
328         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
329         (shr-render-td): Handle td style="" better.
330         (shr-tag-table): Use the color from the style sheet.
331         (shr-render-td): Make sure we copy over all the overlays, too.
333 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
335         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
336         (nnir-request-article): Improve article retrieval.
338 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
340         * mm-util.el (mm-extra-numeric-entities): New variable.
342         * mm-url.el (mm-url-decode-entities):
343         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
345 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
347         * message.el: Use completion-at-point.
348         (message-completion-function): New fun, extracted from message-tab.
349         (message-mode): Use it for completion-at-point-functions.
350         (message-tab): Use it and completion-at-point.
352 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
354         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
355         character if a non-breakable character follows.
357 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
359         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
360         any stream.
362         * shr.el (shr-tag-font): Colorize the region.
363         (shr-tag-body): Ditto.
364         (shr-tag-font): Actually let the styles be inherited instead of
365         overwriting them.
366         (shr-tag-font): Get the background color right.
367         (shr-tag-style): Ignore all <style> tags for the moment.
369         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
370         a Message-ID to avoid having nnimap depend on gnus-sum.
372         * shr.el (shr-descend): Only colorize something if we have a node that
373         sets colors.
375 2010-12-06  Julien Danjou  <julien@danjou.info>
377         * shr.el (shr-render-td): Render td content with shr-descend, so style
378         will be applied to <td> too.
379         (shr-colorize-region): Colorize region even if we only have a background.
380         (shr-tag-body): Fix color and background color inheritance.
381         Do not recolorize after shr-generic.
382         (shr-tag-font): Let shr-generic colorize via inheritance.
384 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
386         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
388 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
390         * nnir.el (nnir-request-move-article): Remove obsolete code.
392 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
394         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
396 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
398         * gnus-sum.el (gnus-summary-respool-article): The completion function
399         expects a list instead of an alist.
401         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
402         string as the parameter.
404         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
406         * shr.el (shr-stylesheet): New dynamic variable for cascading the
407         styles.
408         (shr-colorize-region): New function.
409         (shr-insert-background-overlay): Remove.
410         (shr-render-td): Background setting should be taken care of on a higher
411         level.
412         (shr-tag-body): Use post-hoc colorizations.
413         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
414         (shr-put-color-1): Don't overwrite old colors.
415         (shr-colorize-region): When the background color isn't explicit, use
416         a fixed background.
418         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
419         nnmail variables.
421 2010-12-05  Bjørn Mork  <bjorn@mork.no>
423         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
424         unless necessary.
426 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
428         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
429         server.
431 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
433         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
434         so that TAB works.
436         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
437         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
439         * shr.el (shr-urlify): Show the URL before the title to avoid
440         misleading URLs.
442 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
444         * shr.el (shr-urlify): Display the title in <a> tags.
446 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
448         * nnir.el (nnir-categorize): Replace mapcar with mapc.
450 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
452         * nnir.el: Rearrange code to allow macros to be autoloaded by
453         gnus-sum.el.
454         (nnir-retrieve-headers-override-function): Make this variable
455         customizable.
456         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
458         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
459         from nnir.el.
461 2010-12-03  Julien Danjou  <julien@danjou.info>
463         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
465 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
467         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
468         allow optional argument `environment'.
470 2010-12-03  Glenn Morris  <rgm@gnu.org>
472         * mm-extern.el (message-goto-body): Update declaration.
474 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
476         * gnus-util.el (gnus-macroexpand-all): New function.
478         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
479         instead of macroexpand-all that is unavailable in XEmacs.
481 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
483         * nnir.el (nnir-summary-line-format): New variable.
484         (nnir-mode): Use it.
485         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
486         (nnir-article-ids): Reimplement as defsubst.
487         (nnir-retrieve-headers): Don't mangle the subject header.
488         (nnir-run-imap): Use 100 as RSV score.
489         (nnir-run-find-grep): Fix for full server searching.
490         (nnir-run-gmane): Better restriction to gmane groups.
492         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
493         summary buffers.
495 2010-12-02  Julien Danjou  <julien@danjou.info>
497         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
499         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
501         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
502         support.
504 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
506         * nnir.el: Update to handle the registry better.
507         (autoload): Silence byte-compiler.
508         (nnir-open-server): Add a hook for nnir groups.
509         (nnir-request-move-article): Don't mangle the header. Better to use
510         formating variables (which will be added in the future).
511         (nnir-registry-action): Update the registry using the original article
512         group name.
513         (nnir-mode): Install nnir-specific hooks for updating the registry.
515         * gnus-sum.el
516         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
517         obsolete variables.
518         (gnus-summary-move-article): Remove use of obsolete variables.
519         (gnus-summary-local-variables): Make move and delete hooks local to
520         summary buffers.
522 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524         * rtree.el: New file.
526 2010-12-01  Julien Danjou  <julien@danjou.info>
528         * message.el (message-user-organization): Do not use
529         gnus-local-organization.
531         * gnus.el: Remove gnus-local-organization.
533         * gnus-msg.el: Remove nastygram thing.
535 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
537         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
538         funcall.
540 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
542         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
543         names.
545         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
546         characters.
548         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
549         to t of inhibit-read-only since it is inside gnus-with-article-headers.
550         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
551         (gnus-gravatar-transform-address): Use mail-extract-address-components
552         that supports non-ASCII names rather than mail-header-parse-addresses.
554 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
556         * proto-stream.el (open-protocol-stream): All starttls connections are
557         handled by the network handler.
559 2010-11-30  Julien Danjou  <julien@danjou.info>
561         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
562         (nnimap-open-connection-1): Fix PREAUTH.
564         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
566 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
568         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
569         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
570         (shr-insert): Use them.
571         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
573 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
575         * nnir.el (nnir-request-move-article): Bail out if original group
576         doesn't support article moves.
577         (nnir-get-active): Improve active list retrieval.
579 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581         * shr.el (shr-find-fill-point): Don't break before apostrophes.
583 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
585         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
586         seem to accept strings-with-numbers as port numbers,
588 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
590         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
591         change the registry.
593 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
595         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
596         delete-dups that is not available in XEmacs 21.4.
598         * mm-util.el (mm-delete-duplicates): Add comment.
600 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
602         * nnir.el (nnir-ignored-newsgroups): New variable.
603         (nnir-get-active): Use it.
605 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
607         * proto-stream.el (proto-stream-open-network): Add some comments.
609         * nntp.el (nntp-open-connection): Provide a :success condition.
611         * nnimap.el (nnimap-open-connection-1): Ditto.
613         * proto-stream.el (proto-stream-open-network): See what the response to
614         the STARTTLS command is.
616         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
617         backwards compatibility).
618         (nnimap-open-connection-1): Really respect nnimap-server-port.
620         * proto-stream.el (proto-stream-open-network): When doing opportunistic
621         TLS upgrades we don't really care about the identity of the peer.
622         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
623         that what we've checked for.
624         (proto-stream-always-use-starttls): Only default to t if
625         open-gnutls-stream exists.
626         (proto-stream-open-network): If STARTTLS failed, then just open a
627         normal connection.
628         (proto-stream-open-network): Wait until the greeting before doing
629         STARTTLS.
631         * nntp.el (nntp-open-connection): Report what the connection error is.
633         * proto-stream.el (open-protocol-stream): Renamed from
634         open-proto-stream.
636 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
638         * nnimap.el (nnimap-stream): Change default to `undecided'.
639         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
640         first, and then network.
641         (nnimap-open-connection-1): Respect nnimap-server-port.
642         (nnimap-open-connection): Be more backwards-compatible.
644         * proto-stream.el (proto-stream-always-use-starttls): New variable.
645         (proto-stream-open-starttls): De-duplicate the starttls code.
646         (proto-stream-open-starttls): Folded back into the main function.
647         (proto-stream-open-network): Fix typo in the gnutls path.
648         (proto-stream-command): Refactor out.
650         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
652         * proto-stream.el (proto-stream-open-starttls): Actually implement the
653         starttls.el STARTTLS.
655         * color.el (color-lab->srgb): Fix function call name.
657         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
658         if we're using tls.el.
659         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
660         built in, then don't try to establish a STARTTLS connection.
662         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
663         servers.
665         * proto-stream.el (open-proto-stream): Use network, not stream.
666         (open-proto-stream): Add a way to specify what the end of a command is.
668         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
669         connections types.
670         (nntp-open-network-stream): Remove.
671         (nntp-open-ssl-stream): Remove.
672         (nntp-open-tls-stream): Remove.
673         (nntp-ssl-program): Remove.
675         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
677 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
679         * nnir.el: Fix typos.
680         (nnir-retrieve-headers-override-function): Rename variable to reflect
681         new semantics.
682         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
683         macros.
684         (nnir-request-article, nnir-request-move-article): Use them.
685         (nnir-categorize): New function.
686         (nnir-run-query): Use it.
687         (nnir-retrieve-headers): Rewrite to batch header retrieval.
688         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
689         sorted.
690         (nnir-group-full-name): Use gnus-group-full-name instead.
691         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
692         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
694 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
696         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
698         * proto-stream.el: New library to provide protocol-specific
699         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
700         protocols.
701         (open-proto-stream): Complete the documentation.
702         (proto-stream-open-network): Fix some typos.
704         * nnimap.el (nnimap-open-connection): Use it.
706 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
708         * pop3.el (pop3-open-server): Read server greeting before starting TLS
709         negotiation.
711 2010-11-26  Julien Danjou  <julien@danjou.info>
713         * color.el: Rename various rgb functions to srgb.
715 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
718         names.
720 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
722         * shr.el (shr-insert): Revert last change.
723         (shr-find-fill-point): Never leave point being at bol;
724         relax the kinsoku limitation when rendering tables.
726 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
728         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
729         results from -accept-article.
731         * shr-color.el: Require cl when compiling.
733         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
734         checkin.
736         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
738         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
740         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
741         'add and 'delete to set backend marks.
743         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
745         * nnheader.el (nnheader-update-marks-actions): Refactor out.
747         * nntp.el (nntp-request-set-mark): Use it.
749         * nnfolder.el (nnfolder-request-set-mark): Ditto.
751         * nnml.el (nnml-request-set-mark): Ditto.
753         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
754         introduces regressions in article selection.
755         (nnimap-find-uid-response): New function.
756         (nnimap-request-accept-article): Use the UID returned, if any.
757         (nnimap-request-move-article): Use the UID returned, if any.
758         (nnimap-get-groups): Reimplement to work with folded lines.
759         (nnimap-find-uid-response): The UID is the last element in the list.
760         (nnimap-request-set-mark): Extend syntax with 'set.
762         * nnml.el (nnml-request-set-mark): Ditto.
764         * nnfolder.el (nnfolder-request-set-mark): Ditto.
766         * nntp.el (nntp-request-set-mark): Ditto.
768 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
770         * message.el (message-called-interactively-p): A temporary macro.
771         (message-goto-body): Use it temporarily.
773 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
775         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
776         (nnimap-last-response-string): Unfold quoted lines, if they exist.
777         (nnimap-last-response-string): Fix last unfolding fix.
779 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
781         * shr.el (shr-insert): Fix the way to fold lines.
783 2010-11-25  Julien Danjou  <julien@danjou.info>
785         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
787         * color.el: Rename from color-lab.el
788         (color-rgb->hex): Add.
789         (color-complement): Add.
790         (color-complement-hex): Add.
792         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
794 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796         * shr-color.el (shr-color-visible): Don't bug out if the colour names
797         don't exist.
799 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
801         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
802         assuming that article displaying or another mml-preview may be
803         interrupted for an error or for the like.
805         * shr.el (shr-get-background): Fix argument name.
807 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
809         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
811         * gnus-sum.el (gnus-summary-include-articles): New function.
813         * message.el (message-goto-body): called-interactively-p needs a
814         parameter, so use `any'.
816         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
817         clear marks before moving, since they're synced from the Gnus side
818         first.
820         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
821         (gnus-summary-move-article): Copy over all marks before moving, so that
822         IMAP doesn't think a new article has arrived.
824 2010-11-24  Julien Danjou  <julien@danjou.info>
826         * shr.el (shr-insert-background-overlay): Fix typo.
827         (shr-render-td): Copy the background before rendering.
829         * shr-color.el (shr-color-visible): Fix docstring.
831         * shr.el (shr-tag-table): Add bgcolor support.
832         (shr-render-td): Add bgcolor support.
833         (shr-get-background): Add.
834         (shr-insert-foreground-overlay): Use shr-get-background.
836         * message.el (message-goto-body): Use called-interactively-p.
837         (message-in-body-p): message-goto-body returns point.
839 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
841         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
842         Fixes something or other in Emacs 23, and is backwards compatible.
844         * message.el (message-goto-body): Remove the <#secure special-casing,
845         which is too special.
847         * shr.el (shr-parse-style): Drop !important from styles.
849 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
851         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
852         this function to return incorrect results when calling it with an
853         explicit article argument different from
854         (gnus-summary-article-number).
856 2010-11-24  Julien Danjou  <julien@danjou.info>
858         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
859         (shr-tag-body): Add background support.
860         (shr-descend): Add background support.
861         (shr-tag-title): Add.
863         * shr-color.el (shr-color-visible): Really return original background
864         if fixed.
866 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868         * shr.el (shr-color-check): Protect against non-existant colour names.
870 2010-11-24  Julien Danjou  <julien@danjou.info>
872         * color-lab.el: Require 'cl when compiling.
874         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
876         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
877         matched part.
879         * color-lab.el: Fix all expt calls to use float type.
881 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
883         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
884         expression to shr-color-check as is.
886         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
888         * color-lab.el: Add coding cookie.
889         (float-pi): Use eval-and-compile.
891 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893         * shr.el (shr-insert-color-overlay): Split stuff like
894         "#444444 !important" to find the real colour.
895         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
896         parse <font color="red"> entries.
898 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
900         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
901         point when parsing headers.
903         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
904         is positioned properly when parsing headers.
906 2010-11-23  Julien Danjou  <julien@danjou.info>
908         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
910         * shr-color.el (shr-color->hexadecimal): Add support for color names.
912         * shr.el (shr-parse-style): Replace \n with space in style parsing.
914         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
915         shr-color-hue-to-rgb.
916         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
918 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
920         * shr.el (shr-color->hexadecimal): Autoload.
921         (shr-descend): Add color to all tags.
923 2010-11-22  Julien Danjou  <julien@danjou.info>
925         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
926         shr-color->hexadecimal.
928         * shr-color.el (shr-color->hexadecimal): Add converting functions for
929         RGB() or HSL() color representation.
931         * shr.el (shr-tag-font): Add.
932         (shr-tag-color-check): New function to get better colors.
933         (shr-tag-insert-color-overlay): Factorize code between tag-font and
934         tag-span.
936         * shr-color.el: New file.
938         * color-lab.el: New file.
940         * gnus-art.el (gnus-url-mailto): Do not downcase args.
942 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
944         * nnir.el: Fix typo in comments.
945         (nnir-run-imap): Simplify code. No need to reverse artlist.
946         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
948 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
952         * nnimap.el (nnimap-get-capabilities): Refactor out.
953         (nnimap-open-connection): Re-request capabilities after STARTTLS.
955 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
957         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
958         appearing when `mm-uu-hide-markers' is nil.
960 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962         * nnimap.el (nnimap-unselect-group): Make into its own function.
963         (nnimap-request-rename-group): Unselect group before renaming.
964         This had gotten lost somewhere.
965         (nnimap-request-accept-article): Keep track of examined groups, and
966         unselect the group before APPENDing to read-only groups.
967         (nnimap-request-move-article): Clear flags before moving so that they
968         can be re-set later.
970 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
972         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
973         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
975 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
977         * gnus-art.el (gnus-mime-display-single)
978         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
979         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
980         parameter.
982 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
985         (shr-table-vertical-line): New variable.
986         (shr-insert-table): Use it.
988 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
990         * gnus-html.el (gnus-html-wash-images): Don't display images if
991         gnus-inhibit-images is non-nil; register displayer for cid images.
992         (gnus-html-display-image): Work for cid image.
993         (gnus-html-insert-image): Allow arguments.
994         (gnus-html-put-image): Inhibit read-only.
995         (gnus-html-prefetch-images): Don't prefetch images if
996         gnus-inhibit-images is non-nil.
998 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1000         * shr.el (shr-put-image): Break lines when inserting big pictures.
1002 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1004         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1005         sender, thanks Katsumi Yamaoka.
1007 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1009         * nnir.el (nnir-run-imap): Reverse the article list for each group
1010         rather than the whole list.
1012 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1014         * shr.el (shr-image-displayer): Protect function against non-existent
1015         image source.
1017         * gnus-art.el (gnus-inhibit-images): New user option.
1018         (gnus-mime-display-single): Don't display image if it is non-nil.
1020         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1021         gnus-inhibit-images.
1023         * shr.el (shr-image-displayer): New function.
1024         (shr-tag-img): Use it.
1026 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1028         * mml2015.el (mml2015-epg-sign): Use From header.
1030 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1032         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1034         * gnus-util.el (gnus-find-text-property-region): Return markers.
1036         * shr.el (shr-tag-img): Put a displayer in the text property.
1038         * gnus-util.el (gnus-find-text-property-region): New utility function.
1040         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1041         (gnus-html-show-images): Remove.
1043         * gnus-art.el (gnus-article-show-images): New, more general function.
1045         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1046         image url text properties.
1048         * shr.el: Ditto.
1050         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1051         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1053 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1055         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1056         work for two or more articles.
1058 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1060         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1061         divide an image that's in an html article to two or more when washing
1062         non-ASCII characters in alt text of it.
1064 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1066         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1067         smime-decrypt-region using function argument.
1068         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1070         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1072         * smime.el (smime-decrypt-region): Catch it.
1074 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1076         * smime.el (smime-mode-map): Move initialization into declaration.
1077         (gnus-run-mode-hooks): Don't autoload.
1078         (smime-mode): Use define-derived-mode.
1080 2010-11-11  Glenn Morris  <rgm@gnu.org>
1082         * smime.el (from): Restrict declaration to XEmacs.
1084         * nnir.el (gnus-group-topic-name): Autoload.
1086 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1088         * shr.el (shr-insert): Don't break long line if it is because of
1089         kinsoku-bol characters in the line end.
1091 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1093         * nnir.el (nnir-request-move-article): Fix to provide original group
1094         and subject.
1095         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1096         been retrieved.
1098         * gnus-sum.el (gnus-summary-move-article): Use original group and
1099         subject for virtual articles such as those in an nnir summary buffer.
1101 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1103         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1104         least 21.5).
1106         * smime.el (from): Declare it again for XEmacs.
1108 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110         * message.el (message-resend): Don't disable encoding unless it's
1111         already encoded.
1113         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1114         low-numbered articles.
1116 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1118         * rfc2047.el (rfc2047-syntax-table): Simplify.
1120         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1121         set-char-table-range for XEmacs.
1123 2010-11-10  Glenn Morris  <rgm@gnu.org>
1125         * smime.el (from): Remove unused declaration.
1127         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1128         (gnus-float-time): On Emacs, always an alias.
1130         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1131         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1133 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1135         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1137 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139         * shr.el (browse-url-mailto): Autoload.
1141         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1143         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1144         regexp doesn't need quoting.
1146 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1148         * message.el (message-subject-trailing-was-ask-regexp)
1149         (message-subject-trailing-was-regexp): Match was: in addition to was.
1151 2010-11-09  Glenn Morris  <rgm@gnu.org>
1153         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1154         (nnbabyl-check-mbox): Use point-at-bol.
1156 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1160         * message.el (message-mailto): New function.
1161         (message-mailto): Should accept other parameters.
1162         (message-mailto): Remove since it duplicates browse-url-mailto
1163         functionality.
1165 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1167         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1168         methods.
1169         (gnus-read-active-file): Ditto.
1171         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1172         ": " from the prompt.
1173         (gnus-group-make-group): Ditto.
1175 2010-11-07  Glenn Morris  <rgm@gnu.org>
1177         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1178         (gnus-bookmark-kill-line): Use point-at-eol.
1180 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1182         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1183         asterisks in From header.
1185 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1187         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1188         string to avoid making the From headers syntactically invalid.
1190         * message.el (message-send-mail): Don't insert courtesy messages if the
1191         message already has List-Post and List-ID messages.
1193 2010-11-06  Glenn Morris  <rgm@gnu.org>
1195         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1196         `condition', `type', `length' a prefix.
1197         (gnus-treat-predicate): Update for above name changes.
1199 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1201         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1202         binding.  Handled by `gnus-summary-refer-thread' instead.
1203         (nnir-warp-to-article): New backend function.
1205         * nnimap.el (nnimap-request-thread): Force dependency updating.
1207         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1208         (gnus-summary-refer-thread): Rework to improve thread-referral.
1210         * gnus-int.el (gnus-warp-to-article): New function.
1212         * gnus-sum.el (gnus-summary-article-map): Bind it.
1214 2010-11-05  Martin Rudalics  <rudalics@gmx.at>
1216         * message.el (message-mail-other-window)
1217         (message-news-other-window): Pass pop-to-buffer-other-window as
1218         switch-function to message-pop-to-buffer.
1219         (message-mail-other-frame, message-news-other-frame): Pass
1220         pop-to-buffer-other-frame as switch-function to
1221         message-pop-to-buffer.
1223 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1225         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1226         gnus-summary-refer-thread.
1228         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1229         headers.
1230         (gnus-summary-limit-include-thread): Prevent articles in thread from
1231         being cut in gnus-cut-threads.
1232         (gnus-summary-refer-thread): Limit retrieved headers to those in
1233         thread.
1235 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237         * message.el (message-send-mail): Use the value of
1238         message-courtesy-message from the message buffer.
1240         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1242         * shr.el (shr-browse-url): Implement mailto: URLs.
1244         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1245         "raw".
1247         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1248         if it's already selected.
1250         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1252 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1254         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1255         to measure the length and truncate alt text.
1257 2010-11-03  Glenn Morris  <rgm@gnu.org>
1259         * nndiary.el (nndiary-generate-nov-databases-1)
1260         (nndiary-generate-active-info): Rename dynamic variable `files' to
1261         something less generic.
1263 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1265         * nnir.el (nnir-request-move-article): Call the underlying backend to
1266         move articles from nnir.
1268 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1270         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1272 2010-11-02  Julien Danjou  <julien@danjou.info>
1274         * nnir.el: Remove wais support.
1276 2010-11-02  Glenn Morris  <rgm@gnu.org>
1278         * gnus-html.el: Reorder requirements to quieten compiler.
1280 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1282         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1283         properly for XEmacs as well.
1284         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1285         (gnus-article-natural-long-line-p): Use window-width rather than
1286         frame-width.
1288 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1290         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1291         (nnir-read-parms): Don't modify query.
1292         (nnir-run-query): Add ability to search topic on current line.
1293         (nnir-get-active): Clean up.
1295 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1297         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1298         degenerate articles.
1300         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1301         (gnus-print-buffer): Just print the buffer as is, without any copying
1302         to a buffer and then re-highlighting.
1304         * nnimap.el (nnimap-request-group): Store the new updated info.
1305         (nnimap-request-group): Select the group when we don't know whether it
1306         exists or not.
1308         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1309         groups.
1311         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1312         groups.
1314         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1315         groups.
1317         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1318         long-lines case by only filling the long lines.
1320         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1321         (bug #7311).
1323 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1325         * shr.el: No need to declare `declare-function' since shr.el is for
1326         only Emacsen that provide `libxml-parse-html-region'.
1328 2010-11-01  Glenn Morris  <rgm@gnu.org>
1330         * mm-util.el (gnus-completing-read): Autoload.
1331         (mm-read-coding-system): Simplify Emacs definition.
1333         * nnmail.el (gnus-activate-group):
1334         * nnimap.el (gnutls-negotiate):
1335         * nntp.el (netrc-parse): Fix declarations.
1337 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1339         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1340         string-match-p in Emacs >=23.
1342         * gnus-msg.el (gnus-configure-posting-styles)
1343         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1345 2010-11-01  Glenn Morris  <rgm@gnu.org>
1347         * nnir.el (declare-function): Add compat stub.
1348         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1349         (nnir-run-gmane): Require 'mm-url.
1351         * mm-util.el (mm-string-to-multibyte): Simplify.
1353         * shr.el (declare-function): Add compat stub.
1354         (url-cache-create-filename): Declare.
1355         (mm-disable-multibyte, widget-convert-button): Autoload.
1357         * smime.el (ldap-search): Declare.
1358         (smime-cert-by-ldap-1): Require ldap on Emacs.
1360         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1361         (nnimap-keepalive): Use gnus-float-time.
1363         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1364         (mail-source-delete-crash-box): Use gnus-float-time.
1366         * gnus-dired.el (gnus-completing-read): Autoload.
1368         * mm-view.el (gnus-rescale-image): Autoload.
1370         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1372         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1374         * sieve-manage.el: Require 'cl when compiling.
1376         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1377         (gnus-iswitchb-completing-read): Require iswitchb.
1378         (gnus-select-frame-set-input-focus): Silence compiler.
1380 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382         * message.el (message-subject-trailing-was-query): Change default to t,
1383         since I think that's what most people want.
1385         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1386         appending for easier debugging.
1387         (nnimap-wait-for-connection): Take a regexp.
1388         (nnimap-request-accept-article): Wait for the continuation line before
1389         sending anything unless we're streaming.
1391         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1392         leave the header washing to take place.
1394 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1396         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1397         regular expression match and replace in posting styles.
1399 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1401         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1402         an entire server.
1403         (nnir-get-active): New function.
1404         (nnir-run-imap): Use it.
1405         (nnir-run-gmane): Who knew, gmane search returns an article score!
1407         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1408         server on the current line with nnir.
1410 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1412         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1413         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1414         left edge.
1415         (gnus-article-foldable-buffer): Skip past the prefix when determining
1416         raggedness.
1418         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1419         the raw article, and change `C-u g' to show the article without doing
1420         treatments.
1422         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1423         on to `gnus-treat-article'.
1424         (gnus-inhibit-article-treatments): New variable.
1426         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1428         * gnus-art.el (gnus-treatment-function-alist): Have
1429         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1430         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1431         sections.
1433         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1434         parameter.
1435         (gnus-article-fill-cited-long-lines): New function.
1436         (gnus-article-fill-cited-article): Allow filling only long sections.
1438         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1439         and non-punctuation (like after the apostrophe in "'We").
1441         * gnus-sum.el (gnus-summary-select-article): Make sure
1442         gnus-original-article-buffer is alive.
1444         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1445         reflect the order they're in in the digest.
1447         * gnus.el (gnus-group-startup-message): Move point to the start of the
1448         buffer.
1450         * nnimap.el (nnimap-capability): New function.
1451         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1452         is set.
1454 2010-10-31  David Engster  <dengste@eml.cc>
1456         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1457         conform with changes to gnus-completing-read.
1459 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1463 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1465         * nnir.el: Move defvar, defcustom around to keep file organized
1466         and keep byte-compiler quiet.
1467         (nnir-read-parms): Accept search-engine as arg.
1468         (nnir-run-query): Pass search-engine as arg.
1469         (nnir-search-engine): Remove.
1471 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1473         * shr.el (shr-generic): The text nodes should be text, not :text.
1475         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1476         later in the file.
1478 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1480         * nnir.el: General clean up.  Allow searching with multiple engines.
1481         Allow separate extra-parameters for each engine.
1482         Batch queries when possible.
1483         (nnir-imap-default-search-key,nnir-method-default-engines):
1484         Add customize interface.
1485         (nnir-run-gmane): New engine.
1486         (nnir-engines): Use it.  Qualify all prompts with engine name.
1487         (nnir-search-engine): Remove global variable.
1488         (nnir-run-hyrex): Restore for now.
1489         (nnir-extra-parms,nnir-search-history): New variables.
1490         (gnus-group-make-nnir-group): Use them.
1491         (nnir-group-server): Remove in favor of gnus-group-server.
1492         (nnir-request-group): Avoid searching twice.
1493         (nnir-sort-groups-by-server): New function.
1495 2010-10-30  Julien Danjou  <julien@danjou.info>
1497         * gnus-group.el: Remove gnus-group-fetch-control.
1499         * gnus-start.el (gnus-find-new-newsgroups):
1500         Remove gnus-check-first-time-used.
1502         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1504 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1506         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1507         set on groups that don't have \* permanentflags.
1509 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1511         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1512         control the background color.
1513         (shr-tag-img): Ignore very small web bug type images.
1514         (shr-put-image): Add help-echo alt texts to the images.
1515         (shr-tag-video): Show the video poster image.
1517 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519         * shr.el (shr-table-depth): New variable.
1520         (shr-tag-table-1): Only insert the images after the top-level table.
1522         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1524         * gnus-util.el (gnus-list-memq-of-list): New function.
1526         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1527         selected.
1528         (nnimap-unsplittable-articles): New slot.
1529         (nnimap-new-articles): Use it.
1531 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1533         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1534         move to the previous line on `M-g'.
1536 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1538         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1539         *-request-group, which seems unnecessary.
1541         * nnimap.el (nnimap-quote-specials): Function copied over from
1542         imap.el.
1543         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1544         they support that.  Suggested by Tom Regner.
1546 2010-10-29  Julien Danjou  <julien@danjou.info>
1548         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1549         defalias.
1550         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1552         * gnus.el: Remove `gnus-nntp-service' variable.
1553         (gnus-secondary-servers): Make obsolete.
1554         (gnus-nntp-server): Make obsolete.
1556         * gnus-start.el (gnus-1): Remove x-splash calls.
1558         * gnus-ems.el (gnus-x-splash): Remove.
1560         * gnus.el (gnus-group-startup-message): Simplify/update code.
1562         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1563         capability before doing anything.
1564         (gnus-group-insert-group-line): Remove useless
1565         gnus-group-remove-excess-properties.
1567 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1569         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1571 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1574         config after reselecting.
1576 2010-10-28  Julien Danjou  <julien@danjou.info>
1578         * shr.el (shr-put-image): Use point even if only inserting text.
1579         (shr-put-image): Save excursion when inserting alt text on non-graphic
1580         display, so the behaviour is the same when we are on a graphic display.
1582         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1584 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1586         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1587         (gnus-mime-copy-part): Check coding system, not charset.
1588         (gnus-mime-view-part-externally): Never remove part.
1589         (gnus-mime-view-part-internally): Don't remove part here.
1590         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1591         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1592         multipart/alternative.
1594         * mm-decode.el (mm-display-part): Take optional arg `force'.
1596 2010-10-26  Julien Danjou  <julien@danjou.info>
1598         * gnus-group.el (gnus-group-default-list-level): Add this function to
1599         compute the default list level.
1600         (gnus-group-default-list-level): Add possibility to use a function.
1602 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1604         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1606         * gnus-group.el (gnus-group-completing-read)
1607         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1608         gnus-replace-in-string.
1610 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1612         * shr.el (shr-tag-div): Add.
1614 2010-10-25  Julien Danjou  <julien@danjou.info>
1616         * gnus-util.el: Remove `gnus-with-local-quit'.
1618         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1620 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1622         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1623         the original article buffer.
1625 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627         * nnimap.el (nnimap-request-head): New function.
1628         (nnimap-request-move-article): Try to be slighly faster by not
1629         requesting the entire message when moving.
1630         (nnimap-transform-headers): Don't bug out on bodiless articles.
1631         (nnimap-send-command): Have no outstanding messages if the IMAP server
1632         doesn't support streaming.
1633         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1635 2010-10-24  Julien Danjou  <julien@danjou.info>
1637         * message.el (message-default-headers): Fix type.
1639 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1642         prefetching images.
1644         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1645         backend for unknown groups.  This is mainly useful for nnimap groups.
1647         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1648         group isn't covered by the agent.
1650 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1652         * nnir.el (nnir-method-default-engines): New variable.
1653         (nnir-run-query): Use it.
1654         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1655         (gnus-summary-nnir-goto-thread): Change group if needed.
1657         * gnus-group.el (gnus-group-group-map): Add key binding for
1658         gnus-group-make-nnir-group.
1660 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662         * shr.el (shr-tag-object): Add.
1664         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1665         original article buffer live.
1666         (gnus-summary-select-article-buffer):
1667         Mention gnus-widen-article-buffer.
1669 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671         * shr.el (shr-tag-strong): Add.
1673 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1675         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1676         group names.  They mess up the group buffer badly.
1678         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1680         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1681         instead of the summary one.
1683 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1685         * mml.el (mml-preview): Work properly when editing article.
1687         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1688         gnus-have-read-active-file if it's already been in.
1690 2010-10-22  Tom Tromey  <tromey@redhat.com>
1692         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1693         gnus-group-completing-read.
1695 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697         * message.el (message-mode-map): Don't bind M-; to comment region, to
1698         allow the global comment-dwim to work.
1700 2010-10-21  Julien Danjou  <julien@danjou.info>
1702         * message.el (message-setup-1): Allow message-default-headers to be a
1703         function.
1705 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1707         * shr.el (shr-tag-table): Simplify.
1709 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1711         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1712         to avoid trying to snarf invalid stuff.
1714         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1716         * gnus.el (gnus-message-archive-group): Quote value.
1717         (gnus-message-archive-group): Mark as changed.
1719         * shr.el (shr-add-font): Don't put the font properties on the newline
1720         or the indentation.
1722         * message.el (message-fix-before-sending): Change options when sending
1723         non-printable characters.
1725         * gnus.el (gnus-message-archive-method): Change the default to
1726         monthly outgoing groups.
1728         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1729         that have gotten new numbers.
1731         * nnimap.el (nnimap-request-replace-article): New function.
1733 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1735         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1736         (nnrss-request-article): Don't use special html washing code.
1738 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1740         * shr.el (shr-tag-table): Remove useless nconc.
1742 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1744         * gnus-art.el (article-wash-html): Simplify and remove the charset
1745         stuff.  Use the normal html rendering code instead of the special html
1746         washing code.
1748         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1749         `gnus-w3m' symbols.
1750         (mm-text-html-washer-alist): Remove.
1752         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1753         (mm-inline-media-tests): Remove use.
1754         (mm-text-html-renderer): Change default to the `shr' symbol.
1756         * mm-view.el (mm-inline-text-html): Remove use.
1758         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1759         `gnus-blocked-images' to be a function.
1760         (gnus-article-wash-function): Remove.
1762 2010-10-20  Julien Danjou  <julien@danjou.info>
1764         * spam.el (spam-list-of-processors): Mark as obsolete.
1766         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1767         (nnimap-insert-partial-structure): Fix boundary detection.
1769 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1771         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1772         run file-truename on remote files.  This can be expensive and even
1773         prevent one from editing drafts if some unrelated buffer has a stale
1774         connection.
1776 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1778         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1779         kinsoku-eol regardless of shr-kinsoku-shorten.
1780         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1781         (shr-tag-table): Support caption, thead, and tfoot.
1783 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1785         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1786         lines.
1787         (shr-save-contents): New command and keystroke.
1789         * nndoc.el (nndoc-type-alist): Add git support.
1790         (nndoc-git-type-p): New function.
1791         (nndoc-transform-git-article): Ditto.
1792         (nndoc-transform-git-headers): Ditto.
1793         (nndoc-transform-git-headers): Generate Subject headers.
1795         * shr.el (shr-parse-style): New function.
1796         (shr-tag-span): Ditto.
1798         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1799         to `G G' to avoid collisions.
1801 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1803         * shr.el: Load kinsoku if necessary.
1804         (shr-kinsoku-shorten): New internal variable.
1805         (shr-find-fill-point): Make kinsoku shorten text line if
1806         shr-kinsoku-shorten is bound to non-nil.
1807         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1808         shr-indentation too when testing if table is wider than frame width.
1809         (shr-insert-table): Use `string-width' instead of `length' to measure
1810         text width.
1811         (shr-insert-table-ruler): Make sure indentation is done at bol.
1813 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1815         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1816         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1817         undecoded network data.
1819 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1822         name in the mode line spec so that the mode line menu works
1823         (bug #2431).
1825         * message.el (message-get-reply-headers): If we're fed `to-address',
1826         then always use that.
1828         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1829         aren't so wide as to need to switch off the edit menu.
1831         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1832         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1834         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1835         `M-g'.
1836         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1837         the permanent marks.
1839 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1841         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1842         Splitting according to references/in-reply-to obeys the ignore-groups
1843         variable, while splitting by sender and subject do not.
1845 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1847         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1848         alist, so that we can look for non-Unicode chars.
1849         (article-translate-strings): Allow both character and string maps.
1851 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1853         * shr.el (shr-insert): Don't insert space behind a wide character
1854         categorized as kinsoku-bol, or between characters both categorized as
1855         nospace.
1857 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1859         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1860         headers to gnus-newsgroup-headers.
1862 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1864         * shr.el (shr-tag-img): Don't align images -- since we're not
1865         rescaling, this often leads to ugly displays.
1867 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1869         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1870         duplicates.
1872 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1874         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1875         call.
1877 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1879         * gnus.el: Autoload gnus-html-show-images.
1881         * nnimap.el: Use nnheader-message throughout.
1883         * shr.el (shr-tag-img): Ignore images with no data.
1885 2010-10-15  Julien Danjou  <julien@danjou.info>
1887         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1888         a possibility to disable format=flow encoding when using hard newlines.
1890 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1892         * shr.el (shr-insert): Remove space inserted before or after a
1893         breakable character or at the beginning or the end of a line.
1894         (shr-find-fill-point): Do kinsoku; find the second best point or give
1895         it up if there's no breakable point.
1897 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1899         * nnimap.el (nnimap-open-connection): Message when opening connection
1900         for debugging purposes.
1902         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1903         on every setup buffer call to allow this to change from article to
1904         article.
1906         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1907         buffers where we have a wide table.
1909 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1911         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1912         uses *-request-thread.
1914 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1916         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1917         incantation, which is no longer valid.
1919 2010-10-14  Julien Danjou  <julien@danjou.info>
1921         * shr.el: Fix defcustom type (char -> character).
1923 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1925         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1926         programs.
1928 2010-10-14  Julien Danjou  <julien@danjou.info>
1930         * shr.el (shr-tag-a): Use url-link as widget type.
1932         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1933         `gnus-group-get-icon'.
1935 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1937         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1938         This should make server editing work better.
1940         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1942         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1943         (nnimap-parse-flags): Fix regexp.
1945         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1946         probably work for CJVK text, too.
1948         * nnimap.el (nnimap-extend-tls-programs): Remove.
1949         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1951 2010-10-13  Julien Danjou  <julien@danjou.info>
1953         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1954         responses.
1956 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1960         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1961         anything in Emacs.
1963         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1965 2010-10-13  Julien Danjou  <julien@danjou.info>
1967         * shr.el (shr-width): Make shr-width a defcustom with default to
1968         fill-column.
1969         (shr-tag-img): Use shr-width rather than fill-column.
1971 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1973         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1975         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1976         position when (X-)Faces exist.
1977         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1978         avatars when called interactively.
1980 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1982         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1983         gnus-article-x-face-too-ugly is bound.
1985 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1987         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1989         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1990         mailbox that doesn't exist.
1992 2010-10-12  Julien Danjou  <julien@danjou.info>
1994         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1995         (shr-get-image-data): Encode URL properly when fetching from cache.
1996         (shr-tag-img): Use aligned-to spaces to align correctly images.
1998         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1999         before inserting the Gravatar.
2001         * shr.el (shr-tag-img): Add align attribute support for <img>.
2003 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005         * gnus-gravatar.el (gnus-art): Require.
2007         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2008         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2009         Remove long obsoleted functions.
2011 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2013         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2015         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2016         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2017         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
2018         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
2019         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
2020         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
2021         Fix comment for declare-function.
2023 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2025         * nnimap.el (nnimap-request-rename-group): Select group read-only
2026         before renaming it.
2028         * shr.el (shr-insert): Fix up the white space only regexp.
2030         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2031         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2033         * shr.el (shr-current-column): New function.
2034         (shr-find-fill-point): New function.
2036 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2038         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2039         numbers.
2041 2010-10-11  Julien Danjou  <julien@danjou.info>
2043         * shr.el (shr-hr-line): Add.
2044         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2045         display hr lines.
2046         (shr-max-columns): Do not change state to nil if we just inserting
2047         spaces.
2049 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2051         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2052         select the last group.
2054 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2056         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2058 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2061         for Gnus.
2062         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2063         (nnimap-update-qresync-info): Mark \Seen articles as read.
2065         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2066         non-variable, too.
2068         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2069         available.
2070         (nnimap-update-info): Rely more on the current active than the param
2071         active to avoid marking articles as read too much.
2073         * auth-source.el (auth-source-create): Use (user-login-name) for the
2074         user name default.
2076         * nnimap.el (nnimap-update-info): If the server doesn't return any
2077         useful info, just use the previous info.
2078         (nnimap-update-info): Prefer old info over start-article.
2079         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2081 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2083         * nnir.el (autoload): Clean up autoloads.
2084         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2085         Use key rather than value.
2086         (nnir-imap-search-other): New variable.
2087         (nnir-read-parm): Use it.
2088         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2089         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2091 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2093         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2094         the process, too.
2096 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2098         * spam.el (gnus-summary-mode-map): Bind to "$".
2099         Suggested by Russ Allbery.
2101         * shr.el: Rework the way things are indented by <li> slightly.
2103         * gnus.el (gnus-group-set-parameter): Fix typo.
2105         * nnimap.el: Start implementing QRESYNC support.
2107 2010-10-09  Julien Danjou  <julien@danjou.info>
2109         * nnir.el (nnir-engines): Fix too many arguments.
2111 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2113         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2114         group is the "last", so that the backends like nnfolder actually save
2115         their folders.
2117         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2118         try to use that for the tls stream.
2119         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2120         UIDVALIDITY and find out which groups are read-only and not.
2121         (nnimap-get-flags): Use the same marks parsing code as the rest of
2122         nnimap.
2124 2010-10-09  Julien Danjou  <julien@danjou.info>
2126         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2128         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2129         retrieving gravatars.
2131         * shr.el (shr-table-corner): Add.
2132         (shr-table-line): Add.
2133         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2135 2010-10-08  Julien Danjou  <julien@danjou.info>
2137         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2139 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2141         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2143         * gnus-sum.el (gnus-mark-article-as-unread)
2144         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2145         (gnus-summary-set-bookmark): Use it.
2147         * gnus-msg.el (gnus-setup-message): Use it.
2149         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2151         * gnus.el (gnus-group-remove-parameter): Use it.
2153         * gnus-group.el (gnus-group-make-web-group): Use it.
2155         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2157         * nnregistry.el: Update docs to mention manual.
2159         * gnus-registry.el: Update docs to mention nnregistry.el.
2160         (gnus-registry-initialize): Don't install nnregistry refer method
2161         automatically.
2162         (gnus-registry-install-nnregistry): Remove it.
2164 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2166         * shr.el (shr-insert): Don't insert double spaces.
2168 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2170         * gnus-gravatar.el (gnus-treat-from-gravatar)
2171         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2172         called interactively.
2174         * gnus-art.el (gnus-mime-view-part-externally)
2175         (gnus-mime-view-part-internally): Make predicate function passed to
2176         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2177         of a mime type.
2179         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2181 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183         * shr.el (require): Require cl when compiling.
2184         (shr-tag-hr): New function.
2186         * nnimap.el (nnimap-update-info): Remove double setting of high.
2187         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2188         This makes nnimap work properly on Courier again.
2190         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2191         the variable for backwards compatability.
2193         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2194         the file name before using to avoid setting mm-default-directory to
2195         nil.
2197         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2198         bidning gnus-agent variables.
2200         * shr.el (shr-render-td): Use a cache for the table rendering function
2201         to avoid getting an exponential rendering behaviour in nested tables.
2202         (shr-insert): Rework the line-breaking algorithm.
2203         (shr-insert): Don't leave trailing spaces.
2204         (shr-insert-table): Also insert empty TDs.
2205         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2207 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2209         * gnus-sum.el (gnus-number): Rename from `number'.
2210         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2211         (gnus-summary-limit-children): Update uses correspondingly.
2213 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2215         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2216         (gnus-gravatar-transform-address): Don't show avatars of people of
2217         which mail addresses match gnus-gravatar-too-ugly.
2219 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2221         * shr.el (shr-table-widths): Expand TD elements to fill available
2222         space.
2224 2010-10-07  Julien Danjou  <julien@danjou.info>
2226         * nnimap.el (nnimap-request-rename-group): Add this method.
2228 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2230         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2231         name from XEmacs' function-arglist.
2233         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2234         gravatar under XEmacs.
2236 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2238         * auth-source.el: Update docs with TODO items.
2240         * gnus-sync.el: Update docs to explain state and plans.
2242         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2243         Hooks for mark updates.
2244         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2246         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2247         hooks with arguments, which is needed for mark update hooks.
2249 2010-10-06  Julien Danjou  <julien@danjou.info>
2251         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2252         was matched.
2254         * sieve-manage.el: Update example in `Commentary'.
2256         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2258         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2259         not 2000.
2260         (sieve-manage-authenticate): Re-add function.
2262 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264         * shr.el (shr-insert): Get 'space transition right.
2265         (shr-render-td): Only delete space at the end of the TD.
2267         * nnimap.el (nnimap-open-connection): Prepare to support
2268         open-gnutls-stream.
2270         * shr.el: Rearrange function order to be more logical.
2272 2010-10-06  Julien Danjou  <julien@danjou.info>
2274         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2275         (nnrss-discover-feed): Remove 404 URL in docstring.
2277         * nnir.el: Fix Swish-E URL.
2278         Fix Namazu URL.
2280         * message.el (message-change-subject): Remove 404 URL in a comment.
2282 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2284         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2285         called interactively.
2287         * gnus-util.el (gnus-remove-if): Allow hash table.
2288         (gnus-remove-if-not): New function.
2290         * gnus-art.el (gnus-mime-view-part-as-type)
2291         * gnus-score.el (gnus-summary-score-effect)
2292         * gnus-sum.el (gnus-read-move-group-name):
2293         Replace remove-if-not with gnus-remove-if-not.
2295         * gnus-group.el (gnus-group-completing-read):
2296         Regard collection as a hash table if it is not a list.
2298 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2302         * shr.el: Document the table-rendering algorithm.
2304         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2305         invalid URLs.
2307         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2308         line-broken.
2309         (shr-tag-img): Ignore image fetching errors.
2310         (shr-overlays-in-region): Compute overlay positions correctly.
2312         * mm-decode.el (mm-shr): Require shr.
2314         * gnus-art.el (gnus-blocked-images): Move variable here.
2316         * shr.el (shr-insert-table): Bind free variable.
2318         * mm-decode.el (mm-shr): Bind shr-content-function.
2320         * shr.el (shr-content-function): New variable.
2322         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2323         added for symmetry.
2325         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2327         * gnus-group.el (gnus-group-make-group): Doc fix.
2329         * nnimap.el (nnimap-request-newgroups): Return success.
2331         * shr.el (shr-find-elements): New function.
2332         (shr-tag-table): Put all the images after the table.
2333         (shr-tag-table): Really inhibit images inside the table.
2334         (shr-collect-overlays): Copy over overlays from the TD elements to the
2335         main document.
2337         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2338         gnus-blocked-images.
2340 2010-10-05  Julien Danjou  <julien@danjou.info>
2342         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2344         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2345         (gnus-html-maximum-image-size): Add this function.
2346         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2348         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2349         server-value of the capability is nil.
2351 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353         * shr.el (shr-tag-em): Add <EM> tag.
2355 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2357         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2358         customizable.
2360         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2361         handing broken links to browse-url.
2363 2010-10-05  Julien Danjou  <julien@danjou.info>
2365         * gnus-util.el (gnus-emacs-completing-read)
2366         (gnus-iswitchb-completing-read): Use autoload rather than require.
2368 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2370         * gnus-util.el (gnus-completing-read-function): Exclude
2371         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2372         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2373         XEmacs.
2375         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2376         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2378         * gnus-html.el: Don't require help-fns under XEmacs.
2379         (gnus-html-schedule-image-fetching): Work for XEmacs.
2381         * mm-decode.el (mm-shr): Decode contents by charset.
2383 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2385         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2386         unknown.
2388         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2389         (shr-get-image-data): Ensure against the cache file missing.
2391         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2392         for data.
2394         * spam-report.el (spam-report-url-ping-plain): Don't query about
2395         killing the process.
2397         * shr.el (shr-render-td): Protect against too-wide text.
2399 2010-10-04  Julien Danjou  <julien@danjou.info>
2401         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2402         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2404         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2405         retrieved.
2407 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409         * shr.el (browse-url): Require.
2410         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2411         lines.
2412         (shr-show-alt-text, shr-browse-image): New commands.
2413         (shr-browse-url, shr-copy-url): New commands.
2415         * gnus-sum.el (gnus-widen-article-window): New variable.
2416         (gnus-summary-select-article-buffer): Use it.
2418         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2419         without @ signs.
2421 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2423         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2425 2010-10-04  Julien Danjou  <julien@danjou.info>
2427         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2428         for XEmacs.
2430 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2434         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2435         (nnimap-close-server): Implement.
2437         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2438         (shr-insert): Tweak line breaking.
2439         (shr-insert): Handle <pre> better.
2440         (shr-tag-li): Get <li> indentation right.
2441         (shr-tag-li): Get <li> indentation even righter.
2442         (shr-tag-blockquote): Ensure paragraph start.
2443         (shr-make-table): Tweak table generation.
2444         (shr-make-table): Fix typo.
2446         * shr.el: Implement table rendering.
2448 2010-10-04  Julien Danjou  <julien@danjou.info>
2450         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2452 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454         * shr.el (shr-insert): Use string anchors instead of line anchors.
2456 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458         * shr.el: Add headings.
2459         (shr-ensure-paragraph): Actually work.
2460         (shr-tag-li): Make <ul> prettier.
2461         (shr-insert): Get white space at the beginning/end of elements right.
2462         (shr-tag-p): Collapse subsequent <p>s.
2463         (shr-ensure-paragraph): Don't insert double line feeds after blank
2464         lines.
2465         (shr-insert): \t is also space.
2466         (shr-tag-s): Fix "s" tag name function.
2467         (shr-tag-s): Fix face prop name.
2469 2010-10-03  Julien Danjou  <julien@danjou.info>
2471         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2473         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2474         gnus-window-inside-pixel-edges.
2476         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2477         gnus-ems.
2479         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2481         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2482         function.
2484         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2485         resize choice.
2487 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2490         beginning of the buffer.
2492         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2493         article buffer again.
2495         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2497         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2498         when it's at the start of the buffer.
2500         * shr.el (shr-tag-blockquote): Convert name.
2501         (shr-rescale-image): Use the right image-size variant.
2503         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2504         buffer isn't shown, then select the current article first instead of
2505         bugging out.
2506         (gnus-summary-select-article-buffer): Show both the article and summary
2507         buffers again.
2509         * shr.el (shr-fontize-cont): Protect against regions with no text.
2510         Rename tag functions to shr-tag-* for enhanced security.
2511         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2513 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2515         * shr.el (shr-insert):
2516         * pop3.el (pop3-movemail):
2517         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2518         loaded.
2520 2010-10-03  Glenn Morris  <rgm@gnu.org>
2522         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2524         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2526         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2528         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2530         * gnus-util.el (gnus-make-local-hook): Simplify.
2532 2010-10-02  Julien Danjou  <julien@danjou.info>
2534         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2535         (gnus-ido-completing-read): New function.
2536         (gnus-emacs-completing-read): New function.
2537         (gnus-completing-read): Use gnus-completing-read-function.
2538         Add gnus-completing-read-function.
2540 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2542         * shr.el (shr-insert-document): Autoload.
2543         (shr-img): Be silent.
2544         (shr-insert): Add a newline after every picture before text.
2545         (shr-add-font): Use overlays for combining faces.
2546         (shr-insert): Pass upwards the text start point.
2548         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2549         possible.
2550         (mm-shr): New function.
2552 2010-10-02  Julien Danjou  <julien@danjou.info>
2554         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2555         should go backward.
2557 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2559         * shr.el (shr): Fix typo in provide call.
2561 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563         * shr.el: New file.
2565         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2567         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2568         completing read.
2570 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2573         we're being queried about.  Suggested by Dan Jacobson.
2575         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2576         Suggested by Jason Eisner.
2578         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2579         table, too.  Suggested by Stefan Wiens.
2580         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2581         the table unnecessary.  Suggested by Stefan Wiens.
2583         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2584         longer needed, and probably doesn't work either, as pointed out by
2585         Stefan Wiens.
2586         (gnus-summary-exit): Remove call to the clearing function.
2587         (gnus-summary-exit-no-update): Ditto.
2589         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2590         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2591         Reported by Stefan Monnier.
2592         (gnus-summary-save-in-rmail): Ditto.
2594         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2595         article buffer, instead of both the article buffer and the summary
2596         buffer.  Sort of suggested by Dan Jacobson.
2598         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2600         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2601         Suggested by Dan Jacobson.
2603         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2604         documentation clearer.
2606         * message.el (message-shorten-references): Comment on the number "21".
2607         Suggested by Stefan Monnier.
2609         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2610         Suggested by Dan Jacobson.
2612         * gnus.el (gnus-large-newsgroup):
2613         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2615         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2616         externalize attachments.  Bug reported by Steve Wen.
2618         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2619         really message anything to the user.
2621         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2622         directly.
2624         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2625         messages in empty groups.
2627 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2629         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2630         non-UIDNEXT group.
2632 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2635         not the value from the collection.
2637         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2638         values.  This sometimes happens on some groups that have no info.
2639         (nnimap-request-newgroups): New function.
2641 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2643         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2644         check into `gnus-registry-initialize'.
2645         (gnus-registry-initialize): Ditto.
2646         Fix and extend header docs.
2648 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2650         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2651         regexp backtrace overflows.
2653         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2654         for starttls that tls.el implements; i.e. openssl.
2656 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2658         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2659         (gravatar-create-image): New function that's an alias to
2660         gnus-xmas-create-image, gnus-create-image, or create-image.
2661         (gravatar-data->image): Use it.
2663 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2665         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2666         install the nnregistry refer method.
2667         (gnus-registry-install-hooks): Use it.
2668         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2669         unfollowed groups.
2671 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2673         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2674         expanding threads.
2676 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2678         * nnir.el: Use the server names without suffixes (bug #7009).
2680         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2681         unencrypted to STARTTLS, if possible.
2683 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2685         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2686         headers before superseding.
2688 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690         * nnrss.el (nnrss-use-local): Add documentation.
2692         * nnimap.el (nnimap-extend-tls-programs): New function.
2693         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2694         (nnimap-wait-for-connection): Accept the greeting from the stupid
2695         output from openssl s_client -starttls, too.
2697         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2698         article number.
2699         (nnimap-split-fancy): New variable.
2700         (nnimap-split-incoming-mail): Use it.
2702         * nntp.el (nntp-server-list-active-group): Document.
2704         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2705         SELECT to get the message-id.
2707         * mail-source.el (mail-sources): Remove webmail support.
2708         (defvar): Ditto.
2709         (mail-source-fetcher-alist): Ditto.
2710         (mail-source-fetch-webmail): Remove.
2712         * webmail.el: Remove -- doesn't seem relevant any more.
2714         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2716         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2717         the \r.
2719 2010-09-30  Julien Danjou  <julien@danjou.info>
2721         * gnus-agent.el (gnus-agent-add-group): Fix call to
2722         gnus-completing-read.
2724 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726         * nndoc.el (nndoc-retrieve-groups): New function.
2728         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2729         `default', use nnmail-split-methods.
2730         (nnimap-request-article): Downcase the NILs so that they are nil.
2732         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2733         symbol.
2735         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2736         code, since if the user has requested network, that's what they ought
2737         to get.
2738         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2739         (nnimap-split-rule): Mark as obsolete.
2741         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2742         New variable.
2744         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2745         correct slot, too.
2747 2010-09-29  Julien Danjou  <julien@danjou.info>
2749         * gnus.el (gnus-local-domain): Declare variable obsolete.
2751         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2752         Fix history computing.
2753         (gnus-ido-completing-read): Require ido.
2755 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2757         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2758         build Gnus.
2760         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2761         when interpreting the structures.
2762         (nnimap-request-accept-article): Add \r\n to the lines to make this
2763         work with Cyrus.
2765         * nndraft.el (nndraft-request-expire-articles): Use the group name
2766         instead if "nndraft".  Fix found by Nils Ackermann.
2768 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2770         * nnregistry.el: Add.
2772 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2774         * nnmail.el (group, group-art-list, group-art):
2775         Remove unneeded directives.
2777 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2779         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2780         (mm-mime-charset)
2781         * rfc2047.el (rfc2047-syntax-table)
2782         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2784         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2785         rather than `insert-file-contents' and `eval-region'.
2787 2010-09-29  Julien Danjou  <julien@danjou.info>
2789         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2790         replacement of `gnus-gravatar-relief' to mimic
2791         `gnus-faces-properties-alist'.
2792         Add :version property.
2794 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2796         * mail-source.el (mail-source-report-new-mail)
2797         * message.el (message-default-mail-headers)
2798         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2800         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2802 2010-09-28  Julien Danjou  <julien@danjou.info>
2804         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2805         mail-address contains the same string as real-name.
2807         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2808         non-blank in header, otherwise it'll get stripped.
2810         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2811         real-name, and then for mail address rather than doing : or , search.
2813 2010-09-27  Julien Danjou  <julien@danjou.info>
2815         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2816         right completing-read function.
2817         (gnus-use-ido): New variable
2818         (gnus-completing-read-with-default): Remove.
2819         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2820         (gnus-agent-add-group):
2821         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2822         * mm-view.el (mm-view-pkcs7-decrypt):
2823         * mm-util.el (mm-codepage-setup):
2824         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2825         * mml-smime.el (mml-smime-openssl-sign-query):
2826         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2827         (mml-insert-multipart):
2828         * gnus-msg.el (gnus-summary-yank-message):
2829         * gnus-int.el (gnus-start-news-server):
2830         * mm-decode.el (mm-interactively-view-part):
2831         * gnus-dired.el (gnus-dired-attach):
2832         * gnus.el (gnus-read-method):
2833         * gnus-bookmark.el (gnus-bookmark-jump):
2834         * gnus-art.el (gnus-mime-view-part-as-type)
2835         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2836         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2837         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2838         * nnmairix.el (nnmairix-create-server-and-default-group)
2839         (nnmairix-update-groups, nnmairix-get-server)
2840         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2841         (nnmairix-get-group-from-file-path):
2842         * nnrss.el (nnrss-find-rss-via-syndic8):
2843         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2844         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2845         (gnus-group-browse-foreign-server):
2846         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2847         (gnus-summary-execute-command, gnus-summary-respool-article)
2848         (gnus-read-move-group-name):
2849         * gnus-score.el (gnus-summary-increase-score)
2850         (gnus-summary-score-effect):
2851         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2853 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2855         * nnimap.el (auth-source-forget-user-or-password)
2856         (auth-source-user-or-password): Autoload.
2858         * message.el (message-from-style, message-interactive)
2859         (message-signature): Remove comment.
2860         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
2861         always.
2862         (message-sendmail-envelope-from): Comment fix.
2863         (message-yank-prefix): Default to mail-yank-prefix always.
2864         (message-indentation-spaces):
2865         Default to mail-indentation-spaces always.
2866         (message-signature-file): Default to mail-signature-file always.
2868 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2870         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2871         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2872         new articles.
2874         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2875         parts.
2876         (nnimap-request-article): Work with the t setting, too.
2878         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2879         that you don't get flashes of other buffers.
2880         (gnus-summary-show-complete-article): Intern before setting.
2882 2010-09-27  David Engster  <dengste@eml.cc>
2884         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2885         well as HEADERS.
2886         (nnmairix-retrieve-headers): Provide new argument for the above.
2888 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2890         * gnus-sum.el (gnus-summary-move-article): Don't alter
2891         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2892         group.
2894         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2896         * message.el (message-cite-prefix-regexp): Revert my last edit.
2898         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2899         variable instead of the Gnus variable.
2901         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2903         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2905         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2906         since some servers don't like it.
2907         (nnimap-open-connection): Forget credentials if the server says the
2908         password was wrong.
2909         (nnimap-parse-line): Protect against invalid data.
2911         * gnus-sum.el (gnus-summary-move-article): Add comment.
2912         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2913         nothing alters it while scanning for new messages.
2915         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2916         which may or may not help.
2917         (nnimap-open-connection): If we're doing a stream connection, and then
2918         discover we're on a STARTTLS-capable server, then open a STARTTLS
2919         connection instead.
2921 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2923         * nnimap.el (utf7): Require.
2925         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2926         prefix.
2928 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2930         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2932 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934         * nnimap.el (nnimap-request-accept-article): Message the error on
2935         error.
2937 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2939         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2941 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2943         * nndoc.el (nndoc-request-list): Return success always.
2945         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2946         `fetch-old' -- we only want to fetch the articles we've requested.
2947         The rest are in the agent, probably.
2948         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2949         disappeared server" to something low.  It's not important.
2951         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2952         arrived before the FETCH data.
2954         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2955         target here, because we don't know the Gnus name of the group.
2957         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2958         for the correct group.
2960         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2962         * gnus.el (gnus): Give a final warning after startup.
2964         * gnus-util.el (gnus-action-message-log): New variable.
2965         (gnus-message): Use it.
2966         (gnus-final-warning): New function.
2968         * nnimap.el (nnimap-open-connection): Record the greeting.
2969         (nnimap): Add greeting.
2971 2010-09-26  Julien Danjou  <julien@danjou.info>
2973         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2974         arguments.
2975         (gnus-html-wash-images): Fix spec computing to include start/end.
2977         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2979 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2981         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2982         deletion.
2983         (nnimap-retrieve-headers): Don't select the group, because that's
2984         already done by nnimap-possibly-change-group.
2986         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2987         (gnus-picon-transform-address): Use it.
2989         * mail-source.el (mail-source-value): Revert previous patch.
2991         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2992         on failure.
2993         (nnimap-open-connection): Look up both virtual and physical server name
2994         credentials.
2996         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2998 2009-02-08  Dave Love  <fx@gnu.org>
3000         * gnus-win.el (gnus-window-to-buffer-helper)
3001         (gnus-all-windows-visible-p): Function needn't be a symbol.
3003         * mail-source.el (mail-source-value): Function needn't be a symbol.
3005 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3007         * message.el (message-cite-prefix-regexp): Remove } from the cite
3008         prefix.
3010         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3011         highlight again, so that the highlight is correct.
3013         * gnus-picon.el (gnus-picon): Remove again.
3014         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3016         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3017         doing the header highlightling, so that the background colour of the
3018         picon is correct.
3020         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3021         (gnus-picon): Ditto.
3022         (gnus-picon): Reinstate.  The background colour for picons is white.
3023         (gnus-picon-insert-glyph): Make the background white.
3025         * nnml.el (nnml-open-nov): Don't return dead buffers.
3027         * auth-source.el (auth-source-create): Query the user for whether to
3028         store the credentials.
3030         * auth-source.el (auth-source-user-or-password): Use the existing auth
3031         sources, if any, for creation.
3033         * gnus.el (gnus-group-fast-parameter): Return the last matching
3034         parameter instead of the first matching parameter.
3036 2010-09-26  Julien Danjou  <julien@danjou.info>
3038         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3040 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042         * mml2015.el (mml2015-use): Remove gpg support.
3044         * mml1991.el (mml1991-function-alist): Remove gpg function.
3045         (mml1991-gpg-sign): Remove.
3047 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3049         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3050         (gnus-browse-unsubscribe-current-group): Document it.
3051         (gnus-browse-unsubscribe-group): Use it.
3053 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3055         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3056         address to the To list for easier response.
3058         * gnus.el (gnus-play-startup-jingle): Remove.
3059         (gnus-splash): Don't play jingle.
3060         (gnus): Silence gnus-load message.
3062         * gnus-art.el (gnus-treat-play-sounds): Remove.
3064         * gnus.el (gnus-play-jingle): Remove audio support.
3066         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3068         * earcon.el: Remove -- no users.
3070         * gnus-audio.el: Remove -- no users of this package.
3072         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3074         * gnus-start.el (gnus-setup-news): Remove nocem support.
3076         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3078         * gnus.el (gnus-use-nocem): Remove.
3080         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3081         Remove.
3083         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3084         uses NoCeM any more.
3086         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3087         (gnus-button-ctan-handler): Ditto.
3088         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3089         (gnus-button-ctan-directory-regexp): Ditto.
3090         (gnus-button-handle-ctan): Ditto.
3091         (gnus-button-tex-level): Ditto.
3092         (gnus-button-alist): Remove CTAN stuff.
3094 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3096         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3097         nnimap-streaming test.
3099         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3100         servers twice.
3102         * nnimap.el (nnimap-open-connection): Add more error reporting when
3103         nnimap fails early.
3105         * nnheader.el (nnheader-get-report-string): New function.
3106         (nnheader-get-report): Use it.
3108         * gnus-int.el (gnus-check-server): Say what the error was when opening
3109         failed.
3111         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3112         using streaming.
3114 2010-09-25  Julien Danjou  <julien@danjou.info>
3116         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3117         gnus-window-inside-pixel-edges.
3119 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3121         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3123         * mm-decode.el (mm-save-part): Allow saving to other directories the
3124         normal Emacs way.
3126         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3127         Suggested by Jay Berkenbilt.
3129         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3130         there isn't a single byte.
3132         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3133         just do it.  It doesn't really seem to matter what the user responds
3134         here, I think, so it's just a confusing question.
3136         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3137         non-streaming case.
3139         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3140         (gnus-article-encrypt-body): Use it.
3142         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3143         keystroke.
3145         * nnimap.el (nnimap-find-wanted-parts-1):
3146         Use gnus-fetch-partial-articles.
3148         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3150         * nnimap.el (nnimap-insert-partial-structure): New function.
3151         (nnimap-get-partial-article): New function.
3152         (nnimap-request-article): Use it.
3153         (nnimap-wait-for-response): Return whether the wait was successful.
3154         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3155         retrieval wasn't successful.
3156         (nnimap-retrieve-group-data-early): Allow throttling servers.
3157         (nnimap-streaming): New variable.
3158         (nnimap-fetch-partial-articles): Remove.
3160         * mm-decode.el (mm-with-part): Protect against killed buffers.
3162         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3163         for prettier summary display.
3165 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3167         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3169 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3171         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3172         apparently third-party libraries depend on it.
3174         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3175         before starting negotiation.
3177         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3178         privacy reasons.
3179         (gnus-treat-mail-gravatar): Ditto.
3181         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3182         buffer when inserting images.  Inserting text into the headers, for
3183         instance, can make them invalid.
3185 2010-09-25  Julien Danjou  <julien@danjou.info>
3187         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3188         variables.
3190         * nnheader.el: Remove useless variables news-reply-yank-from and
3191         news-reply-yank-message-id.
3193         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3194         variables.
3196         * mml1991.el: Remove useless mml1991-verbose.
3198         * gnus.el: Remove useless variable gnus-use-generic-from.
3199         Remove obsolete variable gnus-topic-indentation.
3201         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3203         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3205         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3207         * gnus-group.el: Remove useless gnus-group-icon-cache.
3208         Remove useless gnus-ephemeral-group-server.
3210         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3212         * mml2015.el: Remove useless mml2015-verbose.
3214         * mml-smime.el: Remove useless mml-smime-verbose.
3216         * gnus.el: Remove useless gnus-local-domain.
3218         * gnus-gravatar.el (gnus-gravatar-transform-address):
3219         Use gnus-gravatar-size.
3221         * gnus-art.el: Remove useless gnus-treat-translate.
3223 2010-09-24  Julien Danjou  <julien@danjou.info>
3225         * gnus-sum.el: Add support for Gravatars.
3227         * gnus-art.el: Add support for Gravatars.
3229         * gnus-gravatar.el: Add this file.
3231         * gravatar.el: Add this file.
3233 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3235         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3237         * gnus-group.el (gnus-group-fetch-faq): Remove.
3239         * gnus.el (gnus-group-faq-directory): Remove.
3241         * gnus-group.el (gnus-group-fetch-charter): Remove.
3243         * gnus.el (gnus-group-charter-alist): Remove.
3245         * gnus-group.el (gnus-group-archive-directory): Remove.
3246         (gnus-group-recent-archive-directory): Ditto.
3247         (gnus-group-make-archive-group): Remove.
3249         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3251         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3252         use the same article number for all the cached articles.
3254         * nnimap.el (nnimap-command): Register the last command time so
3255         that we can use it for idling NOOPs.
3256         (nnimap-open-connection): Start the keeplive timer.
3257         (nnimap-make-process-buffer): Store all the process buffers.
3258         (nnimap-keepalive): New function.
3260         * starttls.el (starttls-open-stream): Add autoload cookie.
3262 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3264         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3265         handling.
3267 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3269         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3270         its data structures.
3272         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3273         instead of the cl.el copy-list.
3274         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3275         equalp.
3277 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3279         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3280         and tool-bar-local-item-from-menu.
3282         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3283         mode-line-highlight face for Emacs.
3285         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3286         loading gnus-sum.elc; fix comment for canlock-verify.
3287         (gnus-article-jump-to-part): Use read-number.
3288         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3289         Remove Emacs pre-21 compatible code for help-echo.
3290         (gnus-article-next-page-1): No need to adjust the number of lines.
3291         (gnus-article-describe-bindings): Always use help-buffer.
3293         * gnus-audio.el (gnus-audio-inline-sound)
3294         * gnus-cus.el (gnus-custom-mode)
3295         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3297         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3299         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3300         compatible code.
3302 2010-09-24  Glenn Morris  <rgm@gnu.org>
3304         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3305         visiting the fcc file in rmail-mode.
3307 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3309         * nnir.el: Silence the byte compiler.
3311         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3312         alias to browse-url-url-encode-chars if any.
3313         (gnus-html-encode-url): Use it.
3315 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3317         * gnus-start.el (gnus-use-backend-marks): New variable.
3318         (gnus-get-unread-articles-in-group): Use it.
3320         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3321         makeover.
3323 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3325         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3327 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3330         Remove.
3331         (gnus-setup-news-hook):
3332         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3334         * gnus-int.el (gnus-request-update-info): Protect against backends not
3335         having the function.
3337         * nnimap.el (nnimap-stream): Mention starttls.
3338         (nnimap-open-connection): Add starttls support.
3340 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3342         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3344 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3346         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3347         BODYSTRUCTUREs.
3348         (nnimap-transform-headers): Unfold quoted {42} headers.
3350         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3351         the info.
3352         (gnus-get-unread-articles): Only call updatep on backends that support
3353         it.
3355         * nnweb.el (nnweb-request-update-info): NOOP.
3357         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3359         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3360         since it only deals with marks.
3362         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3363         gnus-request-marks, and make a new gnus-request-update-info.
3365         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3366         the active instead of the high number, which is usually too low.
3368 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3370         * encrypt.el: Remove.
3372 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3375         server in symbolic form.
3377         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3379 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3381         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3382         (nnimap-update-info): Fix up code slightly.
3384         * gnus-int.el (gnus-open-server): Add tracing for performance
3385         debugging.
3387         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3388         (gnus-group-insert-group-line): Pass the real group name so that it
3389         gets the right data.
3391         * gnus-start.el (gnus-get-unread-articles): Don't have
3392         `gnus-get-unread-articles-in-group' update info, since that can be
3393         really slow and doesn't seem to be needed?
3395 2010-09-22  Julien Danjou  <julien@danjou.info>
3397         * gnus-group.el (gnus-group-insert-group-line):
3398         Call gnus-group-highlight-line.
3399         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3400         default hook list.
3401         (gnus-group-update-eval-form): Add new function.
3402         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3403         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3405 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3407         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3408         immediate, then expire all articles.
3409         (nnimap-update-info): Fix off-by-one errors.
3410         (nnimap-flags-to-marks): Would return no marks lists for group with no
3411         flags.  Instead return the other data.
3413 2010-09-22  Julien Danjou  <julien@danjou.info>
3415         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3416         Only return an icon.
3417         (gnus-group-insert-group-line): Compute icon to return.
3419         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3420         (gnus-html-image-fetched): Only cache if
3421         gnus-html-image-automatic-caching is set.
3422         (gnus-html-image-fetched): Check for errors.
3424 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3427         once per method on `g'.  This ensures that backends like nnfolder don't
3428         open all their folders.
3430         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3431         (nnimap-request-list): Nix out group in the correct buffer.
3432         (nnimap-parse-flags): Implement by using `read' instead of
3433         hand-parsing.
3434         (nnimap-flags-to-marks): Pass on permanent-flags.
3435         (nnimap-make-process-buffer): Record the server name.
3436         (nnimap-parse-flags): Fix typo.
3437         (nnimap-request-scan): Run split on the server in general, not just a
3438         single group.
3440         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3441         parameter, and propagate this downwards.
3443         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3444         since EXAMINE changes it on the server.
3446         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3447         this command might take a while.
3449 2010-09-22  Julien Danjou  <julien@danjou.info>
3451         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3452         harmful if you have 2 images side-by-side, they can't be properly
3453         update on text deletion.  Using text-property is safer here.
3454         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3455         data.
3457 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3459         * nnimap.el (nnimap-expunge-inbox): Remove.
3460         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3461         (nnimap-expunge): Flip default to t.
3463         * gnus.el (gnus-method-to-server): Don't push things to the cache
3464         unless it's unique.
3465         (gnus-server-to-method): Ditto.
3467 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3469         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3471 2010-09-22  Julien Danjou  <julien@danjou.info>
3473         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3474         get the start of data.
3475         (gnus-html-encode-url): Add this function to encode special chars in
3476         URL.
3477         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3478         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3480         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3481         default.
3482         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3484         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3485         images alt-text.
3486         (gnus-html-put-image): Put alt-text as help-echo.
3488 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3490         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3491         * mm-util.el (mm-decompress-buffer)
3492         * nnir.el (nnir-run-find-grep)
3493         * pop3.el (pop3-list): Use 3rd arg of split-string.
3495 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3498         outside the active range.  Suggested by Dan Christensen.
3500         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3501         slightly later to avoid double-getting it.
3503         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3504         previous patch.
3506         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3508 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3510         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3512 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3514         * gnus-int.el (gnus-open-server): Give a better error message in the
3515         "go offline" case.
3517         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3518         marks for nnimap, which is seldom the right thing to do.
3520         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3521         (gnus-same-method-different-name): New function.
3523         * nnimap.el (parse-time): Require.
3525         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3526         method in the presence of many similar methods.
3528         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3530         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3531         nnml-inhibit-expiry.
3533         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3534         find out whether methods are equal.
3536         * nnimap.el (nnimap-find-expired-articles): New function.
3537         (nnimap-process-expiry-targets): New function.
3538         (nnimap-request-move-article): Request the article before looking at
3539         what the Message-ID is.  Fix found by Andrew Cohen.
3540         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3542         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3543         for oldness in addition to being a predicate.
3545         * nnimap.el (nnimap-request-group): When we have zero articles, return
3546         the right data to Gnus.
3547         (nnimap-request-expire-articles): Only delete articles immediately if
3548         the target is 'delete.
3550         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3551         method, this would bug out.
3553         * gnus-group.el (gnus-group-expunge-group): Rename from
3554         gnus-group-nnimap-expunge, and implemented as a normal interface
3555         function.
3557         * gnus-int.el (gnus-request-expunge-group): New function.
3559         * nnimap.el (nnimap-request-create-group): Implement.
3560         (nnimap-request-expunge-group): New function.
3562 2010-09-21  Julien Danjou  <julien@danjou.info>
3564         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3565         (gnus-html-cache-expired): Add new function.
3566         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3567         wethever we should display image for fetch it.
3568         Compute alt-text earlier to pass it to the fetching function too.
3569         (gnus-html-schedule-image-fetching): Change function argument to only
3570         get one image at a time, not a list.
3571         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3572         cache.
3573         (gnus-html-get-image-data): New function to retrieve image data from
3574         cache.
3575         (gnus-html-put-image): Change buffer argument to use image data rather
3576         than file, and place image above region rather than inserting a new
3577         one.  Do not take alt-text as argument, since it's useless now: we place
3578         the image above alt-text.
3579         (gnus-html-prune-cache): Remove.
3580         (gnus-html-show-images): Start to fetch image when we find one, do not
3581         push into a temporary list.
3582         (gnus-html-prefetch-images): Only fetch image if they have expired.
3583         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3584         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3586 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3588         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3590 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3592         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3593         spec inser "*" if the group isn't active instead of 0.
3595         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3596         opening the server.
3597         (nnimap-request-delete-group): Implement group deletion.
3598         (nnimap-transform-headers): Return the size of the entire message in
3599         the Bytes header, not just the size of the first part.
3600         (nnimap-request-move-article): When moving an article from nnimap,
3601         request the article first so the accepting form has an article to
3602         accept.  Reported by Dan Christensen.
3603         (nnimap-command): Make sure that the error message doesn't error out.
3605 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3607         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3608         we haven't requested anything.
3610 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3612         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3613         "".  Fix found by Andrew Cohen.
3615         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3616         instead of -encode-string.
3618 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3620         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3622         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3623         by mm-subst-char-in-string.
3625 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3627         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3628         waiting for the connection string.
3630         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3631         arriving.
3633         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3634         bogus characters.  This allows selecting certain Gmail groups.
3636         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3637         (nnimap-fetch-partial-articles): New variable.
3638         (nnimap-open-connection): When looking for credentials, also use the
3639         nnimap-server-port.
3640         (nnimap-request-article): Return the group/article number, so that Gnus
3641         `^' works as expected.
3642         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3644         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3645         comments.
3646         (gnus-methods-sloppily-equal): New function.
3647         (gnus): When using the development version of Gnus, load the gnus-load
3648         file.
3650         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3651         `gnus-open-server' on each method before trying to scan them etc.
3652         This ensures that all the backend parameters are set correctly.
3654         * nnimap.el (nnimap-authenticator): New variable.
3655         (nnimap-open-connection): Allow anonymous login.
3656         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3657         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3659         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3660         patch, found by Knut Anders Hatlen.
3662 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3664         * gnus-agent.el (gnus-agent-batch-confirmation)
3665         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3666         to gnus-message.
3667         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3668         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3669         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3670         * gnus-int.el (gnus-open-server): Likewise.
3671         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3672         (gnus-score-check-syntax): Likewise.
3673         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3674         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3675         Likewise.
3676         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3678 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3681         calling conventions so that prefetch doesn't bug out.
3683 2010-09-19  Julien Danjou  <julien@danjou.info>
3685         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3686         rather than `subst-char-in-region' in order to be able to replace ASCII
3687         char by UTF-8 ones.
3689         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3690         than curl.
3691         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3692         the right URL and ALT text on images.
3693         (gnus-html-wash-tags): Fix tag case.
3694         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3695         (gnus-article-html): Add -o display_ins_del=2 option.
3696         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3698 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3700         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3701         the extra mail headers, which sometimes seem to happen for unknown
3702         reasons.
3704         * mail-parse.el (mail-header-encode-parameter): Define as
3705         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3706         (or most, perhaps?) mail readers don't understand the latter, but do
3707         understand the former.
3709         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3710         to nil, so that no methods are automatically agentized.  I think this
3711         is probably what most users want.
3713         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3714         from url-retrieve, for instance about invalid URLs.
3716         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3717         groups that have no articles.
3718         (nnimap-request-article): Check that we really got an article when we
3719         requested one.
3721         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3722         doesn't exist.
3724         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3725         nntp buffer so the agent can save it.
3726         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3727         that CRLF doesn't get translated to \n.
3728         (nnimap-open-connection): Don't make 'shell commands only send \n.
3730 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3732         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3733         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3734         Update var name.
3735         (nnml-generate-nov-file): Use dolist.
3736         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3737         Use with-current-buffer.
3739 2010-09-18  Julien Danjou  <julien@danjou.info>
3741         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3742         parallel.
3744 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3746         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3747         the range update right.
3748         (nnimap-request-group): Don't make `M-g' bug out on group with no
3749         marks.
3750         (nnoo): Require, so that other packages can require nnimap.
3751         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3752         command we're looking for.  This helps when the server sends more
3753         responses after we've gotten everything we expected.
3754         (nnimap): Add a `newlinep' field to keep track of end-of-line
3755         conventions.
3756         Don't send CRLF to things that don't want it.
3757         (nnimap-request-accept-article): Ditto.
3759 2010-09-18  Julien Danjou  <julien@danjou.info>
3761         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3762         than curl to retrieve images.
3764 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3766         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3767         the marks.
3768         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3769         (nnimap-wait-for-connection): New function.
3770         (nnimap-open-connection): If we have PREAUTH, don't query for login
3771         credentials.
3772         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3773         when doing a partial update.
3775 2010-09-18  Julien Danjou  <julien@danjou.info>
3777         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3778         tags.
3780 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3782         * nnimap.el (nnimap-credentials): New function.
3783         (nnimap-open-connection): Use the new function to look for credentials
3784         also on the numeric equivalents of "imap" and "imaps".
3786         * gnus-start.el (gnus-activate-group): Send the info to
3787         gnus-request-group.
3789         * nnimap.el (nnimap-request-group): Have the "check" version of the
3790         function parse flags and update the info, so that a `M-g' get a total
3791         resync of all flags from the group.
3793         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3794         to allow backends to alter the info on group selection.  Also alter all
3795         the backend -request-group functions to take the parameter.
3797         * nnimap.el (nnimap-store-info): New function.
3798         (nnimap-update-info): Store the info for later usage.
3799         (nnimap-request-group): Use the stored info for the dont-check case, so
3800         that we don't retrieve all marks when we enter a group.
3802         * nnimap.el: Use deffoo instead of defun for interface functions.
3804         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3805         update the group info.  This makes the nndraft groups, for instance, go
3806         back to their old behaviour.
3808         * gnus-sum.el (gnus-select-newsgroup): Indent.
3810         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3811         in.
3812         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3813         nothing.
3815         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3816         from methods that are denied.
3818         * gnus-int.el (gnus-method-denied-p): New function.
3820         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3821         store the password instead of netrc.
3822         (nnimap-open-connection): Don't error out when we can't make a
3823         connections.
3825         * auth-source.el (auth-source-create): In the password prompt, say what
3826         we're querying for.  Also prompt for user name if that hasn't been
3827         given.
3829         * nnimap.el (nnimap-with-process-buffer): Remove.
3831 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3833         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3834         method when we're reading from the agent.
3836         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3838         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3839         that's probably most useful for users.
3841         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3842         "failed" all the time.
3844         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3845         ...)) with (with-current-buffer ... ).
3847         * nntp.el (nntp-open-server): Return whether the open was successful or
3848         not.
3850         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3851         select an unread unseen article first.
3853         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3854         /etc/services, supply some sensible port defaults.
3856 2010-09-17  Julien Danjou  <julien@danjou.info>
3858         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3860 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3862         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3863         doesn't have any parameters.
3865 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3867         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3868         only upcased checks.
3870         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3872         * nnimap.el (nnimap-open-shell-stream): New function.
3873         (nnimap-open-connection): Use it.
3874         (nnimap-transform-headers): Get the number of lines in each message.
3875         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3876         number of lines.
3877         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3878         problem.
3880         * utf7.el (utf7-encode): Autoload.
3882         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3883         to allow the mail splitting to not return a default group.  This is
3884         useful for nnimap, which will leave unmatched mail in the inbox.
3886         * nnimap.el: Rewritten.
3888         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3889         nnimap usage.
3891         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3892         if the move is internal, so that nnimap can do fast internal moves.
3894         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3895         data.
3896         (gnus-read-active-for-groups): Support finishing the early retrieval of
3897         data.
3899         * gnus-range.el (gnus-range-nconcat): New function.
3901         * gnus-int.el (gnus-finish-retrieve-group-infos)
3902         (gnus-retrieve-group-data-early): New functions.
3904 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3906         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3907         (nnrss-retrieve-groups):
3908         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3909         (pop3-quit): Use with-current-buffer.
3911 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3913         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3914         instead of nnheader-accept-process-output.
3916         * gnus-html.el (gnus-html-schedule-image-fetching)
3917         (gnus-html-prefetch-images): Replace process-kill-without-query by
3918         gnus-set-process-query-on-exit-flag.
3920 2010-09-16  Romain Francoise  <romain@orebokech.com>
3922         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3924 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3926         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3927         parameter to unintern is mandatory-ish in Emacs 24.
3929         * gnus-html.el (gnus-html-schedule-image-fetching)
3930         (gnus-html-prefetch-images): Check for curl before using it.
3932         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3933         depend on curl, which isn't essential.
3935         * imap.el: Revert back to version
3936         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3937         seem problematic.
3939 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3941         * gnus-registry.el (gnus-registry-install-shortcuts):
3942         Explicitly pass `obarray' to `unintern' to avoid a warning.
3944 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3946         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3947         change.
3949         * nnrss.el (nnrss-request-list): Remove this function and related
3950         functions, including the moreover stuff.
3952 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3954         * nnrss.el (nnrss-retrieve-groups): New function.
3956 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3958         * .dir-locals.el: Add no-byte-compile cookie.
3960 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3962         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3963         for back end that doesn't support request-scan.
3965 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3967         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3968         then do request scans from the backends.
3970         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3971         avoid running a hook per line, since this takes a lot of time,
3972         profiling shows.
3973         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3974         directly if gnus-visual-p is true.
3976 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3978         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3979         groups; replace mapcar with dolist which is a bit faster; pass groups
3980         info to gnus-read-active-file-1.
3981         (gnus-read-active-file-1): Scan only specified groups if the new
3982         optional arg `infos' is given.
3984 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3986         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3988         * pop3.el (pop3-movemail): Remove.
3989         (pop3-streaming-movemail): Rename to pop3-movemail.
3991         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3992         don't restrict end-tag searches to the end of the line.
3994 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3996         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3997         articles of every unchecked group to t, which means unknown since the
3998         server has never been opened.
4000 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4002         * gnus-html.el (gnus-html-show-alt-text): New command.
4003         (gnus-html-browse-image): Ditto.
4004         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4005         to browse the image directly.
4006         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4007         better.
4009         * gnus-async.el (gnus-async-article-callback):
4010         Call `gnus-html-prefetch-images' unconditionally.
4012         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4013         before feeding URLs to curl.
4015 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4017         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4018         internal images as deletable by `W D D'.
4020         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4021         (gnus-async-article-callback): Fix typo.
4023 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4025         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4026         current line to work around bugs in the output from w3m.
4028         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4029         for groups that want that.
4031         * nntp.el (nntp-wait-for-string): Supply a timeout for
4032         accept-process-output to ensure progress.
4034         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4035         level to get unread articles from, then use that for foreign groups,
4036         too.
4038         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4039         confuses the rest of the function.
4041         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4042         for the methods that support -retrieve-groups, too.
4044         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4046 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4048         * pop3.el: Require cl when compiling.
4049         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4051 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4053         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4054         that aren't going to be activated.
4055         (gnus-get-unread-articles): Fix up the last commit.
4057         * gnus-html.el (gnus-article-html): Allow calling without specifying
4058         the handle.  In that case, dissect the buffer first.
4060         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4062         * nnimap.el (nnimap-open-connection): Revert the change that would look
4063         into authinfo for imaps instead of imap.
4065         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4066         say that you don't want to call gnus-request-group with don-check, but
4067         do check the reponse.  This is for virtual groups only.
4068         (gnus-get-unread-articles): Count the archive groups as secondary, so
4069         that they're activated the same way as before.
4071         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4072         case-insensitively.
4073         (nnimap-debug): Remove.
4075         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4076         mail from a file, and the file doesn't exist.
4078         * pop3.el (pop3-streaming-movemail): Return t for success.
4080         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4081         .authinfo if we're using ssl connection.
4083         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4084         already have if we're in a main Gnus `g' run.
4086         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4088 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4090         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4092         * nnmh.el (nnmh-request-list-1): Bind `file'.
4094         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4095         alias to set-process-query-on-exit-flag or process-kill-without-query.
4096         (pop3-open-server): Use it.
4098 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4100         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4101         box to the Incoming file.  Fixes mistake in previous checkin.
4103         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4104         request loop (for debugging purposes) removed.
4106         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4107         culprit is more visible.
4108         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4109         (nnml-add-incremental-nov): New functions to do "incremental" nov
4110         updates, where we just append to the end of the existing nov files
4111         without reading/writing them in full.
4113         * mail-source.el (mail-source-delete-crash-box): Really only check the
4114         incoming files once in a while.
4116         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4118         * mail-source.el (mail-source-delete-crash-box): Only check the
4119         incoming files for deletion once per day to save a lot of file
4120         accesses.
4122         * pop3.el (pop3-logon): Fix up unbound variable typo.
4124         * mail-source.el (pop3-streaming-movemail): Autoload.
4126         * pop3.el (pop3-streaming-movemail):
4127         Respect pop3-leave-mail-on-server.
4129         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4130         retrieval.
4132         * pop3.el (pop3-process-filter): Remove unused function.
4133         (pop3-streaming-movemail, pop3-send-streaming-command)
4134         (pop3-wait-for-messages, pop3-write-to-file)
4135         (pop3-number-of-responses): New functions for streaming pop3
4136         retrieval.
4138         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4139         come from no known methods.
4140         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4141         list.
4143         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4144         message sizes.
4145         (pop3-movemail): Use erase-buffer instead of looping and deleting
4146         regions, which seems rather odd.
4148         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4149         file once per `g' run.
4151         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4152         directories.  This makes the draft queue directory work.
4154         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4155         data from the backends, so that we only request the list of groups from
4156         each method once.  This should speed things up considerably.
4158         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4159         detect that it's not implemented.
4161         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4162         we actually do recurse down into the tree, but don't stat all leaf
4163         nodes.
4165         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4166         then say so instead of bugging out.
4168         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4169         files exist before trying to read them.
4171         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4172         around <pre_int>.
4174         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4176         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4178 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4180         * mm-util.el (mm-image-load-path): Just return the image directories,
4181         not all directories in the path in addition to the image directories.
4182         (mm-image-load-path): Maintain a cache of the image directories so that
4183         the `g' command in Gnus doesn't have to stat dozens of directories each
4184         time.
4186         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4187         (gnus-html-wash-tags): Add a new `i' command to insert images.
4188         (gnus-html-insert-image): New command and keystroke.
4189         (gnus-html-redisplay-with-images): New command and keystroke.
4190         (gnus-html-show-images): Rename command.
4191         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4192         spacers.
4193         (gnus-html-wash-tags): Decode entities at the end, so that entities
4194         inside the tags don't mess up the rest of the "parsing".
4196         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4197         so that nnimap methods aren't agentized by default.  There's apparently
4198         many problems related to agent/imap behaviour.
4200         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4202         * gnus-html.el: Doc fix.
4204 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4206         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4207         glyph-width and glyph-height instead of display-graphic-p and
4208         image-size; make avoidance of displaying small images work for XEmacs.
4210         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4211         for XEmacs.
4213         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4214         of symbol that holds plist data.
4215         (gnus-process-plist): Remove plist of process after getting it.
4217 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4219         * message.el (message-generate-hashcash): Change default to
4220         'opportunistic if hashcash is installed.
4222         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4223         (gnus-html-put-image): Only call image-size once, since it's somewhat
4224         time-consuming on remote X servers.
4226 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4228         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4229         decoded contents.
4230         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4232 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4234         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4235         group line format, since it isn't very interesting.
4237         * gnus-agent.el (gnus-agent-short-article),
4238         (gnus-agent-long-article): Increase values for these two variables,
4239         since most people are likely to have more network connection and
4240         storage than before.
4242         * gnus.el (gnus-refer-article-method): Change default to 'current.
4243         When referring an article, the common behaviour is to refer it from the
4244         current select method, not the native select method.  The chances of
4245         the native select method having the message in question is rather slim
4246         these days.
4248         * gnus-sum.el (gnus-auto-select-subject): Change default to
4249         `unseen-or-unread'.  I think it's likely that most people want to
4250         select an unseen article over a previously seen, but unread one.
4252         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4253         means that in the article buffer none of the minor mode elements will
4254         be shown, usually, and this is not desirable in most cases.
4256         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4257         that commands like `d' (and the like) go to the next line in the
4258         buffer, instead of the next unread article.  I think this is the
4259         behaviour that is most natural for most users.
4260         (gnus-single-article-buffer): Change default to nil, so that people can
4261         have as many article buffers open as they have summary buffer.  I think
4262         this is the most natural way for the groups to behave.
4264         * message.el (message-generate-new-buffers): Change default to
4265         `unsent', so that all new message buffers start their names with the
4266         string "*unsent", and it's easier to find the buffers if you move from
4267         them.
4269 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4272         small.  They're probably tracking images.
4273         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4274         (gnus-html-rescale-image): Yet another try at getting the image sizing
4275         right.
4277         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4278         nntp-marks-file-name is nil.
4280 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4282         * gnus-html.el (gnus-html-wash-tags)
4283         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4284         Better logging.
4286 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4288         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4290         * gnus-html.el (gnus-html-wash-tags): Check the value of
4291         gnus-blocked-images in the summary buffer.
4293 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4295         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4297 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4299         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4300         like "a", it seems like.
4301         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4302         since it needs to be picked from the correct buffer.
4304         * nnwfm.el: Remove.
4306         * nnlistserv.el: Remove.
4308 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4310         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4311         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4313 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4315         * nnkiboze.el: Remove.
4317         * nndb.el: Remove.
4319         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4320         alt text.
4321         (gnus-html-rescale-image): Try to get the rescaling logic right for
4322         images that are just wide and not tall.
4324         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4325         overshadow variable bindings.
4327 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4329         * gnus-html.el (gnus-html-wash-tags)
4330         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4331         Add extra logging.
4333 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4335         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4336         (gnus-max-image-proportion): New variable.
4337         (gnus-html-rescale-image): New function.
4338         (gnus-html-put-image): Rescale images.
4340 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4342         Fix up some byte-compiler warnings.
4343         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4344         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4345         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4346         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4347         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4348         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4349         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4351 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4353         * gnus-html.el (gnus-article-html): Decode contents by charset.
4355 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4357         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4358         (gnus-html-frame-width, gnus-blocked-images)
4359         * message.el (message-prune-recipient-rules): Add custom version.
4360         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4362         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4363         functions.
4365         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4366         gnus-process-get.
4368 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4370         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4371         instead of lsub directly.
4373 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4375         * nnwarchive.el: Remove.
4377         * gnus-soup.el: Remove.
4379         * nnsoup.el: Remove.
4381         * nnultimate.el: Remove.
4383         * gnus-html.el (gnus-blocked-images): New variable.
4385         * message.el (message-prune-recipients): New function.
4386         (message-prune-recipient-rules): New variable.
4388         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4389         guess whether a long line is natural text or not.
4391         * gnus-html.el (gnus-html-schedule-image-fetching):
4392         Use gnus-process-plist and friends for compatibility.
4394 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4396         * gnus-html.el: Require packages that define macros used in this file.
4397         (gnus-article-mouse-face): Declare to silence byte-compiler.
4398         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4399         process-get.
4400         (gnus-html-put-image): Use plist-get to avoid getf.
4401         (gnus-html-prefetch-images): Use with-current-buffer.
4403 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4405         * gnus-ems.el: Provide compatibility functions for
4406         gnus-set-process-plist.
4408         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4409         * gnus.el (gnus-valid-select-methods)
4410         * message.el (message-send-mail-partially-limit)
4411         * mm-decode.el (mm-text-html-renderer)
4412         * mml.el (mml-insert-mime-headers-always)
4413         * smiley.el (smiley-regexp-alist): Bump custom version.
4415 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4417         * gnus-html.el: require mm-url.
4418         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4419         with the url to `url'.
4420         (gnus-html-wash-tags): Support cid: URLs/images.
4422 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4424         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4425         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4426         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4428         * gnus-move.el: Remove file, since it doesn't really work.
4430         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4431         UTF-8.  This seems to fix problems with some German web feeds.
4433         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4434         at the top so that the proper colours are applied.
4436         * gnus-art.el (gnus-article-view-part): Doc fix.
4438         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4439         XEmacs-compatible.
4440         (gnus-html-put-image): Don't do images on non-graphic displays.
4442         * nnslashdot.el: Remove this unused backend.
4444         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4445         actions.
4446         (gnus-undo-register-1): Revert last change.
4448         * gnus-group.el (gnus-group-completing-read): Protect against not
4449         having completion-styles bound.
4451         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4452         make broken recipients happier.
4454         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4456         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4457         point parameter.
4459         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4460         completion-styles for group selection.
4462 2009-02-04  Andreas Schwab  <schwab@suse.de>
4464         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4465         headers and regexp-quote the match if necessary.
4467 2009-03-24  Miles Bader  <miles@gnu.org>
4469         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4470         the blinking smiley.
4472 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4474         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4475         blink smiley.
4477 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4479         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4480         where the dribbel file lives exists.
4482         * message.el (message-send-mail-partially-limit): Change the default to
4483         nil, since most people don't want this.
4485         * mm-url.el (mm-url-decode-entities): Also decode entities like
4486         &#x3212.
4488 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4490         * gnus-sum.el (gnus-summary-idna-message):
4491         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4492         Hyperlink urls in docstrings with URL `...'.
4494 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4496         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4497         functions.
4499 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4501         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4502         say what the mouseover text should be.
4504         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4505         version of the mm-w3m-safe-url-regexp variable to only download images
4506         in the groups where we want that to happen.
4508         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4510         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4511         easier debugging.
4512         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4513         big pictures in the article buffer.
4515         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4516         gnus-article-html.
4517         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4518         w3m.
4520         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4522 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4524         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4525         which doesn't exist.
4527         * message.el (message-inhibit-ecomplete): New variable to allow some
4528         function to inhibit ecomplete address storage.
4529         (message-resend): Disable ecomplete message storage when resending
4530         messages.
4532         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4534 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4536         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4537         Save excursion while copying, moving, and deleting articles in order to
4538         prevent the cursor from jumping to unforeseen place.
4540 2010-08-17  Glenn Morris  <rgm@gnu.org>
4542         * gnus-sync.el: Require gnus components whose functions are used.
4544         * gnus-art.el (bookmark-make-record-function):
4545         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4546         Declare for compiler.
4548         * mm-url.el (mml-compute-boundary): Autoload.
4550 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4552         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4554 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4556         Typo fix "hoo4a" -> "hook".
4558         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4560 2010-08-14  Glenn Morris  <rgm@gnu.org>
4562         * gnus-sync.el (gnus-sync): Fix defgroup version.
4564 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4566         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4568         * gnus-sync.el: Fix docs.
4569         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4570         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4572 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4574         Optimizations for gnus-sync.el.
4576         * gnus-sync.el: Add docs about gnus-sync-backend
4577         possibilities.
4578         (gnus-sync-save): Remove unnecessary message.
4579         (gnus-sync-read): Optimize and show what groups were skipped.
4581 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4583         Minor bug fixes for gnus-sync.el.
4585         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4586         Don't read the sync on get-new-news.
4588         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4589         quiet.
4591         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4592         (fix typo).
4594 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4596         Make saving and restoring of hidden threads work with overlays.
4597         Patch applied by Ted Zlatanov.
4599         * gnus-sum.el (gnus-hidden-threads-configuration)
4600         (gnus-restore-hidden-threads-configuration): Update to deal with text
4601         properties, rather than searching for a magic character.
4603 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4605         New gnus-sync.el library for synchronization of marks.
4607         * gnus-sync.el: New library for synchronization of marks.
4609         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4610         renamed from `gnus-registry-grep-in-list'.
4612         * gnus-registry.el (gnus-registry-follow-group-p):
4613         Use `gnus-grep-in-list'.
4615         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4617 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4619         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4620         determining charset of text fails.
4622 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4624         * nnmail.el (nnmail-get-new-mail-1): Revert.
4626         * nnml.el (nnml-active-number): Make sure names of newly created groups
4627         in nnml-group-alist are encoded.
4629 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4631         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4632         containing non-ASCII characters in active file for nnml back end.
4634 2010-07-24  David Engster  <dengste@eml.cc>
4636         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4637         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4639 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4641         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4642         tag (Bug#6654).
4644 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4646         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4647         the article buffer, not the summary buffer.
4649 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4651         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4652         Emacs 23 as well.
4654 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4656         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4657         Patch applied by Karl Fogel.
4659         * gnus-sum.el (gnus-summary-bookmark-make-record):
4660         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4662 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4664         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4665         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4666         C-w still not working correctly from Article buffers; Thierry's
4667         patch to fix that will be applied after this.
4669         * gnus-art.el (bookmark-make-record-function): New local variable.
4671         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4672         article buffer.
4673         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4675 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4677         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4678         on changes in bookmark.el.
4680 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4682         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4683         the *other* type of HTML form submission.
4685 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4687         * auth-source.el (auth-source-pick): If choice does not contain a
4688         questioned keyword, set the check to t.
4690 2010-06-12  Romain Francoise  <romain@orebokech.com>
4692         * gnus-util.el (gnus-date-get-time): Move up before first use.
4694 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4696         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4697         (gnus-article-edit-part): Bind it to make last part that is substituted
4698         or deleted visible.
4699         (gnus-mime-display-single): Buttonize part of which id equals to
4700         gnus-mime-buttonized-part-id.
4702 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4704         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4705         (gnus-dd-mmm): Use gnus-date-get-time.
4706         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4707         simplify logic.
4708         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4709         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4711 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4713         * auth-source.el (top): Autoload `secrets-list-collections',
4714         `secrets-create-item', `secrets-delete-item'.
4715         (auth-sources): Fix tag string.
4716         (auth-get-source, auth-source-retrieve, auth-source-create)
4717         (auth-source-delete): New defuns.
4718         (auth-source-pick): Rewrite in order to avoid 2 passes.
4719         (auth-source-forget-user-or-password): New parameter USERNAME.
4720         (auth-source-user-or-password): New parameters CREATE-MISSING and
4721         DELETE-EXISTING.  Retrieve password interactively, if needed.
4723 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4725         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4726         deleting unused directories when gnus-expert-user is t.
4728 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4730         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4731         for each temp file when gnus-article-browse-delete-temp is ask.
4733 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4735         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4737 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4739         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4740         article unless decoding article to be saved.
4742 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4744         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4745         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4746         generated within the mm-with-unibyte-current-buffer macro.
4748 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4750         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4751         to nil when we're in a mml-preview buffer and no group is selected.
4753 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4755         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4756         when catching the `C-g'.  Reported by "Leo".
4758 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4760         * message.el (message-forward-make-body-plain)
4761         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4762         multibyte-string-p.
4764 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4766         * message.el (message-forward-make-body-mml): Assume original message
4767         is multibyte string; error on unibyte.
4768         (message-forward-make-body-plain): Ditto; don't add excessive newline
4769         in body end.
4771 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4773         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4774         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4776 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4778         * mm-extern.el (mm-extern-url): Don't use
4779         mm-with-unibyte-current-buffer.
4780         (mm-extern-cache-contents): Use with-current-buffer instead of
4781         save-excursion + set-buffer.
4783 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4785         * mm-util.el (mm-emacs-mule): Remove.
4787 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4789         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4790         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4791         change.
4793 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4795         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4796         bind the default value of enable-multibyte-characters to nil.
4798 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4800         * message.el (message-forward-make-body-plain)
4801         (message-forward-make-body-mml):
4802         Don't use mm-with-unibyte-current-buffer.
4804 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4806         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4807         (Bug#5592).
4809 2010-05-07  Julien Danjou  <julien@danjou.info>
4811         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4812         it to mm-pipe-part.
4814         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4815         it is given.
4817 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4819         * nnweb.el (nnweb-gmane-search)
4820         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4821         XEmacs.
4823         * gnus-art.el (gnus-article-browse-html-parts)
4824         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4825         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4826         make-temp-file.
4828         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4829         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4830         compiling.
4832         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4833         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4834         XEmacs when compiling.
4836         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4837         gnus-pick-mode-off-hook for XEmacs when compiling.
4838         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4839         gnus-binary-mode-off-hook for XEmacs when compiling.
4841         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4842         Return nil if char-charset is not available.
4844         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
4845         macro.
4847         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4848         instead of encode-coding-string.
4850         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4851         'xemacs) instead of mm-emacs-mule to switch function definitions.
4852         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4854 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4856         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4858 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4860         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4861         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4863 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4865         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4866         alias `jka-compr-delete-temp-file' no longer exists.
4868 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4870         Use define-minor-mode in Gnus where applicable.
4871         * mml.el (mml-mode): Use define-minor-mode.
4872         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4873         (gnus-undo-mode): Use define-minor-mode.
4874         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4875         (gnus-dead-summary-mode): Use define-minor-mode.
4876         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4877         Initialize in declaration.
4878         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4879         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4880         (gnus-mailing-list-mode): Use define-minor-mode.
4881         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4882         (gnus-draft-mode): Use define-minor-mode.
4883         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4884         (gnus-dired-mode): Use define-minor-mode.
4886 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4888         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4889         handles on recursive mml-to-mime translation and check them for
4890         boundary delimiter collisions.  Reported by Greg Troxel.
4892 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4894         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4896 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4898         * mm-util.el (mm-find-buffer-file-coding-system):
4899         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4901 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4903         * message.el (message-generate-headers): Record insertion of optional
4904         headers as well.  Otherwise the check to prevent repeated insertion of
4905         optional headers is a no-op.
4907 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4909         * smime.el: Don't mention CVS.
4911         * nnrss.el (nnrss-fetch): Don't mention CVS.
4913         * nnir.el: Don't mention CVS.
4915 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4917         * gnus-sum.el (gnus-summary-bookmark-make-record):
4918         Add `location' field.
4920 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4922         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4923         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4924         Use with-current-buffer to silence the byte-compiler.
4925         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4926         bother to require `gnus'.
4927         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4929 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4931         * gnus-sum.el (gnus-summary-bookmark-make-record)
4932         (gnus-summary-bookmark-jump): New functions.
4933         (gnus-summary-mode): Setup bookmark support.
4935 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4937         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4938         if set.
4940 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4942         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4943         gnus-article-browse-html-save-cid-image; make it work recursively for
4944         forwarded messages as well.
4945         (gnus-article-browse-html-parts): Work when prefix arg is given.
4946         (gnus-article-browse-html-article): Doc fix.
4948 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4950         * message.el (message-default-mail-headers):
4951         (message-default-headers): Carry the value mail-default-headers over
4952         into message-default-mail-headers, rather than message-default-headers.
4954 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4956         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4957         charset.
4959         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4960         charset into the <meta> tag when the article is encoded to utf-8.
4962 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4964         * gnus-art.el (gnus-article-browse-delete-temp-files):
4965         Delete directories as well.
4966         (gnus-article-browse-html-parts): Work for images that do not specify
4967         file names; delete temp directory when quitting; insert header at the
4968         right place; use file: scheme for image files.
4970 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4972         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4973         (gnus-article-browse-html-parts): Use it to make temporary cid image
4974         files in addition to html file so that browser may display them.
4976 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4978         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4980 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4982         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4984 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4986         * auth-source.el (auth-sources): Change default to be simpler.
4987         Explain about Secret Service API sources.  Improve Customize options.
4988         (auth-source-pick): Change to accept any number of search parameters.
4989         Implement fallbacks iteratively, not recursively.  Add scoring on the
4990         second pass and sort by score.  Call Secret Service API when needed.
4991         (auth-source-user-or-password): Use it.  Call Secret Service API
4992         directly when needed to get the user name and the password.
4994 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4996         * message.el (message-interactive): Doc fix.
4997         (message-qmail-inject-args): Reflow.
4998         (message-kill-to-signature): Fix typo in docstring.
5000         * smiley.el (smiley-buffer): Fix typo in docstring.
5002 2010-03-24  Glenn Morris  <rgm@gnu.org>
5004         * mail-source.el (gnus-message): Declare.
5005         (mail-source-delete-old-incoming): Require gnus-util.
5007 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5009         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5011         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5013         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5014         password-cache's default if it is not bound.
5015         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5016         password-cache-expiry's default if it is not bound.
5018         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5019         available in Emacs 21.
5021 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5023         * auth-source.el (auth-sources): Fix up definition so extra parameters
5024         are always inline.
5026 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5028         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5029         wasn't updated after mismatch.  Clear cached mailbox info correctly
5030         when uidvalidity changes.
5031         (nnimap-group-prefixed-name): New function to avoid some code
5032         duplication.
5033         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5034         (nnimap-request-group): Use it.
5035         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5036         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5037         with many imap folders.  This is done by caching the group status from
5038         the imap server persistently in a group parameter `imap-status'.  (This
5039         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5040         but not persistently, so every Gnus startup was still very slow.)
5042 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5044         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5045         secrets.el dependency.
5046         (auth-sources): Add optional user name.  Add secrets.el configuration
5047         choice (unused right now).
5049 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5051         * gnus-sum.el (gnus-summary-make-menu-bar):
5052         Let `gnus-registry-install-shortcuts' fill in the functions.
5054         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5055         warnings.
5056         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5057         (gnus-registry-install-shortcuts): Populate and use it in a
5058         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5060 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5062         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5063         In-place substitutions for the group name encoding/decoding.
5064         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5065         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5066         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5067         (nnimap-update-unseen, nnimap-request-list)
5068         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5069         (nnimap-request-set-mark, nnimap-split-to-groups)
5070         (nnimap-split-articles, nnimap-request-newgroups)
5071         (nnimap-request-create-group, nnimap-request-accept-article)
5072         (nnimap-request-delete-group, nnimap-request-rename-group)
5073         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5074         `encoded-mbx' for consistency.
5075         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5076         variable `imap-current-mailbox'.
5078         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5079         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5081 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5083         * pop3.el (pop3-display-message-size-flag): Display message size byte
5084         counts during POP3 download.
5085         (pop3-movemail): Use it.
5086         (pop3-list): Implement listing of available messages.
5088 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5090         * nnir.el (nnir-get-article-nov-override-function): New function to
5091         override the normal NOV retrieval.
5092         (nnir-retrieve-headers): Use it.
5094 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5096         * auth-source.el (netrc-machine-user-or-password): Autoload.
5098 2010-03-19  Glenn Morris  <rgm@gnu.org>
5100         Stop message.el from loading about 40 libraries it doesn't always need.
5101         The general approach is to autoload rather than require, and to
5102         require in the specific functions rather than the file.  (Bug#5642)
5104         * gmm-utils.el: Don't require wid-edit.
5105         (widget-create-child-value, widget-convert, widget-default-get):
5106         Autoload.
5108         * gnus-util.el: Don't require time-date, netrc.
5109         (message-fetch-field, gnus-group-name-decode): Declare rather than
5110         autoloading.
5111         (gnus-fetch-field): Require message.
5112         (gnus-decode-newsgroups): Require gnus-group.
5114         * ietf-drums.el: Don't require time-date.
5116         * message.el: Don't require hashcash, canlock, ecomplete.
5117         Do require mail-utils.  Require nnheader only when compiling.
5118         (smtpmail-default-smtp-server): Remove declaration.
5119         (message-send-mail-function): Check smtpmail-default-smtp-server
5120         is bound rather than requiring smtpmail.
5121         (message-auto-save-directory, message-insert-signature):
5122         Use expand-file-name rather than nnheader-concat.
5123         (nnheader-insert-file-contents): Autoload.
5124         (hashcash-wait-async): Declare.
5125         (message-send-mail): Only call gnus-setup-posting-charset if
5126         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5127         (message-send-mail-with-sendmail): Require sendmail.
5128         (canlock-password, canlock-password-for-verify): Declare.
5129         (message-canlock-password): Require canlock.
5130         (nnheader-get-report): Autoload.
5131         (gnus-setup-posting-charset): Declare.
5132         (message-send-news): Require gnus-msg.
5133         (message-make-references, message-make-in-reply-to): Use mail-header-id
5134         rather than the alias mail-header-message-id.
5135         (ecomplete-add-item, ecomplete-save): Declare.
5136         (message-put-addresses-in-ecomplete): Require ecomplete.
5137         (ecomplete-display-matches): Autoload.
5139         * mm-decode.el: Don't require mailcap, gnus-util.
5140         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5141         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5142         Autoload.
5143         (mailcap-mime-extensions): Declare.
5145         * mm-encode.el: Don't require mailcap.
5146         (mailcap-extension-to-mime): Autoload.
5148         * mml-sec.el: Don't require password-cache.
5150         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5151         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5152         (mml-minibuffer-read-type): Require mailcap.
5153         (mml-preview): Require gnus-msg.
5155         * mml1991.el: Require password-cache.
5156         (password-cache-expiry): Remove declaration.
5158         * mml2015.el: Require password-cache.
5159         (password-cache-expiry): Remove declaration.
5161         * nneething.el (mailcap): Require mailcap.
5163         * nnheader.el (declare-function): Add compatibility stub.
5164         (message-remove-header): Declare rather than autoload.
5165         (nnheader-replace-header): Require message.
5167         * nnimap.el (declare-function): Add compatibility stub.
5168         (netrc-parse, netrc-machine-user-or-password): Declare.
5169         (nnimap-open-connection): Require netrc.
5171         * nntp.el (declare-function): Add compatibility stub.
5172         (netrc-parse, netrc-machine, netrc-get): Declare.
5173         (nntp-send-authinfo): Require netrc.
5175         * rfc2047.el: Don't require qp.
5176         (quoted-printable-encode-region, quoted-printable-decode-string):
5177         Autoload.
5179         * sieve-mode.el: Don't require easymenu.
5180         (easy-menu-add-item): Autoload it.
5182         * spam-stat.el (time-to-number-of-days): Autoload it.
5184 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5186         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5187         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5188         value if any backslash escapes).
5190 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5192         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5193         if it is available.  (bug#5647)
5195 2010-02-26  Glenn Morris  <rgm@gnu.org>
5197         * message.el (message-send-mail-function): Change the default, so that
5198         it inherits from a customized send-mail-function.  (Bug#5643)
5200 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5202         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5203         shell-command-to-string signals an error (bug#5299).
5205 2010-02-24  Glenn Morris  <rgm@gnu.org>
5207         * message.el (message-smtpmail-send-it)
5208         (message-send-mail-with-mailclient): Doc fixes.
5210 2010-02-16  Glenn Morris  <rgm@gnu.org>
5212         * message.el (message-default-mail-headers): Change the default value
5213         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5215 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5217         * message.el (message-mail): Just pass yank-action on to message-setup.
5218         (message-setup): Handle (FUN . ARGS) form of yank-action.
5219         (message-with-reply-buffer, message-widen-reply)
5220         (message-yank-original): Handle non-buffer values of
5221         message-reply-buffer (Bug#4080).
5222         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5224 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5226         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5227         Fix typo in docstring.
5229 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5231         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5232         response.
5234 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5236         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5238         * message.el (message-check-news-header-syntax): Protect against a
5239         string that `rfc822-addresses' returns when parsing fails.
5241 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5243         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5244         (gnus-previous-char-property-change): New functions.
5246         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5248 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5250         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5251         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5253 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5255         * message.el (message-exchange-point-and-mark): Rework last change to
5256         avoid using optional arg of exchange-point-and-mark, for backward
5257         compatibility.
5259 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5261         * message.el (message-exchange-point-and-mark):
5262         Call exchange-point-and-mark with an argument rather than setting
5263         mark-active by hand (Bug#5175).
5265 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5267         * nntp.el (nntp-service-to-port): Work for service expressed with
5268         numeric string; replace [:digit:] with [0-9] for XEmacs.
5270 2009-12-17  Glenn Morris  <rgm@gnu.org>
5272         * gnus-group.el (gnus-bug-group-download-format-alist):
5273         Change emacs entry to debbugs.gnu.org.  Bump :version.
5275 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5277         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5279 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5281         * message.el (message-info): Explain why we use `Info-goto-node'.
5283 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5285         * message.el (message-completion-in-region): New compatibility function.
5286         (message-expand-group): Use it.
5288 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5290         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5291         with no unread article should be listed if the 2nd arg `predicate' is
5292         given.
5294 2009-11-29  Juri Linkov  <juri@jurta.org>
5296         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5297         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5298         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5300 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5302         * message.el (message-from-style, message-interactive)
5303         (message-signature): Always set default values from the corresponding
5304         mail-* variables.
5305         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5306         (message-yank-prefix, message-indentation-spaces)
5307         (message-signature-file, message-default-headers): Use boundp rather
5308         than (featurep 'xemacs) to check if the corresponding mail-* variables
5309         exist.
5311 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
5313         * message.el (message-send-mail-with-sendmail): Revert last change.
5315 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
5317         * message.el (message-from-style, message-interactive)
5318         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5319         (message-yank-prefix, message-indentation-spaces, message-signature)
5320         (message-signature-file, message-default-headers): For GNU Emacs, set
5321         default values from the corresponding mail-* variables.
5322         (message-send-mail-with-sendmail): Use envelope-from only if
5323         mail-specify-envelope-from is non-nil.
5325 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5327         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5328         containing tspecial characters if they have been already quoted.
5330 2009-10-24  Glenn Morris  <rgm@gnu.org>
5332         * gnus-art.el (help-xref-stack-item): Define for compiler.
5334 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5336         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5338 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5340         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5341         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5343 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5345         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5346         (gnus-overlays-in): New alias to overlays-in.
5348         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5349         gnus-overlay-get, and gnus-delete-overlay.
5350         (gnus-summary-show-thread): Make it work as well for systems in which
5351         next-single-char-property-change is not available.
5352         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5354 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5356         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5358 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5360         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5361         and XEmacs that don't have `remove-overlays'.
5363 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5365         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5366         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5367         selective display.  Use overlays instead.
5369 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5371         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5373 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5375         * spam-stat.el (spam-stat-load): Fix typo in message.
5377 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5379         * gnus-art.el (gnus-article-encrypt-body):
5380         * message.el (message-check-recipients):
5381         * mm-util.el (mm-codepage-setup):
5382         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5383         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5385 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5387         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5388         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5389         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5390         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5391         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5393 2009-09-18  Glenn Morris  <rgm@gnu.org>
5395         * gnus-diary.el (gnus-diary-check-message):
5396         * message.el (message-insert-formatted-citation-line):
5397         * nnbabyl.el (top-level):
5398         * nndiary.el (nndiary-schedule):
5399         Fix typos in condition-case handlers.
5401 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5403         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5404         configuration that provides the sole article window in a frame;
5405         position point correctly after deleting a part.
5407 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5409         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5410         (spam-resolve-registrations-routine): Use it to unregister articles
5411         that change status.
5413 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5415         * nnrss.el (nnrss-request-article): Remove binding of
5416         default-enable-multibyte-characters that has gotten needless by
5417         the 2007-07-13 change in rfc2047-encode-message-header.
5419         * mml.el (mml-insert-multipart): Error on the message header.
5420         (mml-insert-part): Error on the message header; position point at
5421         the end of a MIME tag.
5423 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5425         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5426         (gnus-float-time): Alias to float-time if it exists.
5428         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5429         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5430         float-time is available; suppress compile warning for time-to-seconds.
5432 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5434         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5435         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5436         Add the optional argument `encoding' that overrides the default.
5438         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5439         mm-encode-buffer.
5441 2009-09-04  Glenn Morris  <rgm@gnu.org>
5443         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5444         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5445         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5446         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5447         * mm-util.el (mm-with-unibyte-current-buffer)
5448         (mm-find-buffer-file-coding-system):
5449         * yenc.el (yenc-decode-region): Use default-value rather than
5450         default-enable-multibyte-characters.
5452 2009-09-03  Glenn Morris  <rgm@gnu.org>
5454         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5455         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5456         than default-enable-multibyte-characters.
5458 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5460         * gnus-art.el (gnus-article-read-summary-keys):
5461         Fix gnus-buffer-configuration's value temporarily used.
5463 2009-09-02  Glenn Morris  <rgm@gnu.org>
5465         * gnus-util.el (gnus-float-time): New function.
5466         * gnus-delay.el (gnus-delay-article):
5467         * gnus-sum.el (gnus-thread-latest-date):
5468         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5469         * nnspool.el (nnspool-request-newgroups):
5470         Use gnus-float-time rather than time-to-seconds.
5471         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5473         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5474         (gnus-header-subject-face, gnus-header-newsgroups-face)
5475         (gnus-header-name-face, gnus-header-content-face):
5476         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5477         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5478         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5479         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5480         (gnus-cite-face-11):
5481         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5482         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5483         (gnus-server-closed-face, gnus-server-denied-face)
5484         (gnus-server-offline-face):
5485         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5486         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5487         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5488         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5489         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5490         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5491         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5492         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5493         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5494         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5495         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5496         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5497         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5498         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5499         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5500         (gnus-summary-high-undownloaded-face)
5501         (gnus-summary-low-undownloaded-face)
5502         (gnus-summary-normal-undownloaded-face)
5503         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5504         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5505         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5506         (gnus-splash-face):
5507         * message.el (message-header-to-face, message-header-cc-face)
5508         (message-header-subject-face, message-header-newsgroups-face)
5509         (message-header-other-face, message-header-name-face)
5510         (message-header-xheader-face, message-separator-face)
5511         (message-cited-text-face, message-mml-face):
5512         * sieve-mode.el (sieve-control-commands-face)
5513         (sieve-action-commands-face, sieve-test-commands-face)
5514         (sieve-tagged-arguments-face):
5515         * spam.el (spam-face):
5516         Mark face aliases with "-face" in the name as obsolete.
5518 2009-09-01  Glenn Morris  <rgm@gnu.org>
5520         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5521         than goto-line.
5523 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5525         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5526         Don't move point if the command is invoked inside the message header.
5528 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5530         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5531         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5532         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5533         * nnir.el (nnir-swish-e-index-file):
5534         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5535         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5536         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5537         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5538         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5539         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5541 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5543         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5544         Don't save excursion.
5546 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5548         * nnheader.el (nnheader-find-file-noselect):
5549         * mm-util.el (mm-insert-file-contents):
5550         Use (default-value 'major-mode) instead of default-major-mode.
5552 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5554         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5556 2009-08-25  Glenn Morris  <rgm@gnu.org>
5558         * nnir.el (top-level): Don't require cl at run-time.
5559         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5560         Replace cl-function substitute with gnus-replace-in-string.
5561         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5562         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5563         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5564         simplified expansions.
5566 2009-08-22  Glenn Morris  <rgm@gnu.org>
5568         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5569         goto-line.
5571 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5573         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5575         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5576         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5577         (gnus-mm-display-part, gnus-mime-display-single)
5578         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5579         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5581         * gnus-sum.el
5582         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5583         (gnus-summary-move-article): Add expirable mark to articles copied or
5584         moved to group that has auto-expire turned on if the option is non-nil.
5586 2009-07-24  Glenn Morris  <rgm@gnu.org>
5588         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5589         Fix typo.  (Bug#3903)
5591 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5593         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5594         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5595         that should not be used for draft articles.
5596         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5597         that has no concern in minor mode keys.
5598         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5599         Abolish.
5601 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5603         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5604         article without making inquiry to a user for unknown encoding.
5606         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5607         (nnmaildir--scan): Assume i-node and device number that file-attributes
5608         returns might be cons-cell.
5610 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5612         * auth-source.el: Remove docs now in auth.texi.  Don't use
5613         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5614         `auth-source-hide-passwords' and use them.
5616 2009-07-15  Glenn Morris  <rgm@gnu.org>
5618         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5620 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5622         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5623         excessive whitespace from the default values of title and description.
5625 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5627         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5628         mail-fetch-field to fetch Content-Description header in order to
5629         exclude newlines.
5631 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5633         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5634         to deleted part.
5636 2009-05-30  David Engster  <dengste@eml.cc>
5638         * nnmairix.el: Remove old documentation in the commentary block.
5639         (nnmairix-request-group): Do not update active file for nnml back ends.
5640         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5641         end so that overview files are ignored.
5642         (nnmairix-update-groups): Make updating the groups more robust by using
5643         marks.
5644         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5645         with dollar characters in message-id.
5647 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5649         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5650         2008-12-25 in dns.el.
5652 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5654         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5655         could happen if the text is only composed of spaces and/or tabs.
5657 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5659         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5660         when sending a queued message to avoid extra mml tags.
5662 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5664         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5666 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5668         * gnus-dired.el: Remove autoload for gnus-setup-message.
5669         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5670         displaying Gnus logo; always use compose-mail.
5672 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5674         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5676 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5678         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5679         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5680         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5681         available.
5682         (gnus-nocem-epg-verify): New function.
5684 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5686         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5688 2009-02-15  Glenn Morris  <rgm@gnu.org>
5690         * gnus-util.el (rmail-insert-rmail-file-header)
5691         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5692         autoloads.
5693         (rmail-default-rmail-file): Remove unnecessary declaration.
5694         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5696 2009-02-14  Glenn Morris  <rgm@gnu.org>
5698         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5699         variable (only used in gnus-util, which declares it anyway).
5700         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5701         which was only needed by gnus-art (changed to not use it any more).
5702         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5703         only used in gnus-util, which autoloads it itself.
5704         (rmail-update-summary): Fix autoload.
5706         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5707         rather than rmail-output-to-rmail-file.
5709 2009-02-07  Glenn Morris  <rgm@gnu.org>
5711         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5712         autoload of function that no longer exists.
5713         (rmail-toggle-header): Declare.
5714         (message-forward-rmail-make-body): Handle mbox Rmail.
5716 2009-01-31  Glenn Morris  <rgm@gnu.org>
5718         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5719         2009-01-09 change.
5721 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5723         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5724         (auth-source-forget-all-cached): New convenience function.
5725         (auth-source-user-or-password): Accept list of modes or a single mode.
5727         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5728         auth-source modes.
5730         * nnimap.el (nnimap-open-connection): Use list of
5731         auth-source modes.
5733         * nntp.el (nntp-send-authinfo): Use list of
5734         auth-source modes.
5736 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5738         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5739         now.
5741 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5743         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5744         coding system in XEmacs; add a workaround for XEmacs.
5746 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5748         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5749         of current-language-environment.
5751 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5753         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5754         available at runtime.
5756 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5758         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5760 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5762         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5763         the greatest positive fixnum value doesn't work under an XEmacs with
5764         bignum support; use the most-positive-fixnum constant instead,
5765         available since Emacs 21.1 with cl and XEmacs 21.1.
5767 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5769         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5770         XEmacs gets not to work.
5772 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5774         * mm-util.el (mm-coding-system-priorities): Allow the value like
5775         "Japanese (UTF-8)" of current-language-environment.
5777 2009-01-09  Glenn Morris  <rgm@gnu.org>
5779         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5780         with last-command-event.
5782 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5784         * message.el (message-fix-before-sending): Amend comment.
5786 2009-01-07  David Engster  <dengste@eml.cc>
5788         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5789         simplified server definitions by converting it via
5790         gnus-server-to-method.
5792 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5794         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5795         parameter's operands.
5797 2009-01-06  David Engster  <dengste@eml.cc>
5799         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5800         primary select method (for gnus-group-mark-article-as-read).
5802 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5804         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5805         `(gnus)Face', not `(gnus)X-Face'.
5807 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5809         * mm-util.el (mm-ucs-to-char): New function.
5811         * mm-url.el (mm-url-decode-entities): Use it.
5813 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5815         * message.el (message-fix-before-sending): Add `eight-bit' to
5816         illegible-text check.
5818 2009-01-03  Michael Olson  <mwolson@gnu.org>
5820         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5821         `headers' is nil.  This can occur if the IMAP server does not have
5822         permissions to read messages from a folder, but can write new messages
5823         to the folder.
5824         (nnimap-request-article-part): Do not insert `data' if it is nil.
5826 2009-01-01  Dave Love  <fx@gnu.org>
5828         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5830         * nnimap.el: Fix author email.
5831         (nnimap-split-rule): Add FIXME comment.
5832         (nnimap-debug): Fix doc string.
5834 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5836         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5837         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5838         to check if those variables exist (first appeared in Emacs 18.50).
5840 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5842         * mm-util.el (mm-line-number-at-pos): New function.
5844         * spam-report.el (spam-report-process-queue): Use it.
5846 2008-12-24  David Engster  <dengste@eml.cc>
5848         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5849         parameters that haven't existed as variables as buffer-local variables.
5851 2008-12-23  Dave Love  <fx@gnu.org>
5853         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5854         cadar.
5856         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5857         imap-starttls-p.
5858         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5860 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5862         * spam-report.el (spam-report-gmane-max-requests): New constant.
5863         (spam-report-gmane-wait): New variable.
5864         (spam-report-gmane-ham, spam-report-gmane-spam)
5865         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5866         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5867         the server.
5869         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5870         Add explanations.
5872         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5873         nnheader-accept-process-output and nnheader-read-timeout if available.
5874         (pop3-movemail): Use it.
5876         * message.el (message-check-news-body-syntax): Fix signature check if
5877         there's an attachment.
5879 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5881         * mm-util.el: Add comments to the mm- emulating functions.
5883 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5885         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5886         Reported by Stephen Berman <stephen.berman@gmx.net>.
5888 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5890         * mm-util.el (mm-substring-no-properties): New function.
5891         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5892         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5893         (mm-string-to-multibyte): Doc fix.
5895         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5897 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5899         * mml.el (mml-attach-file): Strip text properties from file name.
5900         (Bug#1574)
5902 2008-12-16  Glenn Morris  <rgm@gnu.org>
5904         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5906 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5908         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5909         knows since the charset specified might be a bogus alias that
5910         mm-charset-synonym-alist provides.
5912 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5914         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5915         "ISO_8859-1".
5917         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5919 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5921         * mm-util.el (mm-charset-eval-alist):
5922         Define it before mm-charset-to-coding-system.
5923         (mm-charset-to-coding-system): Add optional argument `silent';
5924         define it before mm-charset-override-alist.
5925         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5926         default value if it can be used in Emacs currently running;
5927         silence mm-charset-to-coding-system.
5929 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5931         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5932         `allow-override' which says whether to use `mm-charset-override-alist'.
5933         (rfc2047-decode-encoded-words): Use it.
5935         * mm-util.el (mm-charset-override-alist): Fix custom type;
5936         add `(gb2312 . gbk)' to choices.
5938 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5940         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5941         fast.
5943         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5945 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5947         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5948         on links.
5950         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5952 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5954         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5955         users' addresses that don't have domain parts.
5956         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5957         rather than message-narrow-to-head since there will be the message
5958         header separator.
5960 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5962         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5963         since the result is inserted in a unibyte buffer anyway.
5964         (nnimap-demule-use-string-to-multibyte): Remove.
5965         (nnimap-demule): Alias it to mm-string-to-multibyte.
5967 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5969         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5970         variable for debugging bug#464 and bug#1174.
5971         (nnimap-demule): Use it.
5973 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5975         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5976         score calculation correctly.
5978 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5980         * message.el (message-send-mail): Just set the buffer to unibyte
5981         rather than use mm-with-unibyte-current-buffer which does a lot more.
5982         (message-send-mail-partially): Don't bother with
5983         mm-with-unibyte-current-buffer since it's already been made unibyte by
5984         message-send-mail.
5986 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5988         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5990 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5992         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5994 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5996         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5997         require itself and to remove `with-no-warnings'.
5999 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6001         * starttls.el (starttls-any-program-available): Get the name of the
6002         available TLS layer program.
6003         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6004         well as the host name in the "opening" message.
6006         * auth-source.el (auth-source-cache, auth-source-do-cache)
6007         (auth-source-user-or-password): Cache passwords and logins by default,
6008         allow override with `auth-source-do-cache'.
6009         (auth-source-forget-user-or-password): Allow users to remove cache
6010         entries if needed.
6012 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6014         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6015         condition-case to only the forward-sexp call.
6017 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6019         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6020         quotes contained.  Make it more robust regardless by an extra
6021         condition-case wrapper.
6023 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6025         * nnml.el (nnml-request-expire-articles): Check if the function set to
6026         `nnmail-expiry-target' returns the symbol `delete'.
6028         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6030         * nnmail.el (nnmail-expiry-target): Fix custom type.
6032 2008-10-02  Glenn Morris  <rgm@gnu.org>
6034         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6035         Silence compiler warning.
6037 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6039         * mml.el (mml-menu): Don't assume mml2015 is bound.
6041 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6043         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6044         exists.
6046 2008-09-27  Glenn Morris  <rgm@gnu.org>
6048         * gnus-util.el (mail-header-remove-comments): Autoload it.
6050 2008-09-27  Andreas Schwab  <schwab@suse.de>
6052         * gnus-util.el (gnus-split-references): Strip comments.
6053         (gnus-parent-id): Likewise.
6055 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6057         * message.el (message-confirm-send): Fix version.
6059 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6061         * message.el (message-idna-to-ascii-rhs-1): Use
6062         mail-extract-address-components rather than mail-header-parse-addresses
6063         that is an alias by default to ietf-drums-parse-addresses that does not
6064         support non-ASCII names in headers' contents.
6066 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6068         * message.el (message-confirm-send): Fix variable documentation to
6069         avoid the "y/n" wording.
6071 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6073         * message.el (message-set-auto-save-file-name): Save to a different
6074         filename so multiple messages (especially drafts) can be recovered.
6076 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6078         * message.el (message-confirm-send): Add appropriate version.
6080 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6082         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6083         defvar.
6085 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6087         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6088         (mm-pkcs7-enveloped-magic): Ditto.
6090 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6092         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6093         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6095 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6097         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6098         default, it's better.
6100 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6102         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6103         summary line gnus-number property and ignore them (with a warning
6104         message).
6106 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6108         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6109         macro caddr in the interactive form since it won't be expanded.
6111 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6113         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6114         `charset'; fix name of function called recursively.
6115         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6117 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6119         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6120         (gnus-mime-set-charset-parameters): New function.
6121         (gnus-mime-view-part-as-charset): Use it to correctly display part
6122         specifying wrong charset.
6124 2008-09-08  David Engster  <dengste@eml.cc>
6126         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6127         in completing-read for back end server.
6129 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6131         * message.el (message-confirm-send): New variable to confirm sending a
6132         message.
6133         (message-send): Use it.
6135 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6137         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6139 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6141         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6143 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6145         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6146         prevent tracking too many groups.
6147         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6148         Use it.
6150 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6152         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6153         moving point to the bottom of the window in order to avoid recentering.
6155 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6157         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6158         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6159         (gnus-article-beginning-of-window): Fix calculation.
6161 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6163         * gnus-msg.el (gnus-summary-supersede-article)
6164         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6165         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6166         message header.
6168 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6170         * message.el:
6171         * gnus-start.el:
6172         * gnus-registry.el: Remove VMS support.
6174 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6176         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6177         macro.
6178         (rfc2104-hash): Use it.
6180 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6182         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6183         (gnus-summary-sort-by-most-recent-date): New commands.
6184         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6185         and menu entries.
6187 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6189         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6190         don't redisplay article for raw contents; remove plural articles stuff.
6192         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6193         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6194         on gnus-summary-save-article; display results properly.
6196 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6198         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6200 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6202         * gnus-art.el (gnus-summary-save-in-pipe):
6203         Consider gnus-save-all-headers.
6205 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6207         * gnus-util.el (ns-focus-frame): Remove declaration.
6208         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6209         like x.
6211 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6213         * rfc2104.el (rfc2104-zero): Delete defconst.
6214         (rfc2104-hex-alist): Likewise.
6215         (rfc2104-hex-to-int): Delete func.
6216         (rfc2104-hexstring-to-bitstring): Likewise.
6217         (rfc2104-nybbles): New defconst.
6218         (rfc2104-hash): Rewrite for speed.
6220 2008-07-16  Glenn Morris  <rgm@gnu.org>
6222         * gnus-util.el (ns-focus-frame): Declare for compiler.
6224 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6226         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6227         set as a group parameter.
6228         (gnus-summary-save-in-pipe): Work when it is called independently.
6229         (gnus-summary-pipe-to-muttprint): Don't modify
6230         gnus-summary-pipe-output-default-command.
6232 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6234         * message.el (message-send-mail-with-sendmail):
6235         Display the error message.
6237 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6239         * gnus-art.el (gnus-default-article-saver):
6240         Add gnus-summary-save-in-pipe to choices.
6241         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6242         gnus-summary-pipe-output-default-command as the default command.
6243         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6244         instead of gnus-last-shell-command.
6246         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6247         New user option.
6248         (gnus-summary-muttprint-program): Mention the value will be changed.
6249         (gnus-summary-save-article): Force showing of all headers.
6250         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6252 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6254         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6256 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6258         * nnimap.el (nnimap-id):
6259         * sieve-manage.el (sieve-manage-open): Doc fixes.
6261 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6263         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6264         if available.
6266 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6268         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6270         * nnkiboze.el (nnkiboze-generate-group):
6271         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6273         * nnmairix.el: Require CL.
6275 2008-06-15  David Engster  <dengste@eml.cc>
6277         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6279 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6281         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6282         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6283         runtime choice under XEmacs.
6285         * gnus-sum.el (gnus-summary-set-display-table):
6286         Use `gnus-put-display-table', `gnus-get-display-table',
6287         `gnus-set-display-table' for the display table, instead of `aset'.
6289 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6291         * nnmairix.el: Add autoloads.
6293 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6295         * nnmairix.el (nnmairix-delete-recreate-group)
6296         (nnmairix-update-and-clear-marks): Fix error messages.
6298 2008-06-14  David Engster  <dengste@eml.cc>
6300         * nnmairix.el: Upgrade to version 0.6.
6301         (nnmairix-group-toggle-propmarks-this-group)
6302         (nnmairix-group-toggle-readmarks-this-group)
6303         (nnmairix-group-delete-recreate-this-group)
6304         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6305         (nnmairix-remove-tick-mark-original-article): New commands.
6306         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6307         (nnmairix-propagate-marks-to-nnmairix-groups)
6308         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6309         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6310         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6311         functions needed for marks propagation and manipulation of read marks.
6312         (nnmairix-update-groups): New function.
6313         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6314         (nnmairix-determine-original-group-from-registry)
6315         (nnmairix-determine-original-group-from-path)
6316         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6317         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6318         New helper functions.
6319         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6320         keystrokes for new commands.
6321         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6322         (nnmairix-request-group): Check allow-fast group parameter.
6323         (nnmairix-request-create-group): Set allow-fast group parameter if
6324         nnmairix-allowfast-default is set.
6325         (nnmairix-close-group): Propagate marks upon closing if needed.
6326         (nnmairix-group-toggle-threads-this-group): Use new.
6327         nnmairix-group-toggle-parameter helper function.
6328         (nnmairix-search): Better check for empty search result.
6329         (nnmairix-goto-original-article): Use new helper functions for
6330         determining original article.
6331         (nnmairix-show-original-article): Make sure message-id is in brackets.
6332         (nnmairix-call-mairix-binary): Change variable name.
6333         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6334         helper function.
6335         (nnmairix-widget-toggle-activate): Fix doc string.
6337 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6339         * nnir.el: Require edmacro when compiling with XEmacs.
6340         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6341         available in Emacs 21.
6343 2008-06-11  Glenn Morris  <rgm@gnu.org>
6345         * gnus-util.el (x-focus-frame):
6346         * gnus.el (image-size):
6347         * mm-decode.el (image-size): Declare.
6349         * gnus-picon.el (declare-function): Add compat definition.
6350         (image-size): Declare.
6352         * gnus-group.el (tool-bar-map):
6353         * gnus-sum.el (tool-bar-map): Define for compiler.
6355         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6357         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6359         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6360         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6361         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6362         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6363         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6364         * sieve-manage.el, spam-report.el, spam.el:
6365         Remove unnecessary eval-and-compile of autoloads.
6367 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6369         * auth-source.el: Precise Tramp doc.
6371 2008-06-07  Glenn Morris  <rgm@gnu.org>
6373         * nnmairix.el: Remove unnecessary eval-when-compile.
6375 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
6377         * nnir.el: New file.
6379 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6381         * gnus-util.el (gnus-read-shell-command): New function.
6382         * mm-decode.el (mm-pipe-part):
6383         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6385 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6387         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6389 2008-06-03  Glenn Morris  <rgm@gnu.org>
6391         * pop3.el (nnheader-accept-process-output): Autoload it.
6393 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6395         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6396         are not 2-digit hexadecimal characters that follow `%'s.
6398 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6400         * message.el (message-bogus-recipient-p): Fix type in doc string.
6401         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6402         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6403         Improve custom options.
6404         (message-bogus-recipient-p): Adjust accordingly.
6406 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6408         * nnmairix.el: Require edmacro when compiling with XEmacs.
6410 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6412         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6413         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6415 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6417         * auth-source.el: Add more docs.
6419 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6421         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6422         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6423         retrieval faster in some cases, but might make CPU usage larger.
6424         If this has any bad side effects, we might revert this change.
6426         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6427         seems to make mail retrieval much, much faster.
6428         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6429         unconditionally.
6431         * gnus-draft.el (gnus-group-send-queue):
6432         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6434 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6436         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6438         * message.el (message-bogus-address-regexp): Fix and improve custom
6439         type.
6440         (message-setup-hook): Add message-check-recipients as custom option.
6442 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6444         * message.el (message-cite-function): Remove bogus autoload which crept
6445         in during merge from v5-10.
6447 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6449         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6451         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6453         * auth-source.el: Preliminary Tramp docs.
6454         (auth-sources): Change the default auth-sources to use
6455         EPA .gpg files.
6457 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6459         * nntp.el: Autoload `auth-source-user-or-password'.
6460         (nntp-send-authinfo): Use it.
6462         * nnimap.el: Autoload `auth-source-user-or-password'.
6463         (nnimap-open-connection): Use it.
6465         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6466         for the gnus-message function.
6467         (auth-source-user-or-password): Use it.
6469 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6471         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6472         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6473         (rfc2104-hash): Use it.
6475 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6477         * gnus-art.el (gnus-article-toggle-truncate-lines):
6478         Don't use `iff' in docstring.
6480 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6482         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6484         * gnus-util.el (gnus-extract-address-component-name)
6485         (gnus-extract-address-component-email): Convenience functions around
6486         `gnus-extract-address-components'.
6488         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6489         Use `gnus-extract-address-component-email' to fix bug of comparing full
6490         sender name to `user-mail-address'.
6492 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6494         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6495         catch/throw to optimize.
6496         (gnus-registry-find-keywords): Just use member to find a keyword.
6498 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6500         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6501         is current before calling gnus-server-prepare.
6502         (gnus-server-setup-buffer, gnus-server-update-server)
6503         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6505 2008-05-04  Juri Linkov  <juri@jurta.org>
6507         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6508         (mailcap-file-default-commands): Use mailcap-replace-in-string
6509         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6510         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6512 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6514         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6516 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6518         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6519         hooks.
6520         (gnus-update-read-articles): Speed up non-marks-using users.
6521         (gnus-use-marks): Define gnus-use-marks.
6522         (gnus-propagate-marks): Rename variable to something more sensible.
6524 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6526         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6527         (gmm-image-load-path-for-library): Fix typos in docstrings.
6528         (gmm-message): Reflow docstring.
6530 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6532         * mail-source.el (mail-source-set-1, mail-source-bind):
6533         Move auth-source code out of the macro to clean it up and fix bugs.
6535 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6537         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6538         by sender if it's equal to user-mail-address, it's likely to be
6539         useless.
6541         * mail-source.el (mail-source-bind): Don't use user or password if they
6542         are not bound.  Unintern them if they are nil.  Don't use server unless
6543         it's bound, and default it to empty string otherwise.
6545 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6547         * mail-source.el: Load auth-source.el.
6548         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6549         get user name or password, if auth-sources is set up.
6551         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6552         strategy of splitting with parent.
6553         (gnus-registry-split-fancy-with-parent)
6554         (gnus-registry-post-process-groups): Use it and fix prior
6555         bug (returning a list as the split result).
6557         * auth-source.el (auth-sources): Remove server parameter.
6558         (auth-source-pick, auth-source-user-or-password)
6559         (auth-source-user-or-password-imap)
6560         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6561         (auth-source-user-or-password-sftp)
6562         (auth-source-user-or-password-smtp): Remove server parameter.
6564 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6566         * smime.el (smime-sign-region, smime-encrypt-region)
6567         (smime-decrypt-region):
6568         Remove redundant calls to `generate-new-buffer-name'.
6570 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6572         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6573         Don't use QP for message/rfc822.
6574         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6576 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6578         * sieve-manage.el (sieve-string-bytes): Remove.
6579         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6580         correct byte-length only if the process's coding-system is the same as
6581         the one used internally by Emacs to represent strings.
6583 2008-04-22  Juri Linkov  <juri@jurta.org>
6585         * mailcap.el (mailcap-file-default-commands): New function.
6587 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6589         * message.el (message-signature-separator, message-cite-function):
6590         Change custom version.
6592 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6594         * mm-decode.el (mm-display-external): Make temp file read-only.
6596 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6598         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6599         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6600         `C-c C-f d'.
6602 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6604         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6606 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6608         * auth-source.el: Add docs.
6609         (auth-sources): Modify format to support server.
6610         (auth-source-pick, auth-source-user-or-password)
6611         (auth-source-user-or-password-imap)
6612         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6613         (auth-source-user-or-password-sftp)
6614         (auth-source-user-or-password-smtp): Add server parameter.
6616 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6618         * gnus-registry.el: Initialize the registry when gnus-registry-install
6619         is t.
6621 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6623         * compface.el (uncompface): Make buffer unibyte.
6625 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6627         * mail-source.el (mail-source-value):
6628         Prefer fboundp to functionp so it works with macros as well.
6630 2008-04-05  Glenn Morris  <rgm@gnu.org>
6632         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6634 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6636         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6637         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6639         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6640         multibyteness after rather than before erasing it.
6642         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6643         mm-with-multibyte.
6644         (gnus-request-article-this-buffer): Make sure the proper decoding is
6645         used if gnus-original-article-buffer happens to be unibyte.
6647         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6648         default-enable-multibyte-characters.
6650         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6651         default-enable-multibyte-characters.
6653         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6655         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6657 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6659         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6660         Fix last change in case the element is not even a symbol.
6662 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6664         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6665         imap-enable-exchange-bug-workaround.
6666         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6668 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6670         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6671         a 100 byte status-checks into a 2-3MB transfer for each group.
6672         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6673         to enable bug workaround or not.
6674         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6676 2008-03-31  Glenn Morris  <rgm@gnu.org>
6678         * message.el (mml2015-use): Declare for compiler.
6679         (message-info): Require mml2015 when appropriate.
6681 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6683         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6684         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6685         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6686         (nntp-service-to-port): New function.
6687         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6688         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6689         (nntp-open-netcat-stream): New function.
6690         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6692 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6694         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6696 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6698         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6700 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6702         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6704 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6706         * message.el (message-signature-separator): Change default.
6707         Improve custom type.
6708         (message-cite-function): Change default to
6709         message-cite-original-without-signature.
6711         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6712         toggle.
6714         * message.el (message-check-news-body-syntax): Fix signature check.
6715         (message-setup-1): Mark buffer as unmodified _after_ running
6716         message-setup-hook and handling message-alternative-emails.
6717         (message-shorten-references): Be more strict when building list of
6718         valid references to comply with GNKSA.
6720         * gnus-group.el (gnus-read-ephemeral-bug-group)
6721         (gnus-read-ephemeral-debian-bug-group)
6722         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6724         * message.el (message-info): Don't use booleanp which isn't supported
6725         in Emacs 21 and XEmacs.
6727 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6729         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6730         gnus-group-gmane-group-download-format.
6731         (gnus-group-read-ephemeral-gmane-group): Rename from
6732         gnus-group-read-ephemeral-gmane-group.
6733         (gnus-read-ephemeral-gmane-group-url): Rename from
6734         gnus-group-read-ephemeral-gmane-group-url.
6735         (gnus-bug-group-download-format-alist): New variable.
6736         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6737         (gnus-read-ephemeral-emacs-bug-group): New commands.
6739 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6741         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6742         (gnus-visible-headers): Improve custom type.
6744 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6746         * mml.el (mml-menu): Add workarounds for XEmacs.
6748         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6749         X-Boundary header.
6751         * message.el (message-simplify-recipients): Fix previous commit.
6753 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6755         * mm-util.el (mm-set-buffer-multibyte): New function.
6756         * mm-decode.el (mm-copy-to-buffer): Use it.
6758         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6759         Prefer fboundp to functionp so it works with macros as well.
6761 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6763         * message.el (message-alter-recipients-discard-bogus-full-name):
6764         New function.
6765         (message-alter-recipients-function): New variable.
6766         (message-get-reply-headers): Use it.
6767         (message-replace-header): New helper function.
6768         (message-recipients-without-full-name): New variable.
6769         (message-simplify-recipients): New command.
6771         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6773         * message.el (message-info): Handle EasyPG manual.
6775         * mml.el (mml-menu): Add entry for EasyPG.
6777 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6779         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6780         parameter.
6782         * message.el (message-disassociate-draft): Specify drafts group name
6783         fully.
6785 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6787         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6788         Eliminate unnecessary duplicates from the match list.
6790 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6792         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6793         args of `how-many' of which the XEmacs version doesn't take; declare
6794         Info-index-next as function.
6796 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6798         * gnus-score.el (gnus-score-headers): Fix handling of
6799         gnus-inhibit-slow-scoring.
6801         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6802         string.
6803         (gnus-button-url-regexp): Improve handling of parenthesis.
6804         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6805         (gnus-button-handle-info-keystrokes): Handle index entries.
6807 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6809         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6810         Incoming* files.
6812 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6814         * auth-source.el (auth-sources): Rename from auth-source-choices.
6815         (auth-source-pick): Use it.
6817 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6819         * auth-source.el (auth-source-protocols)
6820         (auth-source-protocols-customize, auth-source-choices): Add and
6821         modified variable customizations and defaults.
6822         (auth-source-pick, auth-source-user-or-password)
6823         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6824         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6825         (auth-source-user-or-password-sftp)
6826         (auth-source-user-or-password-smtp): Use new variables and provide an
6827         interface to netrc.el.
6829 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6831         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6832         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6833         Make sure the nntp port to specify is a string.
6835 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6837         * nntp.el: Use with-current-buffer.
6838         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6839         dubious mm-with-unibyte-current-buffer.
6840         (nntp-with-open-group-function): New function extracted from
6841         nntp-with-open-group macro.
6842         (nntp-with-open-group): Use the function, so it's easier to debug.
6843         Add indentation and debugging info.
6844         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6845         Recommend the use of the netcat alternatives.
6847         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6848         Avoid mm-string-as-multibyte as well.
6850         * nnweb.el (nnweb-insert-html):
6851         Remove use of nnheader-string-as-multibyte.
6853         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6854         (nnheader-string-as-multibyte): Remove.
6856         * mm-view.el: Use inhibit-read-only.
6857         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6858         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6859         or unibyte-string.
6861         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6862         (mm-uu-yenc-extract): Use with-current-buffer.
6864         * gnus-soup.el (gnus-soup-send-packet): Don't use
6865         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6867         * nnmh.el: Use with-current-buffer.
6868         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6869         mm-string-as-multibyte on the output of mm-encode-coding-string.
6871         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6872         (nnimap-request-move-article): Use with-current-buffer.
6874         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6875         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6876         conversion uses string-make-unibyte rather than string-as-unibyte.
6878         * gnus-msg.el: Use with-current-buffer.
6880         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6882 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6884         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6885         string for caching if it is 'PIN.
6887 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6889         * mail-source.el (mail-source-delete-old-incoming-confirm):
6890         Change default to nil.
6891         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6893 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6895         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6896         (gnus-article-goto-prev-page): Work for articles having ^L's.
6898         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6900         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6902 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6904         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6905         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6906         (gnus-bookmark-jump): Adjust some variable names.
6908 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6910         * auth-source.el: New package.
6911         (auth-source-choices): Add customization entry point variable.
6913         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6914         bug.
6916 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6918         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6919         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6920         (gnus-registry-install-shortcuts): Rename from
6921         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6922         the `gnus-registry-mark-map' keymap dynamically from
6923         `gnus-registry-marks'.  The generated functions update the summary line
6924         when a registry mark is added or deleted, and will call
6925         `gnus-registry-install-p' (see the comments in the code).
6926         (gnus-registry-user-format-function-M): Use concat intelligently.
6928         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6929         the registry mark functions.
6931 2008-03-05  Glenn Morris  <rgm@gnu.org>
6933         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6934         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6935         gnus-art.
6936         (top-level): No need to load own source when compiling.
6938 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6940         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6941         Suggested by <chris.anderton@zetnet.co.uk>.
6943 2008-03-04  Glenn Morris  <rgm@gnu.org>
6945         * gnus-sum.el (top-level): No need to require gnus when compiling,
6946         since unconditionally required near start of file.
6947         (gnus-summary-display-while-building): Move definition before use.
6949 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6951         * gnus-registry.el (gnus-registry-user-format-function-M):
6952         Add formatting function.
6954 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6956         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6957         with plists.
6958         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6959         Use new format.
6961 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6963         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6964         `where-is-internal' that returns a range of key sequences.
6966 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6968         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6970         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6971         (gnus-summary-jump-to-group): Consider windows on other displayed
6972         frames as well.  Similar changes might be needed elsewhere, but that's
6973         the one I've bumped into during my use.
6975         * nndoc.el (nndoc-oe-dbx-type-p):
6976         * gnus-msg.el (gnus-debug):
6977         * gnus-group.el (gnus-update-group-mark-positions):
6978         Use mm-string-to-multibyte.
6980 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6982         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6983         doesn't handle NotDashEscaped.
6985         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6986         (mml-dnd-attach-options): Fix typo in custom choice.
6988         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6989         Change nndoc-article-type to mbox.
6990         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6992         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6993         to nil, instead of html2text.
6995         * imap.el (imap-debug): Add `imap-ping-server'.
6997         * gnus-bookmark.el: Add FIXMEs.
6999         * message.el (message-form-letter-separator)
7000         (message-send-form-letter-delay): New variables.
7001         (message-send-form-letter): Use them.  New command to send form
7002         letters.  Requested by Uwe Siart.
7003         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7005 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7007         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7008         empty author.
7010 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7012         * gnus-registry.el (gnus-registry-marks): Add variable for
7013         customization of marks and their appearance.
7014         (gnus-registry-read-mark): Use it.
7015         (gnus-registry-do-marks): Add utility function to loop through
7016         `gnus-registry-marks'.
7017         (gnus-registry-install-shortcuts-and-menus): Add function to install
7018         shortcuts and menus.
7019         (gnus-registry-initialize): Use it.
7020         (gnus-registry-default-mark): Clarify documentation.
7022 2008-02-29  Glenn Morris  <rgm@gnu.org>
7024         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7025         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7026         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7027         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7028         Change defcustom :version from 23.0 to 23.1.
7030 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7032         * gnus-registry.el (gnus-registry-follow-group-p)
7033         (gnus-registry-post-process-groups): Add functions to aid registry
7034         splitting and improve logging.  Clarify behavior in function
7035         documentation.
7036         (gnus-registry-split-fancy-with-parent): Use them.
7038 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7040         * gnus-art.el: Use with-current-buffer.
7042 2008-02-27  David Engster  <dengste@eml.cc>
7044         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7045         Express real group name in the response.
7047 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7049         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7050         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7051         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7052         autoload gnus-registry-fetch-group when compiling.
7053         (nnmairix-request-group-with-article-number-correction):
7054         Remove unreferenced argument passed to nnmairix-call-backend.
7056 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7058         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7059         (mm-uu-extract): Improve face for low color ttys.
7060         Reported by Sascha Wilde.
7062 2008-02-27  Glenn Morris  <rgm@gnu.org>
7064         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7065         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7066         variables to defconsts.  Convert comments to doc-strings.
7067         (nnmairix-last-server, nnmairix-current-server): Convert from free
7068         variables to defvars.  Convert comments to doc-strings.
7069         (gnus-registry-fetch-group): Autoload.
7070         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7071         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7072         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7073         caddr.
7074         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7075         nnmairix-request-group-with-article-number-correction call.
7076         (nnmairix-fast, nnmairix-group): New, less general names, for free
7077         variables passed from nnmairix-request-group to
7078         nnmairix-request-group-with-article-number-correction.  Declare.
7079         (nnmairix-request-group-with-article-number-correction):
7080         Use nnmairix-fast, nnmairix-group rather than fast, group.
7082 2008-02-26  David Engster  <dengste@eml.cc>
7084         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7085         version 0.5.
7087 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7089         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7090         instead of making an extra function call.  Don't add the current group
7091         to articles only when they have the group.  Use
7092         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7093         Reported by David <de_bb@arcor.de>.
7095 2008-02-24  Miles Bader  <miles@gnu.org>
7097         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7098         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7099         (mm-find-mime-charset-region):
7100         * mm-bodies.el (mm-encode-body):
7101         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7103 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7105         * mail-source.el (mail-source-delete-incoming): Change default.
7106         Supplement doc string.
7108         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7110 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7112         * nnmail.el (nnmail-message-id-cache-file): Derive from
7113         `gnus-home-directory'.
7115 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7117         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7118         Document negative prefix.
7120         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7122 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7124         * message.el (message-unsent-separator): Add the Exim bounce
7125         separator.
7127 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7129         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7130         list.
7131         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7132         recipient/signer list.
7134 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7136         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7137         fbound (Emacs 23 unicode), signal an error.
7139 2008-02-08  Glenn Morris  <rgm@gnu.org>
7141         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7143 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7145         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7146         ports to the calls to `netrc-machine-user-or-password' in addition to
7147         "imap" and "imaps".
7149 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7151         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7152         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7153         <hanche@math.ntnu.no>.
7155 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7157         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7159 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7161         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7163         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7165 2008-02-01  Miles Bader  <miles@gnu.org>
7167         * mml.el (mml-parse-1): Remove apparently vestigial use of
7168         `mm-hack-charsets'.
7169         * mm-bodies.el (mm-encode-body): Likewise.
7171 2008-02-01  Kenichi Handa  <handa@m17n.org>
7173         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7174         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7175         (rfc2104-hash): Convert the result of concat to unibyte string.
7177 2008-02-01  Dave Love  <fx@gnu.org>
7179         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7180         coding-system-for-read.
7181         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7183         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7184         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
7185         (mm-find-mime-charset-region): Remove hack-charsets stuff.
7187 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7189         * mail-source.el (mail-sources): Add `group' choice.
7191         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7192         parameter `in-group' to control into which group the articles go.
7193         Add treatment of `group' mail-source.
7195 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7197         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7198         * message.el (message-beginning-of-line): Use featurep instead of bound
7199         tests in order to resolve conditionals at compile time.
7201 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7203         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7205         * mm-decode.el (mm-dissect-buffer): Decode description.
7207         * mml.el (mml-to-mime): Encode message header first.
7209 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7211         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7212         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7214 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7216         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7218 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7220         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7221         prefix keys.
7222         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7223         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7224         gnus-xmas.el.
7226 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7228         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7229         Add new variables for article mark management.
7230         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7231         list of extra data entries which, when present, will indicate that the
7232         article ID should not be trimmed from the registry.
7233         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7234         functions.
7235         (gnus-registry-read-mark): New function to read a mark name from the
7236         user.
7237         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7238         (gnus-registry-set-article-mark-internal): New functions to add and
7239         remove marks.
7240         (gnus-registry-get-article-marks): New function to show the marks for
7241         an article, or retrieve them for further use.
7243 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7245         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7246         keys when no argument is given.
7248 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7250         * gnus-sum.el (gnus-article-sort-by-random)
7251         (gnus-thread-sort-by-random): Fix doc strings.
7252         Reported by jidanni@jidanni.org.
7254 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7256         * gnus-art.el (gnus-article-describe-bindings): New function.
7257         (gnus-article-read-summary-keys): Use it.
7258         (gnus-article-mode-map): Bind `C-h b' to it.
7260 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7262         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7263         XEmacs.
7264         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7265         Protect against non-character events.
7267 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7269         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7270         New command.
7271         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7272         instead of END.  Change name of the temp file.
7273         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7274         customizable.
7276 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7278         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7279         bind `S W' to gnus-article-wide-reply-with-original; set default
7280         binding to gnus-article-read-summary-send-keys.
7281         (gnus-article-read-summary-keys): Fix the order of keys; display
7282         continuation keys correctly in the echo area; describe bindings
7283         correctly when keys end with `C-h'.
7284         (gnus-article-read-summary-send-keys): New function.
7285         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7286         Work for gnus-article-read-summary-send-keys; display continuation keys
7287         correctly in the echo area.
7288         (gnus-article-reply-with-original): Ignore prefix argument.
7289         (gnus-article-wide-reply-with-original): New function.
7291 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7293         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7294         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7296 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7298         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7299         (gnus-group-read-ephemeral-gmane-group): New command.
7301 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7303         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7305 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7307         * message.el (message-send-mail-function): Increase custom version.
7309         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7310         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7312 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7314         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7315         html parts correctly; support forwarded messages.
7316         (gnus-article-browse-html-article): Remove work buffers.
7318         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7319         compiling.
7320         (netrc-bound-and-true-p): New macro.
7321         (netrc-parse): Use it instead of bound-and-true-p that is not available
7322         in XEmacs 21.4.
7324 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7326         * gnus-registry.el (gnus-registry-mark-article)
7327         (gnus-registry-article-marks): Add functionality to mark articles
7328         through the Gnus registry.
7330         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7331         (netrc-parse): Use encrypt-file-alist to determine if
7332         encrypt-find-model or encrypt-insert-file-contents should be used.
7334 2007-12-19  Glenn Morris  <rgm@gnu.org>
7336         * mml.el (message-options-set, message-narrow-to-head)
7337         (message-in-body-p, message-mail-p, message-encode-message-body):
7338         Autoload.
7339         (message-remove-header, message-narrow-to-headers-or-head)
7340         (message-subscribed-p, message-make-mail-followup-to)
7341         (message-position-on-field, message-news-p)
7342         (message-options-set-recipient, message-generate-headers)
7343         (message-sort-headers): Declare as functions.
7345 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7347         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7348         convention in doc string.
7350 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7352         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7353         title to html parts.
7354         (gnus-article-browse-html-article): Pass message header to it.
7356         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7358 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7360         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7361         or password compatible with XEmacs.
7363 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7365         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7366         format document.
7367         (gnus-mime-delete-part): Don't write description line if empty.
7368         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7370 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7372         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7373         (gnus-summary-mark-read-and-unread-as-read)
7374         (gnus-summary-mark-current-read-and-unread-as-read)
7375         (gnus-summary-mark-unread-as-ticked): Doc fix.
7376         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7378 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7380         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7381         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7383 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7385         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7386         yes-or-no-p.
7388 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7390         * mm-decode.el (mm-add-meta-html-tag): New function.
7391         (mm-save-part-to-file, mm-pipe-part): Use it.
7393         * gnus-art.el (gnus-article-browse-delete-temp-files):
7394         Use gnus-y-or-n-p instead of y-or-n-p.
7395         (gnus-article-browse-html-parts): Work with message/external-body; use
7396         mm-add-meta-html-tag.
7398 2007-12-11  Glenn Morris  <rgm@gnu.org>
7400         * gnus-cache.el: Require gnus-sum not just when compiling.
7402         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7404         * gnus-int.el (gnus-server-opened, gnus-status-message):
7405         Move definitions before use.
7407         * mm-decode.el: Require gnus-util.
7408         (mm-remove-part): Only call delete-annotation on XEmacs.
7410         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7412         * nnmail.el: Require gnus-int.
7414         * spam.el: Move `require's before `eval-when-compile's.
7416         * gnus-ems.el (gnus-alive-p):
7417         * gnus-fun.el (message-goto-eoh):
7418         * gnus-util.el (gnus-group-name-decode):
7419         * mail-source.el (gnus-compress-sequence):
7420         * message.el (Info-goto-node, format-spec):
7421         * mm-bodies.el (message-options-get):
7422         * mm-decode.el (mm-view-pkcs7):
7423         * mm-util.el (gmm-write-region):
7424         * mml-smime.el (mml-compute-boundary)
7425         (gnus-completing-read-with-default):
7426         * mml.el (widget-button-press, gnus-make-hashtable):
7427         * mml1991.el (mm-decode-content-transfer-encoding)
7428         (mm-encode-content-transfer-encoding)
7429         (message-options-get, message-options-set):
7430         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7431         * nnfolder.el (gnus-request-group):
7432         * nnheader.el (ietf-drums-unfold-fws):
7433         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7434         * smime.el (gnus-run-mode-hooks):
7435         * spam-stat.el (gnus-message): Autoload.
7437         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7438         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7439         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7440         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7441         Add declare-function compatibility definition.
7443         * gnus-cache.el (nnvirtual-find-group-art):
7444         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7445         (gnus-add-image, gnus-add-wash-type):
7446         * gnus-group.el (nnkiboze-score-file):
7447         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7448         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7449         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7450         (message-tokenize-header, gnus-get-buffer-create)
7451         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7452         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7453         * gnus.el (gnus-group-decoded-name):
7454         * mail-source.el (imap-capability):
7455         * mm-bodies.el (message-options-set):
7456         * mm-decode.el (gnus-configure-windows):
7457         * mm-extern.el (message-goto-body):
7458         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7459         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7460         (epg-sub-key-validity, message-options-set):
7461         * mml.el (widget-event-point, gnus-configure-windows):
7462         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7463         * mml2015.el (epg-check-configuration, epg-configuration)
7464         (message-options-set):
7465         * nndb.el (nndb-request-article):
7466         * nnfolder.el (gnus-request-create-group):
7467         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7468         * nnmaildir.el (gnus-group-mark-article-read):
7469         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7470         * rfc1843.el (message-fetch-field):
7471         * spam.el (gnus-extract-address-components):
7472         Declare as functions.
7474 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7476         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7478 2007-12-09  Glenn Morris  <rgm@gnu.org>
7480         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7482         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7483         * message.el, mm-view.el, sieve-manage.el, smime.el:
7484         Add declare-function compatibility definition.
7486         * gnus-art.el (w3-region, w3m-region, Info-menu):
7487         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7488         * gnus-sum.el (gnus-get-predicate):
7489         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7490         * message.el (mail-abbrev-in-expansion-header-p):
7491         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7492         (w3m-detect-meta-charset, w3m-region):
7493         * sieve-manage.el (password-read, password-cache-add)
7494         (password-cache-remove):
7495         * smime.el (password-read-and-add): Declare as functions.
7497 2007-12-08  David Kastrup  <dak@gnu.org>
7499         * gnus-sum.el (gnus-summary-simplify-subject-query):
7500         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7501         `message'.
7503 2007-12-07  Glenn Morris  <rgm@gnu.org>
7505         * gnus-art.el (article-make-date-line): Revert previous change.
7507 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7509         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7511 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7513         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7514         Call gnus-add-to-range ranges only once with a prepared article-list.
7516 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7518         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7519         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7520         group names with backslashes.
7521         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7523 2007-12-06  Deepak Goel  <deego3@gmail.com>
7525         * gnus-art.el (article-make-date-line):
7526         * gnus-start.el (gnus-load):
7527         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7529 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7531         * gnus-art.el (gnus-use-idna)
7532         * gnus-start.el (gnus-site-init-file)
7533         * message.el (message-use-idna)
7534         * mm-uu.el (mm-uu-hide-markers)
7535         * smiley.el (smiley-style): Revert changes that suppress warnings.
7537 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7539         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7540         specify charset to html source.
7541         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7543 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7545         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7546         idna-program in order to suppress byte compile warning issued by XEmacs
7547         that came to byte compile the default value section of defcustom forms
7548         recently.
7550         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7551         value of installation-directory.
7553         * message.el (message-use-idna): Don't directly refer to the value of
7554         idna-program.
7556         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7558         * smiley.el (smiley-style): Don't directly call face-attribute.
7560 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7562         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7564         * gnus-dired.el: Reduce Gnus dependencies.
7565         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7566         Don't require.  Use autoloads instead.
7567         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7568         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7569         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7570         (gnus-dired-mode): Adjust doc string.
7571         (gnus-dired-mail-mode): New variable.
7572         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7573         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7574         (gnus-dired-mail-buffers): New function.  Return mail or message
7575         composition buffers.
7576         (gnus-dired-attach): Use it.
7577         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7578         NO-DECODE.
7579         (gnus-dired-print): Use `gnus-print-buffer' depending on
7580         `gnus-dired-mail-mode'.
7582 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7584         * rfc2047.el (rfc2047-encoded-word-regexp)
7585         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7586         explaining what regexp patterns are for.
7588 2007-12-04  Glenn Morris  <rgm@gnu.org>
7590         * password.el: Move to ../password-cache.el.
7592         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7593         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7594         * mml-smime.el (password-read, password-cache-add)
7595         (password-cache-remove):
7596         No need to autoload, since mml-sec requires password.
7598         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7599         * message.el (gnus-extract-address-components):
7600         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7602         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7603         password.
7605 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7607         * mailcap.el: Reduce dependencies.
7608         (mail-header-parse-content-type): Autoload.
7609         (mailcap-delete-duplicates): New alias.
7610         (mailcap-mime-info): Add optional argument NO-DECODE.
7611         (mailcap-mime-types): Use mailcap-delete-duplicates.
7613         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7615 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7617         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7618         function.
7620         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7621         (gnus-uu-yenc-article): New function.
7623         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7625         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7627 2007-12-02  Glenn Morris  <rgm@gnu.org>
7629         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
7630         Move to ../net.
7632         * binhex.el, uudecode.el: Move to ../mail.
7634         * encrypt.el: Remove file.
7636 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7638         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7639         matches on patches.
7641         * gnus-art.el (gnus-article-browse-html-article):
7642         Mention `mm-text-html-renderer' in the doc string.
7644         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7645         string.  Add comments.
7647         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7648         if rhs is ASCII.
7650 2007-12-01  Glenn Morris  <rgm@gnu.org>
7652         * dig.el, dns.el: Move to ../net.
7653         * format-spec.el, hex-util.el, sha1.el: Move to ../.
7655         * mail-source.el (top-level): Require format-spec before
7656         eval-when-compile.
7658 2007-11-30  Glenn Morris  <rgm@gnu.org>
7660         * encrypt.el: Require password, rather than autoloading password-read.
7662 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7664         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7665         caller can indicate whether the cache should be disregarded for this
7666         call.  This way the result of the call is reproducible at all times and
7667         can be considered a canonical server name for the supplied method.
7668         (gnus-agent-method-p): Canonicalize server names by pushing their
7669         method through `gnus-method-to-server' using the no-cache argument.
7671         * gnus-srvr.el (gnus-server-insert-server-line):
7672         Call `gnus-method-to-server' with `no-cache' argument.
7674         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7675         gnus-agent-possibly-synchronize-flags as this should be called when the
7676         server is actually being opened.
7677         (gnus-agent-possibly-synchronize-flags)
7678         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7679         flags file of an agentized server to the latter function.
7681         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7682         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7683         after a connection has been established successfully.
7685 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7687         * gnus-art.el (article-display-face): Force to display face if called
7688         interactively; check if gnus-article-x-face-too-ugly matches author.
7689         (article-display-x-face): Display face even if From header is missing
7690         as article-display-face does.
7692 2007-11-28  Richard Stallman  <rms@gnu.org>
7694         * md4.el: Move to ../.
7695         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
7697 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7699         * mail-source.el (mail-sources): Default to fetch from file for
7700         compatibility with default of nnmail-spool-file.
7702 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7704         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7705         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7706         to look for encoded word that should be encoded again.
7707         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7708         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7709         encoding pattern.
7710         (rfc2047-decode-region): Switch strict regexp and loose one according
7711         to rfc2047-allow-irregular-q-encoded-words.
7713 2007-11-26  Simon Josefsson  <simon@josefsson.org>
7715         * imap.el: Move to ../net directory.
7717 2007-11-25  Romain Francoise  <romain@orebokech.com>
7719         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7721 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7723         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7724         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7726         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7727         `nnmail-spool-file'.
7729         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7730         `nnmail-spool-file'.
7732         * gnus-move.el (gnus-change-server): Ditto.
7734         * gnus-kill.el (gnus-batch-score): Ditto.
7736         * gnus-cache.el (gnus-jog-cache): Ditto.
7738         * gnus-msg.el (gnus-summary-reply):
7739         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7741 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7743         * gnus-cache.el (gnus-cache-generate-nov-databases):
7744         Use nnml-generate-nov-databases-directory instead of
7745         nnml-generate-nov-databases-1.
7747 2007-11-24  Glenn Morris  <rgm@gnu.org>
7749         * message.el (message-tool-bar-retro): Update for rename
7750         mail_send.xpm->mail-send.xpm.
7752 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7754         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7755         `smime-ldap-search' for Emacs 22 and up.
7757 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7759         * hashcash.el: Move to ../mail directory.
7761         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
7763         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7764         `smime-ldap-search' for Emacs 22 and up.
7766 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7768         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7770         * message.el (message-send-mail-function): Fix error convention.
7771         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7772         (message-widen-reply, message-send-mail, message-talkative-question)
7773         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7774         (message-clone-locals, message-send-news): Use with-current-buffer.
7775         (message-insert-or-toggle-importance): Remove unused var `valid'.
7776         (message-make-references): Remove unused var `new-references'.
7777         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7779 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7781         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7782         (spam-split-symbolic-return-positive): Reflow docstring.
7783         (spam-backends, spam-summary-exit-behavior)
7784         (spam-mark-ham-unread-before-move-from-spam-group)
7785         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7786         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7787         (spam-clear-cache, spam-backend-check, spam-install-backend)
7788         (spam-install-statistical-backend, spam-list-of-processors)
7789         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7790         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7791         (spam-check-crm114, spam-initialize, spam-unload-hook):
7792         Fix typos in docstrings.
7794 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7796         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7797         been checked if they have never been read and those group levels are
7798         higher than the one that a user specified.
7800 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7802         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7803         foreign groups unless a group level is specified by a user.
7804         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7806 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7808         * message.el (message-send-mail-function): Require sendmail.
7810 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7812         * message.el (message-send-mail-function): Check for smtpmail too.
7814         * utf7.el (utf7-encode, utf7-decode): Use coding system
7815         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7817         * message.el (message-send-mail-function): New function.
7818         (message-send-mail-function): Set default using
7819         message-send-mail-function.  Adjust doc string.
7820         (message-send-mail-with-mailclient): New function.
7822 2007-11-17  Richard Stallman  <rms@gnu.org>
7824         * assistant.el: Remove file.
7826 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7828         * smime.el (from):
7829         * rfc2047.el (message-posting-charset):
7830         * qp.el (mm-use-ultra-safe-encoding):
7831         * pop3.el (parse-time-months):
7832         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7833         * nnml.el (files):
7834         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7835         (jka-compr-compression-info-list, ange-ftp-path-format)
7836         (efs-path-regexp):
7837         * nndiary.el (files):
7838         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7839         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7840         (epg-digest-algorithm-alist, inhibit-redisplay)
7841         (password-cache-expiry):
7842         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7843         (pgg-output-buffer, password-cache-expiry):
7844         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7845         (efs-path-regexp):
7846         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7847         (inhibit-redisplay):
7848         * mm-uu.el (file-name, start-point, end-point, entry)
7849         (gnus-newsgroup-name, gnus-newsgroup-charset):
7850         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7851         (latin-unity-ucs-list):
7852         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7853         (mm-uu-binhex-decode-function):
7854         * message.el (gnus-message-group-art, gnus-list-identifiers)
7855         (rmail-enable-mime-composing, gnus-local-organization)
7856         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7857         (gnus-read-active-file, facemenu-add-face-function)
7858         (facemenu-remove-face-function, gnus-article-decoded-p)
7859         (tool-bar-mode):
7860         * mail-source.el (display-time-mail-function):
7861         * gnus-util.el (nnmail-pathname-coding-system)
7862         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7863         (gnus-original-article-buffer, gnus-user-agent)
7864         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7865         (xemacs-codename, sxemacs-codename, emacs-program-version):
7866         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7867         * gnus-start.el (gnus-agent-covered-methods)
7868         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7869         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7870         (gnus-newsgroup-headers, gnus-group-list-mode)
7871         (gnus-group-mark-positions, gnus-newsgroup-data)
7872         (gnus-newsgroup-unreads, nnoo-state-alist)
7873         (gnus-current-select-method, mail-sources)
7874         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7875         (nnmail-spool-file, gnus-cache-active-hashtb):
7876         * gnus-mh.el (mh-lib-progs):
7877         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7878         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7879         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7880         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7881         (gnus-group-buffer):
7882         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7883         (font-lock-set-defaults):
7884         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7885         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7886         (gnus-summary-post-menu, total-parts, type, condition, length):
7887         * gnus-agent.el (gnus-agent-read-agentview):
7888         * flow-fill.el (show-trailing-whitespace):
7889         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7890         eval-and-compile wrappers for byte compiler pacifiers.
7892         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7893         (mm-display-inline-fontify): Check for featurep 'xemacs not
7894         extent-list.
7896         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7897         itimer-list.
7898         (mm-create-image-xemacs): Only do something for XEmacs.
7899         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7901         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7903         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7904         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7906 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7908         * nnimap.el (nnimap-split-download-body):
7909         * gnus-demon.el (gnus-demon):
7910         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7912 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7914         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7915         New macros.
7916         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7917         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7918         copy data from unibyte buffer to multibyte current buffer.
7919         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7920         to copy data from unibyte current buffer to multibyte buffer.
7921         (nntp-make-process-buffer): Make process buffer unibyte.
7923         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7925 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7927         * pop3.el (pop3-open-server): Accept and process data more robustly at
7928         connexion start to avoid spurious "POP SSL connexion failed" errors.
7930 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7932         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7933         read group names.
7935 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7937         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7939 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7941         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7942         (nnmail-save-active): Use a unibyte buffer when saving active file,
7943         which may contain non-ASCII group names.
7945         * nnml.el (nnml-request-group): Decode group names in messages.
7947 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7949         * message.el (message-citation-line-function)
7950         (message-insert-formatted-citation-line): Fix spelling of
7951         `message-insert-formated-citation-line'.
7953 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7955         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7957 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7959         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7960         nnmail-pathname-coding-system.
7962         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7963         that a user enters; decode group names in messages.
7965         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7967 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7969         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7971         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7973         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7974         risky local variable.
7976         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7978 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7980         * encrypt.el: Improve documentation to fix function name typo.
7981         Reported by Daiki Ueno <ueno@unixuser.org>.
7983 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7985         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7986         even if the point is not in the last page of an article.
7987         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7988         back to the previous page.
7990 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7992         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7994 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7996         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7998 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8000         * message.el (message-check-news-body-syntax):
8001         Avoid mm-string-as-multibyte.
8002         (message-hide-headers): Don't assume (point-min)==1.
8004 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8006         * message.el (message-remove-blank-cited-lines): Fix if remove is
8007         given.
8008         (message-bogus-address-regexp): New variable.
8009         (message-bogus-recipient-p): New function.
8010         (message-check-recipients): New command.
8011         (message-syntax-checks): Add `bogus-recipient'.
8012         (message-fix-before-sending): Add `bogus-recipient'.
8014         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8015         (gnus-treat-body-boundary): Don't test window-system.
8017 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8019         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8021 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8023         * gnus.el: Bump version to Gnus v5.13.
8025 2007-10-28  Miles Bader  <miles@gnu.org>
8027         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8028         at compile-time too.
8030 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8032         * gnus-msg.el (gnus-message-setup-hook):
8033         Add `message-remove-blank-cited-lines' to options.
8035 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8037         * message.el (message-remove-blank-cited-lines): New function.
8038         Suggested by Karl Plästerer.
8040 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8042         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8043         mapc.
8045         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8046         (top-level): Use mapc to set functions to be traced for debugging.
8048         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8049         called for effect with while loop.
8051         * message.el (message-talkative-question): Replace mapcar called for
8052         effect with mapc.
8054         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8055         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8056         called for effect with dolist.
8058         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8060         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8061         gnus-extra-headers and nnmail-extra-headers.
8063         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8064         called for effect with dolist.
8065         (top-level): Use mapc to set functions to be traced for debugging.
8067         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8068         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8069         dolist.
8071         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8072         Replace mapcar called for effect with mapc.
8073         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8074         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8075         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8076         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8078         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8079         remove-if that's a cl function.
8081         * webmail.el (webmail-debug): Replace mapcar called for effect with
8082         dolist.
8084 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8086         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8087         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8088         with while loop.
8090         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8091         functions from article-* functions.
8092         (gnus-multi-decode-header): Replace mapcar called for effect with
8093         dolist.
8095         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8096         (gnus-bookmark-show-details): Replace mapcar called for effect with
8097         while loop.
8099         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8100         called for effect with while loop.
8102         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8103         with dolist.
8105         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8106         Replace mapcar called for effect with dolist.
8108         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8110         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8111         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8112         Replace mapcar called for effect with dolist.
8113         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8114         mapc.
8116         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8117         Replace mapcar called for effect with dolist.
8118         (gnus-topic-list): Replace mapcar called for effect with mapc.
8120         * gnus.el: Use mapc instead of mapcar to add autoloads.
8122 2007-10-23  Richard Stallman  <rms@gnu.org>
8124         * gnus-group.el (gnus-group-highlight): Mark as risky.
8126 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8128         * gnus.el (gnus-server-to-method): Return method found first in
8129         gnus-newsrc-alist.
8131         * gnus-art.el (gnus-article-highlight-signature)
8132         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8133         button overlay without the front stickiness.
8135 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8137         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8138         overview buffer needed a catch to receive its throw.
8139         (gnus-agent-flush-cache): Declare as interactive to make this function
8140         easier to use.
8142 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8144         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8145         `next-line'.
8147 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8149         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8150         exclude address matching message-dont-reply-to-names.
8152 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8154         * gnus-util.el (gnus-string<): New function.
8156         * gnus-sum.el (gnus-article-sort-by-author)
8157         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8159 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8161         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8162         the frame-focus tag is set in gnus-buffer-configuration.
8164 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8166         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8167         the front stickiness.
8169 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8171         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8172         url pattern; remove duplicate one.
8173         (gnus-article-extend-url-button): New function.
8174         (gnus-article-add-buttons): Use it.
8175         (gnus-button-push): Use concatenated url that it makes.
8177 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8179         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8180         (sieve-manage-open): Use `mapc' instead of `mapcar'.
8182 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8184         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8185         Don't hardcode point-min==1.
8187 2007-09-30  David Kastrup  <dak@gnu.org>
8189         * gnus-art.el (gnus-article-reply-with-original)
8190         (gnus-article-followup-with-original): When `transient-mark-mode' is
8191         off, refrain from active-region behavior for followups.
8193 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8195         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8196         Fix comment about "iso8859-1".
8198 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8200         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8201         ones returned from the verify-function.
8203         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8204         Call mml2015-extract-cleartext-signature if extraction failed.
8206 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8208         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8209         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8210         failed.
8212 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8214         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8216 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8218         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8219         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8220         thread for both the null and zero (kill/expire thread) universal prefix
8221         cases.
8222         (gnus-summary-expire-thread): Add new function to expire a thread,
8223         using gnus-summary-kill-thread.
8224         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8225         shortcuts for gnus-summary-expire-thread.
8226         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8227         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8229 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8231         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8232         extras value, so an extras entry can be deleted.
8233         (gnus-registry-delete-extra-entry): Use it.
8234         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8235         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8236         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8237         storage through the gnus-registry, and provide an appropriate API for
8238         it.
8240 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8242         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8243         Suggested by Leo <sdl.web@gmail.com>.
8245         * gnus.el: Do.
8247 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8249         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8250         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8252         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8254         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8255         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8257 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8259         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8260         newline.
8261         (nnmbox-request-accept-article): Don't change article in source buffer;
8262         narrow to header to use message-fetch-field rather than
8263         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8264         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8265         as delimiters; make sure article ends with newline.
8266         (nnmbox-delete-mail): Correct last position of article to be deleted;
8267         ignore X-Gnus-Newsgroup header in article body.
8268         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8269         positions; make sure article ends with newline.
8271         * message.el (message-display-abbrev): Don't infloop when a user
8272         inserts SPC in the beginning of header.
8274 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8276         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8277         list of groups not followed by default.  Fix type to be regexp.
8278         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8280 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8282         * hmac-def.el (define-hmac-function): Switch from old-style to
8283         new-style backquotes.
8285         * md4.el (md4-make-step): Likewise.
8287 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8289         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8290         raw-text coding system when saving .newsrc file, which may contain
8291         non-ASCII group names.
8293 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8295         * gnus-cus.el (gnus-score-extra): New widget.
8296         (gnus-score-extra-convert): New function.
8297         (gnus-score-customize): Use it for Extra.
8299 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8301         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8302         (mml2015-mailcrypt-clear-verify): Use it.
8303         (mml2015-gpg-clear-verify): Use it.
8304         (mml2015-pgg-clear-verify): Use it.
8305         (mml2015-epg-clear-verify): Replace the current part with the output
8306         from GnuPG; don't extract the plaintext by itself.
8308         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8309         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8310         mml2015-clear-verify-function; don't touch the armor headers or
8311         dash-escaped text here.
8313 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8315         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8316         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8317         parts, or application/octet-stream as a last resort.
8318         (gnus-mime-view-part-as-type): Don't toggle display.
8319         (gnus-mime-view-part-as-charset): Don't turn off display before
8320         querying charset.
8322         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8323         stuff to undisplayer function in Emacs.
8324         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8326         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8327         text/calendar parts.
8329 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8331         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8332         decoding text/calendar parts.
8334         * message.el (message-forward-make-body-mime): Always mark body as
8335         having no illegible text; remove signed-or-encrypted argument.
8336         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8338         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8339         (mml-generate-mime-1): Don't encode body if it is specified to be in
8340         raw form; don't make buffer be unibyte when inserting multibyte string.
8342 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8344         * sha1.el: Fix up comment style.
8345         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8346         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8348         * hex-util.el: Fix up comment style.
8349         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8351         * gnus-salt.el: Use with-current-buffer.
8352         (gnus-pick-setup-message): Fix long-standing typo.
8354 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8356         * imap.el (imap-logout-timeout): New variable.
8357         (imap-logout, imap-logout-wait): New functions.
8358         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8360         * nnimap.el (nnimap-logout-timeout): New server variable.
8361         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8362         nnimap-logout-timeout.
8364         * gnus-art.el (gnus-article-summary-command-nosave)
8365         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8367 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8369         * gnus.el (gnus-maximum-newsgroup): New variable.
8371         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8372         according to gnus-maximum-newsgroup.
8374         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8375         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8376         Limit the range of articles according to gnus-maximum-newsgroup.
8378 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8380         * gnus-art.el (gnus-sticky-article): Fix problems described in
8381         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8382         Don't perform gnus-configure-windows here; reuse existing sticky
8383         article buffer.
8385         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8386         it doesn't exist in gnus-article-mode.
8388 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8390         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8391         (gnus-agent-decoded-group-name): New function.
8392         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8393         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8395 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8397         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8398         Add binding for gnus-sticky-article.
8399         (gnus-summary-exit): Don't kill sticky article buffers.
8401         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8402         article buffer.
8403         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8404         (gnus-kill-sticky-article-buffers): New commands.
8406 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8408         * nntp.el (nntp-xref-number-is-evil): New server variable.
8409         (nntp-find-group-and-number): If it is non-nil, don't trust article
8410         numbers in the Xref header.
8412 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8414         * gnus-agent.el (gnus-agent-read-group): New function.
8415         (gnus-agent-flush-group, gnus-agent-expire-group)
8416         (gnus-agent-regenerate-group): Use it.
8417         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8418         nnmail-pathname-coding-system.
8420 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8422         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8424         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8425         that are unread as unread, and also as selected so that information of
8426         marks having been changed by a user may be updated when exiting group.
8428 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8430         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8432 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8434         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8435         calculated ignoring signature parts to gnus-treat-article.
8437 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8439         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8440         a point here in order to keep the window start.
8441         (gnus-insert-mime-security-button): Make a button overlay without the
8442         front stickiness.
8443         (gnus-mime-display-security): Goto the end of a button.
8445         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8447 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8449         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8450         group-name-at-point.
8451         (gnus-group-completing-read): New function that offers decoded
8452         non-ASCII group names for completion.
8453         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8454         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8455         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8456         (gnus-group-fetch-control): Use it.
8457         (gnus-fetch-group): Use group-name-at-point for the initial value
8458         rather than the default value; use gnus-alive-p.
8460         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8461         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8462         (gnus-summary-post-news): Use gnus-group-completing-read.
8464         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8465         (gnus-read-move-group-name): Decode group name for completion.
8467 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8469         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8470         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8471         Yamaoka slightly modified the code).
8473 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8475         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8476         (nnmail-split-incoming): Bind it.
8478         * nnml.el (nnml-group-name-charset): New function.
8479         (nnml-decoded-group-name): Use it; don't decode group name if
8480         nnmail-group-names-not-encoded-p is non-nil.
8481         (nnml-encoded-group-name): New function.
8482         (nnml-group-pathname): Inline nnml-decoded-group-name.
8483         (nnml-request-expire-articles): Decode group name in message.
8484         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8485         nnmail-pathname-coding-system.
8486         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8487         not decoded ones according to nnmail-group-names-not-encoded-p.
8488         (nnml-generate-active-info): Use nnml-encoded-group-name.
8490 2007-08-08  Glenn Morris  <rgm@gnu.org>
8492         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8493         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8494         doc-strings and comments.
8496 2007-07-25  Glenn Morris  <rgm@gnu.org>
8498         * Relicense all FSF files to GPLv3 or later.
8500 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8502         * gnus-sum.el (gnus-summary-move-article):
8503         Make gnus-summary-respool-article work.
8505 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8507         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8508         string.
8510 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8512         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8513         that should be ignored when comparing distant RSS articles with local
8514         ones.
8515         (nnrss-make-hash-index): New function.  Create a hash index according
8516         to the ignored fields.
8517         (nnrss-check-group): Use it.
8519 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8521         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8523         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8525         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8526         the new optional argument ENCODED is non-nil.
8527         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8528         coding system for encoding group name.
8529         (gnus-group-make-rss-group): Pass un-encoded group name to
8530         gnus-group-make-group.
8531         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8532         encoded.
8534         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8535         Encode group name to which articles are moved or copied.
8536         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8537         coding system for encoding Newsgroup, Followup-To and Xref headers.
8539         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8540         marks; use nnheader-file-coding-system to write a file.
8541         (nnagent-retrieve-headers): Bind file-name-coding-system to
8542         nnmail-pathname-coding-system.
8544         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8546         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8547         (nnml-request-article, nnml-request-create-group)
8548         (nnml-request-rename-group, nnml-find-id)
8549         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8550         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8551         (nnml-save-marks): Use nnml-group-pathname instead of
8552         nnmail-group-pathname.
8554         (nnml-request-create-group, nnml-request-expire-articles)
8555         (nnml-request-move-article, nnml-request-delete-group)
8556         (nnml-deletable-article-p, nnml-possibly-create-directory)
8557         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8558         (nnml-open-marks): Bind file-name-coding-system to
8559         nnmail-pathname-coding-system.
8561         (nnml-request-article): Pass server argument to nnml-find-group-number.
8562         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8563         Pass server argument to nnml-possibly-create-directory.
8564         (nnml-request-accept-article): Pass server argument to
8565         nnml-active-number and nnml-save-mail.
8566         (nnml-find-group-number): Pass server argument to nnml-find-id.
8567         (nnml-request-update-info): Pass server argument to
8568         nnml-marks-changed-p.
8570         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8571         (nnml-save-mail, nnml-active-number): Add server argument.
8573         (nnml-request-delete-group): Warn if group is missing.
8574         (nnml-get-nov-buffer): Decode group name.
8575         (nnml-generate-active-info): Encode group name.
8576         (nnml-open-marks): Decode group name in messages.
8578 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8580         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8581         if it is not specified.
8582         (gnus-article-pipe-part, gnus-article-save-part)
8583         (gnus-article-interactively-view-part, gnus-article-copy-part)
8584         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8585         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8586         (gnus-article-replace-part, gnus-article-delete-part)
8587         (gnus-article-view-part-as-type): Pass raw prefix argument to
8588         gnus-article-part-wrapper.
8590 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8592         * gnus-agent.el (gnus-agent-save-active):
8593         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8595         * gnus-cache.el (gnus-cache-save-buffers)
8596         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8597         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8598         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8599         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8600         (gnus-cache-generate-active, gnus-cache-rename-group)
8601         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8602         (gnus-cache-update-overview-total-fetched-for):
8603         Bind file-name-coding-system to nnmail-pathname-coding-system.
8604         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8605         New variables.
8606         (gnus-cache-decoded-group-name): New function.
8607         (gnus-cache-file-name): Use it.
8608         (gnus-cache-generate-active): Use non-decoded group name for active.
8610         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8611         right place.
8612         (gnus-write-active-file): Don't break non-ASCII group names.
8614         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8615         nnmail-pathname-coding-system.
8617         * gnus-uu.el (gnus-uu-decode-save): Typo.
8619 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8621         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8623 2007-07-14  David Kastrup  <dak@gnu.org>
8625         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8626         finishing actions if we did not edit the article.
8628 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8630         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8631         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8632         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8633         (gnus-agent-flush-group, gnus-agent-flush-cache)
8634         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8635         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8636         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8637         (gnus-agent-regenerate-group)
8638         (gnus-agent-update-files-total-fetched-for)
8639         (gnus-agent-update-view-total-fetched-for):
8640         Bind file-name-coding-system to nnmail-pathname-coding-system.
8641         (gnus-agent-group-pathname): Don't encode file names by
8642         nnmail-pathname-coding-system.
8643         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8644         coding-system-for-write instead of buffer-file-coding-system to
8645         gnus-agent-file-coding-system.
8647         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8648         Decode group name.
8650         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8652         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8653         (gnus-read-newsrc-el-file): Make group names unibyte.
8655         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8656         nnmail-pathname-coding-system.
8658         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8659         (nnrss-request-delete-group): Bind file-name-coding-system to
8660         nnmail-pathname-coding-system.
8661         (nnrss-read-server-data, nnrss-read-group-data):
8662         Bind file-name-coding-system correctly.
8663         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8665         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8666         (nntp-server-to-method-cache): New variable.
8667         (nntp-group-pathname): New function that decodes non-ASCII group names.
8668         (nntp-possibly-create-directory, nntp-marks-changed-p)
8669         (nntp-save-marks, nntp-open-marks): Use it.
8670         (nntp-possibly-create-directory, nntp-open-marks):
8671         Bind file-name-coding-system to nnmail-pathname-coding-system.
8672         (nntp-open-marks): Decode group names when bootstrapping marks.
8674         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8675         Newsgroups and Folowup-To headers.
8677 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8679         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8680         (gnus-server-closed-face, gnus-server-denied-face)
8681         (gnus-server-offline-face): Remove variable.
8682         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8684         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8685         of modifying message-stack directly for XEmacs.
8687         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8688         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8689         if the coding-system argument is nil for XEmacs.
8691         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8692         mm-charset-override-alist.
8694         * rfc2047.el: Don't require base64; require rfc2045 for the function
8695         rfc2045-encode-string.
8696         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8697         to quote the parameter value.
8699 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8701         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8702         form in gnus-group-name-charset-method-alist.
8704         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8705         overrides the default layout edit-form.
8707         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8709         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8711 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8713         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8714         as unfetched articles.
8716 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8718         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8720 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8722         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8723         original back end that keeps marks in the local system.
8725 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8727         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8728         arg of pop-to-buffer for XEmacs.
8729         (gnus-article-read-summary-keys): Ditto; don't restore window
8730         configuration if summary command ends up with neither article buffer
8731         nor summary buffer; describe bindings if summary keys end with C-h.
8733 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8735         * message.el (message-fix-before-sending): Skip raw message part to be
8736         forwarded while checking illegible text.
8737         (message-forward-make-body-mime, message-forward-make-body):
8738         Mark signed or encrypted raw message as having no illegible text.
8740 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8742         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8743         (gnus-message-with-timestamp-1): New macro.
8744         (gnus-message-with-timestamp): New function.
8745         (gnus-message): Use them.
8747         * nnheader.el (nnheader-message): Use them.
8749 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8751         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8752         .newsrc.eld file.
8754 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8756         * gnus-agent.el (gnus-agent-fetch-headers)
8757         (gnus-agent-retrieve-headers):
8758         Bind gnus-decode-encoded-address-function to identity.
8760         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8761         available also when the server returns simply a dot.
8763         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8765 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8767         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8769 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8771         * gnus-ems.el (gnus-x-splash): Make it work.
8773         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8774         from being used.
8776 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8778         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8779         the front stickiness.
8780         (gnus-article-summary-command-nosave): Correct the order of the
8781         arguments passed to pop-to-buffer.
8782         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8783         summary command ends up with the article buffer.
8785         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8786         the same faces.
8788 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8790         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8792 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8794         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8795         * gnus-sum.el (gnus-summary-highlight):
8796         * mail-source.el (mail-source-delete-old-incoming-confirm):
8797         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8799 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8801         * gnus-art.el (gnus-mime-view-part-externally)
8802         (gnus-mime-view-part-internally): Fix predicate function passed to
8803         completing-read.
8805         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8807         * gnus.el (gnus-update-message-archive-method): Add :version.
8809 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8811         * gnus.el (gnus-update-message-archive-method): New variable.
8813         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8814         according to gnus-message-archive-method if
8815         gnus-update-message-archive-method is non-nil.
8817 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8819         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8820         Suggested by Loic Dachary <loic@dachary.org>.
8821         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8823 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8825         * message.el (message-pop-to-buffer): Add switch-function argument.
8826         (message-mail): Pass switch-function argument to it.
8828 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8830         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8831         Improve doc string.
8833 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8835         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8836         (gnus-header-content)
8837         * gnus-cite.el (gnus-cite-10)
8838         * gnus-srvr.el (gnus-server-closed)
8839         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8840         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8841         (gnus-group-mail-3-empty, gnus-group-mail-low)
8842         (gnus-group-mail-low-empty, gnus-splash)
8843         * message.el (message-header-to, message-header-cc)
8844         (message-header-subject, message-header-other, message-header-name)
8845         (message-header-xheader, message-separator, message-cited-text)
8846         (message-mml): Lighten colors of faces used for dark background.
8848 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8850         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8851         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8853 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8855         * message.el (message-narrow-to-headers-or-head):
8856         Ignore mail-header-separator in the body.
8858 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8860         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8861         same as window size.
8863 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8865         * message.el (message-font-lock-keywords): Use message-header-xheader
8866         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8867         ahead of the anything pattern, to get it recognised.
8869 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8871         * gnus-sum.el (gnus-articles-to-read)
8872         (gnus-summary-insert-old-articles): Don't truncate group name for
8873         `read-string'.
8875         * gnus-util.el (gnus-limit-string): Delete this function.
8877         * gnus-sum.el (gnus-simplify-subject-fully):
8878         Use `truncate-string-to-width' instead.
8880 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8882         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8883         Tell if, on summary exit, the next group has to be selected.
8884         (gnus-summary-exit): Use it.
8886 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8888         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8889         non-break space.
8891 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8893         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8894         Check if group is not a directory.
8895         (nnfolder-request-expire-articles): Don't delete articles if the target
8896         group is not available.
8898         * nnml.el (nnml-request-create-group): Properly check if group is not a
8899         file.
8900         (nnml-request-expire-articles): Don't delete articles if the target
8901         group is not available.
8903         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8904         Don't quote characters that are within parentheses.
8906 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8908         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8909         (gnus-handle-ephemeral-exit): Select article according to it.
8911 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8913         * message.el (message-insert-formated-citation-line): Remove newline.
8914         (message-citation-line-format): Add final \n here so that the user can
8915         avoid a blank line.
8917 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8919         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8920         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8921         Update lanl/arXiv support.
8923 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8925         * gnus.el: Bump version number.
8927 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8929         * gnus.el (gnus-version-number): Bump version.
8931 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8933         * gnus.el: No Gnus v0.6 is released.
8935 2007-04-27  Didier Verna  <didier@xemacs.org>
8937         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8938         * gmm-utils.el (gmm-regexp-concat): ... here.
8939         * message.el: Don't require 'gnus-util.
8940         (message-dont-reply-to-names): Handle name change above.
8941         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8943 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8945         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8946         since the initial value varies according to the system.
8948 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8950         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8952 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8954         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8956 2007-04-24  Didier Verna  <didier@xemacs.org>
8958         Improve the type of gnus-ignored-from-addresses.
8959         * gnus-util.el (gnus-orify-regexp): New function.
8960         * message.el (gnus-util): Require it.
8961         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8962         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8963         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8965 2007-04-24  Didier Verna  <didier@xemacs.org>
8967         * gnus-sum.el:
8968         * gnus-utils.el: Fix some trailing whitespaces.
8970 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8972         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8973         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8974         article's Message-ID; refer parent article in summary buffer.
8976         * message.el (message-bounce): Call mime-to-mml.
8978 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8980         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8982 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8984         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8985         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8986         displayed of multipart/alternative part if it is invoked from summary
8987         buffer.
8989         * mm-view.el (mm-inline-text-html-render-with-w3m)
8990         (mm-inline-text-html-render-with-w3m-standalone)
8991         (mm-inline-render-with-function): Use mail-parse-charset by default.
8993 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8995         * parse-time.el (parse-time-string-chars): Check if CHAR
8996         is less than the length of parse-time-syntax.
8998 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9000         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9001         from gnus-newsgroup-processable.
9003 2007-04-16  Didier Verna  <didier@xemacs.org>
9005         * gnus-msg.el (gnus-configure-posting-styles):
9006         Handle message-signature-directory properly with :file syntax.
9007         Reported by "Leo".
9009 2007-04-11  Didier Verna  <didier@xemacs.org>
9011         New user option: message-signature-directory.
9012         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9013         * message.el (message-insert-signature): Ditto.
9014         * message.el (message-signature-file): Doc update.
9015         * message.el (message-signature-directory): New.
9017 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9019         * gnus-msg.el (gnus-inews-yank-articles):
9020         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9022 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9024         * message.el (message-yank-original): Make sure cited text ends with
9025         newline; don't exchange point and mark.
9027 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9029         * tls.el (open-tls-stream): Properly handle case where there
9030         is no associated buffer.
9032 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9034         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9035         message-yank-original, make sure (< mark TEXT point).
9037 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9039         * message.el (message-fill-column): New variable.
9040         (message-mode): Use it.  Add comment on a possible new hook.
9042         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9043         (nnmail-get-new-mail): Reformat.
9045         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9047         * gmm-utils.el: Fix Commentary.
9048         (gmm-tool-bar-from-list): Fix typo in doc string.
9050 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9052         * message.el (message-yank-original): Don't switch point and mark
9053         unnecessarily to put point and mark as documented.
9055 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9057         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9058         from the message heads.
9060 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9062         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9063         article buffer does not have a window.  This may not be the best
9064         solution but is certainly better than setting the start of the null,
9065         that is the current, window.
9067 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9069         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9070         (gnus-draft-setup): Run it.
9072         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9073         gnus-score-fast-scoring.  Allow regexp.
9074         (gnus-score-headers): Use it.
9076         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9077         XEmacs.
9079         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9080         string.
9081         (gnus-button-alist): Also catch `<f1> k ...'.
9082         (gnus-treat-display-x-face): Fix doc string.
9084 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9086         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9087         evaluation of gnus-extended-version to ensure correct generation of the
9088         User-Agent header when message-generate-headers-first is used.
9090 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9092         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9093         hashcash-path is nil.  Don't call callback with incorrect number of
9094         parameters if val is 0.
9096 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9098         * message.el (message-required-news-headers):
9099         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9101 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9103         * message.el (message-generate-new-buffers): Change the meaning of the
9104         nil value; add `standard' to the choices; treat t as `unique'; improve
9105         doc string.
9106         (gnus-select-frame-set-input-focus): Autoload.
9107         (message-buffer-name): Search for the existing message buffer if
9108         message-generate-new-buffers is nil or `standard'; treat the value t of
9109         message-generate-new-buffers as `unique'.
9110         (message-pop-to-buffer): Raise the frame already displaying the message
9111         buffer; clear the echo area after querying.
9112         (message-setup): Pass the `continue' argument to compose-mail.
9113         (message-mail): Prefer `switch-function' if it is given; search for the
9114         existing message buffer if the `continue' argument is non-nil; pass
9115         continue and switch-function arguments to compose-mail by way of
9116         message-setup.
9117         (message-mail-other-window): Adjust argument of message-setup.
9118         (message-mail-other-frame): Ditto.
9120 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9122         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9123         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9124         to turn font-lock on when turning gnus-message-citation-mode on.
9126 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9128         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9129         (mml-smime-function-alist): New variable; add epg as the backend.
9130         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9131         mml-smime- functions instead.
9132         * mm-view.el: Require smime.
9134 2007-03-05  Didier Verna  <didier@xemacs.org>
9136         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9137         instead of just inheritance for posting styles.
9138         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9140 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9142         * tls.el (tls-certtool-program): Fix custom type.
9144 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9146         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9147         and point-at-eol instead of line-(beginning|end)-position.
9149         * assistant.el (assistant-parse-buffer): Ditto.
9151 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9153         * mml2015.el (mml2015-epg-find-usable-key): New function.
9154         (mml2015-epg-sign): Use it.
9155         (mml2015-epg-encrypt): Use it.
9157 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9159         * message.el (message-make-in-reply-to): Quote name containing
9160         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9161         if there are special characters.  Reported by NAKAJI Hiroyuki
9162         <nakaji@jp.freebsd.org>.
9164 2007-02-27  Didier Verna  <didier@xemacs.org>
9166         Include the group parameters as well as the topic ones in the
9167         inheritance filter process.
9168         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9169         argument GROUP-PARAMS-LIST.
9170         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9172 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9174         * nntp.el (nntp-never-echoes-commands)
9175         (nntp-open-connection-functions-never-echo-commands): New variables.
9176         (nntp-send-command): Use them.
9178 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9180         * mml2015.el (mml2015-epg-verify): Simplify.
9182 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9184         * mml.el (mml-content-disposition-alist): New user option.
9185         (mml-content-disposition): New function.
9186         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9187         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9189 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9191         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9192         verification.
9194 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9196         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9197         articles posted in the last 24 hours.
9199 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9201         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9203 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9205         * nntp.el (nntp-send-command): Don't wait for echoes when
9206         nntp-open-ssl-stream is used.
9208 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9210         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9211         (gnus-message-add-citation-keywords)
9212         (gnus-message-remove-citation-keywords): Remove.
9213         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9214         directly, make the variables in font-lock-defaults buffer-local, add
9215         gnus-message-citation-keywords to them and then update the value of
9216         font-lock-keywords.
9218 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9220         * message.el (message-cite-original-1): Don't call
9221         gnus-article-highlight-citation.
9223         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9224         citations; fix line count.
9226 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9228         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9229         (gnus-message-add-citation-keywords)
9230         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9231         versions of font-lock-add-keywords and font-lock-remove-keywords to
9232         work with XEmacs correctly.
9234 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9236         * gnus-cite.el (gnus-cite-face-list): Set the values of
9237         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9238         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9239         (gnus-message-cite-prefix-regexp): New variable.
9240         (gnus-message-search-citation-line): Use it; protect against long
9241         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9242         the 0th match data for Emacs.
9243         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9244         (gnus-message-add-citation-keywords): Append keywords rather than
9245         prepending; emulate font-lock-add-keywords if it is not available.
9246         (gnus-message-remove-citation-keywords):
9247         Emulate font-lock-remove-keywords if it is not available.
9249         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9251         * message.el (message-cite-prefix-regexp): Set the value of
9252         gnus-message-cite-prefix-regexp.
9254 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9256         * nnweb.el (nnweb-google-parse-1): Update parser.
9258 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9260         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9262 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9264         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9265         regexp.
9267 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9269         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9270         string-to-multibyte.
9271         (uudecode-decode-region-internal): Use it.
9273 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9275         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9276         Fix custom choice.
9278         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9280 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9282         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9284         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9285         `write-region' to respect `mm-inhibit-file-name-handlers'.
9287 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9289         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9290         Use gnus-home-directory instead of "~/" or "$HOME".
9292 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9294         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9295         to mention filename.
9296         Add comments at beginning regarding usage.
9297         (encrypt-write-file-contents): Change interactive so a string is
9298         acceptable.  If the file has no associated model, show an error instead
9299         of a nonsense prompt.
9301 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9303         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9304         Thanks to Yoshihiko Yamada for kind notification of this typo.
9306 2007-01-12  Kenichi Handa  <handa@m17n.org>
9308         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9309         multibyte buffer.
9311 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9313         * gnus-score.el (gnus-score-fast-scoring): New variable.
9314         (gnus-score-headers): Use it.
9316         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9318         * message.el (message-cite-original-1):
9319         Call gnus-article-highlight-citation if requested.
9320         (message-make-from): Allow name and address as optional arguments.
9322         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9324         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9325         bugs to doc string.
9326         (gnus-button-alist): Add mid\\|message-id.
9327         (gnus-button-fetch-group): Extend for use in
9328         `browse-url-browser-function'.
9329         (gnus-button-url-regexp): Try to catch paired parentheses like in
9330         Wikipedia URLs.
9332         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9333         Suggested by Simon Krahnke <overlord@gmx.li>.
9335 2007-01-13  Romain Francoise  <romain@orebokech.com>
9337         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9338         Update copyright.
9340 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9342         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9344 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9346         * gnus-registry.el (gnus-registry-unfollowed-groups)
9347         (gnus-registry-split-fancy-with-parent): Fix documentation.
9349 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9351         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9352         from nnweb groups.
9354 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9356         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9357         Xref urls.  Erase buffer before requesting head.
9359         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9361 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9363         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9364         customizable.
9366 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9368         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9369         no signing key is found.
9370         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9371         no encrypting and/or signing key is found.
9373 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9375         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9377 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9379         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9380         headers read from disk with the ones newly found in the current search.
9381         This should no longer cause problems, because the article numbers in
9382         Gmane's `nov.php' output are ignored since the previous change.
9384 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9386         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9388 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9390         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9392 2007-01-01  Romain Francoise  <romain@orebokech.com>
9394         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9396 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9398         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9399         `define-minor-mode' macro definition expanded properly.
9400         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9401         exclude it there.
9403         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9404         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9405         `fboundp' test.
9406         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9407         This is OK to autoload in (S)XEmacs now.
9409 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9411         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9412         keystroke.
9413         (gnus-summary-limit-to-singletons): Fix typo.
9415         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9416         else fails.
9418 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9420         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9421         docstring.
9423         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9424         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9425         (gnus-summary-insert-dormant-articles): Fix typo in message.
9427 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9429         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9430         nil for XEmacs.
9431         (gnus-message-citation-mode): Don't autoload in XEmacs.
9433         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9435 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9437         * nnimap.el (nnimap-expunge-search-string):
9438         Mention nnimap-search-uids-not-since-is-evil in docstring.
9440 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9442         * spam.el: Revert to make-obsolete-variable because
9443         define-obsolete-variable-alias is not supported in Emacs 21.
9445         * spam.el (spam-ifile-path, spam-ifile-database-path)
9446         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9447         make-obsolete-variable.
9448         (spam-bsfilter-path, spam-bsfilter-program)
9449         (spam-spamassassin-path, spam-spamassassin-program)
9450         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9451         Don't use "path" inappropriately.
9452         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9453         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9454         variable names.
9456 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9458         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9459         summary buffer.
9461         * password.el (password-cache-remove): Use clear-string to burn
9462         password, if available.
9464 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9466         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9468         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9470         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9471         (gnus-message-highlight-citation): Move defcustom here from
9472         gnus-cite.el.
9473         (gnus-message-citation-mode): Autoload.
9475         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9476         checks to make it compile with XEmacs.
9477         (gnus-message-citation-mode): New minor mode.
9478         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9479         (gnus-message-highlight-citation): New variables.
9480         (gnus-message-search-citation-line)
9481         (gnus-message-add-citation-keywords)
9482         (gnus-message-remove-citation-keywords)
9483         (turn-on-gnus-message-citation-mode)
9484         (turn-off-gnus-message-citation-mode): New functions.
9486 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9488         * gnus-cite.el: Enable highlighting of different citation levels in
9489         message-mode.
9491 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9493         * message.el (message-make-fqdn): Fix comment.
9494         (message-bogus-system-names): Add ".local".
9496         * spam.el (spam-ifile-path, spam-ifile-program)
9497         (spam-ifile-database-path, spam-ifile-database)
9498         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9499         Don't use "path" inappropriately.
9500         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9501         strings.
9502         (spam-check-ifile, spam-ifile-register-with-ifile)
9503         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9504         Use new variable names.
9506         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9507         (gnus-treat-display-smileys): Simplify using
9508         gnus-image-type-available-p.
9510         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9511         available.
9513 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9515         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9516         one after turning on the buffer's multibyteness instead of decoding
9517         them directly in the unibyte buffer that causes unexpected conversion
9518         in Emacs 23 (unicode).
9520 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9522         * message.el (message-generate-hashcash): Fix custom type.
9524 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9526         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9528 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9530         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9531         disconnect icons.  Add help text.
9533 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9535         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9536         negated to be consistent with the others we handle.
9538 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9540         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9541         version of gnus-summary-buffer to something, so that we can use two
9542         article buffers at the same time.
9544 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9546         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9547         trigger all the extra headers.
9548         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9549         sorting.
9551 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9553         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9554         solid groups.
9556 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9558         * legacy-gnus-agent.el: Add Copyright notice.
9560 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9562         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9564 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9566         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9568         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9569         to make it work reliably in CVS Emacs.
9570         (gnus-summary-limit-strange-charsets-predicate)
9571         (gnus-summary-limit-to-predicate): New functions.
9573 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9575         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9576         specifying array size.
9577         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9578         array if it is too small.
9579         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9580         (gnus-sort-threads-loop): New function.
9582 2006-12-06  Chris Moore  <dooglus@gmail.com>
9584         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9585         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9587 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9589         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9590         options.
9592 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9594         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9595         DOS-ing the recipient.
9597         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9598         the headers when creating the mapping to avoid mismappings.
9599         (nnweb-gmane-create-mapping): Always nix out old mapping.
9601 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9603         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9604         and mm-verify-option to never.
9606 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9608         * message.el (message-signed-or-encrypted-p): New function.
9609         (message-forward-make-body): Use it.
9611         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9612         Replace encode-coding-string with mm-encode-coding-string.
9614 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9616         * nneething.el (nneething-decode-file-name):
9617         Replace decode-coding-string with mm-decode-coding-string.
9619         * gnus-int.el (gnus-open-server): Say failed server's name.
9621 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9623         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9624         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9626         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9627         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9628         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9629         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9630         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9631         (gnus-subscribe-newsgroup, gnus-1):
9632         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9633         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9634         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9635         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9637 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9639         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9640         keystroke.
9641         (gnus-summary-limit-to-bodies): Implement headersp.
9643 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9645         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9647 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9649         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9651 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9653         * message.el (message-generate-hashcash): Expand range of values to
9654         include `opportunistic'.
9655         (message-send-mail): Use it.
9657 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9659         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9660         and comment it.
9662         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9664 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9666         * gnus-util.el (gnus-extract-address-components): Improve comment.
9668 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9670         * gnus-util.el (gnus-extract-address-components): Work with address in
9671         which the name portion contains @.
9673 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9675         * gnus.el (gnus-start): Move custom group up.
9676         (gnus-select-method): Don't autoload, but make it available for
9677         `customize-variable'.
9678         (gnus-getenv-nntpserver): Don't autoload.
9680 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9682         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9684 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9686         * message.el (message-sendmail-extra-arguments): New variable.
9687         (message-send-mail-with-sendmail): Use it.
9689 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9691         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9692         mm-with-unibyte-current-buffer to make string unibyte.
9694         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9695         mm-string-as-multibyte.
9697 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9699         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9700         Reported by Werner Koch <wk@gnupg.org>.
9702 2006-11-14  Daiki Ueno  <ueno@p360>
9704         * mml2015.el: Autoload epa-select-keys when compiling.
9706 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9708         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9709         message-options.
9710         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9712 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9714         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9715         EasyPG (< 0.0.6).
9716         (mml2015-always-trust): New user option.
9717         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9718         prompt.
9720 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9722         * nntp.el (nntp-authinfo-force): New variable.
9723         (nntp-send-authinfo): Use it.
9725 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9727         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9728         decode encoded words.  Improve prompt.  Add comment about forwarding.
9729         (message-replacement-char): Move up.
9731 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9733         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9734         instead of gnus-intersection because arguments of gnus-sorted-nunion
9735         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9737 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9739         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9740         (message-simplify-subject-functions):
9741         Enable message-strip-subject-encoded-words by default.
9743 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9745         * message.el (message-strip-subject-encoded-words): New function.
9746         (message-simplify-subject-functions): New variable.
9747         (message-simplify-subject): Use it.  Fix typo in doc string.
9748         Support message-strip-subject-encoded-words.
9750 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9752         * gnus-diary.el (gnus-diary-delay-format-function):
9753         * nndiary.el (nndiary-reminders):
9754         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9756 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9758         * gnus-art.el (article-hide-boring-headers): Fetch date from
9759         gnus-original-article-buffer to avoid problems with localized date
9760         strings.
9762 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9764         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9766 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9768         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9769         New variables.
9770         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9771         (mm-charset-synonym-alist): Move some entries to
9772         mm-codepage-iso-8859-list.
9773         (mm-charset-synonym-alist, mm-charset-override-alist):
9774         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9776 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9778         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9780 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9782         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9783         with Emacs 21 and XEmacs.
9785 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9787         * spam.el (spam-parse-address): New function for better parsing,
9788         catching errors, etc.
9789         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9791 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9793         * mm-view.el: Add interactive arg to html2text autoload.
9795 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9797         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9799 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9801         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9802         New variables.
9803         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9804         (mm-charset-synonym-alist): Move some entries to
9805         mm-codepage-iso-8859-list.
9807         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9809 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9811         * message.el (message-citation-line-format)
9812         (message-insert-formated-citation-line): Fix implementation of %E, %N
9813         and %n according to the doc string.
9815 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9817         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9818         Use car-safe to avoid bad parses.
9820 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9822         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9823         names.
9825         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9827 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9829         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9830         header.
9832         * message.el (message-draft-headers): Add Date.
9833         (message-headers-to-generate): Fix typo in docstring.
9835         * nndraft.el (nndraft-required-headers): New variable.
9836         (nndraft-generate-headers): Use it.
9838         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9840 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9842         * gnus-registry.el (gnus-registry-wash-for-keywords)
9843         (gnus-registry-find-keywords): New functions to allow easy searching of
9844         articles that are in the registry.
9846 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9848         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9849         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9850         Reported by Damien Elmes <damien@repose.cx>.
9852 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9854         * gnus.el (gnus-mime): Remove unused custom group.
9856 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9858         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9859         "blank line" when searching for end of armor headers.
9861 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9863         * gmm-utils.el (gmm-write-region): Fix variable name.
9865 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9867         * gmm-utils.el (gmm-write-region): New function based on compatibility
9868         code from `mm-make-temp-file'.
9870         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9872         * nnmaildir.el (nnmaildir--update-nov)
9873         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9874         Use `gmm-write-region'.
9876 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9878         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9879         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9881         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9883         * message.el (message-replacement-char): New variable.
9884         (message-fix-before-sending): Use it.
9885         (message-simplify-subject): New function to remove duplicate code.
9886         (message-reply, message-followup): Use it.
9888         * gnus-sum.el (gnus-summary-make-menu-bar):
9889         Clarify gnus-summary-limit-to-articles.
9891 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9893         * gnus-util.el (gnus-with-local-quit): New macro.
9895         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9897 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9899         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9900         ignore non-string data.
9902 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9904         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9905         non-string data (needs to be done in the registry too).
9907 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9909         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9910         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9911         (gnus-registry-split-fancy-with-parent)
9912         (gnus-registry-fetch-simplified-message-subject-fast)
9913         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9914         Remove text properties on ingress into the registry and when it's saved.
9915         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9916         registry from entries with no groups.
9918 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9920         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9921         function to remove string properties.
9923 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9925         * gmm-utils.el (gmm): Adjust custom version.
9927         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9928         Adjust custom version.
9930         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9932 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9934         * gnus-art.el (gnus-insert-prev-page-button)
9935         (gnus-insert-next-page-button): Simplify.  Reformat.
9937 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9939         * gnus-art.el (gnus-insert-prev-page-button)
9940         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9942 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9944         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9946 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9948         * gnus-art.el (gnus-insert-mime-button)
9949         (gnus-insert-mime-security-button):
9950         Apply gnus-article-button-face to MIME and security buttons.
9952 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9954         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9955         readable.
9957 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9959         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9960         `browse-url-of-file' instead of `browse-url'.
9962 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9964         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9965         regexp.  Articles containing quotation were cut prematurely.
9967 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9969         * message.el (message-cite-original-1): Use nobody by default for the
9970         value of From header.
9971         (message-reply): Ditto.
9973 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9975         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9976         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9977         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9979 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9981         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9982         mails in the doc string.  Add some URLs in comment.
9983         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9985 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9987         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9988         backslashes handling and the way to find boundaries of quoted strings.
9990 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9992         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9993         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9994         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9995         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9997 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9999         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10000         doc string.
10001         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10003 2006-09-06  Simon Josefsson  <jas@extundo.com>
10005         * mml2015.el (mml2015-use): Doc fix, mention epg.
10007 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10009         * mml2015.el (mml2015-use): Default to epg, if available.
10011 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10013         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10014         message-sender.
10015         (mml1991-epg-encrypt): Ditto.
10016         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10017         message-sender.
10018         (mml2015-epg-encrypt): Ditto.
10020 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10022         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10023         several common directories.
10025 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10027         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10028         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10030 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10032         * gnus-art.el (article-decode-encoded-words): Make it fast.
10034 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10036         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10038         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10039         in quoted string into `\'.
10041 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10043         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10044         Use standard-syntax-table.
10046 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10048         * gnus-art.el (gnus-decode-address-function): New variable.
10049         (article-decode-encoded-words): Use it to decode headers which are
10050         assumed to contain addresses.
10051         (gnus-mime-delete-part): Remove useless `or'.
10053         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10054         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10055         (gnus-nov-parse-line): Use it to decode From header.
10056         (gnus-get-newsgroup-headers): Ditto.
10057         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10059         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10060         (mail-decode-encoded-address-string): New alias.
10062         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10063         New function.
10064         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10065         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10066         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10067         (rfc2047-decode-string): Ditto.
10068         (rfc2047-decode-address-region): New function.
10069         (rfc2047-decode-address-string): New function.
10071 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10073         * message.el (message-caesar-buffer-body): Allow rotating headers.
10075         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10077         * message.el (message-insert-formated-citation-line): Fix %f.
10078         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10080 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10082         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10083         (gnus-bookmark-mouse-available-p): New macro.
10084         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10085         (gnus-bookmark-bmenu-show-infos): Use it.
10086         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10087         (gnus-bookmark-bmenu-hide-infos): Ditto.
10088         (gnus-bookmark-remove-properties): New function.
10089         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10090         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10091         (gnus-bookmark-write-file): Bind coding-system-for-write.
10092         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10093         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10094         group before selecting it.
10095         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10096         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10097         quit-window if it is not available; use gnus-mouse-2 and bind it to
10098         gnus-bookmark-bmenu-select-by-mouse.
10099         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10100         (gnus-bookmark-bmenu-select-by-mouse): New function.
10102 2006-08-13  Romain Francoise  <romain@orebokech.com>
10104         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10105         space.
10107 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10109         * compface.el (uncompface): Use binary rather than raw-text-unix.
10111 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10113         * compface.el (uncompface): Make sure the eol conversion doesn't take
10114         place when communicating with the external programs.
10115         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10117 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10119         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10121 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10123         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10124         Make it more robust by parsing author and date independently.
10126 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10128         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10130 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10132         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10133         first matching secret key.
10134         (mml2015-epg-encrypt): Ditto.
10136         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10137         first matching secret key.
10138         (mml1991-epg-encrypt): Ditto.
10140         * mml2015.el (mml2015-encrypt-to-self): New user option.
10141         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10142         mml2015-epg-encrypt-to-self is set.
10144         * mml1991.el (mml1991-encrypt-to-self): New variable.
10145         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10146         mml1991-epg-encrypt-to-self is set.
10148         * mml2015.el (mml2015-signers): New user option.
10149         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10150         (mml2015-epg-encrypt): Allow to select signing keys.
10152         * mml1991.el (mml1991-signers): New variable.
10153         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10154         (mml1991-epg-encrypt): Allow to select signing keys.
10156 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10158         * nnheader.el (nnheader-insert-head): Make it work even if the file
10159         uses CRLF for the line-break code.
10161 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10163         * mml2015.el: Require mml-sec instead of password.
10164         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10165         (mml2015-cache-passphrase): Inherit the default value from
10166         mml-secure-cache-passphrase.
10167         (mml2015-passphrase-cache-expiry): Inherit the default value from
10168         mml-secure-passphrase-cache-expiry.
10170         * mml1991.el: Require mml-sec instead of password.
10171         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10172         (mml1991-cache-passphrase): Inherit the default value from
10173         mml-secure-cache-passphrase.
10174         (mml1991-passphrase-cache-expiry): Inherit the default value from
10175         mml-secure-passphrase-cache-expiry.
10177         * mml-sec.el: Require password.
10178         (mml-secure-verbose): New user option.
10179         (mml-secure-cache-passphrase): New user option.
10180         (mml-secure-passphrase-cache-expiry): New user option.
10182 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10184         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10185         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10186         andreas@altroot.de (Andreas Vögele).
10188         FIXME: Use `tiny change'?
10190 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10192         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10193         workaround for the url package included with Emacs.
10195         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10197 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10199         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10200         correctly.  This fixes a bug caused by the 2006-05-12 change.
10202 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10204         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10205         some information about the error when saying that the `bogus' mail
10206         group will be used.
10208 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10210         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10211         string.
10213 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10215         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10217 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10219         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10221 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10223         * mml1991.el (mml1991-function-alist): Add epg.
10224         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10225         (mml1991-epg-encrypt): New functions.
10227 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10229         * mml2015.el (mml2015-verbose): New variable.
10230         (mml2015-cache-passphrase): Ditto.
10231         (mml2015-passphrase-cache-expiry): Ditto.
10232         (mml2015-function-alist): Add epg.
10233         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10234         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10235         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10236         New functions.
10238 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10240         * message.el (message-cite-original-1): Preserve region when removing
10241         quoted text due to X-No-Archive in order to avoid bogus attribution
10242         when citing multiple messages.
10244 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10246         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10247         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10249 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10251         * gnus-diary.el (gnus-user-format-function-d)
10252         (gnus-user-format-function-D): Autoload.
10254         * imap.el (Commentary): Fix typo.
10256         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10257         2006-04-22 contribution.
10259 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10261         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10262         It didn't really fix the bogosity I'm seeing with solid web groups.
10264 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10266         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10267         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10268         created using server names.  If we use the feature without declaring
10269         it, Gnus does not properly manage server and group state.
10271         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10272         bound.
10274 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10276         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10277         looking up the method using GROUP's prefix before inventing a new one.
10278         It is used on killed/unknown groups in various places where returning
10279         an all-new method isn't expected by the caller.
10281         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10282         and match semantics of gnus-group-real-prefix.
10284 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10286         * nnmail.el (nnmail-broken-references-mailers): New variable.
10287         (nnmail-ignore-broken-references): New function generalizing
10288         nnmail-fix-eudora-headers.
10289         (nnmail-fix-eudora-headers): Now obsolete.
10291         * gnus-art.el (gnus-button-handle-custom):
10292         Support `customize-apropos*'.
10294 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10296         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10298         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10299         articles.
10301 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10303         * message.el (message-cite-reply-above): New variable.
10304         (message-yank-original): Use it.
10306 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10308         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10310 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10312         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10313         as read.
10315         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10317 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10319         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10320         (gnus-bookmark-default-file): Use gnus-directory.
10321         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10322         Remove "*" in doc string.
10323         (gnus-bookmark-write-file): Simplify.
10324         (gnus-bookmark-maybe-sort-alist): Use `when'.
10325         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10326         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10327         Add FIXME about Emacs 21 and XEmacs compatibility.
10328         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10329         compatibility.
10330         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10331         compatibility.
10332         (gnus-bookmark-menu-heading): Fix version.
10334 2006-06-19  Bastien Guerry  <bzg@altern.org>
10336         * gnus-bookmark.el: New file.
10338 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10340         * message.el (message-syntax-checks): Doc fix.
10342 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10344         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10345         unsubscribed groups as if they were killed ones.  It causes duplicate
10346         entries in gnus-newsrc-alist.
10348 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10350         * message.el (message-syntax-checks): Doc fix.
10351         (message-send-mail): Add check for continuation headers.
10352         (message-check-news-header-syntax): Fix regexp used to check for
10353         continuation headers.
10355 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10357         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10359 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10361         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10363 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10365         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10366         default-truncate-lines.
10368 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10370         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10371         to fill the utf-8 entry.
10373 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10375         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10377 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10379         * gnus-agent.el (directory-files-and-attributes): Move all the way
10380         forward (the third and final move).
10381         (gnus-agent-read-agentview): Trap reconstruction errors due to
10382         nonexistent directory.  Handle by returning nil.
10384 2006-05-30  Didier Verna  <didier@xemacs.org>
10386         * message.el (message-dont-reply-to-names): Update the custom type.
10387         * message.el (message-dont-reply-to-names): New defsubst: potentially
10388         convert a list of regexps into a single one.
10389         * message.el (message-get-reply-headers): Use it.
10390         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10392 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10394         * gnus-agent.el (directory-files-and-attributes): Move forward.
10396 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10398         * gnus-ml.el (gnus-mailing-list-subscribe)
10399         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10400         (gnus-mailing-list-message): Fix doc strings.
10402 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10404         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10405         of doing it manually.
10407 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10409         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10410         comment.
10412 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10414         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10415         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10416         (gnus-agent-read-local): All symbols allocated in my-obarray.
10417         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10418         (gnus-agent-regenerate-group): Check numeric names to see if they are
10419         messages or groups.
10420         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10421         better way of do this...)
10423         * gnus-cache.el (gnus-agent-total-fetched-for):
10424         Ignore 'dummy.group' (there should be a better way of do this...)
10426 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10428         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10429         (gnus-saved-headers): Ditto.
10430         (gnus-default-article-saver): Mention functions may have properties.
10431         (gnus-article-save): Override gnus-save-all-headers and
10432         gnus-saved-headers by :headers property which saver function may have.
10433         (gnus-summary-save-in-file): Add :headers property.
10434         (gnus-summary-write-to-file): Ditto.
10436         * gnus-sum.el (gnus-summary-save-article): Bind
10437         gnus-prompt-before-saving to t when saving many articles in a file;
10438         always show all headers.
10440 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10442         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10443         marks.
10445         * message.el (message-indent-citation): Add optional arguments to allow
10446         using it outside of message buffers.
10448         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10449         (gnus-article-treat-unfold-headers): Use it.
10450         (gnus-article-truncate-lines): New variable.
10451         (gnus-article-mode): Use it.
10452         (gnus-article-toggle-truncate-lines): New function.
10454         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10455         Add gnus-article-toggle-truncate-lines.
10457         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10458         coding system in XEmacs, use binary.
10460 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10462         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10463         after-load-alist.
10465         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10466         this function should save decoded articles.
10467         (gnus-summary-write-to-file): Use property to specify this function
10468         should save decoded articles and specify gnus-summary-save-in-file
10469         should be used to save articles other than the first one when saving
10470         many articles.
10471         (gnus-summary-save-body-in-file): Use property to specify this
10472         function should save decoded articles.
10473         (gnus-summary-write-body-to-file): Use property to specify this
10474         function should save decoded articles and specify
10475         gnus-summary-save-body-in-file should be used to save articles other
10476         than the first one when saving many articles.
10478         * gnus-sum.el (gnus-summary-save-article): Simplify.
10480 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10482         * gnus-art.el (gnus-default-article-saver):
10483         Add gnus-summary-write-body-to-file.
10484         (gnus-article-save-coding-system): Don't use coding system object
10485         in XEmacs.
10486         (gnus-read-save-file-name): Add optional `dir-var' argument which
10487         specifies directory in which files are saved; work even if optional
10488         `variable' argument is not specified.
10489         (gnus-summary-write-to-file): Read file name.
10490         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10491         (gnus-summary-write-body-to-file): New function.
10493         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10494         (gnus-summary-local-variables): Add it.
10495         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10496         (gnus-summary-save-article): Remove optional `decode' argument;
10497         determine whether to decode articles by the value of
10498         gnus-default-article-saver; when saving many files using
10499         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10500         it first and use gnus-summary-save-in-file or
10501         gnus-summary-save-body-in-file thereafter unless
10502         gnus-prompt-before-saving is always; move point to article which
10503         will be saved.
10504         (gnus-summary-save-article-file): Revert.
10505         (gnus-summary-write-article-file): Revert.
10506         (gnus-summary-save-article-body-file): Revert.
10507         (gnus-summary-write-article-body-file): New function.
10509 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10511         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10513 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10515         * gnus-art.el (gnus-default-article-saver): Doc fix.
10516         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10517         from gnus-summary-save-article-coding-system, and default to a
10518         certain coding system.
10519         (gnus-output-to-file): Add coding cookie and encode text according
10520         to gnus-article-save-coding-system; don't use mm-append-to-file.
10522         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10523         gnus-art.el and rename to gnus-article-save-coding-system.
10524         (gnus-summary-save-article): Require gnus-art; don't show all
10525         headers if it decodes articles; don't add coding cookie here;
10526         don't bind mm-text-coding-system-for-write.
10527         (gnus-summary-save-article-file): Save decoded articles.
10528         (gnus-summary-write-article-file): When saving many files, use
10529         gnus-summary-write-to-file first and gnus-summary-save-in-file
10530         thereafter unless gnus-prompt-before-saving is always.
10531         (gnus-summary-save-article-body-file): Save decoded articles.
10533 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10535         * nnrss.el (nnrss-check-group): Bind hash-index.
10537 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10539         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10540         its hash index.  Store this hash in `nnrss-group-data'.
10541         (nnrss-read-group-data): Update accordingly.
10543 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10545         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10546         entry.
10548         * gnus-sum.el (gnus-summary-make-menu-bar):
10549         Add gnus-article-browse-html-article.
10551 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10553         * gnus-sum.el (gnus-summary-mime-map):
10554         Add gnus-article-browse-html-article.
10556 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10558         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10559         suitable coding systems in customize.
10561 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10563         * mail-source.el (mail-sources): Fix custom type.
10565 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10567         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10568         (gnus-summary-expire-articles-now): Shorten prompt.
10570         * gmm-utils.el (wid-edit): Require.
10571         (defun-gmm): Rename from `gmm-defun-compat'.
10572         (gmm-image-search-load-path): Use it.
10573         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10575 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10577         * gnus-sum.el (gnus-summary-save-article-coding-system):
10578         New variable.
10579         (gnus-summary-save-article): Add optional `decode' argument.
10580         If it is set and gnus-summary-save-article-coding-system is non-nil,
10581         save decoded article.
10582         (gnus-summary-write-article-file): Save decoded article if
10583         gnus-summary-save-article-coding-system is non-nil.
10585         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10586         type.
10588 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10590         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10592 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10594         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10595         first to test gnus-single-article-buffer which may be buffer-local.
10597         * gnus-sum.el (gnus-summary-setup-buffer):
10598         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10599         group; make gnus-article-buffer, gnus-article-current, and
10600         gnus-original-article-buffer always buffer-local.
10601         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10602         group.
10603         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10605 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10607         * nnml.el (nnml-request-compact-group): Compressed files might not
10608         have .gz extension.
10610 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10612         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10613         (mm-copy-to-buffer): Use with-current-buffer.
10614         (mm-display-part): Simplify.
10615         (mm-inlinable-p): Add optional arg `type'.
10617 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10619         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10620         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10621         Try harder to show the attachment internally or externally using
10622         gnus-mime-view-part-as-type.
10624 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10626         * message.el (message-from-style, message-signature-separator)
10627         (message-user-organization-file, message-send-mail-function)
10628         (message-citation-line-function, message-yank-prefix)
10629         (message-indent-citation-function, message-signature)
10630         (message-signature-file, message-signature-insert-empty-line):
10631         Remove autoloads.
10633         * gnus-art.el (gnus-buttonized-mime-types):
10634         Remove "multipart/signed".  Revert 2006-04-26 change.
10636 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10638         * gnus.el (gnus-version-number): Bump version.
10640 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10642         * gnus.el: No Gnus v0.5 is released.
10644 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10646         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10647         fetching articles by message-id.
10649 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10651         * message.el (hashcash): Require hashcash as normal.
10653         * ecomplete.el (ecomplete-highlight-match-line):
10654         Use point-at-eol.
10655         (ecomplete-highlight-match-line): Use `highlight', because that
10656         face exists in both Emacs and XEmacs.
10658         * message.el (message-display-abbrev): Use point-at-bol.
10660         * mail-source.el: Don't require timer/timer-funcs.
10662         * gnus-async.el: Ditto.
10664         * password.el: Ditto.
10666         * mm-url.el: Ditto.
10668         * mm-util.el: Require timer/timer-funcs.
10670 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10672         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10673         Close.
10675 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10677         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10678         unibyte after clear-decrypt function runs.
10680         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10681         returns as a unibyte string.
10683 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10685         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10686         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10687         (mml1991-pgg-encrypt): Ditto.
10689 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10691         * message.el (message-user-organization-file): Check several
10692         locations of the organization file.
10694         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10695         Add gnus-article-view-part-as-type.
10697         * gnus-art.el (gnus-article-view-part-as-type): New function.
10699         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10700         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10702         * mml.el: Simplify autoload.
10703         (mml-mode): defvar dnd-protocol-alist instead of using
10704         symbol-value.
10705         (mml-default-directory): New variable.
10706         (mml-minibuffer-read-file): Use it.
10707         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10709         * message.el (message-citation-line-format): New variable.
10710         (message-insert-formated-citation-line): New function.
10711         (message-citation-line-function):
10712         Add `message-insert-formated-citation-line' to custom type.
10714         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10715         to doc string.
10717         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10718         depending on mm-verify-option.
10720 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10722         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10723         binding pgg-* variables; reimplement the section which prevents
10724         MIME header from being signed.
10725         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10726         pgg-text-mode; remove a blank line at the top of body.
10728         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10729         lines at the top of body; use gnus-newsgroup-charset if there's no
10730         Charset header.
10732 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10734         * message.el (message-self-insert-commands): Doc fix.
10736         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10737         (mm-uu-pgp-encrypted-test): Ditto.
10738         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10739         between header and body; return application/pgp-encrypted handle
10740         if decryption failed; decode decrypted body by charset.
10742         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10743         element match to application/pgp-*.
10745 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10747         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10748         HTML.
10750 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10752         * mail-source.el (mail-source-call-script): Message the error
10753         string.
10755 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10757         * gnus-util.el (gnus-byte-compile): Use it.
10759 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10761         * gnus-util.el (kill-empty-logs): New function.
10763 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10765         * message.el (message-mail-alias-type): Doc fix.
10766         (message-mail-alias-type-p): New function.
10767         (message-send): Use it.
10768         (message-mode): Ditto.
10769         (message-strip-forbidden-properties): Ditto.
10771         * ecomplete.el (ecomplete-database-file-coding-system):
10772         New variable.
10773         (ecomplete-save): Use it.
10774         (ecomplete-setup): Use it.
10776 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10778         * message.el (message-self-insert-commands): New variable.
10779         (message-strip-forbidden-properties): Use it.
10781 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10783         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10784         that doesn't make XEmacs choke.
10786 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10788         * gnus-util.el (gnus-replace-in-string):
10789         Prefer replace-regexp-in-string over of replace-in-string.
10791 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10793         * gnus-util.el (gnus-select-frame-set-input-focus):
10794         Use select-frame-set-input-focus if it is available in XEmacs; use
10795         definition defined in Emacs 22 for old Emacsen.
10797 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10799         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10801 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10803         * gnus-registry.el (gnus-registry-cache-save): Remove text
10804         properties when saving via the temp buffer.
10806 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10808         * message.el (message-generate-hashcash): Honor custom type.
10810 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10812         * message.el (message-generate-hashcash): Default to non-nil when
10813         hashcash is found.
10815         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10816         (gnus-refer-thread-limit): Increase default to 500.
10818         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10820         * flow-fill.el (fill-flowed): Allow delete-space.
10822 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10824         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10825         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10826         Remove autoloads.
10828 2006-04-18  Simon Josefsson  <jas@extundo.com>
10830         * message.el (message-generate-hashcash): Default to.
10832 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10834         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10835         concatenating segments rather than before concatenating them.
10837 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10839         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10841         * imap.el (imap-quote-specials): New function.
10842         (imap-login-auth): Quote specials.
10844 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10846         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10848         * message.el (message-forward-make-body-plain):
10849         Allow message-forward-ignored-headers to be a list.
10850         (message-remove-ignored-headers): Factor out into function.
10851         (message-forward-make-body-mml): Use it.
10852         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10853         (rfc2231-parse-string): Allow concatanation of parameters that
10854         aren't contiguous.  The test case is
10855           (mail-header-parse-content-type "message/external-body;
10856             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10857             access-type=LOCAL-FILE;
10858             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10860 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10862         * nntp.el (nntp-accept-process-output): Return the value of
10863         `nnheader-accept-process-output'.
10865 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10867         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10868         (gnus-button-alist): Recognize more diff formats.
10869         (gnus-button-patch): Strip directory.
10871 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10873         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10874         Emacs 22 when setting focus.
10876 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10878         * gnus-art.el (gnus-article-treat-types): Do treatment of
10879         text/x-verbatim parts.
10880         (gnus-button-patch): New command.
10882         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10883         addresses that contain invalid characters.
10885 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10887         * message.el (message-put-addresses-in-ecomplete):
10888         Use gnus-replace-in-string.
10889         (message-is-yours-p): Use the more correct
10890         mail-header-parse-address instead of
10891         mail-extract-address-components.
10892         (message-put-addresses-in-ecomplete): Fix typo.
10894         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10895         keystroke.
10897         * gnus-art.el (gnus-treatment-function-alist): Change order of
10898         newsgroups/generic header folding to avoid double-folding.
10900         * message.el (message-hidden-headers): Add X-Draft-From.
10902         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10903         New command.
10904         (gnus-summary-repeat-search-article-backward): New command.
10906         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10907         groups in the parent topic.
10909 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10911         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10912         (spam-extra-header-to-number): Return the CRM114 number as a
10913         number instead of a string.
10915 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10917         * gnus-art.el (gnus-face-properties-alist): Move here from
10918         gnus-fun.
10920         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10922 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10924         * message.el (message-strip-forbidden-properties): Only display on
10925         self-insert-command.
10927         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10928         reindent.
10929         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10931 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10933         * smiley.el (smiley-style): Fix typo.
10935 2006-03-23  Kenichi Handa  <handa@m17n.org>
10937         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10938         instead of set-buffer-multibyte.
10940 2006-03-23  Kenichi Handa  <handa@m17n.org>
10942         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10943         buffer and then decode the buffer text if necessary.
10944         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10945         first, and after mm-encode-body, change the buffer to unibyte.
10947 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10949         * hashcash.el (hashcash-insert-payment-async-2):
10950         Use message-goto-eoh instead of doing it manually.
10951         (mail-add-payment): Use message-narrow-to-header instead of trying
10952         to do the same itself.
10954         * message.el (message-hidden-headers): Add Face.
10956         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10957         reparenting code.
10958         (gnus-summary-reparent-children): Refactored out code.
10959         (gnus-summary-thread-map): New keystroke.
10960         (gnus-summary-reparent-children): Make into command.
10962         * smiley.el (smiley-style): Default to `medium' if using a large
10963         font.
10965         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10966         does it itself.
10968         * message.el (message-point-in-header-p): Simplify definition.
10970 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10972         * nnagent.el (nnagent-request-set-mark): Silence log file
10973         writing.
10974         (nnagent-request-set-mark): Use write-region instead of
10975         append-to-file.
10977         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10978         strange select method.
10980         * ecomplete.el (ecomplete-display-matches): Get highlightling
10981         right.
10982         (ecomplete-display-matches): Use literals.
10983         (ecomplete-display-matches): Disable message logging.
10985         * message.el (message-display-abbrev): Small optimization.
10987         * ecomplete.el (ecomplete-display-matches): Allow automatic
10988         display.
10990         * message.el (message-strip-forbidden-properties):
10991         Display abbrevs.
10992         (message-display-abbrev): Get automatic display right.
10994         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10995         keystrokes.
10997 2006-04-13  Romain Francoise  <romain@orebokech.com>
10999         TODO: Backport to v5-10!
11001         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11002         Move here (and rename) from gnus-registry.el.
11004         * gnus-registry.el: Require gnus-util.
11005         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11007 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11009         * gnus-group.el (gnus-group-catchup-current):
11010         Change if-then-else-if-then-else into cond.
11011         (gnus-group-catchup): Indent.
11012         (group-name-at-point): New function.
11013         (gnus-fetch-group): Provide default from thing at point.
11015 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11017         * message.el (message-display-abbrev): Fix regexp.
11019         * ecomplete.el (ecomplete-highlight-match-line):
11020         Reimplement choosing.
11021         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11022         dead variables.
11024         * message.el (message-newline-and-indent): Remove debugging.
11025         (message-display-abbrev): Use new implementation.
11027 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11029         * gnus-art.el (gnus-article-mode):
11030         Set cursor-in-non-selected-windows to nil.
11032         * smiley.el: Revert previous change.
11033         (smiley-data-directory): defvar it before using it in the
11034         defcustom of `smiley-style'.
11036 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11038         * message.el (message-newline-and-indent): New function.
11040         * ecomplete.el: Implement more bits.
11042         * message.el (message-put-addresses-in-ecomplete): Clean up the
11043         string.
11045         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11047         * gnus-sum.el (gnus-summary-save-parts):
11048         Bind gnus-summary-save-parts-counter and use it to make unique file
11049         names.
11051         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11053         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11054         parameter to say whether to actually parse the individual
11055         addresses.
11057         * message.el (message-put-addresses-in-ecomplete): New function.
11058         (ecomplete): Require.
11059         (message-mail-alias-type): Add ecomplete as an option.
11061 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11063         * flow-fill.el (fill-flowed): Remove trailing space from blank
11064         quoted lines.
11066 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11068         * smiley.el (smiley-style): Move definition later to avoid a
11069         compilation warning.
11071 2006-04-12  Kenichi Handa  <handa@m17n.org>
11073         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11074         buffer and then decode the buffer text if necessary.
11075         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11076         first, and after mm-encode-body, change the buffer to unibyte.
11077         Use mm-disable-multibyte instead of set-buffer-multibyte.
11079 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11081         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11082         Content-Type header instead of Content-Disposition header.
11083         (gnus-mime-inline-part): Ditto.
11084         (gnus-mime-view-part-as-charset): Ignore charset that the part
11085         specifies.
11087         * mm-decode.el (mm-display-part): Work with external parts and
11088         usual parts similarly.
11090         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11091         instead of gnus-display-mime.
11093         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11094         instead of with-temp-buffer.
11096         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11097         tag to summarized topics part in order to encode non-ASCII text.
11099 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11101         * smiley.el (smiley-style): New variable.
11102         (smiley-directory): New function.
11103         (smiley-data-directory): Derive from `smiley-style' using
11104         `smiley-directory'.
11105         (smiley-regexp-alist): Add new entries.
11107         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11108         (gnus-article-browse-delete-temp): Add :version.
11110 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11112         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11113         the sieve region.
11115 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11117         * gnus.el (gnus-version-number): Bump version.
11119 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11121         * gnus.el: No Gnus v0.4 is released.
11123 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11125         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11126         layout.
11128         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11129         unknown charset.
11131         * message.el (message-header-synonyms): Add Original-To to the
11132         default.
11134         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11135         optional parameter.
11137 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11139         * gnus-fun.el (gnus): Require it for gnus-directory.
11141 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11143         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11145 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11147         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11149 2006-04-05  Simon Josefsson  <jas@extundo.com>
11151         * password.el (password-reset): New function.
11153 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11155         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11156         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11158 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11160         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11161         Some whitespace was matched into the url, which broke browsing hits
11162         > 100 when mm-url-use-external was nil.
11164 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11166         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11167         Check gnus-extra-headers for 'Newsgroups.
11169         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11170         bound.
11172 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11174         * pgg-gpg.el: Clean up process buffers every time gpg processes
11175         complete.
11177 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11179         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11180         doc string.
11182 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11184         * pgg-gpg.el (pgg-gpg-process-filter)
11185         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11187         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11188         lines, temporary fix.
11190 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11192         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11194 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11196         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11197         default-enable-multibyte-characters.  This reverts the change from
11198         revision 6.17 which is no longer necessary because the passphrase
11199         is sent separately now.  GnuPG messages are unreadable under
11200         multibyte locales with default-enable-multibyte-characters set to
11201         nil.
11203 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11205         * message.el (message-tool-bar-gnome): Move "spell".
11207 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11209         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11210         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11211         instead.
11213 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11215         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11216         Improve newsgroups handling for NNTP overviews which don't include
11217         Newsgroups.
11219 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11221         * message.el (message-resend): Bind message-generate-hashcash to nil.
11223 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11225         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11226         when searching for already-paid recipients.
11228 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11230         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11231         passphrases when it is not needed.
11232         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11233         passphrase stuff from gpg, should only be necessary when you use
11234         gpg with a smartcard.
11236 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11238         * mml.el (mml-insert-mime): Ignore cached contents of
11239         message/external-body part.
11241         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11242         (mm-insert-part): Ditto.
11244 2006-03-23  Simon Josefsson  <jas@extundo.com>
11246         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11247         Reiner.
11248         (pgg-gpg-use-agent-p): Use it again.
11250 2006-03-23  Simon Josefsson  <jas@extundo.com>
11252         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11253         older emacsen.
11254         (pgg-gpg-use-agent-p): Don't use it.
11256 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11258         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11259         if we can.
11261 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11263         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11264         (pgg-gpg-update-agent): New function.
11265         (pgg-gpg-use-agent-p): New function.
11266         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11267         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11268         (pgg-gpg-sign-region): Use it.
11270 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11272         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11273         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11275 2006-03-21  Simon Josefsson  <jas@extundo.com>
11277         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11278         <wilde@sha-bang.de>.
11279         (pgg-gpg-use-agent): New variable.
11280         (pgg-gpg-process-region): Use it.
11281         (pgg-gpg-encrypt-region): Likewise.
11282         (pgg-gpg-encrypt-symmetric-region): Likewise.
11283         (pgg-gpg-decrypt-region): Likewise.
11284         (pgg-gpg-sign-region): Likewise.
11285         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11287 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11289         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11291         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11292         Add comment on version.
11294 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11296         * smiley.el: Add missing test smiley.
11298 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11300         * mm-decode.el (mm-with-part): New macro.
11301         (mm-get-part): Use it; work with message/external-body as well.
11302         (mm-save-part): Treat name and filename equally.
11304         * mm-extern.el (mm-extern-cache-contents): New function.
11305         (mm-inline-external-body): Use it; force the part to be displayed;
11306         move undisplayer added to the cached handle to the parent.
11308         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11309         (gnus-mime-view-part-as-type): Work with message/external-body.
11311         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11313 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11315         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11316         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
11317         Emacs.]
11319 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11321         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11322         path rather than symbol.  Always return list of directories.
11323         Guarantee that image directory comes first.  [Sync with image.el,
11324         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
11326         * message.el (message-make-tool-bar): Adjust to new API of
11327         `gmm-image-load-path-for-library'.
11329         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11331         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11333 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11335         * gnus-art.el (gnus-article-only-boring-p):
11336         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11337         intangible text.
11338         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11340 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11342         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11343         Use `defun' instead of `gmm-defun-compat'.
11345 2006-03-14  Simon Josefsson  <jas@extundo.com>
11347         * message.el (message-unique-id): Don't use message-number-base36
11348         if (user-uid) is a float.
11349         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11351 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11353         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11355         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11356         empty line between a part and a message part.
11358 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11360         * smiley.el: Add more test smileys.
11361         (smiley-data-directory, smiley-regexp-alist)
11362         (gnus-smiley-file-types): Fix doc strings.
11363         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11364         adding new elements.
11365         (smiley-mouse-map): Unused code.  Make it a comment.
11367 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11369         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11370         scan latest NoCeM messages instead of old ones.
11371         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11372         delimiters that are recently used.
11373         (gnus-nocem-load-cache): Add autoload cookie.
11375         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11377         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11378         level which is larger than gnus-use-nocem is specified.
11380         * gnus-group.el (gnus-group-get-new-news): Ditto.
11382 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11384         * gnus-util.el (gnus-tool-bar-update): New function.
11386         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11387         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11389         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11391         * gnus-group.el (gnus-group-redraw-when-idle)
11392         (gnus-group-redraw-check): Remove.
11393         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11395 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11397         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11398         if optional last element is specified in splits (FIELD VALUE...).
11400 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11402         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11403         to gmm-image-load-path-for-library.  Call with no-error argument.
11404         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11406         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11408         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11410         * gmm-utils.el (gmm-image-load-path): Remove alias.
11412 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11414         * gmm-utils.el (gmm-image-load-path): Add alias.
11416         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11417         nnml-generate-nov-databases-1.
11418         (nnml-generate-nov-databases): Use it.
11419         (nnml-generate-nov-databases-directory): Document no-active
11420         argument.
11422         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11423         directory if path is t.  Add no-error.
11425         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11426         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11428         * gnus-art.el (gnus-article-browse-delete-temp-files):
11429         Simplify resetting gnus-article-browse-html-temp-list.
11431         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11432         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
11433         Add example to docstring.  Rename local variables.  Move error
11434         checks to default case in cond and simplify.
11436 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11438         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11439         handle is multipart when calling it recursively.
11440         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11442 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11444         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11445         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11447 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11449         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11450         is loaded.
11452         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11453         loaded.
11455 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11457         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11458         to "Emacs 23 (unicode)" in doc string.
11460         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11461         "Emacs 23 (unicode)" in comment.
11463 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11465         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11467         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11468         characters 160 through 255 in Emacs 23.
11470 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11472         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11473         gnus-article-browse-html-temp.
11474         (gnus-article-browse-delete-temp): Make it customizable.
11475         Add `file'.  Adjust doc string.
11476         (gnus-article-browse-delete-temp-files): Add argument.
11477         Allow query for each file.  Adjust doc string.
11478         (gnus-article-browse-html-parts):
11479         Add `gnus-article-browse-delete-temp-files' to
11480         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11482 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11484         * gnus-art.el (gnus-article-browse-html-temp)
11485         (gnus-article-browse-delete-temp): New variables.
11486         (gnus-article-browse-delete-temp-files): New function.
11487         (gnus-article-browse-html-parts): Use it.
11489 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11491         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11493         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11494         string.
11496         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11497         gnus-summary-insert-new-articles when unplugged.
11498         Remove gnus-summary-search-article-forward.
11500         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11501         display-visual-class instead of display-color-cells.
11503 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11505         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11506         message/* containing non-ASCII text properly.
11508 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11510         * message.el: Require gmm-utils, remove autoloads.
11511         (message-tool-bar): Set default based on
11512         gmm-tool-bar-style.
11513         (message-tool-bar-gnome): Add gmm-customize-mode.
11515         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11516         gmm-tool-bar-style.
11517         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11519         * gnus-group.el (gnus-group-tool-bar): Set default based on
11520         gmm-tool-bar-style.
11521         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11523         * gmm-utils.el (gmm-image-directory): Rename variable from
11524         gmm-image-load-path.
11525         (gmm-image-load-path): Use gmm-image-directory.
11526         (gmm-customize-mode): New function.
11527         (gmm-tool-bar-style): New variable.
11529         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11530         gnus-group-redraw-line-number.
11531         (gnus-group-redraw-check): Simplify.
11532         (gnus-group-tool-bar-update): Remove redraw check.
11533         (gnus-group-make-tool-bar): Add redraw check.
11535 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11537         * gnus-art.el (gnus-button): Add missing parentheses.
11539 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11541         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11543 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11545         * gnus-art.el (gnus-button): New face.
11546         (gnus-article-button-face): Use it.
11548         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11549         Add gnus-summary-next-page.  Re-order.
11551         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11552         next-node are now included.
11553         (gnus-group-redraw-line-number): New internal variable.
11554         (gnus-group-redraw-check): Helper function for updating the tool
11555         bar.
11556         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11558         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11560         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11561         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11562         Use it to match format of Spamassassin 3.0 and later.
11563         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11564         (spam-check-bogofilter)
11565         (spam-bogofilter-register-with-bogofilter): Fix args of
11566         `gnus-error' calls.
11568 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11570         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11571         unnecessary interaction when sending queued mails.
11572         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11574 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11576         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11577         first or last are nil.
11579 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11581         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11583 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11585         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11587 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11589         * dns.el (query-dns): Protect more against buggy tcp output.
11591 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11593         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11594         nov.php.
11596 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11598         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11599         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11600         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11601         output on the server side.
11602         (nnweb-google-create-mapping): Update regexps and add some
11603         progress indication.
11605 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11607         * gnus-group.el (gnus-group-tool-bar-gnome):
11608         Fix gnus-agent-toggle-plugged.  Re-order icons.
11609         (gnus-group-tool-bar-gnome):
11610         Add gnus-group-{prev,next}-unread-group.
11611         (gnus-group-tool-bar-gnome): Re-order icons.
11613         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11614         Move gnus-summary-insert-new-articles.
11616         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11617         Fix comments.
11619         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11620         also available in Emacs 21.3.
11622         * message.el (message-fix-before-sending): Change "Emacs 22" to
11623         "Emacs 23 (unicode)" in comment.
11625         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11626         "Emacs 23 (unicode)" in comment.
11628         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11629         comment.
11630         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11632         * mm-view.el (mm-fill-flowed): Add :version.
11634 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11636         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11637         and load-path.
11639 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11641         * message.el: Autoload gmm-image-load-path.
11642         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11643         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11644         consitency.
11646         * gmm-utils.el (gmm-image-load-path): Also search in
11647         "../etc/images".  Don't set gmm-image-load-path if we don't find
11648         the image.
11650 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11652         * gmm-utils.el (gmm-image-load-path): Don't make
11653         `gmm-image-load-path' include subdirectories which the second arg
11654         `image' might specify.
11656         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11657         subdirectory to icon file names.
11659         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11661 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11663         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11664         gmm-image-load-path calls.
11666         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11668         * message.el (message-make-tool-bar): Ditto.
11670         * mml.el (mml-preview): Add comment concerning tool bar icons.
11672         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11673         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11675         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11676         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11678         * message.el (message-tool-bar-gnome): Use new icon names.
11679         (message-make-tool-bar): Use `gmm-image-load-path'.
11681         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11682         New functions from MH-E.
11683         (gmm-image-load-path): New variable from MH-E.
11684         (gmm-image-load-path): New function from MH-E.  Add arguments
11685         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11686         *-image-load-path-called-flag.
11688 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11690         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11692 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11694         * nnimap.el (nnimap-request-move-article): Change folder back to
11695         source group before deleting.
11697 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11699         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11701         * gnus-art.el (mm-url-insert-file-contents-external):
11702         Autoload mm-url.
11704         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11706 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11708         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11709         coding system which mm-charset-to-coding-system returns for a
11710         given charset is valid.
11712 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11714         * html2text.el (html2text-remove-tag-list):
11715         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11717 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11719         * gnus-cus.el: Revert 2005-10-17 change.
11721 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11723         * gnus-art.el (article-strip-banner):
11724         Call article-really-strip-banner only when the regexp match is made.
11726 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11728         * gnus-art.el (article-strip-banner):
11729         Use gnus-extract-address-components instead of
11730         mail-header-parse-addresses to make it work with non-ASCII text;
11731         remove mail-encode-encoded-word-string.
11733         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11734         values which are surrounded with \"...\"; make it never cause a
11735         Lisp error; give up parsing of parameters if it failed in
11736         extracting type.
11738 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11740         * smime.el (smime-cert-by-ldap-1): Fix bug where
11741         `smime-ldap-search' returns results without userCertificates.
11743 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11745         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11747 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11749         * spam.el (spam-check-spamassassin-headers): Adapt format for
11750         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11751         <ari@mbf.ocn.ne.jp>.
11752         (spam-list-of-processors): Add spam-use-gmane.
11754 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11756         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11757         make-temp-file; make it work with XEmacs as well.
11759         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11760         mm-make-temp-file.
11762         * mm-decode.el (mm-display-external): Use the 3rd arg of
11763         mm-make-temp-file.
11764         (mm-create-image-xemacs): Ditto.
11766 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11768         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11769         with message-narrow-to-headers.
11770         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11771         (gnus-draft-check-draft-articles): New function.
11772         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11774 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11776         * gnus-art.el (gnus-article-browse-html-parts):
11777         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11778         Don't use suffix argument for mm-make-temp-file for Emacs 21
11779         compatibility.  Remove useless `format'.
11781 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11783         * nnweb.el (nnweb-google-wash-article): Update regexps.
11784         (nnweb-group-alist): Use defvoo instead of defvar.
11786 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11788         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11789         re-loading nn* modules.
11791 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11793         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11794         for `tool-bar-mode' and don't check it's default-value.
11796         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11798         * message.el (message-make-tool-bar): Ditto.
11800         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11801         `substring'.  Shorten tmp-file name.
11803         * gnus.el: Remove bogus comment.
11805 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11807         * gnus-art.el (gnus-article-browse-html-parts): New function.
11808         (gnus-article-browse-html-article): New function for viewing html
11809         articles with a browser.
11811 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11813         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11814         (mml2015-pgg-encrypt): Ditto.
11816         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11817         (mml1991-pgg-encrypt): Ditto.
11819 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11821         * nnfolder.el (nnfolder-insert-newsgroup-line):
11822         Use message-make-date instead of current-time-string.
11824         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11825         to gnus-decoded which mm-uu might set.
11827 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11829         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11830         don't decode quoted parameters; remove misimported Emacs code.
11831         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11832         (rfc2231-decode-encoded-string): Don't use split-string which
11833         behaves differently according to Emacs version; use
11834         mm-decode-coding-region to convert charset to coding-system.
11835         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11836         (rfc2231-encode-string): Remove misimported Emacs code.
11838 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11840         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11841         when calling mail-header-parse-content-type.
11842         (article-de-quoted-unreadable): Ditto.
11843         (article-de-base64-unreadable): Ditto.
11844         (article-wash-html): Ditto.
11846         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11847         calling mail-header-parse-content-type and
11848         mail-header-parse-content-disposition.
11849         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11850         mail-header-parse-content-type.
11852         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11853         insert charset and format parameters; encode description after
11854         inserting it to buffer.
11855         (mml-insert-parameter): Fold lines properly even if a parameter is
11856         segmented into two or more lines; change the max column to 76.
11858         * rfc1843.el (rfc1843-decode-article-body): Don't use
11859         ignore-errors when calling mail-header-parse-content-type.
11861         * rfc2231.el (rfc2231-parse-string): Return at least type if
11862         possible; don't cause an error even if it fails in parsing of
11863         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11864         (rfc2231-encode-string): Don't break lines at the beginning, leave
11865         it to mml-insert-parameter.
11867         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11868         calling mail-header-parse-content-type.
11870 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11872         * spam-report.el (spam-report-gmane-use-article-number):
11873         Improve doc string.
11874         (spam-report-gmane-internal): Check if a suitable header was found
11875         in the article.
11877 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11879         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11880         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11882 2006-02-05  Romain Francoise  <romain@orebokech.com>
11884         Update copyright notices of all files in the gnus directory.
11886 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11888         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11890 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11892         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11893         segmented lines of parameter value to cope with Thunderbird 1.5
11894         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11895         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11896         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11898 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11900         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11901         parts.
11903 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11905         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11906         there's only one active file for all servers.
11907         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11908         solid groups.  Gnus might have used a FAST request to select the group.
11909         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11910         and nnweb-search redundantly in the active file.
11911         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11912         (nnweb-request-create-group): Don't use ARGS.
11913         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11914         initialisations.  Let nnoo do the work.
11916 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11918         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11919         Say the part has been decoded.
11921         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11923 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11925         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11926         mailcap-viewer-test-cache when there's no 'test clause, since that
11927         will invert the meaning of a "nil" test previously determined by
11928         mailcap-mailcap-entry-passes-test.
11930 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11932         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11933         compiling.
11935         * gnus-sum.el: Ditto.
11937         * message.el: Don't bind tool-bar-map when compiling.
11939 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11941         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11943 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11945         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11946         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11947         current Google Groups.
11949 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11951         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11952         and tool-bar-mode.
11954         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11955         and tool-bar-mode.
11957         * message.el (message-tool-bar-update): Simplify.
11958         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11960         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11961         gnus-summary-buffer.
11962         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11963         gnus-summary-reply.
11965         * gmm-utils.el (gmm): Add :version.
11967 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11969         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11970         Don't autoload.
11972 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11974         * gmm-utils.el (gmm-verbose): Add :group.
11976 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11978         * message.el: Change some comments WRT tool-bars.
11980         * gnus-sum.el (gnus-summary-tool-bar)
11981         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11982         (gnus-summary-tool-bar-zap-list): New variables.
11983         (gnus-summary-make-tool-bar): Complete rewrite using
11984         `gmm-tool-bar-from-list'.
11986         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11987         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11988         New variables.
11989         (gnus-group-make-tool-bar): Complete rewrite using
11990         `gmm-tool-bar-from-list'.
11991         (gnus-group-tool-bar-update): New function.
11993         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11995 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11997         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11998         is dissected into a single part of which the type is the same as
11999         the given one; decode charset.
12001 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12003         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12004         into alists as symbol not string, since that's what
12005         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12006         look for.
12008 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12010         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12011         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12013         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12015 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12017         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12018         (gnus-mime-security-button-menu): New definition.
12019         (gnus-mime-security-button-map): Use them.
12020         (gnus-mime-security-button-menu): New function.
12021         (gnus-insert-mime-security-button): Addition to help echo.
12022         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12023         (gnus-mime-security-pipe-part): New functions.
12025         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12026         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12028         * mm-decode.el (mm-handle-set-disposition): Remove.
12029         (mm-handle-set-description): Remove.
12031 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12033         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12034         (mm-w3m-standalone-supports-m17n-p): New function.
12035         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12036         w3m usage.
12038         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12039         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12041 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12043         * message.el (message-tool-bar-zap-list):
12044         Use gmm-tool-bar-zap-list as custom type.
12045         (message-tool-bar-update): New function.
12046         (message-tool-bar, message-tool-bar-gnome)
12047         (message-tool-bar-retro): Add message-tool-bar-update.
12048         (message-tool-bar-gnome): Add flyspell-buffer.
12050         * gnus-util.el (gnus-error): Describe `args'.
12052         * gmm-utils.el (gmm-error): Describe `args'.
12053         (gmm-tool-bar-zap-list): New widget.
12054         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12056 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12058         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12059         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12060         the number of recursive calls.
12062         * mm-decode.el (mm-handle-set-disposition): New macro.
12063         (mm-handle-set-description): New macro.
12065 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12067         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12068         encoding.
12070 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12072         * message.el (message-tool-bar-zap-list, message-tool-bar)
12073         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12074         (message-tool-bar-local-item-from-menu): Remove.
12075         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12076         (message-make-tool-bar): New function.
12077         (message-mode): Use `message-make-tool-bar'.
12079         * gmm-utils.el: New file.
12080         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12081         (gmm-lazy): New widget copied from `nnmail.el'.
12082         (gmm-tool-bar-from-list): New function for creating customizable
12083         tool bars.
12084         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12085         output.
12086         (gmm): Add :prefix to defgroup.
12088 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12090         * gmm-utils.el (gmm-widget-p): New function.
12092 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12094         * mml.el (mml-attach-file): Describe `description' in doc string.
12095         (mml-menu): Add Emacs MIME manual and PGG manual.
12097 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12099         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12101 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12103         * nntp.el (nntp-end-of-line): Doc fix.
12105 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12107         * imap.el (imap-open): Handle case where buffer is a buffer
12108         object.
12110 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12112         * gnus-delay.el (gnus-delay): Don't autoload.
12113         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12114         to be re-loaded when customizing the `gnus-delay' group.
12116 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12118         * message.el (message-insert-citation-line): Use newlines.
12120 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12122         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12124         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12126 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12128         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12130 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12132         * mm-decode.el (mm-inlined-types): Add application/pgp.
12133         (mm-automatic-display): Ditto.
12135         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12136         part as text.
12138 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12140         * nnrss.el: Update copyright.
12141         (nnrss-opml-import): Query whether to subscribe to each entry.
12143         * gnus-art.el:
12144         * gnus-sum.el:
12145         * mm-uu.el:
12146         * mm-view.el: Update copyright.
12148 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12150         * message.el (message-info): New function.
12151         (message-mode-menu): Add it.
12152         Update copyright.
12154         * ChangeLog: Fix and update copyright.
12156 2006-01-13  Romain Francoise  <romain@orebokech.com>
12158         * message.el (message-forward-subject-name-subject): Prefer the
12159         address to 'nowhere' if the sender has no name.
12160         Fix typo.  Update copyright year.
12162 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12164         * gnus-art.el (article-wash-html):
12165         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12166         (gnus-article-wash-html-with-w3m-standalone): New function.
12168         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12169         mm-inline-text-html-render-with-w3m-standalone.
12170         (mm-text-html-washer-alist): Map w3m-standalone to
12171         gnus-article-wash-html-with-w3m-standalone.
12172         (mm-inline-text-html-render-with-w3m-standalone): New function.
12174 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12176         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12177         Improve LaTeX.
12179 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12181         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12182         (nnrss-request-article): Render text/plain parts as HTML.
12184         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12185         the buffer.
12187 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12189         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12190         custom definition of `gnus-posting-styles'.
12192         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12193         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12195 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12197         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12198         Use nntp for bug archive.
12200 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12202         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12203         parts.
12204         (nnrss-normalize-date): New function converts ISO 8601 date into
12205         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12206         (nnrss-check-group): Use it.
12208 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12210         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12212         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12213         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12214         (nnrss-insert-w3): Ditto.
12216 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12218         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12219         the articles to be forwarded including the case where neither a
12220         number of articles nor a region is specified.
12222 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12224         * nnrss.el (nnrss-request-article): Fix last change; fill
12225         text/plain parts.
12227 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12229         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12230         in text/plain part.
12231         (nnrss-check-group): Don't add excessive newline to dc:subject.
12233 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12235         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12236         article.
12238 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12240         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12241         (nnml-use-compressed-files, nnml-save-mail): Support other
12242         comression programs such as bzip2.
12244 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12246         * dns.el (query-dns): Make sure we check the buffer size before
12247         removing tcp headers.
12249 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12251         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12252         remove MIME buttons associated with multipart/alternative parts.
12253         (gnus-mime-display-alternative): Tag buttons using `article-type'
12254         text property.
12256         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12257         associated with multipart/alternative parts.
12259         * gnus-art.el (gnus-signature-separator): Fix custom type.
12261         * mm-decode.el (mm-inlined-types): Fix custom type.
12262         (mm-keep-viewer-alive-types): Ditto.
12263         (mm-automatic-display): Ditto.
12264         (mm-attachment-override-types): Ditto.
12265         (mm-inline-override-types): Ditto.
12266         (mm-automatic-external-display): Ditto.
12268 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12270         * spam-report.el (spam-report-user-mail-address)
12271         (spam-report-user-agent): New variables.
12272         (spam-report-url-ping-plain): Use spam-report-user-agent.
12274 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12276         * gnus-art.el (gnus-button-handle-custom): Do not just use
12277         `customize-apropos' for any "M-x customize-*" button but the
12278         function called for.  Accept both the function name and its
12279         argument in order to achieve this.
12280         (gnus-button-alist): Remove support for "custom:" URL's.
12281         Pass function name to `gnus-button-handle-custom' in case of "M-x
12282         customize-*" buttons.
12284 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12286         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12287         multipart/alternative and add xref to mm-discouraged-alternatives
12288         in doc string.
12290         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12291         gnus-buttonized-mime-types in doc string.
12293 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12295         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12296         Suggest image/.* in the doc string.
12298 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12300         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12301         message-marks (Debian bug #342521).
12303 2005-12-12  Simon Josefsson  <jas@extundo.com>
12305         * password.el (password-read-from-cache): Add.
12306         (password-read): Use it.
12308 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12310         * rfc2047.el (rfc2047-charset-to-coding-system):
12311         Recognize us-ascii as a MIME charset.
12313         * mm-bodies.el (mm-decode-content-transfer-encoding):
12314         Protect against the case where the 2nd arg TYPE is nil.
12316 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12318         * pop3.el (pop3-stream-type): Fix custom version.
12320         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12322 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12324         * mm-decode.el (mm-display-external): Add missing cdr.
12326 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12328         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12329         RFC1524) if it is in mailcap or add a suffix according to
12330         mailcap-mime-extensions when generating a temp filename; postpone
12331         deleting a temp file for 2 seconds for some wrappers, shell
12332         scripts, and so on, which might exit right after having started a
12333         viewer command as a background job.
12335 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12337         * nntp.el (nntp-marks-directory): Fix custom group.
12339         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12340         steps when < 10.
12342         * gnus-start.el (gnus-no-server-1):
12343         Mention `gnus-level-default-subscribed' in doc string.
12345 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12347         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12348         parens.
12350 2005-11-26  Dave Love  <fx@gnu.org>
12352         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12353         (tls-program, tls-success): Provide openssl alternative.
12355         * starttls.el: Doc fixes.
12356         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12357         SERVICE to PORT.
12359         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12360         port null or service name.
12361         (starttls-negotiate): Autoload.
12363 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12365         * message.el (message-kill-to-signature): Fix interactive spec.
12367 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12369         * pop3.el (pop3-open-server): Recognize a string as a service name.
12371 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12373         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12375 2005-11-23  Dave Love  <fx@gnu.org>
12377         Add pop3s, pop3/starttls.
12379         * pop3.el (pop3-authentication-scheme): Clarify doc.
12380         (open-tls-stream, starttls-open-stream): Autoload.
12381         (pop3-stream-type): New.
12382         (pop3-open-server): Use it.
12384         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12385         for POP.
12386         (mail-source-keyword-map): Add :stream for POP.
12387         (mail-source-fetch-pop): Use pop3-stream-type.
12389 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12391         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12392         of current-time-string.
12394 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12396         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12397         date header.
12399 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12401         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12402         it can seriously impact performance as it bypasses the agent's
12403         local caches.
12405 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12407         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12408         must be explicitly online rather than "not explicitly offline" for
12409         its flags to be synchronized.
12411         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12412         that gnus-uu-unmark-thread will function correctly.
12414         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12415         1024K is instead displayed as 1M.
12417 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12419         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12421 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12423         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12425 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12427         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12428         error message to display actual error condition.
12429         (gnus-agent-save-local): Avoid saving symbols that are bound to
12430         nil as they simply result in a warning message in
12431         gnus-agent-read-local.
12433 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12435         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12436         rather than make-variable-buffer-local for file-precious-flag.
12438 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12440         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12441         for duplicates which are removed.  The invalid sort check then
12442         triggers a rescan after the sort as sorting may have moved
12443         duplicate entries such that they can be cheaply detected.
12445 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12447         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12449 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12451         * gnus-agent.el (gnus-agent-article-alist-save-format):
12452         Change internal variable to a custom variable.  Change default value
12453         from compressed(2) to uncompressed(1).
12454         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12455         support for uncompressed agentview files.  Taken together, reading
12456         the agentview file should now be 6-7 times faster.
12458 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12460         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12461         as a buffer-local variable.  This avoids creating truncated
12462         dribble files as a result of a hang up, eg.
12464 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12466         * gnus-start.el (gnus-start-draft-setup):
12467         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12469         * gnus.el (gnus-splash): Change custom group.
12470         (gnus-group-get-parameter, gnus-group-parameter-value):
12471         Describe allow-list argument.
12473         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12474         string.
12476 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12478         * gnus-art.el (gnus-default-article-saver): Add user-defined
12479         `function' to custom type.
12481 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12483         * imap.el (imap-open): Handle case where buffer is a buffer
12484         object.
12486 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12488         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12489         long lines.
12490         (gnus-cache-delete-group): Wrap doc strings.
12492         * gnus-agent.el (gnus-agent-rename-group)
12493         (gnus-agent-delete-group): Wrap doc strings.
12495 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12497         * gnus-start.el (gnus-1): Add "native" to
12498         gnus-predefined-server-alist.
12500         * gnus.el (gnus-method-to-server): Don't add "native" to the
12501         lists here, because that leads to problems when
12502         gnus-select-method is bound.
12504 2005-11-09  Simon Josefsson  <jas@extundo.com>
12506         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12507         use (not sort-by-date) instead.
12509 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12511         * gnus-delay.el (gnus-delay-group): Don't autoload.
12512         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12513         to be re-loaded when customizing the `gnus-delay' group.
12515 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12517         * message.el: Revert last changes.
12518         (message-insert-citation-line): Use newlines.
12520 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12522         * message.el (message-courtesy-message)
12523         (message-mark-insert-begin, message-mark-insert-end)
12524         (message-elide-ellipsis, message-cancel-message)
12525         (message-add-header, message-change-subject)
12526         (message-cross-post-followup-to-header)
12527         (message-cross-post-insert-note, message-reduce-to-to-cc)
12528         (message-widen-reply, message-delete-not-region)
12529         (message-kill-to-signature, message-insert-signature)
12530         (message-insert-importance-high, message-insert-importance-low)
12531         (message-insert-or-toggle-importance)
12532         (message-insert-disposition-notification-to)
12533         (message-indent-citation, message-yank-original)
12534         (message-cite-original-without-signature, message-cite-original)
12535         (message-insert-citation-line, message-position-on-field)
12536         (message-fix-before-sending, message-send-mail-partially)
12537         (message-send-mail, message-send-mail-with-sendmail)
12538         (message-send-mail-with-qmail, message-send-news)
12539         (message-check-news-header-syntax, message-generate-headers)
12540         (message-insert-courtesy-copy, message-fill-address)
12541         (message-fill-header, message-shorten-references)
12542         (message-setup-1, message-cancel-news)
12543         (message-forward-make-body-plain, message-forward-make-body-mime)
12544         (message-forward-make-body-mml, message-encode-message-body)
12545         (message-forward-make-body-digest-plain)
12546         (message-forward-make-body-digest-mime)
12547         (message-use-alternative-email-as-from): Insert `hard-newline'
12548         instead of ordinary newlines.
12550 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12552         * message.el (message-generate-headers): Downcase the argument
12553         given to message-check-element.
12555 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12557         * nntp.el (nntp-authinfo-rejected): New error condition.
12558         (nntp-wait-for): Use new error condition to signal authentication
12559         error.
12560         (nntp-retrieve-data): Rethrow new error condition to break out of
12561         recursive call to nntp-send-authinfo.
12563 2005-11-08  Romain Francoise  <romain@orebokech.com>
12565         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12566         (gnus-summary-exit-map): Bind to `Z p'.
12567         (gnus-summary-make-menu-bar): Add menu item.
12569 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12571         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12572         (gnus-treat-*): Add `first' in all doc strings.
12574         * gnus-group.el (gnus-group-compact-group): Fix typo.
12576 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12578         * gnus.el (gnus-parameters-case-fold-search): New variable.
12579         (gnus-parameters-get-parameter): Use it.
12581         * gnus-score.el (gnus-home-score-file): Doc fix.
12583 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12585         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12587 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12589         * mm-util.el (mm-special-display-p): New function.
12591         * mml.el (mml-preview): Use it; doc fix.
12593 2005-10-29  Romain Francoise  <romain@orebokech.com>
12595         * message.el (message-fix-before-sending): Fix comment.
12597 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12599         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12601 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12603         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12604         Used in gnus-score.el.
12606 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12608         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12610 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12612         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12613         whitespace removed in revision 7.8.  Use concatenated string to
12614         protect trailing whitespace.
12616 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12618         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12619         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12620         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12621         Courier IMAP ("some version from 2004").  Mostly based on similar
12622         code in the same function.
12624 2005-10-26  Didier Verna  <didier@xemacs.org>
12626         * gnus-group.el (gnus-group-compact-group): Invalidate original
12627         article buffer.
12628         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12629         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12630         NOV database and in article itself.
12631         Invalidate article backlog.
12633 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12635         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12637 2005-10-26  Simon Josefsson  <jas@extundo.com>
12639         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12640         part of 2004-07-25 change.
12642 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12644         * message.el (message-display-completion-list): New function.
12645         (message-expand-group): Use it; make sure the Completions buffer
12646         is modifiable.
12648 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12650         * imap.el (imap-open): Handle case where buffer is a buffer object.
12652 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
12654         * pgg-def.el:
12655         * pgg-gpg.el:
12656         * pgg-parse.el:
12657         * pgg-pgp.el:
12658         * pgg-pgp5.el:
12659         * pgg.el: Move to the parent lisp directory.
12661 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12663         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12664         user-mail-name is an empty string.
12666 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12668         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12669         depending on gnus-score-decay-constant.
12671         * encrypt.el (encrypt-insert-file-contents)
12672         (encrypt-write-file-contents): Don't use `gnus-message'.
12674         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12675         arguments.
12676         (mm-uu-type-alist): Add message-marks and insert-marks.
12677         Pass arguments to mm-uu-verbatim-marks-extract.
12678         (mm-uu-hide-markers): New variable.
12679         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12681         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12682         (gnus-convert-image-to-face-command): Use "convert" by default to
12683         allow other input image formats.
12684         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12685         accordingly.
12687 2005-10-23  Simon Josefsson  <jas@extundo.com>
12689         * imap.el (imap-gssapi-program): Align command line parameters
12690         with latest GNU SASL.
12691         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12693 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12695         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12696         HTML.
12697         (nnslashdot-request-article): Ditto.
12699 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12701         * mail-source.el (mail-source-fetch-pop): Require pop3.
12702         (mail-source-check-pop): Ditto.
12704 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12706         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12707         errors.
12709 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12711         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12712         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12714         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12716         * mm-bodies.el (mm-decode-string):
12717         Call `mm-charset-to-coding-system' with allow-override argument.
12719 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12721         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12722         (rfc2047-charset-to-coding-system): New function.
12723         (rfc2047-decode-encoded-words): New function.
12724         (rfc2047-decode-region): Use them.
12725         (rfc2047-decode-cte): Remove.
12726         (rfc2047-parse-and-decode): Remove.
12727         (rfc2047-decode): Remove.
12729 2005-10-15  Kenichi Handa  <handa@m17n.org>
12731         * rfc2047.el (rfc2047-decode-cte): New function.
12732         (rfc2047-decode-region): Change the way to decode successive
12733         encoded-words: decode B- or Q-encoding in each encoded-word,
12734         concatenate them, and decode it as charset.
12736 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12738         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12739         widget-move-and-invoke.
12740         (gnus-custom-mode): Use gnus-custom-map.
12742 2005-10-15  Bill Wohler  <wohler@newt.com>
12744         * message.el (message-tool-bar-map): Rename image file from
12745         mail_send to mail/send.
12747 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12749         * message.el (message-expand-group): Pass the common
12750         prefix substring of completion to `display-completion-list'.
12752 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12754         * mml-sec.el (mml-secure-method): New internal variable.
12755         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12756         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12757         New functions using mml-secure-method.
12759         * mml.el (mml-mode-map): Add key bindings for those functions.
12760         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12761         Harder <harder@myrealbox.com>.
12762         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12763         Goto end of message if point is the headers of the message.
12765         * message.el (message-in-body-p): New function.
12767         * assistant.el: Autoload gnus-util and netrc.
12769         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12770         Use `mm-charset-override-alist' only when decoding.
12772         * mm-bodies.el (mm-decode-body):
12773         Call `mm-charset-to-coding-system' with allow-override argument.
12775         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12776         `filename' from Content-Disposition if Content-Type doesn't
12777         provide `name'.
12778         (gnus-mime-view-part-as-type): Set default instead of
12779         initial-input.
12781 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12783         * format-spec.el (format-spec): Propagate text properties of % spec.
12785 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12787         * gnus-art.el (gnus-treat-predicate): Add `first'.
12789 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12791         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12792         (mm-charset-override-alist): New variable.
12793         (mm-charset-to-coding-system): Use it.
12794         (mm-codepage-setup): New helper function.
12795         (mm-charset-eval-alist): New variable.
12796         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12797         Warn about unknown charsets.
12799 2005-10-04  David Hansen  <david.hansen@gmx.net>
12801         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12802         (nnrss-check-group): Ditto.
12804 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12806         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12807         Rename x-gnus-verbatim to x-verbatim.
12808         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12810         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12811         x-verbatim.
12813         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12815         * gnus-util.el (gnus-remove-duplicates): Remove.
12817         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12818         instead of gnus-remove-duplicates.
12820         * message.el (message-remove-duplicates): Remove.
12821         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12822         message-remove-duplicates.
12824         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12825         available, else use implementation from `delete-dups'.
12827         * message.el (message-insert-expires): New function.
12828         (message-mode-map): Add key binding.
12829         (message-mode-field-menu): Add menu entry.
12830         (message-mode): Document it.
12831         (message-make-expires-date): Use `message-make-date'.
12833 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12835         * message.el (message-make-expires-date): New function.
12837 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12839         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12841 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12843         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12844         function rather than the diff-mode.el package.
12845         (mm-display-external): Use with-current-buffer.
12846         (mm-viewer-completion-map, mm-viewer-completion-map):
12847         Move initialization inside declaration.
12849 2005-09-29  Simon Josefsson  <jas@extundo.com>
12851         * spam.el: Load hashcash when compiling, to avoid warnings.
12852         Don't autoload mail-check-payment.
12853         (spam-check-hashcash): Define unconditionally, since hashcash.el
12854         is part of Gnus now.  Ignore errors from payment checking.
12856 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12858         * message.el (message-bold-region, message-unbold-region):
12859         Rename from `bold-region' and `unbold-region'.
12861         * message.el: Remove useless autoloads.
12863 2005-09-28  Simon Josefsson  <jas@extundo.com>
12865         * message.el (message-use-idna): Default to t.
12866         (message-use-idna): Test whether encoding works too.  Doc fix.
12868 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12870         * nntp.el (nntp-warn-about-losing-connection): Remove.
12872 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12874         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12875         customizable.  Change default value.
12876         (mm-uu-diff-groups-regexp): Change default value.
12877         (mm-uu-type-alist): Add doc string.
12878         (mm-uu-configure): Add doc string.  Make it interactive.
12879         (mm-uu-tex-groups-regexp): New variable.
12880         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12881         (mm-uu-type-alist): Add LaTeX documents.
12882         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12883         of "text/verbatim".
12884         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12886         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12887         instead of "text/verbatim".
12889         * message.el (message-mark-inserted-region)
12890         (message-mark-insert-file): Use slrn style marks when called with
12891         prefix argument.
12893 2005-09-27  Simon Josefsson  <jas@extundo.com>
12895         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12897 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12899         * message.el (message-remove-duplicates): New function.
12900         Implementation borrowed from `gnus-remove-duplicates'.
12901         (message-idna-to-ascii-rhs): Also encode idna addresses in
12902         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12903         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12904         only ask about the same idna domain once per header and also tell
12905         in what header to replace the idna domain.
12907         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12908         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12909         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12910         a header is decoded and not just the last one.
12912 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12914         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12915         has been decoded.
12917         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12918         (mm-insert-part): Don't modify text if it has been decoded.
12920         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12921         decoded.
12923         * mm-view.el (mm-inline-text): Don't strip text props unless
12924         decoding enriched or richtext parts.
12926 2005-09-25  Romain Francoise  <romain@orebokech.com>
12928         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12929         * gnus-start.el (gnus-subscribe-interactively):
12930         * gnus-uu.el (gnus-uu-grab-articles):
12931         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12932         space.
12934 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12936         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12937         * mm-view.el (mm-view-pkcs7-decrypt):
12938         * gnus-sum.el (gnus-summary-limit-to-extra)
12939         (gnus-summary-respool-article, gnus-read-move-group-name):
12940         * gnus-score.el (gnus-summary-increase-score):
12941         * gnus-util.el (gnus-completing-read-with-default):
12942         * gnus-art.el (gnus-read-save-file-name)
12943         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12944         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12945         * message.el (message-check-news-header-syntax):
12946         Follow convention for reading with the minibuffer.
12948 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12950         * spam-report.el (spam-report-url-ping-plain):
12951         Use gnus-extended-version as User-Agent.
12953         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12954         default value is nil.
12956         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
12957         (mm-uu-verbatim-marks-extract): New function.
12958         (mm-uu-extract): New face.
12959         (mm-uu-copy-to-buffer): Use it.
12961         * spam-report.el (spam-report-gmane-ham): Rename from
12962         `spam-report-gmane-unspam'.
12963         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
12964         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12966         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12967         Autoload.
12968         (spam-report-gmane-unregister-routine):
12969         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12971 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12973         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12974         (spam-report-gmane-unregister-routine): Add support for gmane
12975         unregistration.
12977         * spam-report.el (spam-report-gmane-unspam)
12978         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12979         (spam-report-gmane): Change to take a single article and do unspam
12980         registration.
12982 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12984         * mm-url.el (mm-url-decode-entities): Fix regexp.
12986 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12988         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12989         default to nil, to be able to use Gnus at all.  If the default
12990         switches to something else, then the function should be fixed not
12991         be exceedingly slow.
12993 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12995         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12996         fail hard.
12998         * spam-report.el: Add better Keywords line.
13000         * spam.el: Add Maintainer and better Keywords line.
13002 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13004         * gnus-art.el (gnus-article-replace-part)
13005         (gnus-mime-replace-part): New functions.
13006         (gnus-mime-action-alist, gnus-mime-button-commands)
13007         (gnus-mime-save-part-and-strip): Add file argument.
13008         (gnus-article-part-wrapper): Add interactive argument.
13010         * gnus-sum.el (gnus-summary-mime-map):
13011         Add `gnus-article-replace-part'.
13013 2005-09-19  Didier Verna  <didier@xemacs.org>
13015         The nnml compaction feature:
13016         * nnml.el (nnml-request-compact-group): New function.
13017         * nnml.el (nnml-request-compact): New function.
13018         * gnus-int.el (gnus-request-compact-group): New function.
13019         * gnus-int.el (gnus-request-compact): New function.
13020         * gnus-group.el (gnus-group-compact-group): New function.
13021         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13022         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13023         * gnus-srvr.el (gnus-server-compact-server): New function.
13024         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13025         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13027 2005-09-18  Deepak Goel  <deego@gnufans.org>
13029         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13030         format spec.
13032 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13034         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13036 2005-09-15  Romain Francoise  <romain@orebokech.com>
13038         * message.el (message-fill-paragraph): Clarify docstring.
13040 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13042         * gnus-art.el (gnus-mime-display-part): Protect against broken
13043         MIME messages.
13045 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13047         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13048         before parsing header.
13050 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13052         * html2text.el (html2text-replace-list): Add new entities.
13054 2005-09-11  Romain Francoise  <romain@orebokech.com>
13056         * message.el (message-alternative-emails): Improve docstring.
13057         (message-setup-1): Call `message-use-alternative-email-as-from'
13058         after `message-setup-hook' to give it precedence over posting
13059         styles, etc.
13060         (message-use-alternative-email-as-from): Add docstring.
13061         Remove the original From header if present.
13063         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13064         (nnml-save-mail): Use it.
13066         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13067         articles.  Add new argument `silent'.
13068         (gnus-uu-mark-all): Report the total number of marked articles.
13070 2005-09-10  Romain Francoise  <romain@orebokech.com>
13072         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13073         (gnus-uu-mark-series): Likewise.
13075 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13077         * spam-report.el (spam-report-gmane): Fix generation of spam
13078         report URL.
13080 2005-09-10  Simon Josefsson  <jas@extundo.com>
13082         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13083         t, based on discussion on the ding list with Robert Epprecht
13084         <epprecht@solnet.ch>.
13086 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13088         * spam-report.el (spam-report-gmane): Make it work without
13089         X-Report-Spam header.  Gmane now only provides Archived-At.
13090         This is only used if `spam-report-gmane-use-article-number' is nil.
13091         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13093         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13094         make `gnus-summary-sort-by-recipient' work with threading.
13096         * nnweb.el (nnweb-google-wash-article): Print a message if article
13097         is not available.
13099 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13101         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13102         change.  Decode text/* parts content before displaying.
13104 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13106         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13108 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13110         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13112 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13114         * message.el (message-tab-body-function): Fix mismatched custom type.
13116         * gnus.el (gnus-group-change-level-function): Ditto.
13118         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13120         * gnus-art.el (gnus-signature-limit)
13121         (gnus-article-mime-part-function): Ditto.
13123 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13125         * mml.el (mml-mode): Silence the byte compiler.
13127         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13128         using `(sit-for 0)' before moving the point to the specified part;
13129         skip unbuttonized parts.
13130         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13131         return to the summary window if gnus-auto-select-part is non-nil.
13133 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13135         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13136         New variables.
13137         (mml-dnd-attach-file, mml-mode): Use them.
13139         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13140         Make fetching article by MID work again for Google Groups.
13141         Add FIXME concerning gnus-group-make-web-group.
13143         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13144         Don't depend on Gnus by using mail-extract-address-components if
13145         gnus-extract-address-components is not bound.
13147 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13149         * gnus-art.el (gnus-mime-display-security): Don't display the
13150         signature, but only the signed part.
13152 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13154         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13156         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13157         list, not listp.
13159 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13161         * mm-encode.el (mm-encode-content-transfer-encoding):
13162         Likewise when encoding.
13164         * mm-bodies.el (mm-decode-content-transfer-encoding):
13165         De-canonicalize CRLF for all text content types, not just
13166         text/plain.
13168 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13170         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13171         valid article; point arrow and cursor at the MIME button.
13173 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13175         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13176         Suggested by Dan Christensen <jdc@uwo.ca>.
13178         * mm-decode.el (mm-save-part): Enable change of prompt.
13180 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13182         * gnus-msg.el (gnus-inews-add-send-actions):
13183         Make `message-post-method' lambda parameter ARG `&optional'.
13185 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13187         * gnus-sum.el (gnus-summary-mime-map):
13188         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13189         gnus-article-jump-to-part.
13191         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13192         (gnus-article-edit-part): Use it.
13193         (gnus-article-part-wrapper): Add no-handle argument.
13194         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13195         New functions.
13197 2005-08-29  Romain Francoise  <romain@orebokech.com>
13199         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13200         docstring.
13201         (gnus-face-from-file): Likewise.
13203 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13205         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13206         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13207         non-nil.
13208         (gnus-auto-select-part): New variable.
13209         (gnus-article-jump-to-part): New function.
13210         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13211         (gnus-mime-delete-part): Allow selecting specified part after
13212         deleting or stripping parts.
13213         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13214         part if argument is bogus.
13216 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13218         * gnus-art.el (w3m-minor-mode-map):
13219         * gnus-spec.el (gnus-newsrc-file-version):
13220         * gnus-util.el (nnmail-active-file-coding-system)
13221         (gnus-original-article-buffer, gnus-user-agent):
13222         * gnus.el (gnus-ham-process-destinations)
13223         (gnus-parameter-ham-marks-alist)
13224         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13225         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13226         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13227         * mm-decode.el (gnus-current-window-configuration):
13228         * mm-extern.el (gnus-article-mime-handles):
13229         * mm-url.el (url-current-object, url-package-name)
13230         (url-package-version):
13231         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13232         (smime-keys, w3m-cid-retrieve-function-alist)
13233         (w3m-current-buffer, w3m-display-inline-images)
13234         (w3m-minor-mode-map):
13235         * mml-smime.el (gnus-extract-address-components):
13236         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13237         (gnus-newsrc-hashtb, message-default-charset)
13238         (message-deletable-headers, message-options)
13239         (message-posting-charset, message-required-mail-headers)
13240         (message-required-news-headers):
13241         * mml1991.el (mc-pgp-always-sign):
13242         * mml2015.el (mc-pgp-always-sign):
13243         * nnheader.el (nnmail-extra-headers):
13244         * rfc1843.el (gnus-decode-encoded-word-function)
13245         (gnus-decode-header-function, gnus-newsgroup-name):
13246         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13248 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13250         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13251         the end of the date treatments.
13253 2005-08-15  Simon Josefsson  <jas@extundo.com>
13255         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13256         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13257         Capello and Romain Francoise.
13258         (pgg-fetch-key-function): Remove, not used?
13259         (pgg-insert-url-with-w3): Require url, to get
13260         url-insert-file-contents regardless of where it is defined.
13262 2005-08-13  Romain Francoise  <romain@orebokech.com>
13264         * message.el (message-cite-original-1): New function.
13265         (message-cite-original): Use it.
13266         (message-cite-original-without-signature): Ditto.
13268 2005-08-08  Romain Francoise  <romain@orebokech.com>
13270         * message.el (message-yank-empty-prefix): New variable.
13271         (message-indent-citation): Use it.
13272         (message-cite-original-without-signature): Respect X-No-Archive.
13274 2005-08-08  Simon Josefsson  <jas@extundo.com>
13276         * pgg.el: Autoload url-insert-file-contents instead of loading
13277         w3/url.
13278         (pgg-insert-url-with-w3): Don't load url here.
13280 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13282         * message.el (message-kill-to-signature): Don't insert newline at
13283         bol.
13284         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13286 2005-08-06  Romain Francoise  <romain@orebokech.com>
13288         * message.el (message-user-fqdn): Fix typo in docstring.
13290 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13292         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13294         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13296 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13298         * mm-bodies.el (mm-encode-body): Use coding system rather than
13299         charset to encode text.
13301         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13302         number of charsets if utf-8 is available (XEmacs).
13304 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13306         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13307         taken from `gnus-button-mid-or-mail-regexp'.
13308         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13309         (gnus-button-alist): Improve regexp for domain part of the MIDs
13310         for news:localpart@domain buttons.
13311         (gnus-button-ctan-directory-regexp): Update.
13313 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13315         * sieve-manage.el (sieve-manage-interactive-login):
13316         Use make-local-variable rather than make-variable-buffer-local.
13317         (sieve-manage-open): Ditto.
13318         (sieve-manage-authenticate): Ditto.
13320         * mml.el (mml-generate-mime-1): Make the content type default to
13321         text/plain if the filename is not specified.
13323 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13325         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13326         instead of insert-buffer.
13328         * message.el (message-yank-original): Ditto; set the mark at the
13329         end of the yanked message.
13331 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13333         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13334         lines to scroll rather than to stop it.
13336         * mml.el (mml-generate-default-type): Add doc string.
13337         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13338         default to application/octet-stream when determining the content
13339         type if it is not specified for the part or the mml contents; add
13340         a comment about mml-generate-default-type.
13342 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13344         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13345         make it default to application/octet-stream when determining the
13346         content type if it is not specified for the external contents.
13348 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13350         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13351         segmented parameter but also other parameters might be there.
13353 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13355         * mm-decode.el (mm-display-external): Delete temp file, directory
13356         and buffer immediately if the external process is exited.
13358 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13360         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13361         fewer lines than that of scroll-margin.
13362         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13364 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13366         * gnus-art.el (gnus-article-next-page): Revert.
13367         (gnus-article-beginning-of-window): New macro.
13368         (gnus-article-next-page-1): Use it.
13369         (gnus-article-prev-page): Ditto.
13370         (gnus-article-edit-part): Use insert-buffer-substring instead of
13371         insert-buffer.
13372         (gnus-article-edit-exit): Ditto.
13374         * gnus-util.el (gnus-beginning-of-window): Remove.
13375         (gnus-end-of-window): Remove.
13377 2005-07-25  Simon Josefsson  <jas@extundo.com>
13379         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13380         to have the url package without w3.  Reported by Daiki Ueno
13381         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13383 2005-07-20  Didier Verna  <didier@xemacs.org>
13385         * gnus-diary.el: Remove the description comment (nndiary is now
13386         properly documented in the Gnus manual).
13387         Fix the spelling of "Back End".
13388         * nndiary.el: Ditto.
13389         Fix the copyright notice.
13391 2005-07-18  Romain Francoise  <romain@orebokech.com>
13393         * gnus-sum.el (gnus-summary-to-prefix)
13394         (gnus-summary-newsgroup-prefix): New variables.
13395         (gnus-summary-from-or-to-or-newsgroups): Use them.
13397 2005-07-17  Romain Francoise  <romain@orebokech.com>
13399         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13400         space as it's generally not especially interesting to the user.
13402 2005-07-16  Romain Francoise  <romain@orebokech.com>
13404         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13405         nil to avoid prompting and file modification if one of the
13406         messages at the top of the nnfolder file contains a copyright
13407         notice.
13408         Update copyright notice.
13410         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13411         instead of `current-time-string' as the latter creates a time
13412         string that is not RFC 2822 compliant (it lacks the zone).
13413         Update copyright notice.
13415 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13417         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13418         for text/rtf.  Display default in prompt.  Pass default for M-n.
13420         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13422 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13424         * gnus-msg.el (gnus-button-mailto):
13425         Remove save-selected-window-window hackery because it relies on
13426         save-selected-window internals.
13428 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13430         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13431         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13432         (gnus-article-prev-page): Ditto.
13434         * gnus-util.el (gnus-beginning-of-window): New function.
13435         (gnus-end-of-window): New function.
13437 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13439         * gnus-score.el (gnus-score-edit-all-score):
13440         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13441         gnus-message.
13443 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13445         * gnus-msg.el (gnus-button-mailto):
13446         Remove save-selected-window-window hackery because it relies on
13447         save-selected-window internals.
13449 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13451         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13452         add-minor-mode.
13453         (gnus-binary-mode): Ditto.
13455         * gnus-topic.el (gnus-topic-mode): Ditto.
13457 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13459         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13460         (gnus-article-prev-page): Take scroll-margin into consideration.
13462 2005-07-04  Lute Kamstra  <lute@gnu.org>
13464         Update FSF's address in GPL notices.
13466 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13468         * gnus.el (gnus-exit):
13469         * gnus-group.el (gnus-group-icons):
13470         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13472         * gnus-nocem.el (gnus-nocem):
13473         * message.el (message-various, message-buffers, message-sending)
13474         (message-interface, message-forwarding, message-insertion)
13475         (message-headers, message-news, message-mail):
13476         * pgg-gpg.el (pgg-gpg):
13477         * pgg-parse.el (pgg-parse):
13478         * pgg-pgp.el (pgg-pgp):
13479         * pgg-pgp5.el (pgg-pgp5):
13480         * pop3.el (pop3): Finish `defgroup' description with period.
13482 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13484         * gnus-art.el (article-display-face): Improve the efficiency.
13485         (article-display-x-face): Ditto; remove grey x-face stuff.
13487 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13489         * gnus-art.el (article-display-face): Correct the position in
13490         which Faces are inserted.
13492 2005-06-29  Didier Verna  <didier@xemacs.org>
13494         * gnus-art.el (article-display-face): Display faces in correct
13495         order.
13497 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13499         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13500         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13501         (gnus-nocem-check-article): Fetch the Type header.
13502         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13503         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13504         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13505         make sure gnus-nocem-hashtb is initialized.
13506         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13507         (gnus-nocem-unwanted-article-p): Ditto.
13509         * pgg.el (pgg-verify): Return the verification result.
13511 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13513         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13514         is ascii.
13516 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13518         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13519         `show-nonbreak-escape'.
13521 2005-06-23  Lute Kamstra  <lute@gnu.org>
13523         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13525         * dig.el (dig-mode):
13526         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13528 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13530         * nnimap.el (nnimap-split-download-body): Fix spellings.
13532 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13534         * gnus-art.el (gnus-article-encrypt-body):
13535         * gnus-cus.el (gnus-score-customize):
13536         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13537         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13539 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13541         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13542         header by looking for magic "MII" at the beginnig.
13544 2005-06-16  Miles Bader  <miles@gnu.org>
13546         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13547         (assistant-field-face): New backward-compatibility alias for renamed
13548         face.
13549         (assistant-render-text): Use renamed assistant-field face.
13551         * spam.el (spam): Remove "-face" suffix from face name.
13552         (spam-face): New backward-compatibility alias for renamed face.
13553         (spam-face, spam-initialize): Use renamed spam face.
13555         * message.el (message-header-to, message-header-cc)
13556         (message-header-subject, message-header-newsgroups)
13557         (message-header-other, message-header-name)
13558         (message-header-xheader, message-separator, message-cited-text)
13559         (message-mml): Remove "-face" suffix from face names.
13560         (message-header-to-face, message-header-cc-face)
13561         (message-header-subject-face, message-header-newsgroups-face)
13562         (message-header-other-face, message-header-name-face)
13563         (message-header-xheader-face, message-separator-face)
13564         (message-cited-text-face, message-mml-face):
13565         New backward-compatibility aliases for renamed faces.
13566         (message-font-lock-keywords): Use renamed message faces.
13568         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13569         (sieve-test-commands, sieve-tagged-arguments):
13570         Remove "-face" suffix from face names.
13571         (sieve-control-commands-face, sieve-action-commands-face)
13572         (sieve-test-commands-face, sieve-tagged-arguments-face):
13573         New backward-compatibility aliases for renamed faces.
13574         (sieve-control-commands-face, sieve-action-commands-face)
13575         (sieve-test-commands-face, sieve-tagged-arguments-face):
13576         Use renamed sieve faces.
13578         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13579         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13580         (gnus-group-news-3-empty, gnus-group-news-4)
13581         (gnus-group-news-4-empty, gnus-group-news-5)
13582         (gnus-group-news-5-empty, gnus-group-news-6)
13583         (gnus-group-news-6-empty, gnus-group-news-low)
13584         (gnus-group-news-low-empty, gnus-group-mail-1)
13585         (gnus-group-mail-1-empty, gnus-group-mail-2)
13586         (gnus-group-mail-2-empty, gnus-group-mail-3)
13587         (gnus-group-mail-3-empty, gnus-group-mail-low)
13588         (gnus-group-mail-low-empty, gnus-summary-selected)
13589         (gnus-summary-cancelled, gnus-summary-high-ticked)
13590         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13591         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13592         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13593         (gnus-summary-low-undownloaded)
13594         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13595         (gnus-summary-low-unread, gnus-summary-normal-unread)
13596         (gnus-summary-high-read, gnus-summary-low-read)
13597         (gnus-summary-normal-read, gnus-splash):
13598         Remove "-face" suffix from face names.
13599         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13600         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13601         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13602         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13603         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13604         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13605         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13606         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13607         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13608         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13609         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13610         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13611         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13612         (gnus-summary-normal-ticked-face)
13613         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13614         (gnus-summary-normal-ancient-face)
13615         (gnus-summary-high-undownloaded-face)
13616         (gnus-summary-low-undownloaded-face)
13617         (gnus-summary-normal-undownloaded-face)
13618         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13619         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13620         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13621         (gnus-splash-face):
13622         New backward-compatibility aliases for renamed faces.
13623         (gnus-group-startup-message): Use renamed gnus faces.
13625         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13626         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13627         (gnus-server-agent): Remove "-face" suffix from face names.
13628         (gnus-server-agent-face, gnus-server-opened-face)
13629         (gnus-server-closed-face, gnus-server-denied-face)
13630         (gnus-server-offline-face):
13631         New backward-compatibility aliases for renamed faces.
13632         (gnus-server-agent-face, gnus-server-opened-face)
13633         (gnus-server-closed-face, gnus-server-denied-face)
13634         (gnus-server-offline-face): Use renamed gnus faces.
13636         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13637         Remove "-face" suffix from face names.
13638         (gnus-picon-xbm-face, gnus-picon-face):
13639         New backward-compatibility aliases for renamed faces.
13641         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13642         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13643         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13644         (gnus-cite-11): Remove "-face" suffix from face names.
13645         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13646         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13647         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13648         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13649         New backward-compatibility aliases for renamed faces.
13650         (gnus-cite-attribution-face, gnus-cite-face-list)
13651         (gnus-article-boring-faces): Use renamed gnus faces.
13653         * gnus-art.el (gnus-signature, gnus-header-from)
13654         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13655         (gnus-header-content): Remove "-face" suffix from face names.
13656         (gnus-signature-face, gnus-header-from-face)
13657         (gnus-header-subject-face, gnus-header-newsgroups-face)
13658         (gnus-header-name-face, gnus-header-content-face):
13659         New backward-compatibility aliases for renamed faces.
13660         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13662         * gnus-sum.el (gnus-summary-selected-face)
13663         (gnus-summary-highlight): Use renamed gnus faces.
13664         * gnus-group.el (gnus-group-highlight): Likewise.
13666 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13668         * gnus-sieve.el (gnus-sieve-article-add-rule):
13669         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13670         * spam-stat.el (spam-stat-buffer-change-to-spam)
13671         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13673         * message.el (message-is-yours-p):
13674         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13676 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13678         * mm-view.el (mm-inline-text): Withdraw the last change.
13680 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13682         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13683         executing enriched-decode.
13685 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13687         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13688         charset of tar files.
13690 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13692         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13694 2005-06-04  Lute Kamstra  <lute@gnu.org>
13696         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13697         information is never recorded.
13699 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13701         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13703 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13705         * pop3.el (pop3-apop): Run md5 in the binary mode.
13707         * starttls.el (starttls-set-process-query-on-exit-flag):
13708         Use eval-and-compile.
13710 2005-05-31  Simon Josefsson  <jas@extundo.com>
13712         * smime.el (smime-replace-in-string): Define.
13713         (smime-cert-by-ldap-1): Use it.
13715 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13717         * gnus-art.el (article-display-x-face): Replace
13718         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13720         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13721         set-process-query-on-exit-flag or process-kill-without-query.
13723         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13724         loop instead of replace-regexp.
13726         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13727         instead of process-kill-without-query if it is available.
13729         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13730         instead of find-file-hooks if it is available.
13732         * mml1991.el: Bind pgg-default-user-id when compiling.
13734         * mml2015.el: Bind pgg-default-user-id when compiling.
13736         * nndraft.el (nndraft-request-associate-buffer):
13737         Use write-contents-functions instead of write-contents-hooks if it is
13738         available.
13740         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13741         instead of find-file-hooks if it is available.
13743         * nntp.el (nntp-open-connection): Replace
13744         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13745         (nntp-open-ssl-stream): Ditto.
13746         (nntp-open-tls-stream): Ditto.
13748         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13749         set-process-query-on-exit-flag or process-kill-without-query.
13750         (starttls-open-stream-gnutls): Use it instead of
13751         process-kill-without-query.
13752         (starttls-open-stream): Ditto.
13754 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13756         * smime.el (smime-cert-by-ldap-1): Don't use
13757         replace-regexp-in-string.
13759 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13761         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13763         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13764         in PEM format.  Adjust to the XEmacs compability.
13766 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13768         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13769         by `string-to-number'.
13770         * gnus-agent.el (gnus-agent-regenerate-group)
13771         (gnus-agent-fetch-articles): Ditto.
13772         * gnus-art.el (gnus-button-fetch-group): Ditto.
13773         * gnus-cache.el (gnus-cache-generate-active)
13774         (gnus-cache-articles-in-group): Ditto.
13775         * gnus-group.el (gnus-group-set-current-level)
13776         (gnus-group-insert-group-line): Ditto.
13777         * gnus-score.el (gnus-score-set-expunge-below)
13778         (gnus-score-set-mark-below, gnus-summary-score-effect)
13779         (gnus-summary-score-entry): Ditto.
13780         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13781         (gnus-soup-pack): Ditto.
13782         * gnus-spec.el (gnus-xmas-format): Ditto.
13783         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13784         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13785         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13786         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13787         * nndb.el (nndb-get-remote-expire-response): Ditto.
13788         * nndiary.el (nndiary-parse-schedule-value)
13789         (nndiary-string-to-number, nndiary-request-replace-article)
13790         (nndiary-request-article): Ditto.
13791         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13792         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13793         * nneething.el (nneething-make-head): Ditto.
13794         * nnfolder.el (nnfolder-request-article)
13795         (nnfolder-retrieve-headers): Ditto.
13796         * nnheader.el (nnheader-file-to-number): Ditto.
13797         * nnkiboze.el (nnkiboze-request-article): Ditto.
13798         * nnmail.el (nnmail-process-unix-mail-format)
13799         (nnmail-process-babyl-mail-format): Ditto.
13800         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13801         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13802         (nnmh-request-create-group, nnmh-request-list-1)
13803         (nnmh-request-group, nnmh-request-article): Ditto.
13804         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13805         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13806         * nnsoup.el (nnsoup-make-active): Ditto.
13807         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13808         * nntp.el (nntp-find-group-and-number)
13809         (nntp-retrieve-headers-with-xover): Ditto.
13810         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13811         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13812         (pgg-format-key-identifier): Ditto.
13813         * pop3.el (pop3-last, pop3-stat): Ditto.
13814         * qp.el (quoted-printable-decode-region): Ditto.
13816         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13817         of concat.
13819 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13821         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13823         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13825         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13827         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13829         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13831         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13833         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13834         (gnus-carpal-mode): Ditto.
13836         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13837         (gnus-browse-mode): Ditto.
13839         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13841         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13843 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13845         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13847 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13849         * gnus-util.el (gnus-run-mode-hooks): New function.
13851         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13853 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13855         * gnus-agent.el (gnus-agent-make-mode-line-string):
13856         Use mode-line-highlight as mouse-face.
13858 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13860         * canlock.el (canlock): Change the parent group to news.
13862         * deuglify.el (gnus-outlook-deuglify): Add :group.
13864         * dig.el (dig): Add :group.
13866         * dns-mode.el (dns-mode): Add :group.
13868         * encrypt.el (encrypt): Add :group.
13870         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13871         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13872         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13873         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13874         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13876         * gnus-diary.el (gnus-diary): Add :group.
13878         * gnus.el (gnus-group-news-1-face): Add :group.
13879         (gnus-group-news-1-empty-face): Ditto.
13880         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13881         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13882         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13883         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13884         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13885         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13886         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13887         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13888         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13889         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13890         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13891         (gnus-summary-high-ticked-face): Ditto.
13892         (gnus-summary-low-ticked-face): Ditto.
13893         (gnus-summary-normal-ticked-face): Ditto.
13894         (gnus-summary-high-ancient-face): Ditto.
13895         (gnus-summary-low-ancient-face): Ditto.
13896         (gnus-summary-normal-ancient-face): Ditto.
13897         (gnus-summary-high-undownloaded-face): Ditto.
13898         (gnus-summary-low-undownloaded-face): Ditto.
13899         (gnus-summary-normal-undownloaded-face): Ditto.
13900         (gnus-summary-high-unread-face): Ditto.
13901         (gnus-summary-low-unread-face): Ditto.
13902         (gnus-summary-normal-unread-face): Ditto.
13903         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13904         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13906         * hashcash.el (hashcash): New custom group.
13907         (hashcash-default-payment): Add :group.
13908         (hashcash-payment-alist): Ditto.
13909         (hashcash-default-accept-payment): Ditto.
13910         (hashcash-accept-resources): Ditto.
13911         (hashcash-path): Ditto.
13912         (hashcash-extra-generate-parameters): Ditto.
13913         (hashcash-double-spend-database): Ditto.
13914         (hashcash-in-news): Ditto.
13916         * message.el (message-minibuffer-local-map): Add :group.
13918         * netrc.el (netrc): Add :group.
13920         * sieve-manage.el (sieve-manage-log): Add :group.
13921         (sieve-manage-default-user): Diito.
13922         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13923         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13924         (sieve-manage-authenticators): Ditto.
13925         (sieve-manage-authenticator-alist): Ditto.
13926         (sieve-manage-default-port): Ditto.
13928         * sieve-mode.el (sieve-control-commands-face): Add :group.
13929         (sieve-action-commands-face): Ditto.
13930         (sieve-test-commands-face): Ditto.
13931         (sieve-tagged-arguments-face): Ditto.
13933         * smime.el (smime): Add :group.
13935         * spam-report.el (spam-report): Add :group.
13937         * spam.el (spam, spam-face): Add :group.
13939 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13941         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13942         return \n.\n.\n at the end of articles.  Protect against that.
13943         (nntp-with-open-group): Allow debugging.
13945         * nnheader.el (mail-header-set-extra): Make into a function
13946         because I just could't understand how to quote the list properly.
13948         * dns.el (query-dns-cached): New function.
13950 2005-05-26  Lute Kamstra  <lute@gnu.org>
13952         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13954 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13956         * gnus-art.el: Don't autoload mail-extract-address-components.
13958         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13959         eval-and-compile to evaluate it.
13961         * hashcash.el: Don't autoload executable-find.
13963         * nndb.el: Don't declare the nndb back end two or more times; don't
13964         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13966         * nntp.el: Autoload format-spec instead of format; use
13967         eval-and-compile to evaluate autoload forms.
13969 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13971         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13973 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13975         * gnus.el (gnus-version-number): Bump version.
13977 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13979         * gnus.el: No Gnus v0.3 is released.
13981 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13983         * gnus-art.el (gnus-article-edit-part): Disable undo.
13985 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13987         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13988         gnus-article-date-lapsed-new-header is t if date timer is active;
13989         skip headers in which the original date value is empty.
13990         (gnus-article-save-original-date): Redefine it as a macro.
13991         (gnus-display-mime): Use it.
13993 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13995         * gnus-art.el (article-date-ut): Support converting date in
13996         forwarded parts as well.
13997         (gnus-article-save-original-date): New function.
13998         (gnus-display-mime): Use it.
14000 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14002         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14003         enclosure element of <item>.
14005 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14007         * message.el (message-kill-buffer-query): Rename from
14008         `message-kill-buffer-query-if-modified'.  Add :version.
14010 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14012         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14013         window layout.
14015 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14017         * mml.el: Autoload dnd when compiling.
14019 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14021         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14022         x-dnd-*.
14024 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14026         * qp.el (quoted-printable-encode-region): Save excursion.
14028 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14030         * message.el (message-kill-buffer-query-if-modified): Add new variable
14031         so the user can kill a modified message buffer quickly.
14032         (message-kill-buffer): Use it.
14034 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14036         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
14037         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14039 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14041         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14042         contained in text because xml.el decodes entities) with LFs.
14044 2005-04-11  Lute Kamstra  <lute@gnu.org>
14046         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14047         differently.
14049 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14051         * mm-util.el (mm-detect-coding-region): Typo.
14053 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14055         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14057 2005-04-06  Deepak Goel  <deego@gnufans.org>
14059         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14060         user-function allow user modifications of the scores.
14061         (spam-stat-score-buffer-user): New function, to allow
14062         user-computed modifications to the score.
14063         (spam-stat-score-buffer-user-functions): List of additional
14064         scoring functions.
14065         (spam-stat-error-holder): Global temporary error holder.
14066         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14067         variable.
14069 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14071         * gnus-registry.el (gnus-registry-clean-empty-function)
14072         (gnus-registry-trim, gnus-registry-fetch-groups)
14073         (gnus-registry-delete-group): Groups that match
14074         `gnus-registry-ignored-groups' are removed from the registry
14075         entries, not just ignored for splitting.  This helps clean up the
14076         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14077         to get all the groups a message ID is in.
14079         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14080         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14081         (spam-stat-score-buffer-user-functions): Add :number custom type.
14083 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14085         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14086         argument in XEmacs.
14088         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14089         (nnrss-request-group): Decode group name first.
14090         (nnrss-request-article): Make a text/plain article if mml-to-mime
14091         failed.
14092         (nnrss-get-encoding): Return a compatible encoding according to
14093         nnrss-compatible-encoding-alist.
14094         (nnrss-find-el): Use consp instead of listp.
14095         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14097 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14099         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14100         which Emacs 20 doesn't support.
14101         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14103 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14105         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14106         silence the byte compiler inside the defun.
14108         * gnus-demon.el (parse-time-string): Add autoload.
14110         * gnus-delay.el (parse-time-string): Add autoload.
14112         * gnus-art.el (parse-time-string): Add autoload.
14114         * nnultimate.el (parse-time): Require for `parse-time-string'.
14116 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14118         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14120         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14122         * smime.el (smime-ldap-host-list): Add :version.
14124 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14126         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14127         pass it to `gnus-browse-read-group'.
14128         (gnus-browse-read-group): Add NUMBER argument and pass it to
14129         `gnus-group-read-ephemeral-group'.
14131         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14132         argument and pass it to `gnus-group-read-group'.
14134 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14136         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14137         mm-xemacs-find-mime-charset-1 if we have the mule feature
14138         available at runtime.
14140 2005-03-25  Werner Lemberg  <wl@gnu.org>
14142         * nnmaildir.el: Replace `illegal' with `invalid'.
14144 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14146         * gnus-start.el (gnus-display-time-event-handler):
14147         Check display-time-timer at runtime rather than only at load time
14148         in case display-time-mode is turned off in the mean time.
14150 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14152         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14153         used.
14155         * nneething.el (nneething-map-file-directory): Derive from
14156         `gnus-directory'.
14158         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14159         the To/Cc button.
14161 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14163         * nnmaildir.el (nnmaildir-request-accept-article):
14164         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14166 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14168         * gnus-async.el: Require timer-funcs at compile time when in
14169         XEmacs for `run-with-idle-timer'.
14171 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14173         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14174         autoloaded function.
14176 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14178         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14180 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14182         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14184 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14186         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14187         Add gnus-expert-user to default.
14189 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14191         * nnimap.el (nnimap-open-server): Ditto.
14193         * imap.el (imap-authenticate): Fix typo.
14195 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14197         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14198         buffer (since IMAP server might return FETCH response out of
14199         order, and the nntp buffer must be sorted).
14201 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14203         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14204         comparison on string.
14206         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14207         (gnus-agent-score): Rename category keywords to match gnus-cus.
14208         (gnus-agent-summary-fetch-series): Modify to protect against
14209         gnus-agent-summary-fetch-group clearing processable flags.
14210         (gnus-agent-synchronize-group-flags): Update live group buffer as
14211         synchronization may occur due to the user toggle the plugged
14212         status.
14213         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14214         successfully downloaded.
14215         (gnus-agent-expire-group-1): Avoid using markers when the overview
14216         is in ascending order; greatly improves performance.
14217         (gnus-agent-regenerate-group):
14218         Use gnus-agent-synchronize-group-flags to reset read status in both
14219         gnus and server.
14220         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14222 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14224         * message.el: Don't autoload former message-utils variables.
14225         (message-strip-subject-trailing-was): Change doc string.
14227         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14228         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14229         (nnweb-google-search): Add "hl=en" here.
14230         (nnweb-google-parse-1, nnweb-google-create-mapping):
14231         Don't hardcode URL.
14233 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14235         * message.el (message-get-reply-headers, message-followup):
14236         Mention related variables `message-use-followup-to' and
14237         `message-use-mail-followup-to', in the information buffer.
14239         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14240         of broken groups(-beta).google.com.
14242 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14244         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14245         parameter to invoked gnus-request-move-article; remove the
14246         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14247         all at once instead of once per article.
14248         (gnus-summary-remove-process-mark): Accept a list of articles as
14249         well as a single article for processing.
14251         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14252         parameter.
14254         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14256         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14258         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14259         parameter.
14261         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14262         parameter.
14264         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14265         parameter and remove the gnus-sum-hint-move-is-internal variable.
14267         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14268         parameter.
14270         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14271         parameter.
14273         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14274         parameter.
14276         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14278         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14279         parameter.
14281         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14282         parameter.
14284 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14286         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14287         a more conservative way.
14289 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14291         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14292         buffer, so it moves the window's cursor.
14294 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14296         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14297         `mm-dissect-multipart' and receive the from field as an (optional)
14298         argument from `mm-dissect-multipart'.
14299         (mm-dissect-multipart): Receive the from field as an argument and
14300         pass it on when we call `mm-dissect-buffer' on MIME parts.
14301         Fixes verification/decryption of signed/encrypted MIME parts.
14303 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14305         * gnus-sum.el (gnus-summary-move-article):
14306         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14307         whatever it calls (right now, only nnimap-request-move article
14308         respects it).
14310         * nnimap.el (nnimap-request-move-article):
14311         When gnus-sum-hint-move-is-internal is set, don't do the extra
14312         nnimap-request-article.
14314 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14316         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14318         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14319         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14321         * gnus-sum.el (gnus-summary-caesar-message):
14322         Apply `gnus-treat-article' after rotation.
14324         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14325         doc string.
14327 2005-02-22  Simon Josefsson  <jas@extundo.com>
14329         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14330         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14331         <arne@arnested.dk>.
14332         (encrypt): Add password-cache and password-cache-expiry as group
14333         members.
14335 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14337         * smime.el (smime-ldap-host-list): Doc fix.
14338         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14339         cache) password.
14340         (smime-sign-region): Use it.
14341         (smime-decrypt-region): Use it.
14342         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14343         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14344         fails.
14345         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14346         certificate from DER to PEM format rather than calling openssl.
14348         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14350         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14351         for signing/encryption.
14353         * mml.el (mml-parse-1): Use them.
14355 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14357         * nnrss.el (nnrss-verbose): Remove.
14358         (nnrss-request-group): Use `nnheader-message' instead.
14360 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14362         * nnrss.el (nnrss-verbose): New variable.
14363         (nnrss-request-group): Make it say nnrss is requesting a group.
14365 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14367         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14368         Handle news URL with given port correctly.
14370 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14372         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14373         containing special characters.
14375         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14377         * mml.el (mime-to-mml): Ditto.
14379         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14380         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14381         (rfc2047-decode-region): Quote decoded words containing special
14382         characters when rfc2047-quote-decoded-words-containing-tspecials
14383         is non-nil.
14385 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14387         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14389         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14391 2005-02-15  Simon Josefsson  <jas@extundo.com>
14393         * nnimap.el (nnimap-debug): Doc fix.
14395         * imap.el (imap-debug): Doc fix.
14397 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14399         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14401 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14403         * gnus.el (spam-contents): Improve docs for spam-contents
14404         parameter in its variable incarnation.
14406 2005-02-14  Simon Josefsson  <jas@extundo.com>
14408         * smime-ldap.el: Use require instead of load-library for ldap.
14409         (smime-ldap-search): Indent.
14410         (smime-ldap-search-internal): Shorten line.
14412         * smime.el (smime-cert-by-dns): Add doc-string.
14413         (smime-cert-by-ldap-1): Indent.
14415         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14416         mml-smime-get-dns-ldap.
14417         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14419 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14421         * smime.el: Require smime-ldap.
14422         (smime-ldap-host-list): New variable.
14423         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14425         * mml-smime.el (mml-smime-encrypt-query): New function.
14426         (mml-smime-encrypt-query): Use it.
14428         * smime-ldap.el: New file.
14430 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14432         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14434 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14436         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14437         argument in doc string.  Make query for type more clear.
14439 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14441         * gnus.el (gnus-group-startup-message): Search for gnus images in
14442         etc/images/gnus.
14443         * mm-util.el (mm-image-load-path): Likewise.
14444         * smiley.el (smiley-data-directory): Search for smilies in
14445         etc/images/smilies.
14447 2005-02-09  Kim F. Storm  <storm@cua.dk>
14449         Change Emacs release version from 21.4 to 22.1 throughout.
14450         Change Emacs development version from 21.3.50 to 22.0.50.
14452 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14454         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14456         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14457         non-Mule XEmacs as well.
14458         (mm-decompress-buffer): Signal an error intentionally if it does
14459         not decompress compressed data because auto-compression-mode is
14460         disabled.
14462 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14464         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14465         an ID in the registry even if it has no groups.
14467 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14469         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14470         merge it into mm-decompress-buffer.
14471         (gnus-mime-copy-part): Use the MIME part charset, the value which
14472         a user specified or gnus-newsgroup-charset for decoding, like
14473         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14474         save-buffer what was used.  Suggested by Kevin Ryde
14475         <user42@zip.com.au>.
14476         (gnus-mime-inline-part): Allow the name parameter as well as the
14477         filename parameter; force decompressing of compressed data; always
14478         display contents being not decoded as unibyte.
14480         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14481         as well as the filename parameter.
14483         * mm-util.el (mm-decompress-buffer):
14484         Merge gnus-mime-jka-compr-maybe-uncompress.
14485         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14486         of compressed data.
14488 2005-02-08  Simon Josefsson  <jas@extundo.com>
14490         * imap.el (imap-log): Doc fix.
14492 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14494         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14495         the coding cookies; decompress compressed parts.
14497         * mml.el (mml-generate-mime-1): Add the charset parameter according
14498         to the value which a user specified manually or the coding cookie.
14500         * mm-util.el (mm-string-to-multibyte): New function.
14501         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14502         (mm-coding-system-to-mime-charset): New function.
14503         (mm-decompress-buffer): New function.
14504         (mm-find-buffer-file-coding-system): New function.
14506         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14507         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14508         parts.
14510 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14512         * mm-view.el (mm-display-inline-fontify): Decode a part according
14513         to the charset parameter.
14515 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14517         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14518         prefix arg is neither nil nor a number, as info specifies.
14520 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14522         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14523         timestamps.
14525 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14527         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14528         groups error checking and notify user.
14530 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14532         * message.el (message-send-mail-function): Check existence of
14533         sendmail-program first before using default value
14534         `message-send-mail-with-sendmail'.  Otherwise use more generic
14535         `smtpmail-send-it'.
14537 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14539         * nntp.el (nntp-request-update-info): Always return nil.
14541 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14543         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14545 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14547         * message.el (message-beginning-of-line): Change the behavior when
14548         invoked between BOL and : so that it first moves backward.
14550 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14552         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14553         article buffer when editing of the article is discarded.
14554         (gnus-article-prepare): Revert.
14556 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14558         * gnus-art.el (gnus-article-prepare):
14559         Remove message-strip-forbidden-properties from the local hook.
14561 2005-01-27  Simon Josefsson  <jas@extundo.com>
14563         * password.el (password-cache-add): Only start one timer per key.
14564         Reported by Derek Atkins <warlord@MIT.EDU>.
14566 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14568         * run-at-time.el: Remove.  It is no longer needed as
14569         timer-funcs.el in the xemacs-base package has a working version of
14570         `run-at-time'.
14572         * password.el: Require timer-funcs instead of run-at-time in
14573         XEmacs.
14574         Remove `password-run-at-time' macro.
14575         (password-cache-add): Use `run-at-time' instead of
14576         `password-run-at-time'.
14578         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14579         for `run-with-idle-timer'.
14581         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14582         for `run-at-time'.
14584         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14585         for `with-timeout'.
14587 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14589         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14590         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14592 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14594         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14595         sensitively.
14597 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14599         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14601 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14603         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14604         which will be inserted according to the multibyteness of a buffer
14605         rather than the type of contents.  Suggested by ARISAWA Akihiro
14606         <ari@mbf.ocn.ne.jp>.
14608         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14609         of string which old xml.el may return rather than a string.
14611 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14613         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14615 2005-01-16  Simon Josefsson  <jas@extundo.com>
14617         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14618         idn/idna.el isn't available.
14619         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14620         <michael@waxrat.com>.
14622         * hashcash.el: Remove non-FSF copyright header.
14624         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14625         (hashcash-generate-payment): Use it.
14626         (hashcash-generate-payment-async): Use it.
14628 2005-01-15  Simon Josefsson  <jas@extundo.com>
14630         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14631         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14633         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14634         gnus-summary-idna-message.
14635         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14636         (gnus-summary-idna-message): New function.
14638 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14640         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14641         gnus-novice-user.
14643 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14645         * nnrss.el (nnrss-request-delete-group): Delete entries in
14646         nnrss-group-alist as well.
14647         (nnrss-save-server-data): Insert newline.
14649 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14651         * gnus.el (gnus-user-agent): Use list of symbols instead of
14652         symbols.  Display full version number for (S)XEmacs.
14653         Optionally display (S)XEmacs codename.
14655         * gnus-util.el (gnus-emacs-version): Update for new
14656         `gnus-user-agent'.
14658         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14659         Gnus version.
14661 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14663         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14664         which is unreadable in some setups.
14666 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14668         * gnus-spec.el (gnus-update-format-specifications): Flush the
14669         group format spec cache if it doesn't support decoded group names.
14671 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14673         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14674         Allow to apply decay on score files matching a regexp.
14676 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14678         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14679         compatibility in %g and %c.
14681 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14683         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14684         name for only %g and %c.
14685         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14686         of gnus-tmp-group to decoded group name.
14687         (gnus-group-make-rss-group): Exclude `/'s from group names.
14689 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14691         * nnrss.el (nnrss-get-encoding): Fix regexp.
14693 2004-12-27  Simon Josefsson  <jas@extundo.com>
14695         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14696         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14697         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14699 2004-12-17  Kim F. Storm  <storm@cua.dk>
14701         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14703         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14705 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14707         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14709 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14711         * nnrss.el: Require rfc2047 and mml.
14712         (nnrss-file-coding-system): New variable.
14713         (nnrss-format-string): Redefine it as an inline function.
14714         (nnrss-decode-group-name): New function.
14715         (nnrss-string-as-multibyte): Remove.
14716         (nnrss-retrieve-headers): Decode group name; don't use
14717         nnrss-format-string.
14718         (nnrss-request-group): Decode group name.
14719         (nnrss-request-article): Decode group name; allow a Message-ID as
14720         well as an article number; don't use nnrss-format-string; encode a
14721         Message-ID string which may contain non-ASCII characters; use
14722         mml-to-mime to compose a MIME article.
14723         (nnrss-request-expire-articles): Decode group name.
14724         (nnrss-request-delete-group): Decode group name.
14725         (nnrss-fetch): Clarify error message.
14726         (nnrss-read-server-data): Use insert-file-contents instead of load;
14727         bind file-name-coding-system; use multibyte buffer.
14728         (nnrss-save-server-data): Bind coding-system-for-write to the
14729         value of nnrss-file-coding-system; bind file-name-coding-system;
14730         add coding cookie.
14731         (nnrss-read-group-data): Use insert-file-contents instead of load;
14732         bind file-name-coding-system; use multibyte buffer.
14733         (nnrss-save-group-data): Bind coding-system-for-write to the
14734         value of nnrss-file-coding-system; bind file-name-coding-system.
14735         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14736         make it work with non-ASCII text.
14737         (nnrss-find-el): Make it work with old xml.el as well.
14739 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14741         * nnrss.el (nnrss-get-encoding): New function.
14742         (nnrss-fetch): Use unibyte buffer initially; bind
14743         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14744         decode contents according to the encoding attribute.
14745         (nnrss-save-group-data): Add coding cookie.
14746         (nnrss-mime-encode-string): New function.
14747         (nnrss-check-group): Use it to encode subject and author.
14749 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14751         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14752         imaginary variable.
14754 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14756         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14757         correctly even if there are wide characters.
14759 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14761         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14762         downcased symbol names; make a new cache instead of reusing
14763         bbdb-hashtable.
14765 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14767         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14768         concatenating segments rather than before concatenating them.
14769         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14771         * message.el (message-get-reply-headers): Bind `extra'.
14773 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14775         * message.el (message-extra-wide-headers): New variable.
14776         (message-get-reply-headers): Use it.
14778 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14780         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14781         (gnus-agent-group-pathname): Ditto.
14783         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14785         * gnus-group.el (gnus-group-make-group): Decode group name.
14786         (gnus-group-make-rss-group): Register the group data after opening
14787         the nnrss group.
14789 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14791         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14792         by expiry now get marked as read.
14794 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14796         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14798 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14800         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14801         unify Latin characters in XEmacs.
14802         (mm-find-mime-charset-region): Use it.
14804 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14806         * gnus-util.el (gnus-delete-directory): New function.
14808         * gnus-agent.el (gnus-agent-delete-group): Use it.
14810         * gnus-cache.el (gnus-cache-delete-group): Use it.
14812 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14814         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14815         names.
14817 2004-12-16  Simon Josefsson  <jas@extundo.com>
14819         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14821 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14823         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14825         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14826         (gnus-group-set-current-level): Decode group name.
14828 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14830         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14831         failed.
14833 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14835         * gnus-group.el (gnus-group-delete-group): Decode group name.
14836         (gnus-group-make-rss-group): Encode group name.
14837         (gnus-group-catchup-current): Decode group name.
14838         (gnus-group-kill-group): Decode group name.
14840 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14842         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14844 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14846         * gnus-group.el (gnus-group-make-rss-group):
14847         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14849         * gnus-start.el (gnus-setup-news): Honor user's setting to
14850         gnus-message-archive-method.  Suggested by Lute Kamstra
14851         <lute@gnu.org>.
14853 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14855         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14856         global counterparts of the buffer-local variables.
14858 2004-11-16  Romain Francoise  <romain@orebokech.com>
14860         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14861         counterparts of the buffer-local variables.
14863 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14865         * message.el (message-forbidden-properties): Fix typo in doc
14866         string.
14868 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14870         * gnus-util.el (gnus-replace-in-string): Add doc string.
14872         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14873         to avoid problems when splitting mails with many recipients.
14875 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14877         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14878         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14880 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14882         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14883         if there is no hashtable in memory or file modification time is
14884         newer than cached timestamp.
14886 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14888         * gnus-sum.el (gnus-summary-limit-to-recipient):
14889         Implement not-matching option.
14891 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14893         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14894         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14895         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14896         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14897         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14898         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14900 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14902         * message.el (message-forward-make-body-mml): Remove headers
14903         according to message-forward-ignored-headers if a message is decoded.
14905 2004-12-02  Romain Francoise  <romain@orebokech.com>
14907         * message.el (message-forward-make-body-plain): Always remove
14908         headers according to message-forward-ignored-headers.
14910 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14912         * spam.el (spam-summary-prepare-exit): Remove the
14913         gnus-summary-limit pop for now, it has problems with ham marks for
14914         me.
14916 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14918         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14919         correctly.
14921 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14923         * format-spec.el (format-spec): Message the char.
14925 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14927         * gnus-art.el (gnus-split-methods): Reformat comments.
14929         * spam.el (spam-summary-prepare-exit): Remove article limits
14930         before exiting the summary buffer.
14932 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14934         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14935         order to silence the byte compiler.
14937         * spam.el: Fix the way to silence the byte compiler, which
14938         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14939         bbdb-search-simple, spam-BBDB-register-routine,
14940         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14941         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14942         spam-stat-buffer-is-spam, spam-stat-load,
14943         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14944         spam-stat-save and spam-stat-split-fancy.
14946 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14948         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14949         which may confuse users.
14950         (canlock-password-for-verify): Ditto.
14952         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14954         * gnus-art.el (gnus-emphasis-alist): Ditto.
14956         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14958         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14960         * gnus-start.el (gnus-save-killed-list): Ditto.
14962         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14963         (gnus-sum-thread-tree-root): Ditto.
14964         (gnus-sum-thread-tree-false-root): Ditto.
14965         (gnus-sum-thread-tree-single-indent): Ditto.
14967         * message.el (message-courtesy-message): Ditto.
14968         (message-archive-note): Ditto.
14969         (message-subscribed-address-file): Ditto.
14970         (message-user-fqdn): Ditto.
14972         * spam-report.el (spam-report-gmane-regex): Ditto.
14974         * spam.el (spam-blackhole-good-server-regex): Ditto.
14976 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14978         * mml.el (mml-preview): Widen the message buffer before copying
14979         the contents to the preview buffer; sort headers before previewing.
14981         * message.el (message-hidden-headers): Fix the way to avoid a bug
14982         in the `repeat' widget in Emacs 21.3 or earlier.
14984 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14986         * message.el (message-hidden-headers): Default to "^References:".
14987         Improve customization type.  Suggested by Reiner Steib
14988         <Reiner.Steib@gmx.de>.
14990 2004-11-25  Romain Francoise  <romain@orebokech.com>
14992         * message.el (message-strip-forbidden-properties): Remove check for
14993         obsolete `message-hidden' text property, hidden headers are not
14994         accessible in the buffer anymore.
14996 2004-11-22  Romain Francoise  <romain@orebokech.com>
14998         * message.el (message-header-format-alist): Add `From' in list
14999         so that it can be sorted.
15000         (message-fix-before-sending): Widen and sort headers before
15001         sending.
15002         (message-hide-headers): Use narrowing to hide headers by moving
15003         them to the top of the buffer and narrowing to the region
15004         underneath.
15006 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15008         * message.el (message-strip-forbidden-properties):
15009         Bind buffer-read-only (etc) to nil.
15011 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15013         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15014         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15016 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15018         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15020 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15022         * dns.el (query-dns): Use sit-for to time instead of
15023         accept-process-output, since that doesn't seem to work on udp
15024         sockets.
15026 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15028         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15030 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15032         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15033         doc string.  Improve doc string.
15035 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15037         * nntp.el (nntp-request-update-info): Return nil if
15038         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15039         may not call gnus-activate-group which uselessly issues the GROUP
15040         commands for all nntp groups and wastes time.  Reported by Romain
15041         Francoise <romain@orebokech.com>.
15043         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15045 2004-11-15  Simon Josefsson  <jas@extundo.com>
15047         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15048         headers separately.
15049         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15050         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15052 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15054         * gnus-start.el (gnus-convert-old-newsrc):
15055         Assign legacy-gnus-agent to 5.10.7.
15057 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15059         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15060         start of the lines.
15062 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15064         * hashcash.el (hashcash-default-payment): Change default to 20.
15065         (hashcash-default-accept-payment): Change default to 20.
15066         (hashcash-process-alist): New variable.
15067         (hashcash-generate-payment-async): Add.
15068         (hashcash-already-paid-p): Add.
15069         (hashcash-insert-payment): Don't generate payments twice.
15070         (hashcash-insert-payment-async): Add.
15071         (hashcash-insert-payment-async-2): Add.
15072         (hashcash-cancel-async): Add.
15073         (hashcash-wait-async): Add.
15074         (hashcash-processes-running-p): Add.
15075         (hashcash-wait-or-cancel): Add.
15076         (mail-add-payment): New optional argument.  Conditionally start
15077         asynchronous calculation.
15078         (mail-add-payment-async): Add.
15080         * message.el (message-send-mail): Wait for asynchronous hashcash
15081         results.  Don't clobber existing X-Hashcash headers.
15082         (message-setup-1): Call mail-add-payment-async when
15083         message-generate-hashcash is non-nil.
15085 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15087         * message.el (message-use-alternative-email-as-from): Examine the
15088         From header as well; use message-make-from in order to include a
15089         user's full name.
15091 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15093         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15094         default; improve customization type.
15095         (gnus-emphasis-custom-with-format): New macro.
15096         (gnus-emphasis-custom-value-to-external): New function.
15097         (gnus-emphasis-custom-value-to-internal): New function.
15099 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15101         * dns.el (query-dns): Resolve reverse addresses.
15103 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15105         * gnus-group.el (gnus-group-get-new-news): Use it.
15107         * gnus-start.el (gnus-check-reasonable-setup): New function.
15109 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15111         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15112         "Args out of range" error.  Reported by Arnaud Giersch
15113         <arnaud.giersch@free.fr>.
15115 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15117         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15119 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15121         * spam.el (spam group): Add :version.
15123         * pgg-def.el (pgg group): Add :version.
15125 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15127         * gnus-art.el (gnus-article-edit-article): Don't associate the
15128         article buffer with a draft file.  This is a temporary measure
15129         against the 2004-08-22 change to gnus-article-edit-mode.
15131 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15133         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15134         (html2text-format-tags): Remove unused variable `attr'.
15136 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15138         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15140         * spam-stat.el (spam-stat): Add :version.
15142         * sieve.el (sieve): Add :version.
15144         * sha1.el (sha1): Add :version.
15145         (sha1-use-external): Remove redundant version.
15147         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15148         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15149         (nnmail-split-fancy-match-partial-words)
15150         (nnmail-split-lowercase-expanded): Add :version.
15152         * nndiary.el (nndiary): Add :version.
15154         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15156         * mml-sec.el (mml-default-sign-method)
15157         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15158         Add :version.
15160         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15162         * mm-url.el (mm-url-use-external, mm-url-program)
15163         (mm-url-arguments): Add :version.
15165         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15166         (mm-attachment-file-modes, mm-decrypt-option)
15167         (mm-w3m-safe-url-regexp): Add :version.
15169         * message.el (message-cite-prefix-regexp)
15170         (message-sendmail-envelope-from, message-minibuffer-local-map)
15171         (message-user-fqdn, message-completion-alist): Add :version.
15173         * gnus-win.el (gnus-configure-windows-hook)
15174         (gnus-use-frames-on-any-display): Add :version.
15176         * gnus-art.el (gnus-article-address-banner-alist)
15177         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15178         (gnus-treat-from-picon, gnus-treat-mail-picon)
15179         (gnus-treat-x-pgp-sig): Add :version.
15181         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15182         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15183         (gnus-summary-article-delete-hook)
15184         (gnus-summary-display-while-building): Add :version.
15186         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15187         (gnus-get-top-new-news-hook): Add :version.
15189         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15190         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15192         * gnus-registry.el (gnus-registry): Add :version.
15194         * gnus-spec.el (gnus-use-correct-string-widths)
15195         (gnus-make-format-preserve-properties): Add :version.
15197         * gnus.el (gnus-group-charter-alist)
15198         (gnus-group-fetch-control-use-browse-url)
15199         (gnus-install-group-spam-parameters): Add :version.
15201         * gnus-diary.el (gnus-diary): Add :version.
15203         * gnus-delay.el (gnus-delay): Add :version.
15205         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15206         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15207         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15208         Add :version.
15210         * gnus-agent.el (gnus-agent-max-fetch-size)
15211         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15212         (gnus-agent-prompt-send-queue): Add :version.
15214         * deuglify.el (gnus-outlook-deuglify): Add :version.
15216         * html2text.el: Beautify code.  Improve doc strings.
15217         Some checkdoc cleanup.
15218         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15220 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15222         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15224 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15226         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15227         when package is loaded.
15229         * spam.el (spam-summary-score-preferred-header): Add global preference
15230         for people who want to override the default SpamAssassin over
15231         Bogofilter preference (when both are set).
15232         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15233         (spam-user-format-function-S):
15234         Check spam-summary-score-preferred-header.
15235         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15236         (spam-user-format-function-S): Format the score correctly.
15238 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15240         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15241         signature file.  Suggested by Manoj Srivastava
15242         <srivasta@golden-gryphon.com>.
15244         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15245         iso-2022-jp even in the Japanese language environment.
15246         Suggested by Jason Rumney <jasonr@gnu.org>.
15248 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15250         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15251         use the same characters as the dummy marks; make it free from
15252         getting affected by the language environment.
15253         (gnus-summary-read-group-1): Update mark positions only when the
15254         format spec is updated.
15256         * gnus-spec.el (gnus-update-format-specifications): Return a list
15257         of updated types.
15259 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15261         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15262         of boundp to check if display-warning is available.
15264 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15266         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15268 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15270         * nnspool.el (nnspool-spool-directory): Use news-path if the
15271         news-directory variable is not bound.
15273         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15274         function instead of display-warning if it is not available.
15276 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15278         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15279         v5-10: Use `point-at-bol'.
15281 2004-10-26  Simon Josefsson  <jas@extundo.com>
15283         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15284         <chenggao@gmail.com>.
15286 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15288         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15289         instead.
15291 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15293         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15294         to remove a server from the nnimap-server-buffer-alist.
15295         (nnimap-open-connection, nnimap-close-server): Use it.
15297         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15299 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15301         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15302         running the major-mode function.
15304 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15306         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15307         dummy marks in the right way.
15309 2004-10-18  David Edmondson  <dme@dme.org>
15311         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15312         excessively.
15314 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15316         * gnus-util.el (gnus-split-references): Accept a nil references
15317         string and go on blissfully.
15319         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15320         cases where the references string is non-nil but has no references.
15322         * encrypt.el: Add autoload tags.
15324         * spam.el (spam-resolve-registrations-routine): Remove article
15325         from unregistration list too.  Reported by David Hanak
15326         <dhanak@isis.vanderbilt.edu>
15328 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15330         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15331         nil.  Change custom type.
15333 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15335         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15337         * gnus-sum.el (gnus-summary-move-article): Use it.
15339 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15341         * encrypt.el: Add autoload cookies.
15343         * spam.el (spam-backend-article-list-property)
15344         (spam-backend-get-article-todo-list)
15345         (spam-backend-put-article-todo-list)
15346         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15347         Resolve registrations separately.
15348         (spam-register-routine): Format comments.
15349         (spam-unregister-routine, spam-register-routine): Always call with
15350         specific-articles, no default list.
15351         (spam-summary-prepare-exit): Use the spam-classifications function.
15353         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15354         gnus-encrypt.el.
15356         * encrypt.el: Copied from gnus-encrypt.el.
15358         * gnus-encrypt.el: Commented that it's obsolete.
15360 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15362         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15363         (gnus-score-save): Use it.
15365         * message.el (message-bury): Use `window-dedicated-p'.
15367 2004-10-15  Simon Josefsson  <jas@extundo.com>
15369         * pop3.el (top-level): Don't require nnheader.
15370         (pop3-read-timeout): Add.
15371         (pop3-accept-process-output): Add.
15372         (pop3-read-response, pop3-retr): Use it.
15374 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15376         * spam.el (spam-register-routine): Move comment.
15377         (spam-verify-bogofilter): Use 'unknown for the initial
15378         spam-bogofilter-valid state, not 'never.
15380         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15381         for netrc-machine.
15383         * nnimap.el (nnimap-open-connection):
15384         Use netrc-machine-user-or-password.
15386 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15388         * gnus-registry.el (gnus-registry-unload-hook):
15389         Set as a variable with add-hook.
15391         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15392         of news-path.
15394         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15396         * spam.el: Delete duplicate `provide'.
15397         (spam-unload-hook): Set as a variable with add-hook.
15399 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15401         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15402         in the doc string.
15404         * message.el (message-ignored-news-headers)
15405         (message-ignored-supersedes-headers)
15406         (message-ignored-resent-headers)
15407         (message-forward-ignored-headers): Improve custom type.
15409 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15411         * message.el (message-tokenize-header): Fix 2004-09-06 change
15412         which used point-min in the wrong place.
15414 2004-10-12  Simon Josefsson  <jas@extundo.com>
15416         * tls.el (tls-certtool-program): New variable.
15417         (tls-certificate-information): New function, based on
15418         ssl-certificate-information.
15420 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15422         * compface.el: Move the version of ELisp-based uncompface program
15423         to the contrib directory because of the copyright problem.
15425 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15427         * message.el (message-kill-buffer): Raise the current frame.
15429 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15431         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15433         * gnus.el (message-y-or-n-p): Autoload.
15435         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15436         (pop3-password-required, pop3-authentication-scheme)
15437         (pop3-leave-mail-on-server): Make customizable.
15438         (pop3): New custom group.
15439         (pop3-retr): Remove `sleep-for' statements.
15440         Suggested by Dave Love <fx@gnu.org>.
15442         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15443         Windows/DOS.
15445         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15446         (imap-parse-body): Fix incorrect use of `assert'.
15447         Suggested by Dave Love <fx@gnu.org>.
15449         * mml.el (mml-minibuffer-read-disposition): Require match.
15450         Suggested by Dave Love <fx@gnu.org>.
15452 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15454         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15455         doc string.
15457 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15459         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15461 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15463         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15464         instead of calling `mm-insert-inline', to decode text/* parts
15465         before displaying them.
15467 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15469         * mm-uu.el (mm-uu-text-plain-type): New variable.
15470         (mm-uu-pgp-signed-extract-1): Use it.
15471         (mm-uu-pgp-encrypted-extract-1): Use it.
15472         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15473         bind mm-uu-text-plain-type with that value.
15474         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15475         mm-uu-dissect.
15477 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15479         * gnus-group.el (gnus-update-group-mark-positions):
15480         * gnus-sum.el (gnus-update-summary-mark-positions):
15481         * message.el (message-check-news-body-syntax):
15482         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15483         of string-as-multibyte.
15485 2004-10-05  Juri Linkov  <juri@jurta.org>
15487         * gnus-group.el (gnus-update-group-mark-positions):
15488         * gnus-sum.el (gnus-update-summary-mark-positions):
15489         * message.el (message-check-news-body-syntax):
15490         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15491         8-bit unibyte values to a multibyte string for search functions.
15493 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15495         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15496         (mm-uu-dissect-text-parts): New function.
15498         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15499         dissect text parts.
15501         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15502         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15504         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15506         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15507         Use gnus-current-topics instead of gnus-current-topic.
15509 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15511         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15513 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15515         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15516         where approriate.
15518         * nnml.el (nnml-generate-active-info): do.
15520         * nndiary.el (nndiary-generate-active-info): do.
15522         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15523         (gnus-topic-move): do.
15525         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15526         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15528         * gnus-srvr.el (gnus-server-prepare)
15529         (gnus-server-open-all-servers): do.
15531         * gnus-msg.el (gnus-summary-cancel-article)
15532         (gnus-summary-resend-message)
15533         (gnus-summary-mail-crosspost-complaint): do.
15535         * gnus-move.el (gnus-change-server): do.
15537         * gnus-group.el (gnus-group-unmark-all-groups)
15538         (gnus-group-set-current-level): do.
15540 2004-10-04  Simon Josefsson  <jas@extundo.com>
15542         * message.el (message-generate-hashcash): Doc fix.
15544 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15546         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15547         avoid infinite recursion via gnus-get-function.
15549 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15551         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15553         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15555         * nnmail.el (nnmail-split-history): do.
15557         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15558         (nnml-request-delete-group): do.
15560         * nnslashdot.el (nnslashdot-read-groups): do.
15562         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15563         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15565         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15566         (nnspool-sift-nov-with-sed): Use last.
15567         (nnspool-retrieve-headers-with-nov): Use mapc.
15568         (nnspool-request-newgroups): Use dolist.
15569         (nnspool-request-group): Use last.
15571         * nntp.el (nntp-read-server-type): Use dolist.
15573         * nnvirtual.el (nnvirtual-create-mapping)
15574         (nnvirtual-update-read-and-marked): Use dolist.
15575         (nnvirtual-convert-headers): Simplify.
15577 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15579         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15580         Add support for sync'ing tick marks.
15582 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15584         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15585         there's no visible header.
15587 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15589         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15590         When necessary, pass full group name to gnus-request-set-marks.
15592 2004-10-01  Simon Josefsson  <jas@extundo.com>
15594         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15595         acroread.
15597 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15599         * spam-report.el (spam-report-gmane): Fix interactive.
15601         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15603         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15604         when writing file.
15605         (gnus-agent-synchronize-flags): Don't default to being
15606         interactive.
15608 2004-09-30  Simon Josefsson  <jas@extundo.com>
15610         * message.el (message-generate-hashcash): Add.
15611         (message-send-mail): Use it, call mail-add-payment.
15613 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15615         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15617 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15619         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15620         gnus-requst-update-info with explicit code to sync the in-memory
15621         info read flags with the marks being sync'd to the backend.
15623         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15625 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15627         * spam.el (spam-verify-bogofilter): Add new function.
15628         (spam-check-bogofilter)
15629         (spam-bogofilter-register-with-bogofilter): Use it.
15630         (spam-verify-bogofilter): Add small fixes.
15632 2004-09-28  Simon Josefsson  <jas@extundo.com>
15634         * hashcash.el (hashcash-generate-payment): Revert.
15636 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15638         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15639         Use gnus-extract-references instead of gnus-split-references.
15641         * gnus-util.el (gnus-extract-references): Add new function, analogous
15642         to gnus-split-references but extracts only the message-ID without
15643         anything extra.
15645         * hashcash.el (hashcash-generate-payment)
15646         (hashcash-check-payment): Do the right thing if hashcash-path is
15647         nil (because the hashcash program could not be found).
15649         * spam.el (spam-use-hashcash): Remove comment.
15651 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15653         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15654         (gnus-cache-enter-article, gnus-cache-remove-article)
15655         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15657         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15659         * gnus-art.el (article-hide-boring-headers)
15660         (article-translate-strings, article-display-face)
15661         (gnus-article-mime-match-handle-first)
15662         (gnus-article-highlight-headers)
15663         (gnus-article-add-buttons-to-head): do.
15665 2004-09-27  Simon Josefsson  <jas@extundo.com>
15667         * hashcash.el: New version, from
15668         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15669         ../contrib/.
15671 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15673         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15675 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15677         * gnus-dup.el (gnus-dup-open): Use mapc.
15678         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15680         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15681         Reported by Stefan Wiens <s.wi@gmx.net>.
15683         * gnus.el (gnus-shutdown): Use dolist.
15685         * gnus-undo.el (gnus-undo): Use mapc.
15687         * nnrss.el (nnrss-generate-active): do.
15689         * message.el (message-cite-original-without-signature)
15690         (message-cite-original): Use mapc.
15691         (message-do-actions, message-make-forward-subject): Use dolist.
15693 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15695         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15696         deletion to remove entire duplicate line.  Fixes merged article
15697         number bug.
15699 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15701         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15702         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15703         first ask if you want to open a server and then, even when you
15704         responded with no, asking if you want to synchronize the server's
15705         flags.
15706         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15707         multi-line expressions.
15708         (gnus-agent-synchronize-group-flags): New internal function.
15709         Updates marks in memory (in the info structure) AND in the
15710         backend.
15712         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15714         * nnagent.el (nnagent-request-set-mark):
15715         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15716         method, to ensure that synchronization updates marks in the
15717         backend and in the info (in memory) structure.
15719 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15721         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15722         convention fully; don't miss the root article of a thread; make
15723         the X-Draft-From header with correct article numbers.
15725 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15727         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15728         unless plugged.  Disable the agent so that an open failure causes
15729         an error.
15731         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15732         Revert 2004-09-21 change.  The backend must be opened while
15733         synchronizing flags even when the backend stores the flags
15734         locally.
15736 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15738         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15739         in `header' match.  Reported by Svend Tollak Munkejord.
15741         * message.el (message-cite-original): Fix use of
15742         `message-cite-articles-with-x-no-archive'.
15744 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15746         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15747         (gnus-window-to-buffer): Ditto.
15749         * mml.el (mml-preview-buffer): New variable.
15750         (mml-preview): Manage window layout with gnus-buffer-configuration.
15752         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15753         X-Draft-From header even if those articles aren't quoted.
15755 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15757         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15758         (gnus-request-set-mark, gnus-request-update-mark): Use new
15759         g-s-t-u-l-m to decide to use backend even when unplugged.
15761 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15763         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15764         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15766 2004-09-20  Simon Josefsson  <jas@extundo.com>
15768         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15769         "utf-16-le".
15771 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15773         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15775 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15777         * uudecode.el (uudecode-use-external): Add :version.
15779         * smime.el (smime-CA-file, smime-encrypt-cipher)
15780         (smime-dns-server): Add :version.
15782         * smiley.el (gnus-smiley-file-types): Add :version.
15784         * sha1.el (sha1-use-external): Add :version.
15786         * pgg-def.el (pgg-query-keyserver): Add :version.
15788         * nnmail.el (nnmail-fancy-expiry-targets)
15789         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15790         Add :version.
15792         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15793         (nnimap-retrieve-groups-asynchronous): Add :version.
15794         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15796         * mml.el (mml-content-disposition-parameters)
15797         (mml-insert-mime-headers-always): Add :version.
15799         * mm-util.el (mm-coding-system-priorities): Add :version.
15801         * mm-decode.el (mm-inline-text-html-with-images)
15802         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15803         (mm-verify-option): Add :version.
15804         (mm-text-html-renderer): Change :version.
15806         * message.el (message-fcc-externalize-attachments)
15807         (message-required-headers, message-draft-headers)
15808         (message-subject-trailing-was-query)
15809         (message-subject-trailing-was-ask-regexp)
15810         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15811         (message-mark-insert-end, message-archive-header)
15812         (message-archive-note, message-cross-post-default)
15813         (message-cross-post-note, message-followup-to-note)
15814         (message-cross-post-note-function, message-use-mail-followup-to)
15815         (message-subscribed-address-functions)
15816         (message-subscribed-address-file, message-subscribed-addresses)
15817         (message-subscribed-regexps, message-allow-no-recipients)
15818         (message-yank-cited-prefix, message-signature-insert-empty-line)
15819         (message-hidden-headers, message-hierarchical-addresses)
15820         (message-mail-user-agent, message-use-idna)
15821         (message-valid-fqdn-regexp)
15822         (message-strip-special-text-properties, message-header-synonyms)
15823         (message-beginning-of-line, message-tab-body-function): Add :version.
15824         (message-insert-canlock, message-wide-reply-confirm-recipients):
15825         Change :version.
15827         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15828         and :version.
15829         (mail-source-delete-old-incoming-confirm)
15830         (mail-source-movemail-program): Add :version.
15832         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15833         (gnus-agent-cache, gnus-agent): Change :version.
15835         * gnus-util.el (gnus-use-byte-compile): Change :version.
15837         * gnus-sum.el (gnus-summary-make-false-root-always)
15838         (gnus-summary-default-high-score)
15839         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15840         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15841         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15842         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15843         (gnus-sum-thread-tree-single-indent)
15844         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15845         (gnus-sum-thread-tree-leaf-with-other)
15846         (gnus-sum-thread-tree-single-leaf): Add :version.
15847         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15848         (gnus-article-loose-mime): Change :version.
15850         * gnus-start.el (gnus-backup-startup-file)
15851         (gnus-save-startup-file-via-temp-buffer): Add :version.
15853         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15854         (gnus-server-offline-face): Add :version.
15856         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15858         * gnus-msg.el (gnus-gcc-externalize-attachments)
15859         (gnus-debug-files, gnus-debug-exclude-variables)
15860         (gnus-discouraged-post-methods): Change :version.
15861         (gnus-confirm-mail-reply-to-news)
15862         (gnus-confirm-treat-mail-like-news): Add :version.
15864         * gnus-int.el (gnus-server-unopen-status): Add :version.
15866         * gnus-group.el (gnus-group-jump-to-group-prompt)
15867         (gnus-large-ephemeral-newsgroup)
15868         (gnus-fetch-old-ephemeral-headers): Add :version.
15870         * gnus-fun.el (gnus-x-face-directory)
15871         (gnus-convert-pbm-to-x-face-command)
15872         (gnus-convert-image-to-x-face-command)
15873         (gnus-convert-image-to-face-command): Add :version.
15875         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15877         * gnus-cite.el (gnus-cite-blank-line-after-header)
15878         (gnus-article-boring-faces): Add :version.
15880         * gnus-art.el (gnus-buttonized-mime-types)
15881         (gnus-inhibit-mime-unbuttonizing)
15882         (gnus-treat-display-face)
15883         (gnus-treat-body-boundary): Change :version.
15884         (gnus-body-boundary-delimiter, gnus-picon-databases)
15885         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15886         (gnus-treat-date-english, gnus-treat-fold-headers)
15887         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15888         (gnus-treat-mail-picon, gnus-treat-wash-html)
15889         (gnus-article-encrypt-protocol)
15890         (gnus-use-idna, gnus-article-over-scroll)
15891         (gnus-mime-display-multipart-alternative-as-mixed)
15892         (gnus-mime-display-multipart-related-as-mixed)
15893         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15894         (gnus-ctan-url, gnus-button-ctan-handler)
15895         (gnus-button-handle-ctan-bogus-regexp)
15896         (gnus-button-ctan-directory-regexp)
15897         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15898         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15899         (gnus-button-man-level, gnus-button-emacs-level)
15900         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15902         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15903         (gnus-agent-go-online): Change :version.
15904         (gnus-agent-expire-unagentized-dirs)
15905         (gnus-agent-auto-agentize-methods): Add :version.
15907         * flow-fill.el (fill-flowed-display-column)
15908         (fill-flowed-encode-column): Add :version.
15910         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15911         (gnus-outlook-deuglify-unwrap-max)
15912         (gnus-outlook-deuglify-cite-marks)
15913         (gnus-outlook-deuglify-unwrap-stop-chars)
15914         (gnus-outlook-deuglify-no-wrap-chars)
15915         (gnus-outlook-deuglify-attrib-cut-regexp)
15916         (gnus-outlook-deuglify-attrib-verb-regexp)
15917         (gnus-outlook-deuglify-attrib-end-regexp)
15918         (gnus-outlook-display-hook): Add :version.
15920         * binhex.el (binhex-use-external): Add :version.
15922 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15924         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15925         and `invisible'.
15927 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15929         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15930         in gnus-registry-trim.
15932 2004-09-13  Simon Josefsson  <jas@extundo.com>
15934         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15936         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15938         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15939         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15940         <yamaoka@jpl.org>.
15941         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15942         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15943         <yamaoka@jpl.org>.
15945         * sieve.el (sieve-manage-mode): Ditto.
15947 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15949         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15951 2004-09-11  Simon Josefsson  <jas@extundo.com>
15953         * dns-mode.el: Add.
15955         * mm-view.el (mm-display-dns-inline): Add.
15957         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15958         (mm-automatic-display): Ditto.
15960         * mailcap.el (mailcap-mime-data): Add text/dns.
15961         (mailcap-mime-extensions): Map .soa to text/dns.
15963 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15965         * gnus-art.el (article-decode-mime-words, article-babel)
15966         (gnus-article-highlight-signature, gnus-article-add-buttons)
15967         (gnus-signature-toggle): Remove unnecessary bindings of
15968         `inhibit-read-only' inherited from v5.10 merge.
15970 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15972         * nntp.el (nntp): New customization group.
15973         (nntp-authinfo-file): Add customization group.
15975         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15977         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15979         * gnus.el (to-address, to-list, subscribed)
15980         (large-newsgroup-initial): Ditto.
15982         * flow-fill.el (fill-flowed-display-column)
15983         (fill-flowed-encode-column): Ditto.
15985 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15987         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15988         Use point-min rather than 1.
15989         (message-send-mail): Use buffer-size rather than point-max.
15991         * gnus-sum.el (gnus-summary-search-article-forward):
15992         Signal a specific `search-failed' rather than a generic `error'.
15994         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15995         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15996         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15998 2004-09-10  Simon Josefsson  <jas@extundo.com>
16000         * nndb.el (require): Remove tcp and duplicate cl.
16002 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16004         * gnus-agent.el (directory-files-and-attributes): Move forward.
16006 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16008         * gnus-agent.el (directory-files-and-attributes):
16009         Optionally defined to support XEmacs.
16011 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16013         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16014         to avoid run-time CL dependencies.
16015         (gnus-agent-unfetch-articles): New function.
16016         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16017         article numbers even when local .overview file is missing.
16018         (gnus-agent-read-article-number): New function.  Only accepts
16019         27-bit article numbers.
16020         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16021         Use gnus-agent-read-article-number.
16022         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16023         from backend while recognizing that article numbers in .overview
16024         must be valid.
16025         (gnus-agent-update-files-total-fetched-for):
16026         Use directory-files-and-attributes to improve performance.
16027         * gnus-int.el (gnus-request-move-article):
16028         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16029         improve performance.
16031         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16032         some users confused by references to .newsrc when they only have a
16033         .newsrc.eld file.
16034         (gnus-convert-mark-converter-prompt)
16035         (gnus-convert-converter-needs-prompt): Fix use of property list.
16036         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16037         New function.  Used internally to only display 'gnus converting
16038         files' message when actually necessary.
16040         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16041         methods now autoloaded.
16043 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16045         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16046         identifiers.
16048 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16050         * gnus-picon.el: Fix indentation and closing parenthesis.
16052 2004-09-01  Simon Josefsson  <jas@extundo.com>
16054         * message.el (message-canlock-generate): Require sha1, not
16055         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16056         to require within a function.  Sadly, if sha1.el isn't loaded, the
16057         let binding in m-c-g will hide the defcustom definition, which is
16058         bad.)
16060         * canlock.el: Require sha1, not sha1-el.
16062         * message.el: Don't autoload sha1 (there is a autoload cookie in
16063         sha1.el).
16065         * sha1-el.el: Rename to sha1.el.
16067 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16069         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16071 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16073         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16075 2004-08-30  Kim F. Storm  <storm@cua.dk>
16077         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16079         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16080         Add :group 'nnimap.
16082 2004-08-30  Andreas Schwab  <schwab@suse.de>
16084         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16085         ?* and ?\;.
16087         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16088         and ?\' to symbol instead of whitespace.
16090 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16092         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16094         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16095         instead of re-search-forward.
16097         * gnus-uu.el (gnus-uu-save-article): Ditto.
16098         (gnus-uu-post-encode-uuencode): Ditto.
16100         * html2text.el (html2text-clean-list-items): Ditto.
16101         (html2text-clean-dtdd): Ditto.
16102         (html2text-format-tags): Ditto.
16104         * message.el (message-send-mail-with-sendmail): Fix regexp.
16105         (message-fill-field-general): Use search-forward instead of
16106         re-search-forward.
16107         (unbold-region): Ditto.
16109         * nnrss.el (nnrss-request-article): Ditto.
16111         * nnslashdot.el (nnslashdot-request-article): Ditto.
16113         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16115         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16116         "Unrecognized menu descriptor" error in XEmacs.
16118 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16120         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16121         parent article of a sparse article in the thread hashtb.
16123 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16125         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16126         (nnmail-expand-newtext): Lowercase expanded entries if
16127         nnmail-split-lowercase-expanded is non-nil.
16129 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16131         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16133         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16134         of gnus-tmp-news-method into string under XEmacs.  It will be
16135         passed to gnus-correct-length which takes only a string argument.
16137 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16139         * gnus-util.el (gnus-bind-print-variables): New macro.
16140         (gnus-prin1): Use it.
16141         (gnus-prin1-to-string): Use it.
16142         (gnus-pp): New function.
16143         (gnus-pp-to-string): New function.
16145         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16146         Replace pp-to-string with gnus-pp-to-string.
16147         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16148         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16149         * gnus-msg.el (gnus-debug): Ditto.
16150         * gnus-score.el (gnus-score-save): Ditto.
16151         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16152         gnus-pp-to-string.
16153         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16154         with gnus-pp.
16155         * score-mode.el (gnus-score-pretty-print): Ditto.
16156         * webmail.el (webmail-debug): Ditto.
16158 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16160         * gnus-art.el (article-display-face, article-display-x-face):
16161         Use buffer-read-only.
16163 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16165         * gnus-art.el (article-hide-list-identifiers):
16166         Bind inhibit-read-only as t.
16168 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16170         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16172 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16174         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16175         (gnus-narrow-to-page): Don't assume point-min == 1.
16176         (gnus-article-edit-mode): Derive from message-mode.
16178         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16179         point-min == 1.
16181         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16182         Disable incorrect use of `assert'.
16184         * message.el (message-mode): Set comment-start-skip.
16186 2004-08-22  Sam Steingold  <sds@gnu.org>
16188         * pop3.el (pop3-leave-mail-on-server): New user variable.
16189         (pop3-movemail): Delete mail only when it is nil.
16191 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16193         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16195         * mml.el (mml-preview): Use `pop-to-buffer'.
16197         * message.el (message-goto-mail-followup-to): Insert after "To".
16198         (message-carefully-insert-headers): Add comment.
16200         * gnus.el: Remove unused variable `gnus-article-check-size'.
16202         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16204         * gnus-art.el (gnus-button-alist):
16205         Improve `gnus-button-handle-library' entry.
16207 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16209         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16210         Use downcase, since XEmacs capitalizes error messages differently.
16212 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16214         * nntp.el: Add (require 'gnus) due to reference to
16215         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16217 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16219         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16220         Bind `mm-fill-flowed'.
16222         * mm-decode.el (mm-dissect-singlepart): Check it.
16224 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16226         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16227         'imap' for netrc parsing.
16229 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16231         * mailcap.el (mailcap-mime-data): Mark as risky.
16233 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16235         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16236         may be included in the encoded word.
16237         (rfc2047-encode): Don't append a space if the encoded word
16238         includes close parenthesis.
16240 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16242         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16243         of text within parentheses.
16245 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16247         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16248         (gnus-encrypt-write-file-contents): Make the password key the file
16249         name PLUS the cipher, not just the cipher.  Also remove failed
16250         passwords from the cache.
16252 2004-08-06  Simon Josefsson  <jas@extundo.com>
16254         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16255         Doc fix.
16257 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16259         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16260         LWSP.
16262 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16264         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16265         Try to append in-reply-to: data to the references: header.
16267         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16268         (netrc-parse): Use gnus-encrypt.el functions.
16270         * gnus-encrypt.el: Add new file for encryption support; currently
16271         does only a few GPG ciphers and an internal XOR cipher.
16273         * password.el: Add comments on using password-read-and-add.
16274         (password-read-and-add): Add function to read and add the
16275         password to the cache at once.
16277 2004-07-28  Simon Josefsson  <jas@extundo.com>
16279         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16280         parameter (but don't use it, for now).
16282         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16283         instead of hard coding to nil.
16285 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16287         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16288         as mm-inline-image-xemacs does.
16290 2004-07-26  Simon Josefsson  <jas@extundo.com>
16292         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16293         Revert part of 2004-07-17 change below.
16295 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16297         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16298         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16300 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16302         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16303         quotes that actually start with ">" at the beginning of the
16304         lines.
16306 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16308         * rfc2047.el (rfc2047-encode-region): Fix last change.
16309         (rfc2047-encode-parameter): Remove useless concat.
16311 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16313         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16314         encode special characters; fix some kind of misconfigured headers;
16315         signal a real error if debug-on-quit or debug-on-error is non-nil.
16316         (rfc2047-encode-max-chars): New variable.
16317         (rfc2047-encode-1): Use it.
16318         (rfc2047-encode-parameter): New function.
16320         * mml.el (mml-insert-parameter): Remove an excessive space.
16322 2004-07-17  Simon Josefsson  <jas@extundo.com>
16324         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16325         Kai Grossjohann <kai@emptydomain.de>.
16326         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16327         (gnus-group-make-menu-bar): Ditto.
16329         * gnus-util.el (gnus-group-server): Add.
16331 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16333         * message.el (message-clone-locals): Clone sendmail and smtp
16334         variables.
16336 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16338         * rfc2047.el (rfc2047-encode-region): Fix last change.
16340 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16342         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16343         characters as non-special.
16345 2004-07-09  Simon Josefsson  <jas@extundo.com>
16347         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16348         Users will lose all flag changes made while unplugged with
16349         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16350         good default.  See numerous reports on ding mailing list.
16352 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16354         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16355         add generate-head-function and generate-article-function to the
16356         rfc822-forward entry.
16357         (nndoc-rfc822-forward-generate-article): New function.
16358         (nndoc-rfc822-forward-generate-head): New function.
16360         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16362 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16364         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16365         respect display group parameter and gnus-summary-expunge-below.
16366         (gnus-articles-to-read): Remove unused reference to display group
16367         parameter.
16369 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16371         * nnheader.el (nnheader-uniquify-message-id): New experimental
16372         variable.
16373         (nnheader-nov-read-message-id): Use it.
16375         * spam-report.el (spam-report-gmane): Add interactive.
16377 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16379         * mm-encode.el (mm-content-transfer-encoding-defaults):
16380         Use qp-or-base64 for the application/* types.
16382 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16384         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16386 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16388         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16389         trim value.
16391 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16393         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16394         New macro and function.
16395         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16397 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16399         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16400         after-load-alist.
16402 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16404         * gnus-group.el (gnus-group-get-new-news-this-group):
16405         Don't update info that isn't there.
16407 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
16409         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16410         entry.
16412 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16414         * mm-view.el (mm-inline-render-with-function): Use multibyte
16415         buffer; decode html source by charset.
16417         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16419         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16420         Mule-UCS is loaded under XEmacs.
16421         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16423 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16425         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16427 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16429         * mm-util.el (mm-coding-system-p): Return a coding-system.
16430         (mm-mime-mule-charset-alist): Use shift_jis instead of
16431         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16432         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16433         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16434         instead of japanese-shift-jis and iso-latin-1 respectively in
16435         order to share the default value with both Emacs and XEmacs-mule.
16436         (mm-mule-charset-to-mime-charset):
16437         Make mm-coding-system-priorities effective.
16438         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16439         while predicating of candidates upon the priorities.
16441 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16443         * gnus-sum.el (gnus-summary-make-menu-bar):
16444         Add gnus-uu-invert-processable.
16446         * gnus.el: Autoload gnus-uu-invert-processable.
16448 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16450         * mm-util.el (mm-with-multibyte-buffer): New macro.
16452         * rfc2047.el (rfc2047-encode-string): Use it.
16453         (rfc2047-encode-region): Move point to the end of the region after
16454         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16456 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16458         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16459         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16461 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16463         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16464         (gnus-cite-parse): Ignore quoted envelope From_.
16465         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16467 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16469         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16470         invalid addresses.
16472 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16474         * spam.el: Change section markers, revise TODO list.
16475         (spam-backends): Make new master list of all installed backends.
16476         (spam-summary-exit-behavior): Add new variable to determine how
16477         messages moves are done at summary exit.
16478         (spam-move-spam-nonspam-groups-only)
16479         (spam-process-ham-in-nonham-groups)
16480         (spam-process-ham-in-spam-groups): Remove variables, the
16481         spam-summary-exit-behavior variable should be used to manage this
16482         behavior.
16483         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16484         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16485         and spam-old-spam-articles.
16486         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16487         Add empty variables, placeholders for the backends they represent.
16488         (spam-set-difference): Move, unchanged.
16489         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16490         unless the user has a processor variable.
16491         (spam-classifications, spam-classification-valid-p)
16492         (spam-backend-properties, spam-backend-property-valid-p)
16493         (spam-backend-function-type-valid-p)
16494         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16495         (spam-report-articles-gmane, spam-report-articles-resend):
16496         Remove functions, they are not needed.
16497         (spam-install-backend-super, spam-backend-list)
16498         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16499         (spam-backend-function, spam-backend-ham-registration-function)
16500         (spam-backend-spam-registration-function)
16501         (spam-backend-ham-unregistration-function)
16502         (spam-backend-spam-unregistration-function)
16503         (spam-backend-statistical-p, spam-backend-mover-p)
16504         (spam-install-backend-alias, spam-install-checkonly-backend)
16505         (spam-install-mover-backend, spam-install-nocheck-backend)
16506         (spam-install-backend, spam-install-statistical-backend)
16507         (spam-install-statistical-checkonly-backend): Add backend installation
16508         support.
16509         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16510         (spam-group-processor-p): Use the new backend code and respect the
16511         summary exit behavior.
16512         (spam-mark-spam-as-expired-and-move-routine): Remove.
16513         (spam-summary-prepare): Change to use the new spam-old-articles
16514         variable.
16515         (spam-copy-or-move-routine, spam-copy-spam-routine)
16516         (spam-move-spam-routine, spam-copy-ham-routine)
16517         (spam-move-ham-routine): Add code to copy/move ham or spam.
16518         (spam-fetch-field-fast): Improve doc and code, plus allow the
16519         'number request.
16520         (spam-list-of-checks, spam-list-of-statistical-checks):
16521         Remove variables.
16522         (spam-split, spam-find-spam): Use the new backend code.
16523         (spam-registration-functions): Remove variable.
16524         (spam-unregister-routine): Add convenience wrapper.
16525         (spam-log-undo-registration, spam-register-routine)
16526         (spam-log-processing-to-registry)
16527         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16528         where possible.
16529         (spam-check-gmane-xref, spam-check-regex-headers)
16530         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16531         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16532         (spam-check-bogofilter-headers, spam-check-spamoracle)
16533         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16534         (spam-check-crm114-headers): Use the spam-split-group that
16535         spam-split prepares, no need to determine it every time.
16537         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16538         to the nnheader-parse-naked-head call.
16540         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16542         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16543         the nnheader-nov-read-message-id call.
16545 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16547         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16548         gnus-activate-group twice.  Suggested by Markus Peter
16549         <warp@spin.de>.
16551 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16553         * gnus-art.el (gnus-article-time-format): Exchange the order of
16554         day and month in the default value; fix customization type.
16555         (article-date-ut): Use add-text-properties.
16556         (article-make-date-line): Use message-make-date instead of
16557         current-time-string.
16559         * message.el (message-fetch-field): Don't use set-text-properties.
16560         (message-make-date): Simplify.
16562 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16564         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16565         (rfc2047-encode-region): Treat text within parentheses as special;
16566         show the original text when error has occurred.
16568         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16569         already-computed method to gnus-activate-group.
16571         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16572         same select-methods identical Lisp objects.
16574         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16575         object when modifying the info.
16577 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16579         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16580         gnus-opened-servers since it has never been opened with the new
16581         configuration yet.
16583 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16585         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16586         arg to nnheader-generate-fake-message-id.
16588 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16590         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16591         number and build a fake message ID localized to a group and
16592         article number (so it's repeatable from that point on).
16593         (nnheader-fake-message-id-p): Change regex to accommodate new fake
16594         ID format.
16596         * gnus-sum.el (gnus-get-newsgroup-headers):
16597         Call nnheader-generate-fake-message-id with the article number.
16599 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16601         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16602         end-of-buffer.
16604 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16606         * message.el (message-ignored-supersedes-headers): Add Approved.
16608 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16610         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16611         goto-char.
16612         (rfc2047-encode): Fold the line before encoding.
16614 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16616         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16617         folding -- not all headers can be folded, and this should be done
16618         by the message composition mode.  Probably.  I think.
16620 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16622         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16623         fast.
16625         * gnus-ems.el (gnus-remove-image): Don't use
16626         message-text-with-property; remove only the image found first.
16628 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16630         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16632 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16634         * message.el (message-text-with-property): Make it fast and accept
16635         optional arguments.
16636         (message-strip-forbidden-properties): Use it.
16637         (message-fix-before-sending): Follow the m-t-w-p change.
16639         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16641 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16643         * gnus-art.el (article-hide-headers): Don't change the buffer
16644         mistakenly when performing mml-preview even if
16645         gnus-single-article-buffer is nil.
16647 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16649         * message.el (message-expand-name-databases): New user option.
16650         (message-expand-name): Use it.
16652 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16654         * spam.el (spam-report-articles-resend)
16655         (spam-report-resend-register-routine): Allow ham reporting.
16656         (spam-report-resend-register-ham-routine): Add wrapper.
16657         (spam-registration-functions): Add ham resending functions.
16658         (spam-list-of-processors): Add ham resend processor.
16660         * gnus.el (ham-resend-to): Add new group parameter.
16661         (spam-process): Add ham resend option.
16663         * spam-report.el (spam-report-resend): Allow reporting ham.
16664         (spam-report-resend-ham): Add wrapper.
16666 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16668         * message.el (message-cite-articles-with-x-no-archive):
16669         New variable.
16670         (message-cite-original): Use it.
16672 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16674         * message.el (message-cite-original): Respect X-No-Archive.
16676 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16678         * gnus-art.el (article-hide-headers): Refer to the values for
16679         gnus-ignored-headers and gnus-visible-headers in the summary
16680         buffer since a user may have set them as group parameters.
16682 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16684         * assistant.el (assistant-node-name): Add convenience function.
16685         (assistant-render-text, assistant-render-node): Add error handling,
16686         plus handle multiple next nodes.
16687         (assistant-find-next-node): Comment out for now.
16688         (assistant-find-next-nodes): Add function, returns list of next
16689         nodes.
16691 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16693         * mail-source.el (mail-source-directory): Fix doc-string.
16695 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16697         * assistant.el (assistant-render-text, assistant-eval): Add :set
16698         widget type, which is different because it takes and returns a
16699         list.  Much hilarity ensues.
16701 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16703         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16705         * gnus-group.el (gnus-group-get-new-news-this-group):
16706         Add doc-string.
16708         * gnus-start.el (gnus-activate-group): Add doc-string.
16710 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16712         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16714 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16716         * assistant.el (assistant-render-text): Try to add a :set
16717         widget, more to come.
16719         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16720         strings.
16721         (spam-report-articles-resend)
16722         (spam-register-routine): Do registration iff any articles warrant
16723         it.
16724         (spam-summary-prepare-exit): Change log message for nil group
16725         destinations.
16727 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16729         * spam.el (spam-report-resend-register-routine):
16730         Allow spam-report-resend-to to be a group parameter or a global value.
16732 2004-05-26  Simon Josefsson  <jas@extundo.com>
16734         * starttls.el: Merge with my GNUTLS based starttls.el.
16735         (starttls-gnutls-program, starttls-use-gnutls)
16736         (starttls-extra-arguments, starttls-process-connection-type)
16737         (starttls-connect, starttls-failure, starttls-success):
16738         New variables.
16739         (starttls-program, starttls-extra-args): Doc fix.
16740         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16741         New functions.
16742         (starttls-negotiate, starttls-open-stream):
16743         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16744         function if it is set.
16746 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16748         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16749         structured fields.
16751 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16753         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16755 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16757         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16758         Add variable.
16759         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16760         assigning the spam-mark to new messages.
16762 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16764         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16766 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16768         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16769         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16770         default.
16772 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16774         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16775         correct data.
16777 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16779         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16780         (spam-group-processor-p): Fix function.
16781         (spam-group-processor-multiple-p)
16782         (spam-group-spam-processor-report-gmane-p)
16783         (spam-group-spam-processor-report-resend-p)
16784         (spam-group-spam-processor-bogofilter-p)
16785         (spam-group-spam-processor-blacklist-p)
16786         (spam-group-spam-processor-ifile-p)
16787         (spam-group-ham-processor-ifile-p)
16788         (spam-group-spam-processor-spamoracle-p)
16789         (spam-group-spam-processor-crm114-p)
16790         (spam-group-ham-processor-bogofilter-p)
16791         (spam-group-spam-processor-stat-p)
16792         (spam-group-ham-processor-stat-p)
16793         (spam-group-ham-processor-whitelist-p)
16794         (spam-group-ham-processor-BBDB-p)
16795         (spam-group-ham-processor-spamoracle-p)
16796         (spam-group-ham-processor-copy-p): Remove functions with some
16797         prejudice against unneeded code.
16798         (spam-report-articles-resend)
16799         (spam-report-resend-register-routine): Allow the group/topic
16800         spam-resend-to value to override spam-report-resend-to.
16801         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16802         properly now.
16804         * gnus.el (spam-resend-to): Add group/topic parameter.
16805         (spam-process): Move the OBSOLETE processors to the end of the
16806         choices.
16808 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16810         * spam-report.el (spam-report-resend-to, spam-report-resend):
16811         Start with resend-to set to nil, and then ask the user if necessary.
16812         (spam-report-resend): spam-report-resend takes a list of articles, not
16813         separate article numbers.
16815 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16817         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16818         addition to emacs-w3m.
16820 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16822         * assistant.el (assistant-authinfo-data): New function.
16823         (assistant-eval): Eval for entire assistant.
16825         * netrc.el (netrc-services-file): New variable.
16826         (netrc-parse-services): New function.
16827         (netrc-find-service-name): New function.
16828         (netrc-find-service-number): New function.
16829         (netrc-port-equal): New function.
16830         (netrc-machine): Use it.
16832         * nnimap.el (nnimap-open-connection): Use netrc.
16834         * gnus-util.el (gnus-netrc-get): Remove aliases.
16836         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16838         * assistant.el (wid-edit): Fix compilation.
16840         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16842 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16844         * gnus-util.el (gnus-set-file-modes): New function.  (small
16845         patch).
16847 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16849         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16851         * assistant.el (assistant-render-node): Fix up rendering and
16852         read-only text.
16853         (assistant-render-node): Reset.
16854         (assistant-make-read-only): Not sticky.
16856 2004-05-20  Danny Siu  <dsiu@adobe.com>
16858         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16859         centered even when gnus-auto-center-summary is t
16861 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16863         * dns.el (dns-get-txt-answer): New function.
16864         (dns-read-txt): Ditto.
16865         (query-dns): Use it.
16867 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16869         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16870         active for foreign groups even if the group level is higher than
16871         the specified value.
16873 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16875         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16876         non-active groups.
16878         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16880 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16882         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16884 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16886         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16887         (spam-crm114-header, spam-crm114-spam-switch)
16888         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16889         (spam-crm114-positive-spam-header)
16890         (spam-crm114-database-directory, spam-list-of-processors)
16891         (spam-group-spam-processor-crm114-p)
16892         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16893         (spam-generic-score, spam-list-of-checks)
16894         (spam-list-of-statistical-checks, spam-registration-functions)
16895         (spam-check-crm114-headers, spam-crm114-score)
16896         (spam-check-crm114, spam-crm114-register-with-crm114)
16897         (spam-crm114-register-spam-routine)
16898         (spam-crm114-unregister-spam-routine)
16899         (spam-crm114-register-ham-routine)
16900         (spam-crm114-unregister-ham-routine): Add CRM114 support.
16901         From asjo@koldfront.dk (Adam Sjøgren).
16903         * gnus.el: Add spam-use-crm114.
16905         * spam.el (spam-list-of-processors, spam-registration-functions):
16906         Add spam-use-resend.
16907         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16908         (spam-report-articles-gmane): Add doc fix.
16909         (spam-report-articles-resend, spam-report-resend-register-routine):
16910         Add wrappers around spam-report-resend-to.
16912         * spam-report.el (spam-report-resend-to, spam-report-resend):
16913         Add support for resending spam.
16914         (spam-report-gmane): Fix line length >80.
16916         * gnus.el (spam-process): Add spam-use-resend.
16918 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16920         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16921         number of processed spam messages.
16922         (spam-ham-copy-or-move-routine): Return the number of processed
16923         ham messages.
16924         (spam-summary-prepare-exit): Use the above values to decide
16925         whether status messages shouled be displayed.
16927 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16929         * rfc2047.el (rfc2047-encode-function-alist): Rename from
16930         `rfc2047-encoding-function-alist' in order to avoid conflicting
16931         with the old version.
16932         (rfc2047-encode-region): Concatenate words containing non-ASCII
16933         characters in structured fields; don't encode space-delimited
16934         ASCII words even in unstructured fields; don't break words at
16935         char-category boundaries.
16936         (rfc2047-encode-1): New function.
16937         (rfc2047-encode): Use it; encode text so that it occupies the
16938         maximum width within 76-column; work correctly on Q encoding for
16939         iso-2022-* charsets.
16940         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16941         sure not to break a line just after the header name.
16942         (rfc2047-b-encode-region): Remove.
16943         (rfc2047-b-encode-string): New function.
16944         (rfc2047-q-encode-region): Remove.
16945         (rfc2047-q-encode-string): New function.
16947         * mm-util.el (mm-replace-in-string): New function.
16949 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16951         * gnus-msg.el (gnus-inews-make-draft-meta-information):
16952         Really get it right.
16953         (gnus-inews-make-draft): Really.
16955 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16957         * nnmh.el (nnmh-request-list-1): Don't check the link count
16958         before descending.  (small patch)
16960 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16962         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16963         stuff.
16965         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
16966         Match on real group name.
16968         * gnus-art.el (gnus-signature-limit): Doc fix.
16970         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16972 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16974         * gnus-draft.el (gnus-draft-send):
16975         Bind rfc2047-encode-encoded-words.
16977         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16978         (rfc2047-encodable-p): Say that =? needs encoding.
16979         (rfc2047-encode-encoded-words): New variable.
16981         * gnus-group.el (gnus-group-select-group): Doc fix.
16983         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16985         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16986         to nil.
16988         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16990         * nnheader.el (nnheader-get-lines-and-char): New function.
16992 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16994         * gnus-msg.el (gnus-summary-followup-with-original):
16995         Document yanking of region when active.
16997 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16999         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17000         groups if the group level is higher than the specified value.
17002 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17004         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17005         (gnus-group-jump-to-group): Add prefix argument using
17006         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17007         non-active group.
17009         * compface.el (uncompface): Be verbose when changing
17010         `uncompface-use-external'.
17012         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17013         handle manual section.
17015 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17017         * gnus-art.el (gnus-button-alist): Revert previous change.
17019 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17021         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17023 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17025         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17026         whether backend can accept message.
17028         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17030 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17032         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17033         Avoid creating directory when nntp-marks-is-evil is true.
17034         Reported by Reiner Steib.
17036 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17038         * gnus-picon.el (gnus-picon-style): New variable.
17039         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17040         (gnus-picon-transform-address): Support `gnus-picon-style'.
17041         From Jesper Harder <harder@ifa.au.dk>.
17043 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17045         * message.el (message-fill-field): Return point.
17046         (message-generate-headers): Go to end of field.
17048         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17049         stuff for non-living groups.
17051 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17053         * gnus-art.el (gnus-article-followup-with-original)
17054         (gnus-article-reply-with-original): gnus-mark-active-p ->
17055         gnus-region-active-p.
17057 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17059         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17060         only when there is spam or ham to be processed.
17062 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17064         * mail-source.el (mail-source-delete-crash-box): Refactor.
17065         (mail-source-fetch): Use it.
17066         (mail-source-fetch-file): Ditto.
17067         (mail-source-fetch-directory): Run postscript in loop.
17068         (mail-source-fetch-pop): Delete.
17069         (mail-source-fetch-maildir): Ditto.
17070         (mail-source-fetch-imap): Ditto.
17072         * imap.el (imap-authenticators): Comment out sasl.
17074         * message.el (message-skip-to-next-address): New function.
17075         (message-fill-header-address): Refactor.
17076         (message-fill-address): Use it.
17077         (message-delete-address): Use it.
17078         (message-fill-header-general): Refactor.
17079         (message-fill-field-address): Rename.
17080         (message-narrow-to-field): Find the start of the header.
17081         (message-header-format-alist): Don't pre-fill.
17082         (message-fill-header): Remove.
17083         (message-insert-header): New function.
17084         (message-shorten-references): Use it.
17086         * rfc2047.el (rfc2047-field-value): Strip props.
17088         * mail-parse.el (mail-header-make-address): New alias.
17090         * ietf-drums.el (ietf-drums-make-address): New function.
17092         * imap.el: Add compiler directives.
17094         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17096         * gnus-art.el (article-decode-idna-rhs): Don't use
17097         message-idna-inside-rhs-p.
17099 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17101         * message.el (message-idna-inside-rhs-p): Remove.
17102         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17104         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17105         false positives.
17107 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17109         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17111 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17113         * nneething.el (nneething-file-name): Don't create spurious
17114         files.
17116         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17117         (gnus-inews-do-gcc): Remove sleep.
17119         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17120         part under point.
17122         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17123         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17125 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17127         * spam.el (spam-summary-prepare-exit): Fix (length).
17129 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17131         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17132         as expired without moving it" message when there are spam
17133         messages left.
17135 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17137         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17138         header is not nil.
17140 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17142         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17143         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17144         (nntp-marks-changed-p): New arg SERVER.
17145         (nntp-request-update-info): Adjust caller.
17147 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17149         * nntp.el (nntp-save-marks): Pass missing arg.
17151 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17153         * nntp.el: Support marks.
17154         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17155         (nntp-marks-modtime, nntp-marks-directory): New variables.
17156         (nntp-request-set-mark, nntp-request-update-info)
17157         (nntp-possibly-create-directory, nntp-marks-changed-p)
17158         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17159         New functions.
17161 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17163         * gnus-score.el (gnus-score-insert-help):
17164         Use gnus-select-lowest-window.
17166         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17167         appt-select-lowest-window and rename to gnus-select-lowest-window.
17169         * gnus.el: do.
17171 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17173         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17174         encodings of MIME-encoded words, in order to improve
17175         interoperability with several broken MUAs.
17177 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17179         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17180         tags, only when charsets are not specified in headers.
17181         (mm-inline-text-html-render-with-w3m): Ditto.
17183 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17185         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17186         instead of MIME-decoded from fields when checking
17187         `gnus-article-address-banner-alist'.
17189 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17191         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17192         description rather than subject.
17194 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17196         * gnus.el (gnus-version-number): Bump.
17198 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17200         * gnus.el: No Gnus v0.2 is released.
17202 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17204         * gnus-agent.el (gnus-agent-read-agentview):
17205         Inline gnus-uncompress-range.
17207 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17209         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17210         `exec-installed-p'.
17212 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17214         * gnus.el (spam-process, spam-autodetect-methods):
17215         Add bsfilter and bsfilter-headers.
17217         * spam.el (spam-bsfilter): New customize group.
17218         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17219         (spam-bsfilter-header, spam-bsfilter-probability-header)
17220         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17221         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17222         (spam-bsfilter-database-directory): New options.
17223         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17224         (spam-list-of-statistical-checks, spam-registration-functions):
17225         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17226         (spam-bsfilter-score): New command.
17227         (spam-check-bsfilter-headers, spam-check-bsfilter)
17228         (spam-bsfilter-register-with-bsfilter)
17229         (spam-bsfilter-register-spam-routine)
17230         (spam-bsfilter-unregister-spam-routine)
17231         (spam-bsfilter-register-ham-routine)
17232         (spam-bsfilter-unregister-ham-routine): New functions.
17233         (spam-generic-score): Support bsfilter; Accept an optional argument
17234         to recalcurate spam score even if scoring header has already been
17235         added.
17236         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17237         optional argument to recalcurate spam score even if scoring header
17238         has already been added.
17240 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17242         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17243         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17244         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17245         link is missing.
17247 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17249         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17250         (html2text-get-attr): Rewrite.
17252         * message.el (message-setup-1): Remove redundant put-text-property
17253         on mail-header-separator.
17255 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17257         * gnus-registry.el (gnus-registry-cache-whitespace)
17258         (gnus-registry-action, gnus-registry-spool-action)
17259         (gnus-registry-split-fancy-with-parent): Change message levels
17260         from 5 to 3 or 7, as needed.
17262         * spam.el (spam-summary-prepare-exit)
17263         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17264         (spam-split, spam-find-spam, spam-log-undo-registration)
17265         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17266         level from 5 to 6.
17268 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17270         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17271         2004-03-04 change).
17273 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17275         * sieve-manage.el (sieve-manage-open):
17276         * nnweb.el (nnweb-insert-html):
17277         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17278         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17279         * nnspool.el (nnspool-request-group):
17280         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17281         * nnml.el (nnml-request-update-info):
17282         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17283         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17284         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17285         (nnimap-request-set-mark):
17286         * nnfolder.el (nnfolder-request-update-info):
17287         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17288         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17289         * gnus-uu.el (gnus-uu-find-articles-matching):
17290         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17291         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17292         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17293         * gnus-nocem.el (gnus-nocem-scan-groups):
17294         * gnus-int.el (gnus-start-news-server):
17295         * gnus-group.el (gnus-group-make-kiboze-group)
17296         (gnus-group-browse-foreign-server):
17297         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17298         Use mapc when appropriate.
17300 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17302         FIXME: Make separate entries for each person.
17304         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17305         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17306         <shields@msrl.com>:
17308         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17309         may need for spam sorting and scoring.
17310         (spam-user-format-function-S): Add user format function suitable for
17311         general use.
17312         (spam-article-sort-by-spam-status): Add sorting function for summary
17313         sorting.
17314         (spam-extra-header-to-number): Add function to get a score from a
17315         header.
17316         (spam-summary-score): Add function to  get a numeric score from the
17317         headers.
17318         (spam-generic-score): Fix function doc, was in wrong place.
17319         (spam-initialize): Take symbols when it's run, and install the
17320         extra headers that spam-necessary-extra-headers thinks we need.
17322 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17324         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17325         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17327 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17329         * gnus-sum.el (gnus-set-global-variables)
17330         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17331         (gnus-article-get-xrefs, gnus-summary-best-group)
17332         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17333         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17334         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17335         Use with-current-buffer.
17337 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17339         * spam.el (spam-summary-prepare-exit): Simplify logic.
17340         (spam-fetch-article-header): Read the article header if it's not
17341         available.
17342         (spam-list-articles): Simplify logic.
17343         (spam-filelist-register-routine): Fix bug with unregister-list.
17345         * gnus-registry.el: Fix comments at beginning.
17347 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17349         * message.el (message-cater-to-broken-inn): Remove.
17350         (message-shorten-references): Make sure the total folded length of
17351         References is shorter than 998 characters to cater to a bug in INN
17352         2.3.  Also, don't pretend that references aren't folded -- this
17353         hasn't worked for a while.
17355 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17357         * gnus-agent.el (gnus-agentize):
17358         gnus-agent-send-mail-real-function no longer set to current value
17359         of message-send-mail-function but rather a lambda that calls
17360         message-send-mail-function.  The change makes the agent real-time
17361         responsive to user changes to message-send-mail-function.
17363 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17365         * legacy-gnus-agent.el
17366         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17367         help from Florian Weimer <fw@deneb.enyo.de>
17369 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17371         * nnmail.el (nnmail-cache-insert): Revert last change.
17373 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17375         * nnmail.el (nnmail-cache-insert): Always check whether
17376         nnmail-cache-ignore-groups matches a group name.
17378 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17380         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17381         (spam-find-spam, spam-log-processing-to-registry)
17382         (spam-log-registered-p, spam-log-unregistration-needed-p)
17383         (spam-log-undo-registration): Use gnus-message instead of
17384         gnus-error, none of these errors are fatal.
17386         * gnus-registry.el (gnus-registry-clean-empty-function)
17387         (gnus-registry-clean-empty): Remove only empty entries without
17388         extra data.
17390 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17392         * spam-stat.el (spam-stat-buffer-change-to-spam)
17393         (spam-stat-buffer-change-to-non-spam): Change (error) to
17394         (gnus-message 8) invocation.
17396 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17398         * nntp.el (nntp-via-netcat-command): New variable.
17399         (nntp-via-netcat-switches): New variable.
17400         (nntp-open-via-rlogin-and-netcat): New function.
17401         (nntp-open-connection-function): Doc fix.
17402         (nntp-telnet-command): Doc fix.
17403         (nntp-end-of-line): Doc fix.
17404         (nntp-via-rlogin-command): Doc fix.
17405         (nntp-via-user-name): Doc fix.
17406         (nntp-via-address): Doc fix.
17408 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17410         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17411         error in Emacs 21.1.
17413 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17415         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17417 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17419         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17420         (gnus-agent-with-refreshed-group): New macro.
17421         (gnus-agent-rename-group): New function.
17422         (gnus-agent-delete-group): New function.
17423         (gnus-agent-save-group-info): Use gnus-command-method when
17424         `method' parameter is nil.  Don't write nil entries into the
17425         active file.
17426         (gnus-agent-get-group-info): New function.
17427         (gnus-agent-fetch-articles):
17428         Use gnus-agent-update-files-total-fetched-for to increment disk space
17429         used.
17430         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17431         Use gnus-agent-update-view-total-fetched-for to increment disk space
17432         used.
17433         (gnus-agent-get-local): Add optional parameters to avoid calling
17434         gnus-group-real-name and gnus-find-method-for-group.
17435         (gnus-agent-set-local): Delete stored entry if either min, or max,
17436         are nil.
17437         (gnus-agent-fetch-session): Reworded error/quit messages.
17438         On quit, use gnus-agent-regenerate-group to record existence of any
17439         articles fetched to disk before the quit occurred.
17440         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17441         gnus-agent-update-view-total-fetched-for, and
17442         gnus-agent-update-files-total-fetched-for to decrement disk space
17443         used.
17444         (gnus-agent-retrieve-headers):
17445         Use gnus-agent-update-view-total-fetched-for to increment disk space
17446         used.
17447         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17448         with gnus-agent-update-files-total-fetched-for to decrement disk
17449         space and fresh group buffer.
17450         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17451         (gnus-agent-need-update-total-fetched-for): New variable.
17452         (gnus-agent-update-files-total-fetched-for): New function.
17453         (gnus-agent-update-view-total-fetched-for): New function.
17454         (gnus-agent-total-fetched-for): New function.
17456         * gnus-cache.el (gnus-cache-save-buffers):
17457         Use gnus-cache-update-overview-total-fetched-for to change disk space
17458         used by this group.
17459         (gnus-cache-possibly-enter-article):
17460         Use gnus-cache-update-file-total-fetched-for to increment disk space
17461         used by this group.
17462         (gnus-cache-possibly-remove-article):
17463         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17464         used by this group.
17465         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17466         (gnus-cache-rename-group): New function.
17467         (gnus-cache-delete-group): New function.
17468         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17469         (gnus-cache-need-update-total-fetched-for): New variable.
17470         (gnus-cache-with-refreshed-group): New macro.
17471         (gnus-cache-update-file-total-fetched-for): New function.
17472         (gnus-cache-update-overview-total-fetched-for): New function.
17473         (gnus-cache-rename-group-total-fetched-for): New function.
17474         (gnus-cache-delete-group-total-fetched-for): New function.
17475         (gnus-cache-total-fetched-for): New function.
17477         * gnus-group.el: Require gnus-sum and autoload functions to
17478         resolve warnings when gnus-group.el compiled alone.
17479         (gnus-group-line-format): Documented new %F.
17480         (size of Fetched data) group line format; identifies disk space
17481         used by agent and cache.
17482         (gnus-group-line-format-alist): Defined new F format.
17483         (gnus-total-fetched-for): New function.
17484         (gnus-group-delete-group): No longer update
17485         gnus-cache-active-altered as gnus-request-delete-group now keeps
17486         the cache in sync.
17487         (gnus-group-list-active): Let the agent store a server's active
17488         list if currently plugged.
17490         * gnus-int.el (gnus-request-delete-group):
17491         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17492         local disk in sync with the server.
17493         (gnus-request-rename-group):
17494         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17495         local disk in sync with the server.
17497         * gnus-start.el (gnus-get-unread-articles):
17498         Cosmetic simplification to logic.
17500         * gnus-util.el (gnus-rename-file): New function.
17502 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17504         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17506 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17508         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17509         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17511 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17513         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17514         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17516 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17518         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17520 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17522         * spam.el (spam-set-difference): Add function to replace
17523         gnus-set-difference in spam.el.
17524         (spam-summary-prepare-exit): Use spam-set-difference.
17526 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17528         * gnus-registry.el (gnus-registry-cache-file): Update to use
17529         gnus-dribble-directory OR gnus-home-directory OR ~.
17530         (gnus-registry-split-fancy-with-parent): Fix doc.
17532 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17534         * message.el (message-exchange-point-and-mark):
17535         Use message-mark-active-p.  Suggested by Jesper Harder
17536         <harder@ifa.au.dk>.
17538 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17540         * message.el (message-exchange-point-and-mark): Don't activate
17541         region if it was inactive.  Suggested by Hiroshi Fujishima
17542         <pooh@nature.tsukuba.ac.jp>.
17544 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17546         * gnus-art.el (article-display-face): Display Faces in the same
17547         order as X-Faces.
17549 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17551         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17553 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17555         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17556         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17557         (gnus-article-mime-hierarchy): Remove.
17558         (gnus-article-mime-hierarchy-next): Remove.
17559         (gnus-article-mode): Revert 2004-03-19 change.
17560         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17561         (gnus-insert-mime-button): Revert 2004-03-19 change.
17562         (gnus-mime-accumulate-hierarchy): Remove.
17563         (gnus-mime-enter-multipart): Remove.
17564         (gnus-mime-leave-multipart): Remove.
17565         (gnus-mime-display-part): Revert 2004-03-19 change.
17566         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17568         * mml.el (mml-preview): Revert 2004-03-19 change.
17570 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17572         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17574 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17576         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17577         t while entering a file name using the mm-with-multibyte macro.
17578         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17580         * mm-util.el (mm-with-multibyte): New macro.
17582 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17584         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17585         New user option.
17586         (gnus-mime-multipart-functions): Doc and customization fix.
17587         (gnus-article-mime-hierarchy): New variable.
17588         (gnus-article-mime-hierarchy-next): New variable.
17589         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17590         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17591         gnus-article-mime-hierarchy-next to nil.
17592         (gnus-insert-mime-button): Show hierarchy numbers.
17593         (gnus-mime-accumulate-hierarchy): New function.
17594         (gnus-mime-enter-multipart): New function.
17595         (gnus-mime-leave-multipart): New function.
17596         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17597         (gnus-mime-display-alternative): Show hierarchy numbers.
17599         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17600         gnus-article-mime-hierarchy-next to nil.
17602 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17604         * dns.el: Don't require gnus-xmas.
17606 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17608         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17609         inline PGP.
17610         (mml-menu): Disable mml-quote-region if mark is inactive.
17612 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17614         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17615         when the group's active is not available.
17617 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17619         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17620         error.
17622 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17624         * imap.el (imap-store-password): New variable.
17625         (imap-interactive-login): Use it.
17626         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17628 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17630         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17631         window-start and hscroll to summary window.
17633 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17635         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17636         conversion message to newsrc-dribble when an actual conversion is
17637         performed.
17639 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17641         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17643 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17645         * mm-decode.el (mm-complicated-handles): New function reviving
17646         former definition of mm-multiple-handles.
17648         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17649         (gnus-mime-delete-part): Use it.
17651 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17653         * gnus-agent.el (gnus-agent-read-local):
17654         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17655         avoid the implicit assumption that they will always be equal.
17656         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17657         coding-system-for-write, as the with-temp-file macro first prints
17658         to a buffer then saves the buffer.
17660 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17662         * gnus-art.el (gnus-article-edit-part): New function.
17663         (gnus-mime-save-part-and-strip): Use it; do query instead of
17664         signaling an error; don't use mm-multiple-handles.
17665         (gnus-mime-delete-part): Ditto.
17667 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17669         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17670         old file versions.
17671         (gnus-group-prepare-hook): Remove function that converted list
17672         form of gnus-agent-expire-days to group properties.
17674         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17675         (gnus-request-accept-article): Re-indented.
17677         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17678         converters to handle old agent file formats.  Add logic for a
17679         "backup before upgrading warning".
17680         (gnus-convert-mark-converter-prompt): Developers can mark
17681         functions as needing (default), or not needing,
17682         gnus-convert-old-newsrc's "backup before upgrading warning".
17683         (gnus-convert-converter-needs-prompt): Tests whether the user
17684         should be protected from potentially irreversable changes by the
17685         function.
17687         * legacy-gnus-agent.el: New.  Provides converters that are only
17688         loaded when gnus-convert-old-newsrc needs to call them.
17690 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17692         * mail-source.el (mail-source-touch-pop): Doc fix.
17694         * message.el (message-smtpmail-send-it): Doc fix.
17696 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17698         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17700         * nnmail.el (nnmail-split-fancy): do.
17702         * gnus-kill.el (gnus-kill, gnus-execute): do.
17704 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17706         * gnus-sum.el (gnus-widget-reversible-match)
17707         (gnus-widget-reversible-to-internal)
17708         (gnus-widget-reversible-to-external): New functions.
17709         (gnus-widget-reversible): New widget.
17710         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17712 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17714         * gnus-sum.el (gnus-thread-sort-functions)
17715         (gnus-article-sort-functions): Document `(not F)' items.
17717 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17719         * spam.el (spam-use-gmane-xref): Add new backend.
17720         (spam-gmane-xref-spam-group): Add variable to control the name of the
17721         Gmane spam group.
17722         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17723         (spam-regex-headers-spam, spam-regex-headers-ham)
17724         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17725         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17726         backends and checks.
17727         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17729         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17730         an autodetect method.
17732 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17734         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17735         articles are being added to a group.
17736         (gnus-request-replace-article): Inform the agent that articles
17737         need to be uncached as the cached contents are no longer valid.
17739 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17741         * binhex.el: Don't autoload executable-find.
17743         * canlock.el: Don't autoload mail-fetch-field.
17745         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17747         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17748         rmail-dont-reply-to and rmail-output.
17750         * gnus-score.el: Don't autoload ffap-string-at-point.
17752         * gnus-setup.el: Don't autoload sc-cite-original.
17754         * imap.el: Don't autoload base64-decode-string,
17755         base64-encode-string and md5.
17757         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17758         and rmail-msg-restore-non-pruned-header.
17760         * mm-decode.el: Don't autoload executable-find.
17762         * mm-url.el: Don't autoload executable-find.
17764         * mm-view.el: Don't autoload diff-mode.
17766         * nndb.el: Don't autoload news-reply-mode, news-setup,
17767         cancel-timer and telnet.
17769         * password.el: Don't autoload run-at-time for Emacs.
17771         * sha1-el.el: Don't autoload executable-find.
17773         * sieve-mode.el: Don't autoload c-mode.
17775         * uudecode.el: Don't autoload executable-find.
17777 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17779         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17780         (gnus-agent-possibly-alter-active): Avoid null in numeric
17781         comparison.
17782         (gnus-agent-set-local): Refuse to save null in local object table.
17783         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17784         list of articles that will be marked as unread.
17786 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17788         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17790 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17792         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17793         language tags.
17795 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17797         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17798         Don't bind "obarray".
17800         * gnus-sum.el (gnus-thread-sort-functions):
17801         Add `gnus-thread-sort-by-most-recent-number' and
17802         `gnus-thread-sort-by-most-recent-date'.
17803         Reported by Kai Grossjohann <kai@emptydomain.de>.
17805 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17807         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17809 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17811         * gnus-cus.el (gnus-agent-customize-category):
17812         Remove ignore-errors macro reference that required cl to be loaded at
17813         run-time.
17815         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17816         single-interval range of the form (min . max).  Previously the
17817         range had to look like ((min . max)).  Likewise, return
17818         (min . max) rather than ((min . max)).
17819         (gnus-range-map): Use gnus-range-normalize to accept
17820         single-interval range.
17822         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17823         the cache, but not the agent, now appear with their usual face.
17825 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17827         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17828         w3m-safe-url-regexp variable buffer-local.
17830         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17832 2004-02-27  Simon Josefsson  <jas@extundo.com>
17834         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17835         gnus-group-real-prefix.
17836         (gnus-summary-move-article): Use it, instead of
17837         gnus-group-real-prefix.
17839 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17841         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17842         w3m-safe-url-regexp variable buffer-local and set it as the value
17843         of mm-w3m-safe-url-regexp.
17845         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17847         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17848         parsing gnus-posting-styles when the message is not for replying.
17850         * nnrss.el (nnrss-opml-export):
17851         Use mm-set-buffer-file-coding-system instead of
17852         set-buffer-file-coding-system.
17854 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17856         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17857         of checkdoc.el).
17858         * nnrss.el: do.
17859         * gnus-mlspl.el: do.
17860         * gnus-ml.el: do.
17861         * gnus-srvr.el: do.
17863         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17865 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17867         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17868         Corrections to custom-manual links.
17870         * gnus-art.el (gnus-article): Ditto.
17872         * mm-decode.el (mime-display, mime-security): Ditto.
17874 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17876         * flow-fill.el: Typo.
17878 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17880         * spam-wash.el: New file.
17882 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17884         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17886 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17888         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17889         to be run with new-articles as LIST1, not LIST2.
17890         (spam-registration-functions): Add spam-use-ham-copy as a nil
17891         registration backend.
17893 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17895         * spam-stat.el (spam-stat-washing-hook): New option.
17896         (spam-stat-buffer-words): Use it.
17897         (spam-stat-process-directory, spam-stat-test-directory):
17898         Use insert-file-contents-literally.
17899         (spam-stat-coding-system): New variable.
17900         (spam-stat-load, spam-stat-save): Use it.
17902 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17904         * spam-report.el (spam-report-plug-agent):
17905         Quote spam-report-url-to-file and spam-report-url-ping-plain.
17907 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17909         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
17910         Allow / in mailto URLs.
17912 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17914         * spam-report.el (spam-report-process-queue): Fix interactive use.
17915         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17916         (spam-report-unplug-agent): Doc fixes.
17917         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17918         (spam-report-agentize, spam-report-deagentize):
17919         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17921         * message.el (message-setup-fill-variables): Add mml tags to
17922         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17923         <ajk@iu.edu>.
17924         (message-mode): Don't modify paragraph-separate there.
17926 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17928         * compface.el (uncompface-use-external): Default to undecided.
17929         (uncompface-use-external-threshold): New variable.
17930         (uncompface-float-time): New macro.
17931         (uncompface): Determine whether to use the external decoder if
17932         uncompface-use-external is undecided.
17934 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17936         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17937         after images.
17939         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17941 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17943         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17945         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17947         * gnus-sum.el (gnus-summary-limit-to-age)
17948         (gnus-summary-limit-children): do.
17950         * gnus-int.el (gnus-request-scan): do.
17952         * gnus-group.el (gnus-group-suspend): do.
17954         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17956         * gnus-cite.el (gnus-cite-parse-attributions): do.
17958         * gnus-agent.el (gnus-summary-set-agent-mark)
17959         (gnus-agent-regenerate-group): do.
17961         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17963         * binhex.el (binhex-decode-region-internal): do.
17965 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17967         * gnus-fun.el (gnus-face-properties-alist): New user option.
17968         (gnus-display-x-face-in-from): Use it.
17970         * gnus-art.el (article-display-face): Ditto.
17972         * compface.el (uncompface-use-external): Default to nil.
17974 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17976         * nntp.el (nntp-erase-buffer): New function.
17977         (nntp-retrieve-data, nntp-send-command)
17978         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17979         (nntp-possibly-change-group): Use it.
17981         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
17982         Use with-current-buffer.
17984 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17986         * compface.el: Merge the ELisp-based uncompface program.
17987         (compface): New customization group.
17988         (uncompface-use-external): New user option.
17989         (uncompface): Call uncompface-internal if uncompface-use-external
17990         is nil.
17991         (uncompface-internal): New function.  Note that there are also
17992         some other functions and variables added for this function.
17994 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17996         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17997         if necessary.
17999 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18001         * spam-report.el (spam-report-unplug-agent)
18002         (spam-report-plug-agent, spam-report-deagentize)
18003         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18004         Add support for the Agent in spam-report: when unplugged, report to a
18005         file; when plugged, submit all the requests.
18007         * spam.el (spam-register-routine): Fix message about
18008         registration.
18010 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18012         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18013         dependencies.
18014         (rfc2047-encode): Use it.
18016         * gnus-art.el (gnus-button-marker-list): Move before first
18017         reference.
18019         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18020         (imap-parse-body): Fix format string mismatch.
18022         * gnus-score.el (gnus-summary-increase-score): do.
18024         * nnrss.el (nnrss-close): New function.
18026 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18028         * nnrss.el (nnrss-make-filename): New function.
18029         (nnrss-request-delete-group, nnrss-read-server-data)
18030         (nnrss-save-server-data, nnrss-read-group-data)
18031         (nnrss-save-group-data): Use it.
18032         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18033         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18034         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18036 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18038         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18040 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18042         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18043         files.
18045         * message.el (message-generate-headers-first): Don't quote nil
18046         and t in docstrings.
18048         * imap.el (imap-id): do.
18050         * gnus-agent.el (gnus-agent-consider-all-articles)
18051         (gnus-agent-queue-mail): do.
18053 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18055         * spam-report.el (spam-report-process-queue): New function.
18056         Process requests from `spam-report-requests-file'.
18057         (spam-report-process-queue): Doc fix.
18059 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18061         * spam.el (spam-register-routine)
18062         (spam-log-processing-to-registry, spam-log-registered-p)
18063         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18064         Change "check" to "spam-check" for semi-clarity.
18066 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18068         * pop3.el: Require nnheader.
18070         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18072         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18074         * gnus-picon.el: Require cl.
18076         * gnus-fun.el: Require gnus-ems and gnus-util.
18078         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18080         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18082         * gnus-art.el (gnus-article-edit-mode): Define before first
18083         reference.
18085 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18087         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18088         (gnus-uu-post-encoded): Use point-at-bol.
18090         * gnus-topic.el (gnus-group-active-topic-p): do.
18092         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18094         * gnus-group.el (gnus-group-kill-region): do.
18096         * gnus-art.el (article-date-ut): do.
18098         * message.el (message-fetch-field): Remove redundant
18099         case-fold-search binding.
18100         (message-narrow-to-field): Simplify.
18102 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18104         * spam.el (spam-directory): Derive from `gnus-directory'.
18106         * spam-report.el (spam-report-url-to-file)
18107         (spam-report-requests-file): New function and variable for offline
18108         reporting.
18109         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18110         and user defined function.
18111         (spam-report-url-ping-mm-url): Remove doubled slash.
18113 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18115         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18117 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18119         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18120         Fix format string mismatch.
18122         * sieve.el (sieve-deactivate-all): do.
18124         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18126         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18128         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18130         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18132 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18134         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18135         the list of checks.
18137 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18139         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18140         padding.
18142 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18144         * mm-view.el (mm-fill-flowed): New variable.
18145         (mm-inline-text): Use it.
18147 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18149         * spam.el (spam-spamassassin-register-ham-routine)
18150         (spam-spamassassin-register-spam-routine): Fix function names.
18152 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18154         * gnus.el (gnus-tmp-grouplens): Remove.
18155         (gnus-summary-line-format): Remove grouplens.
18157         * gnus-group.el (gnus-group-line-format): Ditto.
18159         * gnus-spec.el (gnus-format-specs): Ditto.
18160         (gnus-update-format-specifications): Flush the group format spec
18161         cache if there's the grouplens stuff.
18162         (gnus-parse-simple-format): Replace %l with the empty string.
18164 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18166         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18167         omission.
18169 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18171         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18172         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18174 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18176         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18177         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18178         New macros and functions.
18179         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18180         Handle > NLINK_MAX messages.
18181         * nnmaildir.el (nnmaildir-request-set-mark):
18182         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18184 2004-01-25  Alex Schroeder  <alex@gnu.org>
18186         * spam-stat.el (spam-stat-process-directory-age): New option.
18187         (spam-stat-process-directory): Use it.
18189 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18191         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18192         (spam-stat-save): Accept prefix argument.
18194 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18196         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18197         links" error.
18199 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18201         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18202         compatibility with old .newsrc.eld files.
18204         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18206         * gnus-start.el (gnus-1): do.
18208         * gnus-group.el (gnus-group-line-format-alist): do.
18210         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18212         * gnus-gl.el: Remove.
18214 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18216         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18217         marks consisting of a single range {for example, (3 . 5)} rather
18218         than a list of a single range { ((3 . 5)) }.
18220 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18222         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18223         Use with-current-buffer.
18224         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18225         avoid consing a string.
18227         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18228         Remove obsolete entries for big5 and gb2312.
18230 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18232         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18233         uncompressed list.
18235 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18237         * spam-stat.el (spam-stat-strip-xref): New function.
18238         (spam-stat-process-directory): Use it.
18240         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18241         here -- it's done in message-fetch-field.
18243 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18245         * gnus-agent.el (gnus-agent-queue-mail)
18246         (gnus-agent-prompt-send-queue): New variables.
18247         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18248         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18249         "nndraft:queue" along to gnus-draft-send.
18250         Use gnus-agent-prompt-send-queue.
18251         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18252         is "nndraft:queue".  Suggested by Gaute Strokkenes
18253         <gs234@srcf.ucam.org>
18255         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18256         (agent-enable-undownloaded-faces): Add.
18257         (gnus-agent-cat-groups): Use eval-and-compile, not
18258         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18259         method of gnus-agent-cat-groups even when the buffer has been
18260         evaled.
18261         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18262         delete gnus-agent-save-active-1.
18263         (gnus-agent-save-groups): Delete.  Identical to
18264         gnus-agent-save-active.
18265         (gnus-agent-write-active): No longer adjust agent's copy of active
18266         file as agent's adjustments are now stored in their own
18267         file.  Remove optional parameter.
18268         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18269         servers.  Add use of min/max range limits from server's local
18270         file.
18271         (gnus-agent-save-alist): Remove unused optional argument.
18272         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18273         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18274         (gnus-agent-set-local): A per-server file that keeps min/max range
18275         limits for articles known to the agent.  Provides a fast mechanism
18276         for altering many active ranges.
18277         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18278         active file (local makes it unnecessary).
18279         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18281         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18282         (agent-enable-undownloaded-faces): Add.
18284         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18285         disable it when sending to "nndraft:queue".
18286         (gnus-group-send-queue): Add safety check to avoid sending queue
18287         when unplugged.
18289         * gnus-group.el (gnus-group-catchup): Use new
18290         gnus-sequence-of-unread-articles, not
18291         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18292         numbers of articles.  Use gnus-range-map to avoid having to
18293         uncompress the unread list.
18294         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18295         Fix invalid ange-ftp reference.
18297         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18298         (gnus-sorted-range-intersection): Intersection of two ranges
18299         without requiring that they first be uncompressed.
18301         * gnus-start.el (gnus-activate-group): Unless blocked by the
18302         caller, possibly expand the active range to include both cached
18303         and agentized articles.
18304         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18305         multiple version-dependent converters.
18306         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18307         gnus-agent-save-active.
18308         (gnus-save-newsrc-file): Save dirty agent range limits.
18310         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18311         gnus-agent-possibly-alter-active.
18312         (gnus-adjust-marked-articles): Faster handling of simple lists
18314 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18316         * spam-stat.el (spam-stat-test-directory): New optional argument
18317         displays a list of files detected.  Suggested by Andrew Cohen
18318         <cohen@andy.bu.edu>.
18319         (spam-stat-buffer-words-with-scores): Don't narrow and change
18320         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18322 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18324         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18325         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18326         (spam-spamassassin-arguments)
18327         (spam-spamassassin-spam-flag-header)
18328         (spam-spamassassin-positive-spam-flag-header)
18329         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18330         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18331         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18332         (spam-list-of-processors, spam-list-of-checks)
18333         (spam-list-of-statistical-checks, spam-registration-functions)
18334         (spam-check-spamassassin-headers, spam-check-spamassassin)
18335         (spam-spamassassin-score)
18336         (spam-spamassassin-register-with-sa-learn)
18337         (spam-spamassassin-register-spam-routine)
18338         (spam-spamassassin-register-ham-routine)
18339         (spam-assassin-register-spam-routine)
18340         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18341         (spam-bogofilter-score): Fix to show article before scoring.
18343 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18345         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18346         default scoring function.
18347         (spam-generic-score): Call spam-spamassassin-score if
18348         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18349         spam-bogofilter-score otherwise.
18351         * gnus.el (spam-process, spam-autodetect-methods):
18352         Add spamassassin and spamassassin-headers.
18354 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18356         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18357         Suppress unnecessary messages.
18359 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18361         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18362         make-hash-table.
18364 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18366         * canlock.el (base64-encode-string): Don't autoload it.
18368 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18370         * run-at-time.el: Remove useless (require 'itimer),
18371         eval-and-compile and (featurep 'xemacs).
18373 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18375         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18376         GROUP is a virtual group.
18378 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18380         * gnus.el: Autoload `message-y-or-n-p'.
18382 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18384         * pgg-parse.el: Remove unnecessary (require 'custom).
18386         * pgg-def.el: do.
18388         * nnmail.el: do.
18390         * gnus-undo.el: do.
18392         * gnus-picon.el: do.
18394         * gnus-util.el: do.
18396 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18398         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18400 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18402         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18403         handle, as well as a list.
18405         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18406         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18407         (mm-w3m-cid-retrieve): Simplify.
18409 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18411         * message.el (message-kill-to-signature): Allow prefix arg to
18412         specify number of lines to keep before signature.
18414 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18416         * message.el (message-kill-to-signature): Change docstring.
18418 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18420         * canlock.el: Always require sha1-el.
18421         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18423         * message.el: Autoload sha1 only when compiling.
18425 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18427         * message.el (message-canlock-generate): Require sha1-el.
18429 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18431         * message.el (message-expand-name): Silence the byte compiler.
18433 2004-01-13  Simon Josefsson  <jas@extundo.com>
18435         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18436         Invoke gnus-score-mode.
18437         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18439         * gnus-range.el (gnus-compress-sequence): Doc fix.
18440         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18442 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18444         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18446 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18448         * spam.el (spam-get-article-as-string): Update to use
18449         gnus-request-article-this-buffer, much simpler.
18450         (spam-get-article-as-buffer): Remove.
18452 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18454         * message.el (message-expand-name): Use EUDC if the user uses that.
18456 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18458         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18459         character for the encoding to avoid consing a string.
18461         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18462         unnecessarily.
18464         * mm-util.el (mm-replace-chars-in-string): Remove.
18466         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18467         of mm-replace-chars-in-string.
18469 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18471         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18473         * mm-util.el (mm-subst-char-in-string): Support inplace.
18475         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18476         a new string in every iteration.  Use shy groups.
18478 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18480         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18481         * gnus-soup.el (gnus-soup-group-brew):
18482         * gnus-msg.el (gnus-put-message):
18483         * gnus-move.el (gnus-group-move-group-to-server):
18484         * gnus-kill.el (gnus-batch-score):
18485         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18486         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18487         (gnus-group-update-group, gnus-group-read-group)
18488         (gnus-group-make-group, gnus-group-make-help-group)
18489         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18490         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18491         (gnus-group-sort-by-unread, gnus-group-catchup)
18492         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18493         (gnus-group-yank-group, gnus-group-set-info)
18494         (gnus-group-list-groups):
18495         * gnus.el (gnus-generate-new-group-name):
18496         * gnus-delay.el (gnus-delay-send-queue):
18497         * nnvirtual.el (nnvirtual-catchup-group):
18498         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18499         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18500         (gnus-group-prepare-topics, gnus-topic-check-topology):
18501         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18502         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18503         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18504         (gnus-group-make-articles-read):
18505         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18506         (gnus-group-change-level, gnus-kill-newsgroup)
18507         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18508         (gnus-get-unread-articles, gnus-make-articles-unread)
18509         (gnus-make-ascending-articles-unread): Use accessor
18510         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18511         to get group information for improved readability.
18513 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18515         * gnus-art.el (article-decode-mime-words, article-babel)
18516         (gnus-article-highlight-signature, gnus-article-add-buttons)
18517         (gnus-signature-toggle): Use gnus-with-article-buffer.
18519         * gnus-art.el (gnus-article-highlight-headers)
18520         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18522         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18523         (gnus-article-set-globals, gnus-request-article-this-buffer)
18524         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18525         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18526         (gnus-mime-display-alternative): Use with-current-buffer.
18528 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18530         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18531         also under 80 char limit, and call gnus-error if needed.
18532         (spam-fetch-article-header): Fix - it was a
18533         buffer-local variable (gnus-newsgroup-data).
18534         (spam-find-spam): Use spam-generate-fake-headers, forget about
18535         spam-insert-fake-headers.
18536         (spam-insert-fake-headers): Remove.
18538 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18540         * deuglify.el (gnus-article-outlook-unwrap-lines)
18541         (gnus-outlook-rearrange-article)
18542         (gnus-outlook-repair-attribution-outlook)
18543         (gnus-outlook-repair-attribution-block)
18544         (gnus-outlook-repair-attribution-other): Remove redundant
18545         save-excursion.
18547 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18549         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18550         (spam-fetch-field-subject-fast)
18551         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18552         (spam-fetch-article-header): Add functions to deal with Gnus
18553         internals for fast retrieval of article header data.
18554         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18556 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18558         * pop3.el (pop3-md5): Remove.
18559         (pop3-apop): Replace pop3-md5 with md5.
18561         * mm-bodies.el: base64 is always built-in.
18563         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18564         Use with-current-buffer.
18566 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18568         * canlock.el (canlock-insert-header): Remove excessive grouping in
18569         regexp.
18571         * gnus-sum.el (gnus-summary-read-document): Ditto.
18573         * gnus-uu.el (gnus-uu-part-number): Ditto.
18575         * html2text.el (html2text-remove-tags): Ditto.
18576         (html2text-format-tags): Ditto.
18577         (html2text-format-single-elements): Ditto.
18579         * mml.el (mml-parse-1): Ditto.
18581 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18583         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18585         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18587         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18589         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18591 2003-11-15  Simon Josefsson  <jas@extundo.com>
18593         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18594         (pgg-gpg-lookup-key): Use regexp match instead of
18595         split-string (split-string is different between emacs 21.2 and
18596         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18598 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18600         * gnus-art.el (gnus-mime-view-all-parts)
18601         (gnus-article-part-wrapper, gnus-article-view-part):
18602         Use with-current-buffer.
18604 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18606         * spam.el (spam-disable-spam-split-during-ham-respool)
18607         (spam-spamoracle-database, spam-cache-lookups)
18608         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18609         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18610         (spam-group-ham-marks, spam-group-spam-marks)
18611         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18612         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18613         also add spam-use-blackholes to the statistical checks.
18614         (spam-fetch-field-fast): Add interface to fetching fields, may
18615         become a macro.
18616         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18617         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18618         (spam-insert-fake-headers): Fake an article when needed.
18619         (spam-find-spam): Fake article when possible.
18620         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18621         (spam-check-bogofilter-headers): Use message-fetch-field instead
18622         of nnmail-fetch-field.
18624 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18626         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18628 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18630         * spam.el (spam-split): Do not require spam-use-CHECK to be
18631         enabled if that check is passed to spam-split explicitly; also
18632         fix so 'spam doesn't get converted to spam-split-group when
18633         spam-split-symbolic-return is t.
18634         (spam-find-spam): Find registrations of the article and use those
18635         instead of re-running spam-split to find the spam/ham
18636         classification of the article.
18637         (spam-log-processing-to-registry, spam-log-registered-p)
18638         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18639         Use gnus-error instead of gnus-message.
18640         (spam-log-registration-type): Add function to determine the
18641         classification of a message based on registry entries; will
18642         return nil if both 'spam and 'ham are found.
18643         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18644         a reasonably fast local cache without the loading errors.
18645         (spam-cache-lookups): Set to t by default.
18646         (spam-find-spam): Don't try to guess spam-cache-lookups.
18647         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18648         spam-caches entry.
18649         (spam-filelist-build-cache, spam-filelist-check-cache):
18650         Fix caching of whitelist/blacklist entries.
18651         (spam-check-whitelist, spam-check-blacklist):
18652         Invoke spam-from-listed-p with a type, not a cache variable.
18653         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18655 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18657         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18659         * nnmail.el (nnmail-split-fancy): do.
18661         * mml.el (mml-parse): do.
18663         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18664         (gnus-score-adaptive): do.
18666 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18668         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18669         (gnus-mime-button-map): Don't set keymap parent.
18670         (gnus-button-ctan-directory-regexp): Use shy grouping.
18671         (gnus-prev-page-map): Don't set keymap parent.
18672         (gnus-prev-page-map): Remove duplicated one.
18673         (gnus-next-page-map): Don't set keymap parent.
18674         (gnus-mime-security-button-map): Ditto.
18676         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18677         version number.
18679         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18681 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18683         * canlock.el (canlock-sha1-function): Remove.
18684         (canlock-sha1-function-for-verify): Remove.
18685         (canlock-openssl-program): Remove.
18686         (canlock-openssl-args): Remove.
18687         (canlock-ignore-errors): Remove.
18688         (canlock-sha1-with-openssl): Remove.
18689         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18690         (canlock-verify): Don't use canlock-ignore-errors.
18692         * sha1-el.el (sha1-string-external): Make it can return a string
18693         in binary form.
18694         (sha1-region-external): Ditto.
18695         (sha1-string-internal): Ditto.
18696         (sha1-region-internal): Ditto.
18697         (sha1-region): Ditto.
18698         (sha1-string): Ditto.
18699         (sha1): Ditto.
18701 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18703         * spam.el (spam-report-articles-gmane): New command.
18705 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18707         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18709         * run-at-time.el (run-at-time-saved): Remove.
18710         (run-at-time): Doc fix.
18712 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18714         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18715         (gnus-summary-limit-map): Add it.
18716         (gnus-summary-make-menu-bar): do.
18718 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18720         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18721         Make attempt at some caching support (done for BBDB only now).
18722         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18723         addresses to be checked.
18724         (spam-clear-cache-BBDB): Add function, to be invoked by
18725         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18726         (spam-check-BBDB): Check and use the caches, if
18727         spam-cache-lookups is on, remove superfluous (provide).
18729 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18731         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18733 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18735         * run-at-time.el (run-at-time-saved): Move to after the definition
18736         of `run-at-time'.
18738 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18740         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18741         mm-w3m-local-map-property.
18743         * mm-view.el (mm-w3m-mode-map): Remove.
18744         (mm-w3m-local-map-property): Remove.
18745         (mm-inline-text-html-render-with-w3m): Don't use
18746         mm-w3m-local-map-property.
18748 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18750         * run-at-time.el: New file.
18752         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18753         of gnus-set-text-properties.
18755         * gnus-uu.el (gnus-uu-save-article): Ditto.
18757         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18759         * gnus-cite.el (gnus-cite-parse): Ditto.
18761         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18762         of gnus-.
18764         * gnus.el: Change calls to nnheader-run-at-time and
18765         password-run-at-time throughout to use run-at-time directly.
18767         * password.el: Remove definition of run-at-time.
18769 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18771         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18772         in prompt.
18774 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18776         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18777         XEmacs version.
18779         * dns.el (dns-make-network-process): Use `open-network-stream'
18780         instead of `gnus-xmas-open-network-stream'.
18782         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18784 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18786         * gnus-art.el (gnus-mime-display-alternative)
18787         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18788         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18789         Don't use gnus-local-map-property.
18791         * gnus-util.el (gnus-local-map-property): Remove.
18793         * mm-view.el (mm-view-pkcs7-decrypt):
18794         Replace gnus-completing-read-maybe-default with completing-read.
18796         * gnus-util.el (gnus-completing-read): do.
18797         (gnus-completing-read-maybe-default): Remove.
18799 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18801         * password.el: Only autoload `run-at-time' if not XEmacs.
18802         Only autoload the itimer functions if XEmacs.
18804 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18806         * gnus-art.el (gnus-read-string): Remove.
18807         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18808         read-string.
18810 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18812         * netrc.el: Autoload password-read.
18813         (netrc): Add configuration group.
18814         (netrc-encoding-method, netrc-openssl-path):
18815         Add variables for encoding and decoding of files with symmetric
18816         ciphers.
18817         (netrc-encode): Add assistant function to encode a file with
18818         netrc-encoding-method.
18819         (netrc-parse): Add interactive parameter, added optional
18820         decoding if netrc-encoding-method is non-nil but otherwise
18821         behavior is standard.
18822         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18823         Do s/encode/encrypt/ everywhere.
18825         * spam.el: Remove executable-find autoload.
18827 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18829         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18831         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18833 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18835         * gnus-art.el (gnus-treat-ansi-sequences)
18836         (article-treat-ansi-sequences): New variable and function.
18837         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18839         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18840         Use it.
18842 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18844         * mm-util.el (mm-quote-arg): Remove.
18846         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18847         shell-quote-argument.
18849         * gnus-uu.el (gnus-uu-command): do.
18851         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18853         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18854         with make-char.
18856         * mm-util.el (mm-make-char): Remove.
18858         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18859         add-minor-mode.
18861         * gnus-undo.el (gnus-undo-mode): do.
18863         * gnus-topic.el (gnus-topic-mode): do.
18865         * gnus-sum.el (gnus-dead-summary-mode): do.
18867         * gnus-start.el (gnus-slave-mode): do.
18869         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18871         * gnus-ml.el (gnus-mailing-list-mode): do.
18873         * gnus-gl.el (gnus-grouplens-mode): do.
18875         * gnus-draft.el (gnus-draft-mode): do.
18877         * gnus-dired.el (gnus-dired-mode): do.
18879         * gnus-ems.el (gnus-add-minor-mode): Remove.
18881         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18882         Replace gnus-char-width with char-width.
18884         * gnus-ems.el (gnus-char-width): Remove.
18886         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18887         Replace gnus-char-width with char-width.
18889         * gnus-ems.el (gnus-char-width): Remove.
18891         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18892         definition.
18893         Remove Emacs 20 hash table compatibility code.
18895         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18896         20 compatibility code.
18898         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18900         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18902         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
18903         Replace with point-at-{eol,bol}.
18905         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18907         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18909         * flow-fill.el (fill-flowed-point-at-bol)
18910         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18912         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18913         Replace with point-at-{eol,bol} throughout all files.
18915 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18917         * ntlm.el (ntlm-string-as-unibyte): New macro.
18918         (ntlm-build-auth-response): Use it.
18920         Remove Emacs 20 stuff:
18921         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18922         of delq and copy-sequence.
18923         * gnus-art.el (popup-menu): Remove the compiler macro.
18924         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18925         Emacs 20.
18927 2004-01-05  Simon Josefsson  <jas@extundo.com>
18929         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18930         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18931         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18932         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18933         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18934         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18935         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18936         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18937         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18938         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18939         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18940         string-xor into ntlm-string-xor.
18941         Suggested by Jesper Harder <harder@myrealbox.com>.
18943         * ntlm.el: Don't include poem.
18945         * md4.el (print-int32, print-string-hexa): Remove.
18946         Suggested by Jesper Harder <harder@myrealbox.com>.
18948         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18950         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18951         probably breaks emacs with DL patch, but do we care? Is anyone
18952         still using the DL stuff?)
18954         * sieve-manage.el: Use the password package.
18955         (sieve-manage-read-passwd): Remove.
18956         (sieve-manage-interactive-login): Use password.  Re-add
18957         condition-case around loop.
18959         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18960         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18961         Use the password package.
18963 2003-02-19  Simon Josefsson  <jas@extundo.com>
18965         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18966         token.
18968 2002-08-07  Simon Josefsson  <jas@extundo.com>
18970         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18971         (sieve-manage-authenticators):
18972         (sieve-manage-authenticator-alist): Add some SASL mechs.
18973         (sieve-sasl-auth): New function.
18974         (sieve-manage-cram-md5-auth):
18975         (sieve-manage-plain-auth): Rewrite using SASL library.
18976         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18977         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18978         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18979         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18981 2004-01-05  Simon Josefsson  <jas@extundo.com>
18983         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18984         New files.
18986 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18988         * gnus-group.el (gnus-no-groups-message): Update.
18990         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18992 2003-11-09  Simon Josefsson  <jas@extundo.com>
18994         * imap.el: Support for ID IMAP extension (RFC 2971).
18995         (imap-local-variables): Add imap-id.
18996         (imap-id): New variable.
18997         (imap-id): New function.
18998         (imap-parse-response): Parse untagged ID response.
18999         * nnimap.el (nnimap-id): New variable.
19000         (nnimap-open-connection): Use it.
19002 2003-12-28  Simon Josefsson  <jas@extundo.com>
19004         * gnus-score.el (gnus-score-edit-all-score): New.
19005         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19007 2004-01-04  Simon Josefsson  <jas@extundo.com>
19009         * password.el: Add.
19011 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19013         * dns.el (dns-query-types): Fix typo.
19014         (dns-query-types): New function.
19015         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19016         PTR and SOA replies, see RFC 1035.
19018 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19020         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19022         * Move to Changelog.2.
19024 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19026         * gnus.el (gnus-version-number): Bump version.
19028 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19030         * gnus.el: No Gnus v0.1 is released.
19032 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19034         * gnus.el: No Gnus v0.0 is released.
19036 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19038         * gnus.el (gnus-version-number): Bump.
19039         (gnus-version): No.
19041 See ChangeLog.2 for earlier changes.
19043     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
19045   This file is part of GNU Emacs.
19047   GNU Emacs is free software: you can redistribute it and/or modify
19048   it under the terms of the GNU General Public License as published by
19049   the Free Software Foundation, either version 3 of the License, or
19050   (at your option) any later version.
19052   GNU Emacs is distributed in the hope that it will be useful,
19053   but WITHOUT ANY WARRANTY; without even the implied warranty of
19054   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19055   GNU General Public License for more details.
19057   You should have received a copy of the GNU General Public License
19058   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19060 ;; Local Variables:
19061 ;; coding: utf-8
19062 ;; fill-column: 79
19063 ;; add-log-time-zone-rule: t
19064 ;; End: