Merge from trunk
[emacs.git] / lisp / gnus / ChangeLog
blob71319c70d25806e40bbe5502e7e506a3a0eeaf04
1 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3         * nnimap.el (nnimap-convert-partial-article): Protect against
4         zero-length body parts.
6         * mm-decode.el (mm-preferred-alternative-precedence): Discourage
7         showing empty parts.
9         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
10         and stuff if the backend didn't return the article number.  This fixes
11         an Exchange-related nnimap bug.
13         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
14         group window, because it does the wrong thing when a separate frame
15         displays the group buffer.
17         * proto-stream.el (open-protocol-stream): Protect against the low-level
18         transport functions returning nil.
20 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
22         * mml2015.el (epg-sub-key-fingerprint): Autoload.
23         (mml2015-epg-find-usable-secret-key): New function.
24         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
25         mml2015-epg-find-usable-key (Bug#7797).
26         (mml2015-epg-encrypt): Ditto.
28 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
32 2011-01-03  Glenn Morris  <rgm@gnu.org>
34         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
36         * sieve.el (sieve-open-server): Give a more explicit error if
37         sieve-manage-open returns nil.  (Bug#7720)
39 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
41         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
43 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
45         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
46         This avoids sending passwords in plain text over non-encrypted
47         channels.
49         * shr.el (shr-rescale-image): Display all GIF images as animated images.
51         * nnimap.el (nnimap-login): Refactored out into own function, and
52         implement CRAM-MD5.
53         (nnimap-wait-for-line): Refactored out.
55         * mm-view.el (mml-smime): Require.
57 2010-12-20  David Engster  <deng@eml.cc>
59         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
60         use EPG to decrypt S/MIME messages instead of openssl.
62 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
66         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
67         status is the group clearly is unreachable.
69         * auth-source.el (auth-source-create): Add the optional second
70         parameter to `local-variable-p' to be compatible with XEmacs.
72 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
74         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
75         work when using a compressed nnml folder.
77 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
79         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
80         backends after sanitising on entry, because this never makes sense:
81         If the articles have gone missing, then the data no longer exists on
82         the backend, and if they haven't, then Gnus is wrong, and shouldn't
83         overwrite anything anyway.
85         * shr.el (shr-insert-document): Bind shr-width dynamically to
86         window-width if it's nil.
88 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
90         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
91         with the meaning of using the full emacs window width for rendering.
93 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
95         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
96         case when sender is not given.
98 2010-12-23  Julien Danjou  <julien@danjou.info>
100         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
101         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
102         the addresses, otherwise we might misplaced the gravatar.
104 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
106         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
107         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
108         obsolete in Emacs.
110 2010-12-20  Julien Danjou  <julien@danjou.info>
112         * gnus-util.el (gnus-rescale-image): Revert last change.
114 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116         * gnus-group.el (gnus-group-delete-articles): New command.
118 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
120         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
122 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
124         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
125         here, since it's up to the backends to do CRLF removal if their
126         protocol has it.
128         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
130 2010-12-17  Julien Danjou  <julien@danjou.info>
132         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
133         they are from file. Can also scale up.
135 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
137         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
138         gnus-use-agent.
139         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
141         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
143 2010-12-17  Julien Danjou  <julien@danjou.info>
145         * gravatar.el (gravatar-retrieve-synchronously): New function.
146         (gravatar-get-data): Make more robust.
148 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
151         to really consider the last line.
153 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
155         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
156         list of recipient keys, or use symmetric encryption if not a list.
157         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
158         EPA override, replacing the call to `netrc-store-data'.
160 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
162         * gnus-srvr.el: Avoid passing nil regexp argument to
163         delete-matching-lines.
165 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
167         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
168         fetching stops when Gnus exits.
170         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
171         function.
172         (nnfolder-request-expire-articles): Save all the buffers after doing
173         expiry.
175         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
176         the last article", since that led to serious performance regressions
177         when expiring nnml groups.
179 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
181         * nnir.el: Improve customizations.
183 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
185         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
187         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
188         group has been killed.
189         (gnus-group-yank-group): Ditto.
191         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
193         * nnimap.el (nnimap-request-update-group-status): New function.
195         * gnus-int.el (gnus-request-update-group-status): New interface
196         function.
198         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
199         copying read-ness to the backends.
201         * nnimap.el (nnimap-quirk): New function.
202         (nnimap-retrieve-group-data-early): Use it.
203         (nnimap-quirks): New alist.
205 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
207         * shr.el (shr-insert): Set shr-start after deleting trailing space;
208         don't delete it within indentation.
210 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
213         previous line.
215 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
217         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
218         QRESYNC command by deleting a superfluous space which broke Cyrus
219         servers.  This change will break other servers that are buggy the other
220         way around.
222 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
224         * spam.el: Reindent and fix long lines.
225         (spam-copy-or-move-routine): Exclude invalid move destinations.
227 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
229         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
230         installed the registry.
232 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
234         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
235         groupname doesn't contain "gmane".
237 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
240         (gnus-1): Don't create the nndrafts group twice.
241         (gnus-setup-news): There's no need to read the active file here, since
242         that's done again later on a per-backend basis.
243         (gnus-start-draft-setup): Make sure that the new group is started out
244         empty.
246         * gnus-agent.el (gnus-agentize): Don't create the queue group
247         automatically on startup.  It'll be created later, if needed.
249         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
250         of automatically subscribed groups.
251         (gnus-auto-subscribed-categories): New variable.
252         (gnus-matches-options-n): Use it.
253         (gnus-default-subscribed-newsgroups): Remove unused variable.
254         (gnus-start-draft-setup): Message a bit less.
256 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
258         * nnir.el (nnir-run-imap): Return article list in order of increasing
259         UID.
261 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
264         gnus-auto-select-on-ephemeral-exit.
266         * proto-stream.el (proto-stream-open-network-only): Fix the calling
267         convention of the network-only option.
269 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
271         * proto-stream.el (proto-stream-open-network-only): New function to
272         have a way to specify non-STARTTLS upgrade connections.
274 2010-12-10  Julien Danjou  <julien@danjou.info>
276         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
277         email address is nil.
279         * message.el (message-bogus-recipient-p): Set address to "" if nil.
281 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
283         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
284         deletion.
285         (nnir-run-imap): Only need to parse list once.
287 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
289         * shr.el (shr-tag-script): Ignore <script>.
290         (shr-tag-label): Add <label> support.
292 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
294         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
296         * shr.el (shr-image-displayer): Work for images lined side by side.
298 2010-12-08  Robert Pluim  <rpluim@gmail.com>
300         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
301         parameter, since XEmacs doesn't accept t as a parameter.
303 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
305         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
306         ids.
307         (nnir-run-gmane): Simplify groupspec formatting.
308         (nnir-request-expire-articles): New function.
310 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
313         overflow, possibly.
315         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
316         (shr-render-td): Handle td style="" better.
317         (shr-tag-table): Use the color from the style sheet.
318         (shr-render-td): Make sure we copy over all the overlays, too.
320 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
322         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
323         (nnir-request-article): Improve article retrieval.
325 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
327         * mm-util.el (mm-extra-numeric-entities): New variable.
329         * mm-url.el (mm-url-decode-entities):
330         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
332 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
334         * message.el: Use completion-at-point.
335         (message-completion-function): New fun, extracted from message-tab.
336         (message-mode): Use it for completion-at-point-functions.
337         (message-tab): Use it and completion-at-point.
339 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
341         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
342         character if a non-breakable character follows.
344 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
346         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
347         any stream.
349         * shr.el (shr-tag-font): Colorize the region.
350         (shr-tag-body): Ditto.
351         (shr-tag-font): Actually let the styles be inherited instead of
352         overwriting them.
353         (shr-tag-font): Get the background color right.
354         (shr-tag-style): Ignore all <style> tags for the moment.
356         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
357         a Message-ID to avoid having nnimap depend on gnus-sum.
359         * shr.el (shr-descend): Only colorize something if we have a node that
360         sets colors.
362 2010-12-06  Julien Danjou  <julien@danjou.info>
364         * shr.el (shr-render-td): Render td content with shr-descend, so style
365         will be applied to <td> too.
366         (shr-colorize-region): Colorize region even if we only have a background.
367         (shr-tag-body): Fix color and background color inheritance.
368         Do not recolorize after shr-generic.
369         (shr-tag-font): Let shr-generic colorize via inheritance.
371 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
373         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
375 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
377         * nnir.el (nnir-request-move-article): Remove obsolete code.
379 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
381         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
383 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
385         * gnus-sum.el (gnus-summary-respool-article): The completion function
386         expects a list instead of an alist.
388         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
389         string as the parameter.
391         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
393         * shr.el (shr-stylesheet): New dynamic variable for cascading the
394         styles.
395         (shr-colorize-region): New function.
396         (shr-insert-background-overlay): Remove.
397         (shr-render-td): Background setting should be taken care of on a higher
398         level.
399         (shr-tag-body): Use post-hoc colorizations.
400         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
401         (shr-put-color-1): Don't overwrite old colors.
402         (shr-colorize-region): When the background color isn't explicit, use
403         a fixed background.
405         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
406         nnmail variables.
408 2010-12-05  Bjørn Mork  <bjorn@mork.no>
410         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
411         unless necessary.
413 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
415         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
416         server.
418 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
420         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
421         so that TAB works.
423         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
424         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
426         * shr.el (shr-urlify): Show the URL before the title to avoid
427         misleading URLs.
429 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
431         * shr.el (shr-urlify): Display the title in <a> tags.
433 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
435         * nnir.el (nnir-categorize): Replace mapcar with mapc.
437 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
439         * nnir.el: Rearrange code to allow macros to be autoloaded by
440         gnus-sum.el.
441         (nnir-retrieve-headers-override-function): Make this variable
442         customizable.
443         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
445         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
446         from nnir.el.
448 2010-12-03  Julien Danjou  <julien@danjou.info>
450         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
452 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
454         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
455         allow optional argument `environment'.
457 2010-12-03  Glenn Morris  <rgm@gnu.org>
459         * mm-extern.el (message-goto-body): Update declaration.
461 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
463         * gnus-util.el (gnus-macroexpand-all): New function.
465         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
466         instead of macroexpand-all that is unavailable in XEmacs.
468 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
470         * nnir.el (nnir-summary-line-format): New variable.
471         (nnir-mode): Use it.
472         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
473         (nnir-article-ids): Reimplement as defsubst.
474         (nnir-retrieve-headers): Don't mangle the subject header.
475         (nnir-run-imap): Use 100 as RSV score.
476         (nnir-run-find-grep): Fix for full server searching.
477         (nnir-run-gmane): Better restriction to gmane groups.
479         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
480         summary buffers.
482 2010-12-02  Julien Danjou  <julien@danjou.info>
484         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
486         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
488         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
489         support.
491 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
493         * nnir.el: Update to handle the registry better.
494         (autoload): Silence byte-compiler.
495         (nnir-open-server): Add a hook for nnir groups.
496         (nnir-request-move-article): Don't mangle the header. Better to use
497         formating variables (which will be added in the future).
498         (nnir-registry-action): Update the registry using the original article
499         group name.
500         (nnir-mode): Install nnir-specific hooks for updating the registry.
502         * gnus-sum.el
503         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
504         obsolete variables.
505         (gnus-summary-move-article): Remove use of obsolete variables.
506         (gnus-summary-local-variables): Make move and delete hooks local to
507         summary buffers.
509 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
511         * rtree.el: New file.
513 2010-12-01  Julien Danjou  <julien@danjou.info>
515         * message.el (message-user-organization): Do not use
516         gnus-local-organization.
518         * gnus.el: Remove gnus-local-organization.
520         * gnus-msg.el: Remove nastygram thing.
522 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
524         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
525         funcall.
527 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
529         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
530         names.
532         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
533         characters.
535         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
536         to t of inhibit-read-only since it is inside gnus-with-article-headers.
537         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
538         (gnus-gravatar-transform-address): Use mail-extract-address-components
539         that supports non-ASCII names rather than mail-header-parse-addresses.
541 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
543         * proto-stream.el (open-protocol-stream): All starttls connections are
544         handled by the network handler.
546 2010-11-30  Julien Danjou  <julien@danjou.info>
548         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
549         (nnimap-open-connection-1): Fix PREAUTH.
551         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
553 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
555         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
556         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
557         (shr-insert): Use them.
558         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
560 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
562         * nnir.el (nnir-request-move-article): Bail out if original group
563         doesn't support article moves.
564         (nnir-get-active): Improve active list retrieval.
566 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568         * shr.el (shr-find-fill-point): Don't break before apostrophes.
570 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
572         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
573         seem to accept strings-with-numbers as port numbers,
575 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
577         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
578         change the registry.
580 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
582         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
583         delete-dups that is not available in XEmacs 21.4.
585         * mm-util.el (mm-delete-duplicates): Add comment.
587 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
589         * nnir.el (nnir-ignored-newsgroups): New variable.
590         (nnir-get-active): Use it.
592 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
594         * proto-stream.el (proto-stream-open-network): Add some comments.
596         * nntp.el (nntp-open-connection): Provide a :success condition.
598         * nnimap.el (nnimap-open-connection-1): Ditto.
600         * proto-stream.el (proto-stream-open-network): See what the response to
601         the STARTTLS command is.
603         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
604         backwards compatibility).
605         (nnimap-open-connection-1): Really respect nnimap-server-port.
607         * proto-stream.el (proto-stream-open-network): When doing opportunistic
608         TLS upgrades we don't really care about the identity of the peer.
609         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
610         that what we've checked for.
611         (proto-stream-always-use-starttls): Only default to t if
612         open-gnutls-stream exists.
613         (proto-stream-open-network): If STARTTLS failed, then just open a
614         normal connection.
615         (proto-stream-open-network): Wait until the greeting before doing
616         STARTTLS.
618         * nntp.el (nntp-open-connection): Report what the connection error is.
620         * proto-stream.el (open-protocol-stream): Renamed from
621         open-proto-stream.
623 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
625         * nnimap.el (nnimap-stream): Change default to `undecided'.
626         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
627         first, and then network.
628         (nnimap-open-connection-1): Respect nnimap-server-port.
629         (nnimap-open-connection): Be more backwards-compatible.
631         * proto-stream.el (proto-stream-always-use-starttls): New variable.
632         (proto-stream-open-starttls): De-duplicate the starttls code.
633         (proto-stream-open-starttls): Folded back into the main function.
634         (proto-stream-open-network): Fix typo in the gnutls path.
635         (proto-stream-command): Refactor out.
637         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
639         * proto-stream.el (proto-stream-open-starttls): Actually implement the
640         starttls.el STARTTLS.
642         * color.el (color-lab->srgb): Fix function call name.
644         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
645         if we're using tls.el.
646         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
647         built in, then don't try to establish a STARTTLS connection.
649         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
650         servers.
652         * proto-stream.el (open-proto-stream): Use network, not stream.
653         (open-proto-stream): Add a way to specify what the end of a command is.
655         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
656         connections types.
657         (nntp-open-network-stream): Remove.
658         (nntp-open-ssl-stream): Remove.
659         (nntp-open-tls-stream): Remove.
660         (nntp-ssl-program): Remove.
662         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
664 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
666         * nnir.el: Fix typos.
667         (nnir-retrieve-headers-override-function): Rename variable to reflect
668         new semantics.
669         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
670         macros.
671         (nnir-request-article, nnir-request-move-article): Use them.
672         (nnir-categorize): New function.
673         (nnir-run-query): Use it.
674         (nnir-retrieve-headers): Rewrite to batch header retrieval.
675         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
676         sorted.
677         (nnir-group-full-name): Use gnus-group-full-name instead.
678         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
679         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
681 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
683         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
685         * proto-stream.el: New library to provide protocol-specific
686         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
687         protocols.
688         (open-proto-stream): Complete the documentation.
689         (proto-stream-open-network): Fix some typos.
691         * nnimap.el (nnimap-open-connection): Use it.
693 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
695         * pop3.el (pop3-open-server): Read server greeting before starting TLS
696         negotiation.
698 2010-11-26  Julien Danjou  <julien@danjou.info>
700         * color.el: Rename various rgb functions to srgb.
702 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
704         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
705         names.
707 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
709         * shr.el (shr-insert): Revert last change.
710         (shr-find-fill-point): Never leave point being at bol;
711         relax the kinsoku limitation when rendering tables.
713 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
715         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
716         results from -accept-article.
718         * shr-color.el: Require cl when compiling.
720         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
721         checkin.
723         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
725         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
727         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
728         'add and 'delete to set backend marks.
730         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
732         * nnheader.el (nnheader-update-marks-actions): Refactor out.
734         * nntp.el (nntp-request-set-mark): Use it.
736         * nnfolder.el (nnfolder-request-set-mark): Ditto.
738         * nnml.el (nnml-request-set-mark): Ditto.
740         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
741         introduces regressions in article selection.
742         (nnimap-find-uid-response): New function.
743         (nnimap-request-accept-article): Use the UID returned, if any.
744         (nnimap-request-move-article): Use the UID returned, if any.
745         (nnimap-get-groups): Reimplement to work with folded lines.
746         (nnimap-find-uid-response): The UID is the last element in the list.
747         (nnimap-request-set-mark): Extend syntax with 'set.
749         * nnml.el (nnml-request-set-mark): Ditto.
751         * nnfolder.el (nnfolder-request-set-mark): Ditto.
753         * nntp.el (nntp-request-set-mark): Ditto.
755 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
757         * message.el (message-called-interactively-p): A temporary macro.
758         (message-goto-body): Use it temporarily.
760 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
762         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
763         (nnimap-last-response-string): Unfold quoted lines, if they exist.
764         (nnimap-last-response-string): Fix last unfolding fix.
766 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
768         * shr.el (shr-insert): Fix the way to fold lines.
770 2010-11-25  Julien Danjou  <julien@danjou.info>
772         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
774         * color.el: Rename from color-lab.el
775         (color-rgb->hex): Add.
776         (color-complement): Add.
777         (color-complement-hex): Add.
779         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
781 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
783         * shr-color.el (shr-color-visible): Don't bug out if the colour names
784         don't exist.
786 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
788         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
789         assuming that article displaying or another mml-preview may be
790         interrupted for an error or for the like.
792         * shr.el (shr-get-background): Fix argument name.
794 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
798         * gnus-sum.el (gnus-summary-include-articles): New function.
800         * message.el (message-goto-body): called-interactively-p needs a
801         parameter, so use `any'.
803         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
804         clear marks before moving, since they're synced from the Gnus side
805         first.
807         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
808         (gnus-summary-move-article): Copy over all marks before moving, so that
809         IMAP doesn't think a new article has arrived.
811 2010-11-24  Julien Danjou  <julien@danjou.info>
813         * shr.el (shr-insert-background-overlay): Fix typo.
814         (shr-render-td): Copy the background before rendering.
816         * shr-color.el (shr-color-visible): Fix docstring.
818         * shr.el (shr-tag-table): Add bgcolor support.
819         (shr-render-td): Add bgcolor support.
820         (shr-get-background): Add.
821         (shr-insert-foreground-overlay): Use shr-get-background.
823         * message.el (message-goto-body): Use called-interactively-p.
824         (message-in-body-p): message-goto-body returns point.
826 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
828         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
829         Fixes something or other in Emacs 23, and is backwards compatible.
831         * message.el (message-goto-body): Remove the <#secure special-casing,
832         which is too special.
834         * shr.el (shr-parse-style): Drop !important from styles.
836 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
838         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
839         this function to return incorrect results when calling it with an
840         explicit article argument different from
841         (gnus-summary-article-number).
843 2010-11-24  Julien Danjou  <julien@danjou.info>
845         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
846         (shr-tag-body): Add background support.
847         (shr-descend): Add background support.
848         (shr-tag-title): Add.
850         * shr-color.el (shr-color-visible): Really return original background
851         if fixed.
853 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855         * shr.el (shr-color-check): Protect against non-existant colour names.
857 2010-11-24  Julien Danjou  <julien@danjou.info>
859         * color-lab.el: Require 'cl when compiling.
861         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
863         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
864         matched part.
866         * color-lab.el: Fix all expt calls to use float type.
868 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
870         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
871         expression to shr-color-check as is.
873         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
875         * color-lab.el: Add coding cookie.
876         (float-pi): Use eval-and-compile.
878 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
880         * shr.el (shr-insert-color-overlay): Split stuff like
881         "#444444 !important" to find the real colour.
882         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
883         parse <font color="red"> entries.
885 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
887         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
888         point when parsing headers.
890         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
891         is positioned properly when parsing headers.
893 2010-11-23  Julien Danjou  <julien@danjou.info>
895         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
897         * shr-color.el (shr-color->hexadecimal): Add support for color names.
899         * shr.el (shr-parse-style): Replace \n with space in style parsing.
901         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
902         shr-color-hue-to-rgb.
903         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
905 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
907         * shr.el (shr-color->hexadecimal): Autoload.
908         (shr-descend): Add color to all tags.
910 2010-11-22  Julien Danjou  <julien@danjou.info>
912         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
913         shr-color->hexadecimal.
915         * shr-color.el (shr-color->hexadecimal): Add converting functions for
916         RGB() or HSL() color representation.
918         * shr.el (shr-tag-font): Add.
919         (shr-tag-color-check): New function to get better colors.
920         (shr-tag-insert-color-overlay): Factorize code between tag-font and
921         tag-span.
923         * shr-color.el: New file.
925         * color-lab.el: New file.
927         * gnus-art.el (gnus-url-mailto): Do not downcase args.
929 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
931         * nnir.el: Fix typo in comments.
932         (nnir-run-imap): Simplify code. No need to reverse artlist.
933         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
935 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
937         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
939         * nnimap.el (nnimap-get-capabilities): Refactor out.
940         (nnimap-open-connection): Re-request capabilities after STARTTLS.
942 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
944         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
945         appearing when `mm-uu-hide-markers' is nil.
947 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949         * nnimap.el (nnimap-unselect-group): Make into its own function.
950         (nnimap-request-rename-group): Unselect group before renaming.
951         This had gotten lost somewhere.
952         (nnimap-request-accept-article): Keep track of examined groups, and
953         unselect the group before APPENDing to read-only groups.
954         (nnimap-request-move-article): Clear flags before moving so that they
955         can be re-set later.
957 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
959         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
960         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
962 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
964         * gnus-art.el (gnus-mime-display-single)
965         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
966         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
967         parameter.
969 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
972         (shr-table-vertical-line): New variable.
973         (shr-insert-table): Use it.
975 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
977         * gnus-html.el (gnus-html-wash-images): Don't display images if
978         gnus-inhibit-images is non-nil; register displayer for cid images.
979         (gnus-html-display-image): Work for cid image.
980         (gnus-html-insert-image): Allow arguments.
981         (gnus-html-put-image): Inhibit read-only.
982         (gnus-html-prefetch-images): Don't prefetch images if
983         gnus-inhibit-images is non-nil.
985 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987         * shr.el (shr-put-image): Break lines when inserting big pictures.
989 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
991         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
992         sender, thanks Katsumi Yamaoka.
994 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
996         * nnir.el (nnir-run-imap): Reverse the article list for each group
997         rather than the whole list.
999 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1001         * shr.el (shr-image-displayer): Protect function against non-existent
1002         image source.
1004         * gnus-art.el (gnus-inhibit-images): New user option.
1005         (gnus-mime-display-single): Don't display image if it is non-nil.
1007         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1008         gnus-inhibit-images.
1010         * shr.el (shr-image-displayer): New function.
1011         (shr-tag-img): Use it.
1013 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1015         * mml2015.el (mml2015-epg-sign): Use From header.
1017 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1019         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1021         * gnus-util.el (gnus-find-text-property-region): Return markers.
1023         * shr.el (shr-tag-img): Put a displayer in the text property.
1025         * gnus-util.el (gnus-find-text-property-region): New utility function.
1027         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1028         (gnus-html-show-images): Remove.
1030         * gnus-art.el (gnus-article-show-images): New, more general function.
1032         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1033         image url text properties.
1035         * shr.el: Ditto.
1037         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1038         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1040 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1042         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1043         work for two or more articles.
1045 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1047         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1048         divide an image that's in an html article to two or more when washing
1049         non-ASCII characters in alt text of it.
1051 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1053         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1054         smime-decrypt-region using function argument.
1055         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1057         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1059         * smime.el (smime-decrypt-region): Catch it.
1061 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1063         * smime.el (smime-mode-map): Move initialization into declaration.
1064         (gnus-run-mode-hooks): Don't autoload.
1065         (smime-mode): Use define-derived-mode.
1067 2010-11-11  Glenn Morris  <rgm@gnu.org>
1069         * smime.el (from): Restrict declaration to XEmacs.
1071         * nnir.el (gnus-group-topic-name): Autoload.
1073 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1075         * shr.el (shr-insert): Don't break long line if it is because of
1076         kinsoku-bol characters in the line end.
1078 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1080         * nnir.el (nnir-request-move-article): Fix to provide original group
1081         and subject.
1082         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1083         been retrieved.
1085         * gnus-sum.el (gnus-summary-move-article): Use original group and
1086         subject for virtual articles such as those in an nnir summary buffer.
1088 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1090         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1091         least 21.5).
1093         * smime.el (from): Declare it again for XEmacs.
1095 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097         * message.el (message-resend): Don't disable encoding unless it's
1098         already encoded.
1100         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1101         low-numbered articles.
1103 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1105         * rfc2047.el (rfc2047-syntax-table): Simplify.
1107         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1108         set-char-table-range for XEmacs.
1110 2010-11-10  Glenn Morris  <rgm@gnu.org>
1112         * smime.el (from): Remove unused declaration.
1114         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1115         (gnus-float-time): On Emacs, always an alias.
1117         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1118         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1120 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1122         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1124 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1126         * shr.el (browse-url-mailto): Autoload.
1128         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1130         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1131         regexp doesn't need quoting.
1133 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1135         * message.el (message-subject-trailing-was-ask-regexp)
1136         (message-subject-trailing-was-regexp): Match was: in addition to was.
1138 2010-11-09  Glenn Morris  <rgm@gnu.org>
1140         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1141         (nnbabyl-check-mbox): Use point-at-bol.
1143 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1147         * message.el (message-mailto): New function.
1148         (message-mailto): Should accept other parameters.
1149         (message-mailto): Remove since it duplicates browse-url-mailto
1150         functionality.
1152 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1154         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1155         methods.
1156         (gnus-read-active-file): Ditto.
1158         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1159         ": " from the prompt.
1160         (gnus-group-make-group): Ditto.
1162 2010-11-07  Glenn Morris  <rgm@gnu.org>
1164         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1165         (gnus-bookmark-kill-line): Use point-at-eol.
1167 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1169         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1170         asterisks in From header.
1172 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1174         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1175         string to avoid making the From headers syntactically invalid.
1177         * message.el (message-send-mail): Don't insert courtesy messages if the
1178         message already has List-Post and List-ID messages.
1180 2010-11-06  Glenn Morris  <rgm@gnu.org>
1182         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1183         `condition', `type', `length' a prefix.
1184         (gnus-treat-predicate): Update for above name changes.
1186 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1188         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1189         binding.  Handled by `gnus-summary-refer-thread' instead.
1190         (nnir-warp-to-article): New backend function.
1192         * nnimap.el (nnimap-request-thread): Force dependency updating.
1194         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1195         (gnus-summary-refer-thread): Rework to improve thread-referral.
1197         * gnus-int.el (gnus-warp-to-article): New function.
1199         * gnus-sum.el (gnus-summary-article-map): Bind it.
1201 2010-11-05  Martin Rudalics  <rudalics@gmx.at>
1203         * message.el (message-mail-other-window)
1204         (message-news-other-window): Pass pop-to-buffer-other-window as
1205         switch-function to message-pop-to-buffer.
1206         (message-mail-other-frame, message-news-other-frame): Pass
1207         pop-to-buffer-other-frame as switch-function to
1208         message-pop-to-buffer.
1210 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1212         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1213         gnus-summary-refer-thread.
1215         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1216         headers.
1217         (gnus-summary-limit-include-thread): Prevent articles in thread from
1218         being cut in gnus-cut-threads.
1219         (gnus-summary-refer-thread): Limit retrieved headers to those in
1220         thread.
1222 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224         * message.el (message-send-mail): Use the value of
1225         message-courtesy-message from the message buffer.
1227         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1229         * shr.el (shr-browse-url): Implement mailto: URLs.
1231         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1232         "raw".
1234         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1235         if it's already selected.
1237         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1239 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1241         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1242         to measure the length and truncate alt text.
1244 2010-11-03  Glenn Morris  <rgm@gnu.org>
1246         * nndiary.el (nndiary-generate-nov-databases-1)
1247         (nndiary-generate-active-info): Rename dynamic variable `files' to
1248         something less generic.
1250 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1252         * nnir.el (nnir-request-move-article): Call the underlying backend to
1253         move articles from nnir.
1255 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1257         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1259 2010-11-02  Julien Danjou  <julien@danjou.info>
1261         * nnir.el: Remove wais support.
1263 2010-11-02  Glenn Morris  <rgm@gnu.org>
1265         * gnus-html.el: Reorder requirements to quieten compiler.
1267 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1269         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1270         properly for XEmacs as well.
1271         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1272         (gnus-article-natural-long-line-p): Use window-width rather than
1273         frame-width.
1275 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1277         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1278         (nnir-read-parms): Don't modify query.
1279         (nnir-run-query): Add ability to search topic on current line.
1280         (nnir-get-active): Clean up.
1282 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1284         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1285         degenerate articles.
1287         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1288         (gnus-print-buffer): Just print the buffer as is, without any copying
1289         to a buffer and then re-highlighting.
1291         * nnimap.el (nnimap-request-group): Store the new updated info.
1292         (nnimap-request-group): Select the group when we don't know whether it
1293         exists or not.
1295         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1296         groups.
1298         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1299         groups.
1301         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1302         groups.
1304         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1305         long-lines case by only filling the long lines.
1307         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1308         (bug #7311).
1310 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1312         * shr.el: No need to declare `declare-function' since shr.el is for
1313         only Emacsen that provide `libxml-parse-html-region'.
1315 2010-11-01  Glenn Morris  <rgm@gnu.org>
1317         * mm-util.el (gnus-completing-read): Autoload.
1318         (mm-read-coding-system): Simplify Emacs definition.
1320         * nnmail.el (gnus-activate-group):
1321         * nnimap.el (gnutls-negotiate):
1322         * nntp.el (netrc-parse): Fix declarations.
1324 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1326         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1327         string-match-p in Emacs >=23.
1329         * gnus-msg.el (gnus-configure-posting-styles)
1330         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1332 2010-11-01  Glenn Morris  <rgm@gnu.org>
1334         * nnir.el (declare-function): Add compat stub.
1335         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1336         (nnir-run-gmane): Require 'mm-url.
1338         * mm-util.el (mm-string-to-multibyte): Simplify.
1340         * shr.el (declare-function): Add compat stub.
1341         (url-cache-create-filename): Declare.
1342         (mm-disable-multibyte, widget-convert-button): Autoload.
1344         * smime.el (ldap-search): Declare.
1345         (smime-cert-by-ldap-1): Require ldap on Emacs.
1347         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1348         (nnimap-keepalive): Use gnus-float-time.
1350         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1351         (mail-source-delete-crash-box): Use gnus-float-time.
1353         * gnus-dired.el (gnus-completing-read): Autoload.
1355         * mm-view.el (gnus-rescale-image): Autoload.
1357         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1359         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1361         * sieve-manage.el: Require 'cl when compiling.
1363         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1364         (gnus-iswitchb-completing-read): Require iswitchb.
1365         (gnus-select-frame-set-input-focus): Silence compiler.
1367 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1369         * message.el (message-subject-trailing-was-query): Change default to t,
1370         since I think that's what most people want.
1372         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1373         appending for easier debugging.
1374         (nnimap-wait-for-connection): Take a regexp.
1375         (nnimap-request-accept-article): Wait for the continuation line before
1376         sending anything unless we're streaming.
1378         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1379         leave the header washing to take place.
1381 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1383         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1384         regular expression match and replace in posting styles.
1386 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1388         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1389         an entire server.
1390         (nnir-get-active): New function.
1391         (nnir-run-imap): Use it.
1392         (nnir-run-gmane): Who knew, gmane search returns an article score!
1394         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1395         server on the current line with nnir.
1397 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1399         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1400         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1401         left edge.
1402         (gnus-article-foldable-buffer): Skip past the prefix when determining
1403         raggedness.
1405         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1406         the raw article, and change `C-u g' to show the article without doing
1407         treatments.
1409         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1410         on to `gnus-treat-article'.
1411         (gnus-inhibit-article-treatments): New variable.
1413         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1415         * gnus-art.el (gnus-treatment-function-alist): Have
1416         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1417         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1418         sections.
1420         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1421         parameter.
1422         (gnus-article-fill-cited-long-lines): New function.
1423         (gnus-article-fill-cited-article): Allow filling only long sections.
1425         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1426         and non-punctuation (like after the apostrophe in "'We").
1428         * gnus-sum.el (gnus-summary-select-article): Make sure
1429         gnus-original-article-buffer is alive.
1431         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1432         reflect the order they're in in the digest.
1434         * gnus.el (gnus-group-startup-message): Move point to the start of the
1435         buffer.
1437         * nnimap.el (nnimap-capability): New function.
1438         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1439         is set.
1441 2010-10-31  David Engster  <dengste@eml.cc>
1443         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1444         conform with changes to gnus-completing-read.
1446 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1450 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1452         * nnir.el: Move defvar, defcustom around to keep file organized
1453         and keep byte-compiler quiet.
1454         (nnir-read-parms): Accept search-engine as arg.
1455         (nnir-run-query): Pass search-engine as arg.
1456         (nnir-search-engine): Remove.
1458 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1460         * shr.el (shr-generic): The text nodes should be text, not :text.
1462         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1463         later in the file.
1465 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1467         * nnir.el: General clean up.  Allow searching with multiple engines.
1468         Allow separate extra-parameters for each engine.
1469         Batch queries when possible.
1470         (nnir-imap-default-search-key,nnir-method-default-engines):
1471         Add customize interface.
1472         (nnir-run-gmane): New engine.
1473         (nnir-engines): Use it.  Qualify all prompts with engine name.
1474         (nnir-search-engine): Remove global variable.
1475         (nnir-run-hyrex): Restore for now.
1476         (nnir-extra-parms,nnir-search-history): New variables.
1477         (gnus-group-make-nnir-group): Use them.
1478         (nnir-group-server): Remove in favor of gnus-group-server.
1479         (nnir-request-group): Avoid searching twice.
1480         (nnir-sort-groups-by-server): New function.
1482 2010-10-30  Julien Danjou  <julien@danjou.info>
1484         * gnus-group.el: Remove gnus-group-fetch-control.
1486         * gnus-start.el (gnus-find-new-newsgroups):
1487         Remove gnus-check-first-time-used.
1489         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1491 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1493         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1494         set on groups that don't have \* permanentflags.
1496 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1499         control the background color.
1500         (shr-tag-img): Ignore very small web bug type images.
1501         (shr-put-image): Add help-echo alt texts to the images.
1502         (shr-tag-video): Show the video poster image.
1504 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1506         * shr.el (shr-table-depth): New variable.
1507         (shr-tag-table-1): Only insert the images after the top-level table.
1509         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1511         * gnus-util.el (gnus-list-memq-of-list): New function.
1513         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1514         selected.
1515         (nnimap-unsplittable-articles): New slot.
1516         (nnimap-new-articles): Use it.
1518 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1520         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1521         move to the previous line on `M-g'.
1523 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1525         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1526         *-request-group, which seems unnecessary.
1528         * nnimap.el (nnimap-quote-specials): Function copied over from
1529         imap.el.
1530         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1531         they support that.  Suggested by Tom Regner.
1533 2010-10-29  Julien Danjou  <julien@danjou.info>
1535         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1536         defalias.
1537         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1539         * gnus.el: Remove `gnus-nntp-service' variable.
1540         (gnus-secondary-servers): Make obsolete.
1541         (gnus-nntp-server): Make obsolete.
1543         * gnus-start.el (gnus-1): Remove x-splash calls.
1545         * gnus-ems.el (gnus-x-splash): Remove.
1547         * gnus.el (gnus-group-startup-message): Simplify/update code.
1549         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1550         capability before doing anything.
1551         (gnus-group-insert-group-line): Remove useless
1552         gnus-group-remove-excess-properties.
1554 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1556         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1558 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1560         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1561         config after reselecting.
1563 2010-10-28  Julien Danjou  <julien@danjou.info>
1565         * shr.el (shr-put-image): Use point even if only inserting text.
1566         (shr-put-image): Save excursion when inserting alt text on non-graphic
1567         display, so the behaviour is the same when we are on a graphic display.
1569         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1571 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1573         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1574         (gnus-mime-copy-part): Check coding system, not charset.
1575         (gnus-mime-view-part-externally): Never remove part.
1576         (gnus-mime-view-part-internally): Don't remove part here.
1577         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1578         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1579         multipart/alternative.
1581         * mm-decode.el (mm-display-part): Take optional arg `force'.
1583 2010-10-26  Julien Danjou  <julien@danjou.info>
1585         * gnus-group.el (gnus-group-default-list-level): Add this function to
1586         compute the default list level.
1587         (gnus-group-default-list-level): Add possibility to use a function.
1589 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1591         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1593         * gnus-group.el (gnus-group-completing-read)
1594         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1595         gnus-replace-in-string.
1597 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1599         * shr.el (shr-tag-div): Add.
1601 2010-10-25  Julien Danjou  <julien@danjou.info>
1603         * gnus-util.el: Remove `gnus-with-local-quit'.
1605         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1607 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1609         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1610         the original article buffer.
1612 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1614         * nnimap.el (nnimap-request-head): New function.
1615         (nnimap-request-move-article): Try to be slighly faster by not
1616         requesting the entire message when moving.
1617         (nnimap-transform-headers): Don't bug out on bodiless articles.
1618         (nnimap-send-command): Have no outstanding messages if the IMAP server
1619         doesn't support streaming.
1620         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1622 2010-10-24  Julien Danjou  <julien@danjou.info>
1624         * message.el (message-default-headers): Fix type.
1626 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1628         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1629         prefetching images.
1631         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1632         backend for unknown groups.  This is mainly useful for nnimap groups.
1634         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1635         group isn't covered by the agent.
1637 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1639         * nnir.el (nnir-method-default-engines): New variable.
1640         (nnir-run-query): Use it.
1641         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1642         (gnus-summary-nnir-goto-thread): Change group if needed.
1644         * gnus-group.el (gnus-group-group-map): Add key binding for
1645         gnus-group-make-nnir-group.
1647 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1649         * shr.el (shr-tag-object): Add.
1651         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1652         original article buffer live.
1653         (gnus-summary-select-article-buffer):
1654         Mention gnus-widen-article-buffer.
1656 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1658         * shr.el (shr-tag-strong): Add.
1660 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1663         group names.  They mess up the group buffer badly.
1665         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1667         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1668         instead of the summary one.
1670 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1672         * mml.el (mml-preview): Work properly when editing article.
1674         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1675         gnus-have-read-active-file if it's already been in.
1677 2010-10-22  Tom Tromey  <tromey@redhat.com>
1679         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1680         gnus-group-completing-read.
1682 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684         * message.el (message-mode-map): Don't bind M-; to comment region, to
1685         allow the global comment-dwim to work.
1687 2010-10-21  Julien Danjou  <julien@danjou.info>
1689         * message.el (message-setup-1): Allow message-default-headers to be a
1690         function.
1692 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1694         * shr.el (shr-tag-table): Simplify.
1696 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1699         to avoid trying to snarf invalid stuff.
1701         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1703         * gnus.el (gnus-message-archive-group): Quote value.
1704         (gnus-message-archive-group): Mark as changed.
1706         * shr.el (shr-add-font): Don't put the font properties on the newline
1707         or the indentation.
1709         * message.el (message-fix-before-sending): Change options when sending
1710         non-printable characters.
1712         * gnus.el (gnus-message-archive-method): Change the default to
1713         monthly outgoing groups.
1715         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1716         that have gotten new numbers.
1718         * nnimap.el (nnimap-request-replace-article): New function.
1720 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1722         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1723         (nnrss-request-article): Don't use special html washing code.
1725 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1727         * shr.el (shr-tag-table): Remove useless nconc.
1729 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731         * gnus-art.el (article-wash-html): Simplify and remove the charset
1732         stuff.  Use the normal html rendering code instead of the special html
1733         washing code.
1735         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1736         `gnus-w3m' symbols.
1737         (mm-text-html-washer-alist): Remove.
1739         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1740         (mm-inline-media-tests): Remove use.
1741         (mm-text-html-renderer): Change default to the `shr' symbol.
1743         * mm-view.el (mm-inline-text-html): Remove use.
1745         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1746         `gnus-blocked-images' to be a function.
1747         (gnus-article-wash-function): Remove.
1749 2010-10-20  Julien Danjou  <julien@danjou.info>
1751         * spam.el (spam-list-of-processors): Mark as obsolete.
1753         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1754         (nnimap-insert-partial-structure): Fix boundary detection.
1756 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1758         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1759         run file-truename on remote files.  This can be expensive and even
1760         prevent one from editing drafts if some unrelated buffer has a stale
1761         connection.
1763 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1765         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1766         kinsoku-eol regardless of shr-kinsoku-shorten.
1767         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1768         (shr-tag-table): Support caption, thead, and tfoot.
1770 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1773         lines.
1774         (shr-save-contents): New command and keystroke.
1776         * nndoc.el (nndoc-type-alist): Add git support.
1777         (nndoc-git-type-p): New function.
1778         (nndoc-transform-git-article): Ditto.
1779         (nndoc-transform-git-headers): Ditto.
1780         (nndoc-transform-git-headers): Generate Subject headers.
1782         * shr.el (shr-parse-style): New function.
1783         (shr-tag-span): Ditto.
1785         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1786         to `G G' to avoid collisions.
1788 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1790         * shr.el: Load kinsoku if necessary.
1791         (shr-kinsoku-shorten): New internal variable.
1792         (shr-find-fill-point): Make kinsoku shorten text line if
1793         shr-kinsoku-shorten is bound to non-nil.
1794         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1795         shr-indentation too when testing if table is wider than frame width.
1796         (shr-insert-table): Use `string-width' instead of `length' to measure
1797         text width.
1798         (shr-insert-table-ruler): Make sure indentation is done at bol.
1800 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1802         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1803         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1804         undecoded network data.
1806 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1808         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1809         name in the mode line spec so that the mode line menu works
1810         (bug #2431).
1812         * message.el (message-get-reply-headers): If we're fed `to-address',
1813         then always use that.
1815         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1816         aren't so wide as to need to switch off the edit menu.
1818         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1819         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1821         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1822         `M-g'.
1823         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1824         the permanent marks.
1826 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1828         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1829         Splitting according to references/in-reply-to obeys the ignore-groups
1830         variable, while splitting by sender and subject do not.
1832 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1835         alist, so that we can look for non-Unicode chars.
1836         (article-translate-strings): Allow both character and string maps.
1838 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1840         * shr.el (shr-insert): Don't insert space behind a wide character
1841         categorized as kinsoku-bol, or between characters both categorized as
1842         nospace.
1844 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1846         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1847         headers to gnus-newsgroup-headers.
1849 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1851         * shr.el (shr-tag-img): Don't align images -- since we're not
1852         rescaling, this often leads to ugly displays.
1854 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1856         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1857         duplicates.
1859 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1861         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1862         call.
1864 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1866         * gnus.el: Autoload gnus-html-show-images.
1868         * nnimap.el: Use nnheader-message throughout.
1870         * shr.el (shr-tag-img): Ignore images with no data.
1872 2010-10-15  Julien Danjou  <julien@danjou.info>
1874         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1875         a possibility to disable format=flow encoding when using hard newlines.
1877 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1879         * shr.el (shr-insert): Remove space inserted before or after a
1880         breakable character or at the beginning or the end of a line.
1881         (shr-find-fill-point): Do kinsoku; find the second best point or give
1882         it up if there's no breakable point.
1884 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1886         * nnimap.el (nnimap-open-connection): Message when opening connection
1887         for debugging purposes.
1889         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1890         on every setup buffer call to allow this to change from article to
1891         article.
1893         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1894         buffers where we have a wide table.
1896 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1898         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1899         uses *-request-thread.
1901 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1903         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1904         incantation, which is no longer valid.
1906 2010-10-14  Julien Danjou  <julien@danjou.info>
1908         * shr.el: Fix defcustom type (char -> character).
1910 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1912         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1913         programs.
1915 2010-10-14  Julien Danjou  <julien@danjou.info>
1917         * shr.el (shr-tag-a): Use url-link as widget type.
1919         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1920         `gnus-group-get-icon'.
1922 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1925         This should make server editing work better.
1927         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1929         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1930         (nnimap-parse-flags): Fix regexp.
1932         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1933         probably work for CJVK text, too.
1935         * nnimap.el (nnimap-extend-tls-programs): Remove.
1936         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1938 2010-10-13  Julien Danjou  <julien@danjou.info>
1940         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1941         responses.
1943 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1945         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1947         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1948         anything in Emacs.
1950         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1952 2010-10-13  Julien Danjou  <julien@danjou.info>
1954         * shr.el (shr-width): Make shr-width a defcustom with default to
1955         fill-column.
1956         (shr-tag-img): Use shr-width rather than fill-column.
1958 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1960         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1962         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1963         position when (X-)Faces exist.
1964         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1965         avatars when called interactively.
1967 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1969         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1970         gnus-article-x-face-too-ugly is bound.
1972 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1976         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1977         mailbox that doesn't exist.
1979 2010-10-12  Julien Danjou  <julien@danjou.info>
1981         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1982         (shr-get-image-data): Encode URL properly when fetching from cache.
1983         (shr-tag-img): Use aligned-to spaces to align correctly images.
1985         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1986         before inserting the Gravatar.
1988         * shr.el (shr-tag-img): Add align attribute support for <img>.
1990 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992         * gnus-gravatar.el (gnus-art): Require.
1994         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1995         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1996         Remove long obsoleted functions.
1998 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2000         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2002         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2003         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2004         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
2005         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
2006         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
2007         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
2008         Fix comment for declare-function.
2010 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012         * nnimap.el (nnimap-request-rename-group): Select group read-only
2013         before renaming it.
2015         * shr.el (shr-insert): Fix up the white space only regexp.
2017         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2018         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2020         * shr.el (shr-current-column): New function.
2021         (shr-find-fill-point): New function.
2023 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2025         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2026         numbers.
2028 2010-10-11  Julien Danjou  <julien@danjou.info>
2030         * shr.el (shr-hr-line): Add.
2031         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2032         display hr lines.
2033         (shr-max-columns): Do not change state to nil if we just inserting
2034         spaces.
2036 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2039         select the last group.
2041 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2043         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2045 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2048         for Gnus.
2049         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2050         (nnimap-update-qresync-info): Mark \Seen articles as read.
2052         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2053         non-variable, too.
2055         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2056         available.
2057         (nnimap-update-info): Rely more on the current active than the param
2058         active to avoid marking articles as read too much.
2060         * auth-source.el (auth-source-create): Use (user-login-name) for the
2061         user name default.
2063         * nnimap.el (nnimap-update-info): If the server doesn't return any
2064         useful info, just use the previous info.
2065         (nnimap-update-info): Prefer old info over start-article.
2066         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2068 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2070         * nnir.el (autoload): Clean up autoloads.
2071         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2072         Use key rather than value.
2073         (nnir-imap-search-other): New variable.
2074         (nnir-read-parm): Use it.
2075         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2076         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2078 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2080         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2081         the process, too.
2083 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2085         * spam.el (gnus-summary-mode-map): Bind to "$".
2086         Suggested by Russ Allbery.
2088         * shr.el: Rework the way things are indented by <li> slightly.
2090         * gnus.el (gnus-group-set-parameter): Fix typo.
2092         * nnimap.el: Start implementing QRESYNC support.
2094 2010-10-09  Julien Danjou  <julien@danjou.info>
2096         * nnir.el (nnir-engines): Fix too many arguments.
2098 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2101         group is the "last", so that the backends like nnfolder actually save
2102         their folders.
2104         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2105         try to use that for the tls stream.
2106         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2107         UIDVALIDITY and find out which groups are read-only and not.
2108         (nnimap-get-flags): Use the same marks parsing code as the rest of
2109         nnimap.
2111 2010-10-09  Julien Danjou  <julien@danjou.info>
2113         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2115         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2116         retrieving gravatars.
2118         * shr.el (shr-table-corner): Add.
2119         (shr-table-line): Add.
2120         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2122 2010-10-08  Julien Danjou  <julien@danjou.info>
2124         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2126 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2128         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2130         * gnus-sum.el (gnus-mark-article-as-unread)
2131         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2132         (gnus-summary-set-bookmark): Use it.
2134         * gnus-msg.el (gnus-setup-message): Use it.
2136         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2138         * gnus.el (gnus-group-remove-parameter): Use it.
2140         * gnus-group.el (gnus-group-make-web-group): Use it.
2142         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2144         * nnregistry.el: Update docs to mention manual.
2146         * gnus-registry.el: Update docs to mention nnregistry.el.
2147         (gnus-registry-initialize): Don't install nnregistry refer method
2148         automatically.
2149         (gnus-registry-install-nnregistry): Remove it.
2151 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2153         * shr.el (shr-insert): Don't insert double spaces.
2155 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2157         * gnus-gravatar.el (gnus-treat-from-gravatar)
2158         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2159         called interactively.
2161         * gnus-art.el (gnus-mime-view-part-externally)
2162         (gnus-mime-view-part-internally): Make predicate function passed to
2163         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2164         of a mime type.
2166         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2168 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2170         * shr.el (require): Require cl when compiling.
2171         (shr-tag-hr): New function.
2173         * nnimap.el (nnimap-update-info): Remove double setting of high.
2174         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2175         This makes nnimap work properly on Courier again.
2177         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2178         the variable for backwards compatability.
2180         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2181         the file name before using to avoid setting mm-default-directory to
2182         nil.
2184         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2185         bidning gnus-agent variables.
2187         * shr.el (shr-render-td): Use a cache for the table rendering function
2188         to avoid getting an exponential rendering behaviour in nested tables.
2189         (shr-insert): Rework the line-breaking algorithm.
2190         (shr-insert): Don't leave trailing spaces.
2191         (shr-insert-table): Also insert empty TDs.
2192         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2194 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2196         * gnus-sum.el (gnus-number): Rename from `number'.
2197         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2198         (gnus-summary-limit-children): Update uses correspondingly.
2200 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2202         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2203         (gnus-gravatar-transform-address): Don't show avatars of people of
2204         which mail addresses match gnus-gravatar-too-ugly.
2206 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2208         * shr.el (shr-table-widths): Expand TD elements to fill available
2209         space.
2211 2010-10-07  Julien Danjou  <julien@danjou.info>
2213         * nnimap.el (nnimap-request-rename-group): Add this method.
2215 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2217         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2218         name from XEmacs' function-arglist.
2220         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2221         gravatar under XEmacs.
2223 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2225         * auth-source.el: Update docs with TODO items.
2227         * gnus-sync.el: Update docs to explain state and plans.
2229         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2230         Hooks for mark updates.
2231         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2233         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2234         hooks with arguments, which is needed for mark update hooks.
2236 2010-10-06  Julien Danjou  <julien@danjou.info>
2238         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2239         was matched.
2241         * sieve-manage.el: Update example in `Commentary'.
2243         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2245         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2246         not 2000.
2247         (sieve-manage-authenticate): Re-add function.
2249 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2251         * shr.el (shr-insert): Get 'space transition right.
2252         (shr-render-td): Only delete space at the end of the TD.
2254         * nnimap.el (nnimap-open-connection): Prepare to support
2255         open-gnutls-stream.
2257         * shr.el: Rearrange function order to be more logical.
2259 2010-10-06  Julien Danjou  <julien@danjou.info>
2261         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2262         (nnrss-discover-feed): Remove 404 URL in docstring.
2264         * nnir.el: Fix Swish-E URL.
2265         Fix Namazu URL.
2267         * message.el (message-change-subject): Remove 404 URL in a comment.
2269 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2271         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2272         called interactively.
2274         * gnus-util.el (gnus-remove-if): Allow hash table.
2275         (gnus-remove-if-not): New function.
2277         * gnus-art.el (gnus-mime-view-part-as-type)
2278         * gnus-score.el (gnus-summary-score-effect)
2279         * gnus-sum.el (gnus-read-move-group-name):
2280         Replace remove-if-not with gnus-remove-if-not.
2282         * gnus-group.el (gnus-group-completing-read):
2283         Regard collection as a hash table if it is not a list.
2285 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2287         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2289         * shr.el: Document the table-rendering algorithm.
2291         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2292         invalid URLs.
2294         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2295         line-broken.
2296         (shr-tag-img): Ignore image fetching errors.
2297         (shr-overlays-in-region): Compute overlay positions correctly.
2299         * mm-decode.el (mm-shr): Require shr.
2301         * gnus-art.el (gnus-blocked-images): Move variable here.
2303         * shr.el (shr-insert-table): Bind free variable.
2305         * mm-decode.el (mm-shr): Bind shr-content-function.
2307         * shr.el (shr-content-function): New variable.
2309         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2310         added for symmetry.
2312         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2314         * gnus-group.el (gnus-group-make-group): Doc fix.
2316         * nnimap.el (nnimap-request-newgroups): Return success.
2318         * shr.el (shr-find-elements): New function.
2319         (shr-tag-table): Put all the images after the table.
2320         (shr-tag-table): Really inhibit images inside the table.
2321         (shr-collect-overlays): Copy over overlays from the TD elements to the
2322         main document.
2324         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2325         gnus-blocked-images.
2327 2010-10-05  Julien Danjou  <julien@danjou.info>
2329         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2331         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2332         (gnus-html-maximum-image-size): Add this function.
2333         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2335         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2336         server-value of the capability is nil.
2338 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340         * shr.el (shr-tag-em): Add <EM> tag.
2342 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2344         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2345         customizable.
2347         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2348         handing broken links to browse-url.
2350 2010-10-05  Julien Danjou  <julien@danjou.info>
2352         * gnus-util.el (gnus-emacs-completing-read)
2353         (gnus-iswitchb-completing-read): Use autoload rather than require.
2355 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2357         * gnus-util.el (gnus-completing-read-function): Exclude
2358         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2359         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2360         XEmacs.
2362         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2363         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2365         * gnus-html.el: Don't require help-fns under XEmacs.
2366         (gnus-html-schedule-image-fetching): Work for XEmacs.
2368         * mm-decode.el (mm-shr): Decode contents by charset.
2370 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2372         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2373         unknown.
2375         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2376         (shr-get-image-data): Ensure against the cache file missing.
2378         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2379         for data.
2381         * spam-report.el (spam-report-url-ping-plain): Don't query about
2382         killing the process.
2384         * shr.el (shr-render-td): Protect against too-wide text.
2386 2010-10-04  Julien Danjou  <julien@danjou.info>
2388         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2389         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2391         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2392         retrieved.
2394 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2396         * shr.el (browse-url): Require.
2397         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2398         lines.
2399         (shr-show-alt-text, shr-browse-image): New commands.
2400         (shr-browse-url, shr-copy-url): New commands.
2402         * gnus-sum.el (gnus-widen-article-window): New variable.
2403         (gnus-summary-select-article-buffer): Use it.
2405         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2406         without @ signs.
2408 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2410         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2412 2010-10-04  Julien Danjou  <julien@danjou.info>
2414         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2415         for XEmacs.
2417 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2421         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2422         (nnimap-close-server): Implement.
2424         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2425         (shr-insert): Tweak line breaking.
2426         (shr-insert): Handle <pre> better.
2427         (shr-tag-li): Get <li> indentation right.
2428         (shr-tag-li): Get <li> indentation even righter.
2429         (shr-tag-blockquote): Ensure paragraph start.
2430         (shr-make-table): Tweak table generation.
2431         (shr-make-table): Fix typo.
2433         * shr.el: Implement table rendering.
2435 2010-10-04  Julien Danjou  <julien@danjou.info>
2437         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2439 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441         * shr.el (shr-insert): Use string anchors instead of line anchors.
2443 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2445         * shr.el: Add headings.
2446         (shr-ensure-paragraph): Actually work.
2447         (shr-tag-li): Make <ul> prettier.
2448         (shr-insert): Get white space at the beginning/end of elements right.
2449         (shr-tag-p): Collapse subsequent <p>s.
2450         (shr-ensure-paragraph): Don't insert double line feeds after blank
2451         lines.
2452         (shr-insert): \t is also space.
2453         (shr-tag-s): Fix "s" tag name function.
2454         (shr-tag-s): Fix face prop name.
2456 2010-10-03  Julien Danjou  <julien@danjou.info>
2458         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2460         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2461         gnus-window-inside-pixel-edges.
2463         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2464         gnus-ems.
2466         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2468         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2469         function.
2471         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2472         resize choice.
2474 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2477         beginning of the buffer.
2479         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2480         article buffer again.
2482         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2484         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2485         when it's at the start of the buffer.
2487         * shr.el (shr-tag-blockquote): Convert name.
2488         (shr-rescale-image): Use the right image-size variant.
2490         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2491         buffer isn't shown, then select the current article first instead of
2492         bugging out.
2493         (gnus-summary-select-article-buffer): Show both the article and summary
2494         buffers again.
2496         * shr.el (shr-fontize-cont): Protect against regions with no text.
2497         Rename tag functions to shr-tag-* for enhanced security.
2498         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2500 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2502         * shr.el (shr-insert):
2503         * pop3.el (pop3-movemail):
2504         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2505         loaded.
2507 2010-10-03  Glenn Morris  <rgm@gnu.org>
2509         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2511         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2513         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2515         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2517         * gnus-util.el (gnus-make-local-hook): Simplify.
2519 2010-10-02  Julien Danjou  <julien@danjou.info>
2521         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2522         (gnus-ido-completing-read): New function.
2523         (gnus-emacs-completing-read): New function.
2524         (gnus-completing-read): Use gnus-completing-read-function.
2525         Add gnus-completing-read-function.
2527 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2529         * shr.el (shr-insert-document): Autoload.
2530         (shr-img): Be silent.
2531         (shr-insert): Add a newline after every picture before text.
2532         (shr-add-font): Use overlays for combining faces.
2533         (shr-insert): Pass upwards the text start point.
2535         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2536         possible.
2537         (mm-shr): New function.
2539 2010-10-02  Julien Danjou  <julien@danjou.info>
2541         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2542         should go backward.
2544 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2546         * shr.el (shr): Fix typo in provide call.
2548 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2550         * shr.el: New file.
2552         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2554         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2555         completing read.
2557 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2560         we're being queried about.  Suggested by Dan Jacobson.
2562         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2563         Suggested by Jason Eisner.
2565         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2566         table, too.  Suggested by Stefan Wiens.
2567         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2568         the table unnecessary.  Suggested by Stefan Wiens.
2570         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2571         longer needed, and probably doesn't work either, as pointed out by
2572         Stefan Wiens.
2573         (gnus-summary-exit): Remove call to the clearing function.
2574         (gnus-summary-exit-no-update): Ditto.
2576         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2577         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2578         Reported by Stefan Monnier.
2579         (gnus-summary-save-in-rmail): Ditto.
2581         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2582         article buffer, instead of both the article buffer and the summary
2583         buffer.  Sort of suggested by Dan Jacobson.
2585         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2587         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2588         Suggested by Dan Jacobson.
2590         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2591         documentation clearer.
2593         * message.el (message-shorten-references): Comment on the number "21".
2594         Suggested by Stefan Monnier.
2596         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2597         Suggested by Dan Jacobson.
2599         * gnus.el (gnus-large-newsgroup):
2600         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2602         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2603         externalize attachments.  Bug reported by Steve Wen.
2605         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2606         really message anything to the user.
2608         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2609         directly.
2611         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2612         messages in empty groups.
2614 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2616         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2617         non-UIDNEXT group.
2619 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2621         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2622         not the value from the collection.
2624         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2625         values.  This sometimes happens on some groups that have no info.
2626         (nnimap-request-newgroups): New function.
2628 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2630         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2631         check into `gnus-registry-initialize'.
2632         (gnus-registry-initialize): Ditto.
2633         Fix and extend header docs.
2635 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2637         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2638         regexp backtrace overflows.
2640         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2641         for starttls that tls.el implements; i.e. openssl.
2643 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2645         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2646         (gravatar-create-image): New function that's an alias to
2647         gnus-xmas-create-image, gnus-create-image, or create-image.
2648         (gravatar-data->image): Use it.
2650 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2652         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2653         install the nnregistry refer method.
2654         (gnus-registry-install-hooks): Use it.
2655         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2656         unfollowed groups.
2658 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2660         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2661         expanding threads.
2663 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665         * nnir.el: Use the server names without suffixes (bug #7009).
2667         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2668         unencrypted to STARTTLS, if possible.
2670 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2672         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2673         headers before superseding.
2675 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677         * nnrss.el (nnrss-use-local): Add documentation.
2679         * nnimap.el (nnimap-extend-tls-programs): New function.
2680         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2681         (nnimap-wait-for-connection): Accept the greeting from the stupid
2682         output from openssl s_client -starttls, too.
2684         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2685         article number.
2686         (nnimap-split-fancy): New variable.
2687         (nnimap-split-incoming-mail): Use it.
2689         * nntp.el (nntp-server-list-active-group): Document.
2691         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2692         SELECT to get the message-id.
2694         * mail-source.el (mail-sources): Remove webmail support.
2695         (defvar): Ditto.
2696         (mail-source-fetcher-alist): Ditto.
2697         (mail-source-fetch-webmail): Remove.
2699         * webmail.el: Remove -- doesn't seem relevant any more.
2701         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2703         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2704         the \r.
2706 2010-09-30  Julien Danjou  <julien@danjou.info>
2708         * gnus-agent.el (gnus-agent-add-group): Fix call to
2709         gnus-completing-read.
2711 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713         * nndoc.el (nndoc-retrieve-groups): New function.
2715         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2716         `default', use nnmail-split-methods.
2717         (nnimap-request-article): Downcase the NILs so that they are nil.
2719         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2720         symbol.
2722         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2723         code, since if the user has requested network, that's what they ought
2724         to get.
2725         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2726         (nnimap-split-rule): Mark as obsolete.
2728         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2729         New variable.
2731         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2732         correct slot, too.
2734 2010-09-29  Julien Danjou  <julien@danjou.info>
2736         * gnus.el (gnus-local-domain): Declare variable obsolete.
2738         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2739         Fix history computing.
2740         (gnus-ido-completing-read): Require ido.
2742 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2744         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2745         build Gnus.
2747         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2748         when interpreting the structures.
2749         (nnimap-request-accept-article): Add \r\n to the lines to make this
2750         work with Cyrus.
2752         * nndraft.el (nndraft-request-expire-articles): Use the group name
2753         instead if "nndraft".  Fix found by Nils Ackermann.
2755 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2757         * nnregistry.el: Add.
2759 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2761         * nnmail.el (group, group-art-list, group-art):
2762         Remove unneeded directives.
2764 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2766         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2767         (mm-mime-charset)
2768         * rfc2047.el (rfc2047-syntax-table)
2769         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2771         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2772         rather than `insert-file-contents' and `eval-region'.
2774 2010-09-29  Julien Danjou  <julien@danjou.info>
2776         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2777         replacement of `gnus-gravatar-relief' to mimic
2778         `gnus-faces-properties-alist'.
2779         Add :version property.
2781 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2783         * mail-source.el (mail-source-report-new-mail)
2784         * message.el (message-default-mail-headers)
2785         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2787         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2789 2010-09-28  Julien Danjou  <julien@danjou.info>
2791         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2792         mail-address contains the same string as real-name.
2794         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2795         non-blank in header, otherwise it'll get stripped.
2797         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2798         real-name, and then for mail address rather than doing : or , search.
2800 2010-09-27  Julien Danjou  <julien@danjou.info>
2802         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2803         right completing-read function.
2804         (gnus-use-ido): New variable
2805         (gnus-completing-read-with-default): Remove.
2806         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2807         (gnus-agent-add-group):
2808         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2809         * mm-view.el (mm-view-pkcs7-decrypt):
2810         * mm-util.el (mm-codepage-setup):
2811         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2812         * mml-smime.el (mml-smime-openssl-sign-query):
2813         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2814         (mml-insert-multipart):
2815         * gnus-msg.el (gnus-summary-yank-message):
2816         * gnus-int.el (gnus-start-news-server):
2817         * mm-decode.el (mm-interactively-view-part):
2818         * gnus-dired.el (gnus-dired-attach):
2819         * gnus.el (gnus-read-method):
2820         * gnus-bookmark.el (gnus-bookmark-jump):
2821         * gnus-art.el (gnus-mime-view-part-as-type)
2822         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2823         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2824         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2825         * nnmairix.el (nnmairix-create-server-and-default-group)
2826         (nnmairix-update-groups, nnmairix-get-server)
2827         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2828         (nnmairix-get-group-from-file-path):
2829         * nnrss.el (nnrss-find-rss-via-syndic8):
2830         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2831         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2832         (gnus-group-browse-foreign-server):
2833         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2834         (gnus-summary-execute-command, gnus-summary-respool-article)
2835         (gnus-read-move-group-name):
2836         * gnus-score.el (gnus-summary-increase-score)
2837         (gnus-summary-score-effect):
2838         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2840 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2842         * nnimap.el (auth-source-forget-user-or-password)
2843         (auth-source-user-or-password): Autoload.
2845         * message.el (message-from-style, message-interactive)
2846         (message-signature): Remove comment.
2847         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
2848         always.
2849         (message-sendmail-envelope-from): Comment fix.
2850         (message-yank-prefix): Default to mail-yank-prefix always.
2851         (message-indentation-spaces):
2852         Default to mail-indentation-spaces always.
2853         (message-signature-file): Default to mail-signature-file always.
2855 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2857         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2858         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2859         new articles.
2861         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2862         parts.
2863         (nnimap-request-article): Work with the t setting, too.
2865         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2866         that you don't get flashes of other buffers.
2867         (gnus-summary-show-complete-article): Intern before setting.
2869 2010-09-27  David Engster  <dengste@eml.cc>
2871         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2872         well as HEADERS.
2873         (nnmairix-retrieve-headers): Provide new argument for the above.
2875 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2877         * gnus-sum.el (gnus-summary-move-article): Don't alter
2878         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2879         group.
2881         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2883         * message.el (message-cite-prefix-regexp): Revert my last edit.
2885         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2886         variable instead of the Gnus variable.
2888         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2890         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2892         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2893         since some servers don't like it.
2894         (nnimap-open-connection): Forget credentials if the server says the
2895         password was wrong.
2896         (nnimap-parse-line): Protect against invalid data.
2898         * gnus-sum.el (gnus-summary-move-article): Add comment.
2899         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2900         nothing alters it while scanning for new messages.
2902         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2903         which may or may not help.
2904         (nnimap-open-connection): If we're doing a stream connection, and then
2905         discover we're on a STARTTLS-capable server, then open a STARTTLS
2906         connection instead.
2908 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2910         * nnimap.el (utf7): Require.
2912         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2913         prefix.
2915 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2917         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2919 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921         * nnimap.el (nnimap-request-accept-article): Message the error on
2922         error.
2924 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2926         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2928 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930         * nndoc.el (nndoc-request-list): Return success always.
2932         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2933         `fetch-old' -- we only want to fetch the articles we've requested.
2934         The rest are in the agent, probably.
2935         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2936         disappeared server" to something low.  It's not important.
2938         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2939         arrived before the FETCH data.
2941         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2942         target here, because we don't know the Gnus name of the group.
2944         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2945         for the correct group.
2947         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2949         * gnus.el (gnus): Give a final warning after startup.
2951         * gnus-util.el (gnus-action-message-log): New variable.
2952         (gnus-message): Use it.
2953         (gnus-final-warning): New function.
2955         * nnimap.el (nnimap-open-connection): Record the greeting.
2956         (nnimap): Add greeting.
2958 2010-09-26  Julien Danjou  <julien@danjou.info>
2960         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2961         arguments.
2962         (gnus-html-wash-images): Fix spec computing to include start/end.
2964         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2966 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2969         deletion.
2970         (nnimap-retrieve-headers): Don't select the group, because that's
2971         already done by nnimap-possibly-change-group.
2973         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2974         (gnus-picon-transform-address): Use it.
2976         * mail-source.el (mail-source-value): Revert previous patch.
2978         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2979         on failure.
2980         (nnimap-open-connection): Look up both virtual and physical server name
2981         credentials.
2983         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2985 2009-02-08  Dave Love  <fx@gnu.org>
2987         * gnus-win.el (gnus-window-to-buffer-helper)
2988         (gnus-all-windows-visible-p): Function needn't be a symbol.
2990         * mail-source.el (mail-source-value): Function needn't be a symbol.
2992 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2994         * message.el (message-cite-prefix-regexp): Remove } from the cite
2995         prefix.
2997         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2998         highlight again, so that the highlight is correct.
3000         * gnus-picon.el (gnus-picon): Remove again.
3001         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3003         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3004         doing the header highlightling, so that the background colour of the
3005         picon is correct.
3007         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3008         (gnus-picon): Ditto.
3009         (gnus-picon): Reinstate.  The background colour for picons is white.
3010         (gnus-picon-insert-glyph): Make the background white.
3012         * nnml.el (nnml-open-nov): Don't return dead buffers.
3014         * auth-source.el (auth-source-create): Query the user for whether to
3015         store the credentials.
3017         * auth-source.el (auth-source-user-or-password): Use the existing auth
3018         sources, if any, for creation.
3020         * gnus.el (gnus-group-fast-parameter): Return the last matching
3021         parameter instead of the first matching parameter.
3023 2010-09-26  Julien Danjou  <julien@danjou.info>
3025         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3027 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3029         * mml2015.el (mml2015-use): Remove gpg support.
3031         * mml1991.el (mml1991-function-alist): Remove gpg function.
3032         (mml1991-gpg-sign): Remove.
3034 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3036         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3037         (gnus-browse-unsubscribe-current-group): Document it.
3038         (gnus-browse-unsubscribe-group): Use it.
3040 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3043         address to the To list for easier response.
3045         * gnus.el (gnus-play-startup-jingle): Remove.
3046         (gnus-splash): Don't play jingle.
3047         (gnus): Silence gnus-load message.
3049         * gnus-art.el (gnus-treat-play-sounds): Remove.
3051         * gnus.el (gnus-play-jingle): Remove audio support.
3053         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3055         * earcon.el: Remove -- no users.
3057         * gnus-audio.el: Remove -- no users of this package.
3059         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3061         * gnus-start.el (gnus-setup-news): Remove nocem support.
3063         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3065         * gnus.el (gnus-use-nocem): Remove.
3067         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3068         Remove.
3070         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3071         uses NoCeM any more.
3073         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3074         (gnus-button-ctan-handler): Ditto.
3075         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3076         (gnus-button-ctan-directory-regexp): Ditto.
3077         (gnus-button-handle-ctan): Ditto.
3078         (gnus-button-tex-level): Ditto.
3079         (gnus-button-alist): Remove CTAN stuff.
3081 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3083         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3084         nnimap-streaming test.
3086         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3087         servers twice.
3089         * nnimap.el (nnimap-open-connection): Add more error reporting when
3090         nnimap fails early.
3092         * nnheader.el (nnheader-get-report-string): New function.
3093         (nnheader-get-report): Use it.
3095         * gnus-int.el (gnus-check-server): Say what the error was when opening
3096         failed.
3098         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3099         using streaming.
3101 2010-09-25  Julien Danjou  <julien@danjou.info>
3103         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3104         gnus-window-inside-pixel-edges.
3106 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3108         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3110         * mm-decode.el (mm-save-part): Allow saving to other directories the
3111         normal Emacs way.
3113         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3114         Suggested by Jay Berkenbilt.
3116         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3117         there isn't a single byte.
3119         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3120         just do it.  It doesn't really seem to matter what the user responds
3121         here, I think, so it's just a confusing question.
3123         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3124         non-streaming case.
3126         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3127         (gnus-article-encrypt-body): Use it.
3129         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3130         keystroke.
3132         * nnimap.el (nnimap-find-wanted-parts-1):
3133         Use gnus-fetch-partial-articles.
3135         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3137         * nnimap.el (nnimap-insert-partial-structure): New function.
3138         (nnimap-get-partial-article): New function.
3139         (nnimap-request-article): Use it.
3140         (nnimap-wait-for-response): Return whether the wait was successful.
3141         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3142         retrieval wasn't successful.
3143         (nnimap-retrieve-group-data-early): Allow throttling servers.
3144         (nnimap-streaming): New variable.
3145         (nnimap-fetch-partial-articles): Remove.
3147         * mm-decode.el (mm-with-part): Protect against killed buffers.
3149         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3150         for prettier summary display.
3152 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3154         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3156 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3158         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3159         apparently third-party libraries depend on it.
3161         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3162         before starting negotiation.
3164         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3165         privacy reasons.
3166         (gnus-treat-mail-gravatar): Ditto.
3168         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3169         buffer when inserting images.  Inserting text into the headers, for
3170         instance, can make them invalid.
3172 2010-09-25  Julien Danjou  <julien@danjou.info>
3174         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3175         variables.
3177         * nnheader.el: Remove useless variables news-reply-yank-from and
3178         news-reply-yank-message-id.
3180         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3181         variables.
3183         * mml1991.el: Remove useless mml1991-verbose.
3185         * gnus.el: Remove useless variable gnus-use-generic-from.
3186         Remove obsolete variable gnus-topic-indentation.
3188         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3190         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3192         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3194         * gnus-group.el: Remove useless gnus-group-icon-cache.
3195         Remove useless gnus-ephemeral-group-server.
3197         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3199         * mml2015.el: Remove useless mml2015-verbose.
3201         * mml-smime.el: Remove useless mml-smime-verbose.
3203         * gnus.el: Remove useless gnus-local-domain.
3205         * gnus-gravatar.el (gnus-gravatar-transform-address):
3206         Use gnus-gravatar-size.
3208         * gnus-art.el: Remove useless gnus-treat-translate.
3210 2010-09-24  Julien Danjou  <julien@danjou.info>
3212         * gnus-sum.el: Add support for Gravatars.
3214         * gnus-art.el: Add support for Gravatars.
3216         * gnus-gravatar.el: Add this file.
3218         * gravatar.el: Add this file.
3220 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3222         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3224         * gnus-group.el (gnus-group-fetch-faq): Remove.
3226         * gnus.el (gnus-group-faq-directory): Remove.
3228         * gnus-group.el (gnus-group-fetch-charter): Remove.
3230         * gnus.el (gnus-group-charter-alist): Remove.
3232         * gnus-group.el (gnus-group-archive-directory): Remove.
3233         (gnus-group-recent-archive-directory): Ditto.
3234         (gnus-group-make-archive-group): Remove.
3236         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3238         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3239         use the same article number for all the cached articles.
3241         * nnimap.el (nnimap-command): Register the last command time so
3242         that we can use it for idling NOOPs.
3243         (nnimap-open-connection): Start the keeplive timer.
3244         (nnimap-make-process-buffer): Store all the process buffers.
3245         (nnimap-keepalive): New function.
3247         * starttls.el (starttls-open-stream): Add autoload cookie.
3249 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3251         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3252         handling.
3254 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3256         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3257         its data structures.
3259         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3260         instead of the cl.el copy-list.
3261         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3262         equalp.
3264 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3266         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3267         and tool-bar-local-item-from-menu.
3269         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3270         mode-line-highlight face for Emacs.
3272         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3273         loading gnus-sum.elc; fix comment for canlock-verify.
3274         (gnus-article-jump-to-part): Use read-number.
3275         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3276         Remove Emacs pre-21 compatible code for help-echo.
3277         (gnus-article-next-page-1): No need to adjust the number of lines.
3278         (gnus-article-describe-bindings): Always use help-buffer.
3280         * gnus-audio.el (gnus-audio-inline-sound)
3281         * gnus-cus.el (gnus-custom-mode)
3282         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3284         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3286         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3287         compatible code.
3289 2010-09-24  Glenn Morris  <rgm@gnu.org>
3291         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3292         visiting the fcc file in rmail-mode.
3294 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3296         * nnir.el: Silence the byte compiler.
3298         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3299         alias to browse-url-url-encode-chars if any.
3300         (gnus-html-encode-url): Use it.
3302 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3304         * gnus-start.el (gnus-use-backend-marks): New variable.
3305         (gnus-get-unread-articles-in-group): Use it.
3307         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3308         makeover.
3310 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3312         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3314 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3317         Remove.
3318         (gnus-setup-news-hook):
3319         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3321         * gnus-int.el (gnus-request-update-info): Protect against backends not
3322         having the function.
3324         * nnimap.el (nnimap-stream): Mention starttls.
3325         (nnimap-open-connection): Add starttls support.
3327 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3329         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3331 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3333         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3334         BODYSTRUCTUREs.
3335         (nnimap-transform-headers): Unfold quoted {42} headers.
3337         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3338         the info.
3339         (gnus-get-unread-articles): Only call updatep on backends that support
3340         it.
3342         * nnweb.el (nnweb-request-update-info): NOOP.
3344         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3346         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3347         since it only deals with marks.
3349         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3350         gnus-request-marks, and make a new gnus-request-update-info.
3352         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3353         the active instead of the high number, which is usually too low.
3355 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3357         * encrypt.el: Remove.
3359 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3361         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3362         server in symbolic form.
3364         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3366 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3368         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3369         (nnimap-update-info): Fix up code slightly.
3371         * gnus-int.el (gnus-open-server): Add tracing for performance
3372         debugging.
3374         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3375         (gnus-group-insert-group-line): Pass the real group name so that it
3376         gets the right data.
3378         * gnus-start.el (gnus-get-unread-articles): Don't have
3379         `gnus-get-unread-articles-in-group' update info, since that can be
3380         really slow and doesn't seem to be needed?
3382 2010-09-22  Julien Danjou  <julien@danjou.info>
3384         * gnus-group.el (gnus-group-insert-group-line):
3385         Call gnus-group-highlight-line.
3386         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3387         default hook list.
3388         (gnus-group-update-eval-form): Add new function.
3389         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3390         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3392 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3394         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3395         immediate, then expire all articles.
3396         (nnimap-update-info): Fix off-by-one errors.
3397         (nnimap-flags-to-marks): Would return no marks lists for group with no
3398         flags.  Instead return the other data.
3400 2010-09-22  Julien Danjou  <julien@danjou.info>
3402         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3403         Only return an icon.
3404         (gnus-group-insert-group-line): Compute icon to return.
3406         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3407         (gnus-html-image-fetched): Only cache if
3408         gnus-html-image-automatic-caching is set.
3409         (gnus-html-image-fetched): Check for errors.
3411 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3414         once per method on `g'.  This ensures that backends like nnfolder don't
3415         open all their folders.
3417         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3418         (nnimap-request-list): Nix out group in the correct buffer.
3419         (nnimap-parse-flags): Implement by using `read' instead of
3420         hand-parsing.
3421         (nnimap-flags-to-marks): Pass on permanent-flags.
3422         (nnimap-make-process-buffer): Record the server name.
3423         (nnimap-parse-flags): Fix typo.
3424         (nnimap-request-scan): Run split on the server in general, not just a
3425         single group.
3427         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3428         parameter, and propagate this downwards.
3430         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3431         since EXAMINE changes it on the server.
3433         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3434         this command might take a while.
3436 2010-09-22  Julien Danjou  <julien@danjou.info>
3438         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3439         harmful if you have 2 images side-by-side, they can't be properly
3440         update on text deletion.  Using text-property is safer here.
3441         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3442         data.
3444 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3446         * nnimap.el (nnimap-expunge-inbox): Remove.
3447         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3448         (nnimap-expunge): Flip default to t.
3450         * gnus.el (gnus-method-to-server): Don't push things to the cache
3451         unless it's unique.
3452         (gnus-server-to-method): Ditto.
3454 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3456         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3458 2010-09-22  Julien Danjou  <julien@danjou.info>
3460         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3461         get the start of data.
3462         (gnus-html-encode-url): Add this function to encode special chars in
3463         URL.
3464         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3465         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3467         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3468         default.
3469         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3471         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3472         images alt-text.
3473         (gnus-html-put-image): Put alt-text as help-echo.
3475 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3477         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3478         * mm-util.el (mm-decompress-buffer)
3479         * nnir.el (nnir-run-find-grep)
3480         * pop3.el (pop3-list): Use 3rd arg of split-string.
3482 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3484         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3485         outside the active range.  Suggested by Dan Christensen.
3487         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3488         slightly later to avoid double-getting it.
3490         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3491         previous patch.
3493         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3495 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3497         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3499 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3501         * gnus-int.el (gnus-open-server): Give a better error message in the
3502         "go offline" case.
3504         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3505         marks for nnimap, which is seldom the right thing to do.
3507         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3508         (gnus-same-method-different-name): New function.
3510         * nnimap.el (parse-time): Require.
3512         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3513         method in the presence of many similar methods.
3515         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3517         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3518         nnml-inhibit-expiry.
3520         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3521         find out whether methods are equal.
3523         * nnimap.el (nnimap-find-expired-articles): New function.
3524         (nnimap-process-expiry-targets): New function.
3525         (nnimap-request-move-article): Request the article before looking at
3526         what the Message-ID is.  Fix found by Andrew Cohen.
3527         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3529         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3530         for oldness in addition to being a predicate.
3532         * nnimap.el (nnimap-request-group): When we have zero articles, return
3533         the right data to Gnus.
3534         (nnimap-request-expire-articles): Only delete articles immediately if
3535         the target is 'delete.
3537         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3538         method, this would bug out.
3540         * gnus-group.el (gnus-group-expunge-group): Rename from
3541         gnus-group-nnimap-expunge, and implemented as a normal interface
3542         function.
3544         * gnus-int.el (gnus-request-expunge-group): New function.
3546         * nnimap.el (nnimap-request-create-group): Implement.
3547         (nnimap-request-expunge-group): New function.
3549 2010-09-21  Julien Danjou  <julien@danjou.info>
3551         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3552         (gnus-html-cache-expired): Add new function.
3553         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3554         wethever we should display image for fetch it.
3555         Compute alt-text earlier to pass it to the fetching function too.
3556         (gnus-html-schedule-image-fetching): Change function argument to only
3557         get one image at a time, not a list.
3558         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3559         cache.
3560         (gnus-html-get-image-data): New function to retrieve image data from
3561         cache.
3562         (gnus-html-put-image): Change buffer argument to use image data rather
3563         than file, and place image above region rather than inserting a new
3564         one.  Do not take alt-text as argument, since it's useless now: we place
3565         the image above alt-text.
3566         (gnus-html-prune-cache): Remove.
3567         (gnus-html-show-images): Start to fetch image when we find one, do not
3568         push into a temporary list.
3569         (gnus-html-prefetch-images): Only fetch image if they have expired.
3570         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3571         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3573 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3575         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3577 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3579         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3580         spec inser "*" if the group isn't active instead of 0.
3582         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3583         opening the server.
3584         (nnimap-request-delete-group): Implement group deletion.
3585         (nnimap-transform-headers): Return the size of the entire message in
3586         the Bytes header, not just the size of the first part.
3587         (nnimap-request-move-article): When moving an article from nnimap,
3588         request the article first so the accepting form has an article to
3589         accept.  Reported by Dan Christensen.
3590         (nnimap-command): Make sure that the error message doesn't error out.
3592 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3594         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3595         we haven't requested anything.
3597 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3599         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3600         "".  Fix found by Andrew Cohen.
3602         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3603         instead of -encode-string.
3605 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3607         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3609         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3610         by mm-subst-char-in-string.
3612 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3614         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3615         waiting for the connection string.
3617         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3618         arriving.
3620         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3621         bogus characters.  This allows selecting certain Gmail groups.
3623         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3624         (nnimap-fetch-partial-articles): New variable.
3625         (nnimap-open-connection): When looking for credentials, also use the
3626         nnimap-server-port.
3627         (nnimap-request-article): Return the group/article number, so that Gnus
3628         `^' works as expected.
3629         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3631         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3632         comments.
3633         (gnus-methods-sloppily-equal): New function.
3634         (gnus): When using the development version of Gnus, load the gnus-load
3635         file.
3637         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3638         `gnus-open-server' on each method before trying to scan them etc.
3639         This ensures that all the backend parameters are set correctly.
3641         * nnimap.el (nnimap-authenticator): New variable.
3642         (nnimap-open-connection): Allow anonymous login.
3643         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3644         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3646         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3647         patch, found by Knut Anders Hatlen.
3649 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3651         * gnus-agent.el (gnus-agent-batch-confirmation)
3652         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3653         to gnus-message.
3654         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3655         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3656         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3657         * gnus-int.el (gnus-open-server): Likewise.
3658         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3659         (gnus-score-check-syntax): Likewise.
3660         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3661         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3662         Likewise.
3663         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3665 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3667         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3668         calling conventions so that prefetch doesn't bug out.
3670 2010-09-19  Julien Danjou  <julien@danjou.info>
3672         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3673         rather than `subst-char-in-region' in order to be able to replace ASCII
3674         char by UTF-8 ones.
3676         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3677         than curl.
3678         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3679         the right URL and ALT text on images.
3680         (gnus-html-wash-tags): Fix tag case.
3681         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3682         (gnus-article-html): Add -o display_ins_del=2 option.
3683         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3685 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3687         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3688         the extra mail headers, which sometimes seem to happen for unknown
3689         reasons.
3691         * mail-parse.el (mail-header-encode-parameter): Define as
3692         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3693         (or most, perhaps?) mail readers don't understand the latter, but do
3694         understand the former.
3696         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3697         to nil, so that no methods are automatically agentized.  I think this
3698         is probably what most users want.
3700         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3701         from url-retrieve, for instance about invalid URLs.
3703         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3704         groups that have no articles.
3705         (nnimap-request-article): Check that we really got an article when we
3706         requested one.
3708         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3709         doesn't exist.
3711         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3712         nntp buffer so the agent can save it.
3713         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3714         that CRLF doesn't get translated to \n.
3715         (nnimap-open-connection): Don't make 'shell commands only send \n.
3717 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3719         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3720         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3721         Update var name.
3722         (nnml-generate-nov-file): Use dolist.
3723         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3724         Use with-current-buffer.
3726 2010-09-18  Julien Danjou  <julien@danjou.info>
3728         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3729         parallel.
3731 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3733         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3734         the range update right.
3735         (nnimap-request-group): Don't make `M-g' bug out on group with no
3736         marks.
3737         (nnoo): Require, so that other packages can require nnimap.
3738         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3739         command we're looking for.  This helps when the server sends more
3740         responses after we've gotten everything we expected.
3741         (nnimap): Add a `newlinep' field to keep track of end-of-line
3742         conventions.
3743         Don't send CRLF to things that don't want it.
3744         (nnimap-request-accept-article): Ditto.
3746 2010-09-18  Julien Danjou  <julien@danjou.info>
3748         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3749         than curl to retrieve images.
3751 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3753         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3754         the marks.
3755         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3756         (nnimap-wait-for-connection): New function.
3757         (nnimap-open-connection): If we have PREAUTH, don't query for login
3758         credentials.
3759         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3760         when doing a partial update.
3762 2010-09-18  Julien Danjou  <julien@danjou.info>
3764         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3765         tags.
3767 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769         * nnimap.el (nnimap-credentials): New function.
3770         (nnimap-open-connection): Use the new function to look for credentials
3771         also on the numeric equivalents of "imap" and "imaps".
3773         * gnus-start.el (gnus-activate-group): Send the info to
3774         gnus-request-group.
3776         * nnimap.el (nnimap-request-group): Have the "check" version of the
3777         function parse flags and update the info, so that a `M-g' get a total
3778         resync of all flags from the group.
3780         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3781         to allow backends to alter the info on group selection.  Also alter all
3782         the backend -request-group functions to take the parameter.
3784         * nnimap.el (nnimap-store-info): New function.
3785         (nnimap-update-info): Store the info for later usage.
3786         (nnimap-request-group): Use the stored info for the dont-check case, so
3787         that we don't retrieve all marks when we enter a group.
3789         * nnimap.el: Use deffoo instead of defun for interface functions.
3791         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3792         update the group info.  This makes the nndraft groups, for instance, go
3793         back to their old behaviour.
3795         * gnus-sum.el (gnus-select-newsgroup): Indent.
3797         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3798         in.
3799         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3800         nothing.
3802         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3803         from methods that are denied.
3805         * gnus-int.el (gnus-method-denied-p): New function.
3807         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3808         store the password instead of netrc.
3809         (nnimap-open-connection): Don't error out when we can't make a
3810         connections.
3812         * auth-source.el (auth-source-create): In the password prompt, say what
3813         we're querying for.  Also prompt for user name if that hasn't been
3814         given.
3816         * nnimap.el (nnimap-with-process-buffer): Remove.
3818 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3820         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3821         method when we're reading from the agent.
3823         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3825         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3826         that's probably most useful for users.
3828         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3829         "failed" all the time.
3831         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3832         ...)) with (with-current-buffer ... ).
3834         * nntp.el (nntp-open-server): Return whether the open was successful or
3835         not.
3837         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3838         select an unread unseen article first.
3840         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3841         /etc/services, supply some sensible port defaults.
3843 2010-09-17  Julien Danjou  <julien@danjou.info>
3845         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3847 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3849         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3850         doesn't have any parameters.
3852 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3854         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3855         only upcased checks.
3857         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3859         * nnimap.el (nnimap-open-shell-stream): New function.
3860         (nnimap-open-connection): Use it.
3861         (nnimap-transform-headers): Get the number of lines in each message.
3862         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3863         number of lines.
3864         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3865         problem.
3867         * utf7.el (utf7-encode): Autoload.
3869         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3870         to allow the mail splitting to not return a default group.  This is
3871         useful for nnimap, which will leave unmatched mail in the inbox.
3873         * nnimap.el: Rewritten.
3875         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3876         nnimap usage.
3878         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3879         if the move is internal, so that nnimap can do fast internal moves.
3881         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3882         data.
3883         (gnus-read-active-for-groups): Support finishing the early retrieval of
3884         data.
3886         * gnus-range.el (gnus-range-nconcat): New function.
3888         * gnus-int.el (gnus-finish-retrieve-group-infos)
3889         (gnus-retrieve-group-data-early): New functions.
3891 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3893         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3894         (nnrss-retrieve-groups):
3895         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3896         (pop3-quit): Use with-current-buffer.
3898 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3900         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3901         instead of nnheader-accept-process-output.
3903         * gnus-html.el (gnus-html-schedule-image-fetching)
3904         (gnus-html-prefetch-images): Replace process-kill-without-query by
3905         gnus-set-process-query-on-exit-flag.
3907 2010-09-16  Romain Francoise  <romain@orebokech.com>
3909         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3911 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3913         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3914         parameter to unintern is mandatory-ish in Emacs 24.
3916         * gnus-html.el (gnus-html-schedule-image-fetching)
3917         (gnus-html-prefetch-images): Check for curl before using it.
3919         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3920         depend on curl, which isn't essential.
3922         * imap.el: Revert back to version
3923         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3924         seem problematic.
3926 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3928         * gnus-registry.el (gnus-registry-install-shortcuts):
3929         Explicitly pass `obarray' to `unintern' to avoid a warning.
3931 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3933         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3934         change.
3936         * nnrss.el (nnrss-request-list): Remove this function and related
3937         functions, including the moreover stuff.
3939 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3941         * nnrss.el (nnrss-retrieve-groups): New function.
3943 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3945         * .dir-locals.el: Add no-byte-compile cookie.
3947 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3949         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3950         for back end that doesn't support request-scan.
3952 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3954         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3955         then do request scans from the backends.
3957         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3958         avoid running a hook per line, since this takes a lot of time,
3959         profiling shows.
3960         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3961         directly if gnus-visual-p is true.
3963 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3965         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3966         groups; replace mapcar with dolist which is a bit faster; pass groups
3967         info to gnus-read-active-file-1.
3968         (gnus-read-active-file-1): Scan only specified groups if the new
3969         optional arg `infos' is given.
3971 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3975         * pop3.el (pop3-movemail): Remove.
3976         (pop3-streaming-movemail): Rename to pop3-movemail.
3978         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3979         don't restrict end-tag searches to the end of the line.
3981 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3983         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3984         articles of every unchecked group to t, which means unknown since the
3985         server has never been opened.
3987 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3989         * gnus-html.el (gnus-html-show-alt-text): New command.
3990         (gnus-html-browse-image): Ditto.
3991         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3992         to browse the image directly.
3993         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3994         better.
3996         * gnus-async.el (gnus-async-article-callback):
3997         Call `gnus-html-prefetch-images' unconditionally.
3999         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4000         before feeding URLs to curl.
4002 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4004         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4005         internal images as deletable by `W D D'.
4007         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4008         (gnus-async-article-callback): Fix typo.
4010 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4012         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4013         current line to work around bugs in the output from w3m.
4015         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4016         for groups that want that.
4018         * nntp.el (nntp-wait-for-string): Supply a timeout for
4019         accept-process-output to ensure progress.
4021         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4022         level to get unread articles from, then use that for foreign groups,
4023         too.
4025         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4026         confuses the rest of the function.
4028         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4029         for the methods that support -retrieve-groups, too.
4031         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4033 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4035         * pop3.el: Require cl when compiling.
4036         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4038 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4040         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4041         that aren't going to be activated.
4042         (gnus-get-unread-articles): Fix up the last commit.
4044         * gnus-html.el (gnus-article-html): Allow calling without specifying
4045         the handle.  In that case, dissect the buffer first.
4047         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4049         * nnimap.el (nnimap-open-connection): Revert the change that would look
4050         into authinfo for imaps instead of imap.
4052         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4053         say that you don't want to call gnus-request-group with don-check, but
4054         do check the reponse.  This is for virtual groups only.
4055         (gnus-get-unread-articles): Count the archive groups as secondary, so
4056         that they're activated the same way as before.
4058         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4059         case-insensitively.
4060         (nnimap-debug): Remove.
4062         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4063         mail from a file, and the file doesn't exist.
4065         * pop3.el (pop3-streaming-movemail): Return t for success.
4067         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4068         .authinfo if we're using ssl connection.
4070         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4071         already have if we're in a main Gnus `g' run.
4073         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4075 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4077         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4079         * nnmh.el (nnmh-request-list-1): Bind `file'.
4081         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4082         alias to set-process-query-on-exit-flag or process-kill-without-query.
4083         (pop3-open-server): Use it.
4085 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4087         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4088         box to the Incoming file.  Fixes mistake in previous checkin.
4090         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4091         request loop (for debugging purposes) removed.
4093         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4094         culprit is more visible.
4095         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4096         (nnml-add-incremental-nov): New functions to do "incremental" nov
4097         updates, where we just append to the end of the existing nov files
4098         without reading/writing them in full.
4100         * mail-source.el (mail-source-delete-crash-box): Really only check the
4101         incoming files once in a while.
4103         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4105         * mail-source.el (mail-source-delete-crash-box): Only check the
4106         incoming files for deletion once per day to save a lot of file
4107         accesses.
4109         * pop3.el (pop3-logon): Fix up unbound variable typo.
4111         * mail-source.el (pop3-streaming-movemail): Autoload.
4113         * pop3.el (pop3-streaming-movemail):
4114         Respect pop3-leave-mail-on-server.
4116         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4117         retrieval.
4119         * pop3.el (pop3-process-filter): Remove unused function.
4120         (pop3-streaming-movemail, pop3-send-streaming-command)
4121         (pop3-wait-for-messages, pop3-write-to-file)
4122         (pop3-number-of-responses): New functions for streaming pop3
4123         retrieval.
4125         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4126         come from no known methods.
4127         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4128         list.
4130         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4131         message sizes.
4132         (pop3-movemail): Use erase-buffer instead of looping and deleting
4133         regions, which seems rather odd.
4135         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4136         file once per `g' run.
4138         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4139         directories.  This makes the draft queue directory work.
4141         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4142         data from the backends, so that we only request the list of groups from
4143         each method once.  This should speed things up considerably.
4145         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4146         detect that it's not implemented.
4148         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4149         we actually do recurse down into the tree, but don't stat all leaf
4150         nodes.
4152         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4153         then say so instead of bugging out.
4155         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4156         files exist before trying to read them.
4158         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4159         around <pre_int>.
4161         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4163         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4165 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4167         * mm-util.el (mm-image-load-path): Just return the image directories,
4168         not all directories in the path in addition to the image directories.
4169         (mm-image-load-path): Maintain a cache of the image directories so that
4170         the `g' command in Gnus doesn't have to stat dozens of directories each
4171         time.
4173         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4174         (gnus-html-wash-tags): Add a new `i' command to insert images.
4175         (gnus-html-insert-image): New command and keystroke.
4176         (gnus-html-redisplay-with-images): New command and keystroke.
4177         (gnus-html-show-images): Rename command.
4178         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4179         spacers.
4180         (gnus-html-wash-tags): Decode entities at the end, so that entities
4181         inside the tags don't mess up the rest of the "parsing".
4183         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4184         so that nnimap methods aren't agentized by default.  There's apparently
4185         many problems related to agent/imap behaviour.
4187         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4189         * gnus-html.el: Doc fix.
4191 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4193         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4194         glyph-width and glyph-height instead of display-graphic-p and
4195         image-size; make avoidance of displaying small images work for XEmacs.
4197         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4198         for XEmacs.
4200         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4201         of symbol that holds plist data.
4202         (gnus-process-plist): Remove plist of process after getting it.
4204 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4206         * message.el (message-generate-hashcash): Change default to
4207         'opportunistic if hashcash is installed.
4209         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4210         (gnus-html-put-image): Only call image-size once, since it's somewhat
4211         time-consuming on remote X servers.
4213 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4215         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4216         decoded contents.
4217         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4219 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4221         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4222         group line format, since it isn't very interesting.
4224         * gnus-agent.el (gnus-agent-short-article),
4225         (gnus-agent-long-article): Increase values for these two variables,
4226         since most people are likely to have more network connection and
4227         storage than before.
4229         * gnus.el (gnus-refer-article-method): Change default to 'current.
4230         When referring an article, the common behaviour is to refer it from the
4231         current select method, not the native select method.  The chances of
4232         the native select method having the message in question is rather slim
4233         these days.
4235         * gnus-sum.el (gnus-auto-select-subject): Change default to
4236         `unseen-or-unread'.  I think it's likely that most people want to
4237         select an unseen article over a previously seen, but unread one.
4239         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4240         means that in the article buffer none of the minor mode elements will
4241         be shown, usually, and this is not desirable in most cases.
4243         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4244         that commands like `d' (and the like) go to the next line in the
4245         buffer, instead of the next unread article.  I think this is the
4246         behaviour that is most natural for most users.
4247         (gnus-single-article-buffer): Change default to nil, so that people can
4248         have as many article buffers open as they have summary buffer.  I think
4249         this is the most natural way for the groups to behave.
4251         * message.el (message-generate-new-buffers): Change default to
4252         `unsent', so that all new message buffers start their names with the
4253         string "*unsent", and it's easier to find the buffers if you move from
4254         them.
4256 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4259         small.  They're probably tracking images.
4260         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4261         (gnus-html-rescale-image): Yet another try at getting the image sizing
4262         right.
4264         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4265         nntp-marks-file-name is nil.
4267 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4269         * gnus-html.el (gnus-html-wash-tags)
4270         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4271         Better logging.
4273 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4275         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4277         * gnus-html.el (gnus-html-wash-tags): Check the value of
4278         gnus-blocked-images in the summary buffer.
4280 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4282         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4284 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4286         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4287         like "a", it seems like.
4288         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4289         since it needs to be picked from the correct buffer.
4291         * nnwfm.el: Remove.
4293         * nnlistserv.el: Remove.
4295 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4297         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4298         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4300 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4302         * nnkiboze.el: Remove.
4304         * nndb.el: Remove.
4306         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4307         alt text.
4308         (gnus-html-rescale-image): Try to get the rescaling logic right for
4309         images that are just wide and not tall.
4311         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4312         overshadow variable bindings.
4314 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4316         * gnus-html.el (gnus-html-wash-tags)
4317         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4318         Add extra logging.
4320 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4322         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4323         (gnus-max-image-proportion): New variable.
4324         (gnus-html-rescale-image): New function.
4325         (gnus-html-put-image): Rescale images.
4327 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4329         Fix up some byte-compiler warnings.
4330         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4331         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4332         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4333         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4334         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4335         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4336         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4338 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4340         * gnus-html.el (gnus-article-html): Decode contents by charset.
4342 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4344         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4345         (gnus-html-frame-width, gnus-blocked-images)
4346         * message.el (message-prune-recipient-rules): Add custom version.
4347         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4349         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4350         functions.
4352         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4353         gnus-process-get.
4355 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4357         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4358         instead of lsub directly.
4360 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4362         * nnwarchive.el: Remove.
4364         * gnus-soup.el: Remove.
4366         * nnsoup.el: Remove.
4368         * nnultimate.el: Remove.
4370         * gnus-html.el (gnus-blocked-images): New variable.
4372         * message.el (message-prune-recipients): New function.
4373         (message-prune-recipient-rules): New variable.
4375         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4376         guess whether a long line is natural text or not.
4378         * gnus-html.el (gnus-html-schedule-image-fetching):
4379         Use gnus-process-plist and friends for compatibility.
4381 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4383         * gnus-html.el: Require packages that define macros used in this file.
4384         (gnus-article-mouse-face): Declare to silence byte-compiler.
4385         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4386         process-get.
4387         (gnus-html-put-image): Use plist-get to avoid getf.
4388         (gnus-html-prefetch-images): Use with-current-buffer.
4390 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4392         * gnus-ems.el: Provide compatibility functions for
4393         gnus-set-process-plist.
4395         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4396         * gnus.el (gnus-valid-select-methods)
4397         * message.el (message-send-mail-partially-limit)
4398         * mm-decode.el (mm-text-html-renderer)
4399         * mml.el (mml-insert-mime-headers-always)
4400         * smiley.el (smiley-regexp-alist): Bump custom version.
4402 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4404         * gnus-html.el: require mm-url.
4405         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4406         with the url to `url'.
4407         (gnus-html-wash-tags): Support cid: URLs/images.
4409 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4411         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4412         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4413         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4415         * gnus-move.el: Remove file, since it doesn't really work.
4417         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4418         UTF-8.  This seems to fix problems with some German web feeds.
4420         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4421         at the top so that the proper colours are applied.
4423         * gnus-art.el (gnus-article-view-part): Doc fix.
4425         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4426         XEmacs-compatible.
4427         (gnus-html-put-image): Don't do images on non-graphic displays.
4429         * nnslashdot.el: Remove this unused backend.
4431         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4432         actions.
4433         (gnus-undo-register-1): Revert last change.
4435         * gnus-group.el (gnus-group-completing-read): Protect against not
4436         having completion-styles bound.
4438         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4439         make broken recipients happier.
4441         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4443         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4444         point parameter.
4446         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4447         completion-styles for group selection.
4449 2009-02-04  Andreas Schwab  <schwab@suse.de>
4451         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4452         headers and regexp-quote the match if necessary.
4454 2009-03-24  Miles Bader  <miles@gnu.org>
4456         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4457         the blinking smiley.
4459 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4461         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4462         blink smiley.
4464 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4466         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4467         where the dribbel file lives exists.
4469         * message.el (message-send-mail-partially-limit): Change the default to
4470         nil, since most people don't want this.
4472         * mm-url.el (mm-url-decode-entities): Also decode entities like
4473         &#x3212.
4475 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4477         * gnus-sum.el (gnus-summary-idna-message):
4478         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4479         Hyperlink urls in docstrings with URL `...'.
4481 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4483         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4484         functions.
4486 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4488         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4489         say what the mouseover text should be.
4491         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4492         version of the mm-w3m-safe-url-regexp variable to only download images
4493         in the groups where we want that to happen.
4495         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4497         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4498         easier debugging.
4499         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4500         big pictures in the article buffer.
4502         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4503         gnus-article-html.
4504         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4505         w3m.
4507         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4509 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4511         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4512         which doesn't exist.
4514         * message.el (message-inhibit-ecomplete): New variable to allow some
4515         function to inhibit ecomplete address storage.
4516         (message-resend): Disable ecomplete message storage when resending
4517         messages.
4519         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4521 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4523         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4524         Save excursion while copying, moving, and deleting articles in order to
4525         prevent the cursor from jumping to unforeseen place.
4527 2010-08-17  Glenn Morris  <rgm@gnu.org>
4529         * gnus-sync.el: Require gnus components whose functions are used.
4531         * gnus-art.el (bookmark-make-record-function):
4532         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4533         Declare for compiler.
4535         * mm-url.el (mml-compute-boundary): Autoload.
4537 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4539         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4541 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4543         Typo fix "hoo4a" -> "hook".
4545         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4547 2010-08-14  Glenn Morris  <rgm@gnu.org>
4549         * gnus-sync.el (gnus-sync): Fix defgroup version.
4551 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4553         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4555         * gnus-sync.el: Fix docs.
4556         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4557         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4559 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4561         Optimizations for gnus-sync.el.
4563         * gnus-sync.el: Add docs about gnus-sync-backend
4564         possibilities.
4565         (gnus-sync-save): Remove unnecessary message.
4566         (gnus-sync-read): Optimize and show what groups were skipped.
4568 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4570         Minor bug fixes for gnus-sync.el.
4572         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4573         Don't read the sync on get-new-news.
4575         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4576         quiet.
4578         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4579         (fix typo).
4581 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4583         Make saving and restoring of hidden threads work with overlays.
4584         Patch applied by Ted Zlatanov.
4586         * gnus-sum.el (gnus-hidden-threads-configuration)
4587         (gnus-restore-hidden-threads-configuration): Update to deal with text
4588         properties, rather than searching for a magic character.
4590 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4592         New gnus-sync.el library for synchronization of marks.
4594         * gnus-sync.el: New library for synchronization of marks.
4596         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4597         renamed from `gnus-registry-grep-in-list'.
4599         * gnus-registry.el (gnus-registry-follow-group-p):
4600         Use `gnus-grep-in-list'.
4602         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4604 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4606         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4607         determining charset of text fails.
4609 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4611         * nnmail.el (nnmail-get-new-mail-1): Revert.
4613         * nnml.el (nnml-active-number): Make sure names of newly created groups
4614         in nnml-group-alist are encoded.
4616 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4618         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4619         containing non-ASCII characters in active file for nnml back end.
4621 2010-07-24  David Engster  <dengste@eml.cc>
4623         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4624         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4626 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4628         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4629         tag (Bug#6654).
4631 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4633         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4634         the article buffer, not the summary buffer.
4636 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4638         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4639         Emacs 23 as well.
4641 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4643         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4644         Patch applied by Karl Fogel.
4646         * gnus-sum.el (gnus-summary-bookmark-make-record):
4647         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4649 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4651         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4652         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4653         C-w still not working correctly from Article buffers; Thierry's
4654         patch to fix that will be applied after this.
4656         * gnus-art.el (bookmark-make-record-function): New local variable.
4658         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4659         article buffer.
4660         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4662 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4664         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4665         on changes in bookmark.el.
4667 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4669         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4670         the *other* type of HTML form submission.
4672 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4674         * auth-source.el (auth-source-pick): If choice does not contain a
4675         questioned keyword, set the check to t.
4677 2010-06-12  Romain Francoise  <romain@orebokech.com>
4679         * gnus-util.el (gnus-date-get-time): Move up before first use.
4681 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4683         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4684         (gnus-article-edit-part): Bind it to make last part that is substituted
4685         or deleted visible.
4686         (gnus-mime-display-single): Buttonize part of which id equals to
4687         gnus-mime-buttonized-part-id.
4689 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4691         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4692         (gnus-dd-mmm): Use gnus-date-get-time.
4693         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4694         simplify logic.
4695         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4696         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4698 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4700         * auth-source.el (top): Autoload `secrets-list-collections',
4701         `secrets-create-item', `secrets-delete-item'.
4702         (auth-sources): Fix tag string.
4703         (auth-get-source, auth-source-retrieve, auth-source-create)
4704         (auth-source-delete): New defuns.
4705         (auth-source-pick): Rewrite in order to avoid 2 passes.
4706         (auth-source-forget-user-or-password): New parameter USERNAME.
4707         (auth-source-user-or-password): New parameters CREATE-MISSING and
4708         DELETE-EXISTING.  Retrieve password interactively, if needed.
4710 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4712         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4713         deleting unused directories when gnus-expert-user is t.
4715 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4717         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4718         for each temp file when gnus-article-browse-delete-temp is ask.
4720 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4722         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4724 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4726         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4727         article unless decoding article to be saved.
4729 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4731         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4732         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4733         generated within the mm-with-unibyte-current-buffer macro.
4735 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4737         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4738         to nil when we're in a mml-preview buffer and no group is selected.
4740 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4742         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4743         when catching the `C-g'.  Reported by "Leo".
4745 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4747         * message.el (message-forward-make-body-plain)
4748         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4749         multibyte-string-p.
4751 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4753         * message.el (message-forward-make-body-mml): Assume original message
4754         is multibyte string; error on unibyte.
4755         (message-forward-make-body-plain): Ditto; don't add excessive newline
4756         in body end.
4758 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4760         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4761         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4763 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4765         * mm-extern.el (mm-extern-url): Don't use
4766         mm-with-unibyte-current-buffer.
4767         (mm-extern-cache-contents): Use with-current-buffer instead of
4768         save-excursion + set-buffer.
4770 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4772         * mm-util.el (mm-emacs-mule): Remove.
4774 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4776         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4777         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4778         change.
4780 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4782         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4783         bind the default value of enable-multibyte-characters to nil.
4785 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4787         * message.el (message-forward-make-body-plain)
4788         (message-forward-make-body-mml):
4789         Don't use mm-with-unibyte-current-buffer.
4791 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4793         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4794         (Bug#5592).
4796 2010-05-07  Julien Danjou  <julien@danjou.info>
4798         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4799         it to mm-pipe-part.
4801         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4802         it is given.
4804 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4806         * nnweb.el (nnweb-gmane-search)
4807         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4808         XEmacs.
4810         * gnus-art.el (gnus-article-browse-html-parts)
4811         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4812         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4813         make-temp-file.
4815         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4816         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4817         compiling.
4819         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4820         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4821         XEmacs when compiling.
4823         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4824         gnus-pick-mode-off-hook for XEmacs when compiling.
4825         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4826         gnus-binary-mode-off-hook for XEmacs when compiling.
4828         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4829         Return nil if char-charset is not available.
4831         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
4832         macro.
4834         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4835         instead of encode-coding-string.
4837         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4838         'xemacs) instead of mm-emacs-mule to switch function definitions.
4839         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4841 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4843         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4845 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4847         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4848         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4850 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4852         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4853         alias `jka-compr-delete-temp-file' no longer exists.
4855 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4857         Use define-minor-mode in Gnus where applicable.
4858         * mml.el (mml-mode): Use define-minor-mode.
4859         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4860         (gnus-undo-mode): Use define-minor-mode.
4861         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4862         (gnus-dead-summary-mode): Use define-minor-mode.
4863         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4864         Initialize in declaration.
4865         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4866         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4867         (gnus-mailing-list-mode): Use define-minor-mode.
4868         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4869         (gnus-draft-mode): Use define-minor-mode.
4870         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4871         (gnus-dired-mode): Use define-minor-mode.
4873 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4875         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4876         handles on recursive mml-to-mime translation and check them for
4877         boundary delimiter collisions.  Reported by Greg Troxel.
4879 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4881         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4883 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4885         * mm-util.el (mm-find-buffer-file-coding-system):
4886         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4888 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4890         * message.el (message-generate-headers): Record insertion of optional
4891         headers as well.  Otherwise the check to prevent repeated insertion of
4892         optional headers is a no-op.
4894 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4896         * smime.el: Don't mention CVS.
4898         * nnrss.el (nnrss-fetch): Don't mention CVS.
4900         * nnir.el: Don't mention CVS.
4902 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4904         * gnus-sum.el (gnus-summary-bookmark-make-record):
4905         Add `location' field.
4907 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4909         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4910         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4911         Use with-current-buffer to silence the byte-compiler.
4912         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4913         bother to require `gnus'.
4914         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4916 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4918         * gnus-sum.el (gnus-summary-bookmark-make-record)
4919         (gnus-summary-bookmark-jump): New functions.
4920         (gnus-summary-mode): Setup bookmark support.
4922 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4924         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4925         if set.
4927 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4929         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4930         gnus-article-browse-html-save-cid-image; make it work recursively for
4931         forwarded messages as well.
4932         (gnus-article-browse-html-parts): Work when prefix arg is given.
4933         (gnus-article-browse-html-article): Doc fix.
4935 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4937         * message.el (message-default-mail-headers):
4938         (message-default-headers): Carry the value mail-default-headers over
4939         into message-default-mail-headers, rather than message-default-headers.
4941 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4943         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4944         charset.
4946         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4947         charset into the <meta> tag when the article is encoded to utf-8.
4949 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4951         * gnus-art.el (gnus-article-browse-delete-temp-files):
4952         Delete directories as well.
4953         (gnus-article-browse-html-parts): Work for images that do not specify
4954         file names; delete temp directory when quitting; insert header at the
4955         right place; use file: scheme for image files.
4957 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4959         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4960         (gnus-article-browse-html-parts): Use it to make temporary cid image
4961         files in addition to html file so that browser may display them.
4963 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4965         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4967 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4969         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4971 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4973         * auth-source.el (auth-sources): Change default to be simpler.
4974         Explain about Secret Service API sources.  Improve Customize options.
4975         (auth-source-pick): Change to accept any number of search parameters.
4976         Implement fallbacks iteratively, not recursively.  Add scoring on the
4977         second pass and sort by score.  Call Secret Service API when needed.
4978         (auth-source-user-or-password): Use it.  Call Secret Service API
4979         directly when needed to get the user name and the password.
4981 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4983         * message.el (message-interactive): Doc fix.
4984         (message-qmail-inject-args): Reflow.
4985         (message-kill-to-signature): Fix typo in docstring.
4987         * smiley.el (smiley-buffer): Fix typo in docstring.
4989 2010-03-24  Glenn Morris  <rgm@gnu.org>
4991         * mail-source.el (gnus-message): Declare.
4992         (mail-source-delete-old-incoming): Require gnus-util.
4994 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4996         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4998         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5000         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5001         password-cache's default if it is not bound.
5002         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5003         password-cache-expiry's default if it is not bound.
5005         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5006         available in Emacs 21.
5008 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5010         * auth-source.el (auth-sources): Fix up definition so extra parameters
5011         are always inline.
5013 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5015         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5016         wasn't updated after mismatch.  Clear cached mailbox info correctly
5017         when uidvalidity changes.
5018         (nnimap-group-prefixed-name): New function to avoid some code
5019         duplication.
5020         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5021         (nnimap-request-group): Use it.
5022         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5023         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5024         with many imap folders.  This is done by caching the group status from
5025         the imap server persistently in a group parameter `imap-status'.  (This
5026         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5027         but not persistently, so every Gnus startup was still very slow.)
5029 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5031         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5032         secrets.el dependency.
5033         (auth-sources): Add optional user name.  Add secrets.el configuration
5034         choice (unused right now).
5036 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5038         * gnus-sum.el (gnus-summary-make-menu-bar):
5039         Let `gnus-registry-install-shortcuts' fill in the functions.
5041         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5042         warnings.
5043         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5044         (gnus-registry-install-shortcuts): Populate and use it in a
5045         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5047 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5049         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5050         In-place substitutions for the group name encoding/decoding.
5051         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5052         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5053         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5054         (nnimap-update-unseen, nnimap-request-list)
5055         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5056         (nnimap-request-set-mark, nnimap-split-to-groups)
5057         (nnimap-split-articles, nnimap-request-newgroups)
5058         (nnimap-request-create-group, nnimap-request-accept-article)
5059         (nnimap-request-delete-group, nnimap-request-rename-group)
5060         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5061         `encoded-mbx' for consistency.
5062         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5063         variable `imap-current-mailbox'.
5065         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5066         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5068 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5070         * pop3.el (pop3-display-message-size-flag): Display message size byte
5071         counts during POP3 download.
5072         (pop3-movemail): Use it.
5073         (pop3-list): Implement listing of available messages.
5075 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5077         * nnir.el (nnir-get-article-nov-override-function): New function to
5078         override the normal NOV retrieval.
5079         (nnir-retrieve-headers): Use it.
5081 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5083         * auth-source.el (netrc-machine-user-or-password): Autoload.
5085 2010-03-19  Glenn Morris  <rgm@gnu.org>
5087         Stop message.el from loading about 40 libraries it doesn't always need.
5088         The general approach is to autoload rather than require, and to
5089         require in the specific functions rather than the file.  (Bug#5642)
5091         * gmm-utils.el: Don't require wid-edit.
5092         (widget-create-child-value, widget-convert, widget-default-get):
5093         Autoload.
5095         * gnus-util.el: Don't require time-date, netrc.
5096         (message-fetch-field, gnus-group-name-decode): Declare rather than
5097         autoloading.
5098         (gnus-fetch-field): Require message.
5099         (gnus-decode-newsgroups): Require gnus-group.
5101         * ietf-drums.el: Don't require time-date.
5103         * message.el: Don't require hashcash, canlock, ecomplete.
5104         Do require mail-utils.  Require nnheader only when compiling.
5105         (smtpmail-default-smtp-server): Remove declaration.
5106         (message-send-mail-function): Check smtpmail-default-smtp-server
5107         is bound rather than requiring smtpmail.
5108         (message-auto-save-directory, message-insert-signature):
5109         Use expand-file-name rather than nnheader-concat.
5110         (nnheader-insert-file-contents): Autoload.
5111         (hashcash-wait-async): Declare.
5112         (message-send-mail): Only call gnus-setup-posting-charset if
5113         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5114         (message-send-mail-with-sendmail): Require sendmail.
5115         (canlock-password, canlock-password-for-verify): Declare.
5116         (message-canlock-password): Require canlock.
5117         (nnheader-get-report): Autoload.
5118         (gnus-setup-posting-charset): Declare.
5119         (message-send-news): Require gnus-msg.
5120         (message-make-references, message-make-in-reply-to): Use mail-header-id
5121         rather than the alias mail-header-message-id.
5122         (ecomplete-add-item, ecomplete-save): Declare.
5123         (message-put-addresses-in-ecomplete): Require ecomplete.
5124         (ecomplete-display-matches): Autoload.
5126         * mm-decode.el: Don't require mailcap, gnus-util.
5127         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5128         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5129         Autoload.
5130         (mailcap-mime-extensions): Declare.
5132         * mm-encode.el: Don't require mailcap.
5133         (mailcap-extension-to-mime): Autoload.
5135         * mml-sec.el: Don't require password-cache.
5137         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5138         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5139         (mml-minibuffer-read-type): Require mailcap.
5140         (mml-preview): Require gnus-msg.
5142         * mml1991.el: Require password-cache.
5143         (password-cache-expiry): Remove declaration.
5145         * mml2015.el: Require password-cache.
5146         (password-cache-expiry): Remove declaration.
5148         * nneething.el (mailcap): Require mailcap.
5150         * nnheader.el (declare-function): Add compatibility stub.
5151         (message-remove-header): Declare rather than autoload.
5152         (nnheader-replace-header): Require message.
5154         * nnimap.el (declare-function): Add compatibility stub.
5155         (netrc-parse, netrc-machine-user-or-password): Declare.
5156         (nnimap-open-connection): Require netrc.
5158         * nntp.el (declare-function): Add compatibility stub.
5159         (netrc-parse, netrc-machine, netrc-get): Declare.
5160         (nntp-send-authinfo): Require netrc.
5162         * rfc2047.el: Don't require qp.
5163         (quoted-printable-encode-region, quoted-printable-decode-string):
5164         Autoload.
5166         * sieve-mode.el: Don't require easymenu.
5167         (easy-menu-add-item): Autoload it.
5169         * spam-stat.el (time-to-number-of-days): Autoload it.
5171 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5173         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5174         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5175         value if any backslash escapes).
5177 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5179         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5180         if it is available.  (bug#5647)
5182 2010-02-26  Glenn Morris  <rgm@gnu.org>
5184         * message.el (message-send-mail-function): Change the default, so that
5185         it inherits from a customized send-mail-function.  (Bug#5643)
5187 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5189         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5190         shell-command-to-string signals an error (bug#5299).
5192 2010-02-24  Glenn Morris  <rgm@gnu.org>
5194         * message.el (message-smtpmail-send-it)
5195         (message-send-mail-with-mailclient): Doc fixes.
5197 2010-02-16  Glenn Morris  <rgm@gnu.org>
5199         * message.el (message-default-mail-headers): Change the default value
5200         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5202 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5204         * message.el (message-mail): Just pass yank-action on to message-setup.
5205         (message-setup): Handle (FUN . ARGS) form of yank-action.
5206         (message-with-reply-buffer, message-widen-reply)
5207         (message-yank-original): Handle non-buffer values of
5208         message-reply-buffer (Bug#4080).
5209         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5211 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5213         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5214         Fix typo in docstring.
5216 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5218         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5219         response.
5221 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5223         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5225         * message.el (message-check-news-header-syntax): Protect against a
5226         string that `rfc822-addresses' returns when parsing fails.
5228 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5230         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5231         (gnus-previous-char-property-change): New functions.
5233         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5235 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5237         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5238         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5240 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5242         * message.el (message-exchange-point-and-mark): Rework last change to
5243         avoid using optional arg of exchange-point-and-mark, for backward
5244         compatibility.
5246 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5248         * message.el (message-exchange-point-and-mark):
5249         Call exchange-point-and-mark with an argument rather than setting
5250         mark-active by hand (Bug#5175).
5252 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5254         * nntp.el (nntp-service-to-port): Work for service expressed with
5255         numeric string; replace [:digit:] with [0-9] for XEmacs.
5257 2009-12-17  Glenn Morris  <rgm@gnu.org>
5259         * gnus-group.el (gnus-bug-group-download-format-alist):
5260         Change emacs entry to debbugs.gnu.org.  Bump :version.
5262 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5264         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5266 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5268         * message.el (message-info): Explain why we use `Info-goto-node'.
5270 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5272         * message.el (message-completion-in-region): New compatibility function.
5273         (message-expand-group): Use it.
5275 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5277         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5278         with no unread article should be listed if the 2nd arg `predicate' is
5279         given.
5281 2009-11-29  Juri Linkov  <juri@jurta.org>
5283         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5284         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5285         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5287 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5289         * message.el (message-from-style, message-interactive)
5290         (message-signature): Always set default values from the corresponding
5291         mail-* variables.
5292         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5293         (message-yank-prefix, message-indentation-spaces)
5294         (message-signature-file, message-default-headers): Use boundp rather
5295         than (featurep 'xemacs) to check if the corresponding mail-* variables
5296         exist.
5298 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
5300         * message.el (message-send-mail-with-sendmail): Revert last change.
5302 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
5304         * message.el (message-from-style, message-interactive)
5305         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5306         (message-yank-prefix, message-indentation-spaces, message-signature)
5307         (message-signature-file, message-default-headers): For GNU Emacs, set
5308         default values from the corresponding mail-* variables.
5309         (message-send-mail-with-sendmail): Use envelope-from only if
5310         mail-specify-envelope-from is non-nil.
5312 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5314         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5315         containing tspecial characters if they have been already quoted.
5317 2009-10-24  Glenn Morris  <rgm@gnu.org>
5319         * gnus-art.el (help-xref-stack-item): Define for compiler.
5321 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5323         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5325 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5327         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5328         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5330 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5332         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5333         (gnus-overlays-in): New alias to overlays-in.
5335         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5336         gnus-overlay-get, and gnus-delete-overlay.
5337         (gnus-summary-show-thread): Make it work as well for systems in which
5338         next-single-char-property-change is not available.
5339         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5341 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5343         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5345 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5347         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5348         and XEmacs that don't have `remove-overlays'.
5350 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5352         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5353         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5354         selective display.  Use overlays instead.
5356 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5358         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5360 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5362         * spam-stat.el (spam-stat-load): Fix typo in message.
5364 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5366         * gnus-art.el (gnus-article-encrypt-body):
5367         * message.el (message-check-recipients):
5368         * mm-util.el (mm-codepage-setup):
5369         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5370         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5372 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5374         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5375         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5376         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5377         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5378         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5380 2009-09-18  Glenn Morris  <rgm@gnu.org>
5382         * gnus-diary.el (gnus-diary-check-message):
5383         * message.el (message-insert-formatted-citation-line):
5384         * nnbabyl.el (top-level):
5385         * nndiary.el (nndiary-schedule):
5386         Fix typos in condition-case handlers.
5388 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5390         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5391         configuration that provides the sole article window in a frame;
5392         position point correctly after deleting a part.
5394 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5396         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5397         (spam-resolve-registrations-routine): Use it to unregister articles
5398         that change status.
5400 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5402         * nnrss.el (nnrss-request-article): Remove binding of
5403         default-enable-multibyte-characters that has gotten needless by
5404         the 2007-07-13 change in rfc2047-encode-message-header.
5406         * mml.el (mml-insert-multipart): Error on the message header.
5407         (mml-insert-part): Error on the message header; position point at
5408         the end of a MIME tag.
5410 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5412         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5413         (gnus-float-time): Alias to float-time if it exists.
5415         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5416         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5417         float-time is available; suppress compile warning for time-to-seconds.
5419 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5421         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5422         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5423         Add the optional argument `encoding' that overrides the default.
5425         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5426         mm-encode-buffer.
5428 2009-09-04  Glenn Morris  <rgm@gnu.org>
5430         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5431         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5432         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5433         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5434         * mm-util.el (mm-with-unibyte-current-buffer)
5435         (mm-find-buffer-file-coding-system):
5436         * yenc.el (yenc-decode-region): Use default-value rather than
5437         default-enable-multibyte-characters.
5439 2009-09-03  Glenn Morris  <rgm@gnu.org>
5441         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5442         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5443         than default-enable-multibyte-characters.
5445 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5447         * gnus-art.el (gnus-article-read-summary-keys):
5448         Fix gnus-buffer-configuration's value temporarily used.
5450 2009-09-02  Glenn Morris  <rgm@gnu.org>
5452         * gnus-util.el (gnus-float-time): New function.
5453         * gnus-delay.el (gnus-delay-article):
5454         * gnus-sum.el (gnus-thread-latest-date):
5455         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5456         * nnspool.el (nnspool-request-newgroups):
5457         Use gnus-float-time rather than time-to-seconds.
5458         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5460         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5461         (gnus-header-subject-face, gnus-header-newsgroups-face)
5462         (gnus-header-name-face, gnus-header-content-face):
5463         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5464         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5465         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5466         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5467         (gnus-cite-face-11):
5468         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5469         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5470         (gnus-server-closed-face, gnus-server-denied-face)
5471         (gnus-server-offline-face):
5472         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5473         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5474         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5475         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5476         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5477         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5478         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5479         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5480         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5481         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5482         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5483         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5484         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5485         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5486         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5487         (gnus-summary-high-undownloaded-face)
5488         (gnus-summary-low-undownloaded-face)
5489         (gnus-summary-normal-undownloaded-face)
5490         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5491         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5492         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5493         (gnus-splash-face):
5494         * message.el (message-header-to-face, message-header-cc-face)
5495         (message-header-subject-face, message-header-newsgroups-face)
5496         (message-header-other-face, message-header-name-face)
5497         (message-header-xheader-face, message-separator-face)
5498         (message-cited-text-face, message-mml-face):
5499         * sieve-mode.el (sieve-control-commands-face)
5500         (sieve-action-commands-face, sieve-test-commands-face)
5501         (sieve-tagged-arguments-face):
5502         * spam.el (spam-face):
5503         Mark face aliases with "-face" in the name as obsolete.
5505 2009-09-01  Glenn Morris  <rgm@gnu.org>
5507         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5508         than goto-line.
5510 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5512         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5513         Don't move point if the command is invoked inside the message header.
5515 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5517         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5518         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5519         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5520         * nnir.el (nnir-swish-e-index-file):
5521         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5522         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5523         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5524         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5525         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5526         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5528 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5530         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5531         Don't save excursion.
5533 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5535         * nnheader.el (nnheader-find-file-noselect):
5536         * mm-util.el (mm-insert-file-contents):
5537         Use (default-value 'major-mode) instead of default-major-mode.
5539 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5541         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5543 2009-08-25  Glenn Morris  <rgm@gnu.org>
5545         * nnir.el (top-level): Don't require cl at run-time.
5546         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5547         Replace cl-function substitute with gnus-replace-in-string.
5548         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5549         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5550         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5551         simplified expansions.
5553 2009-08-22  Glenn Morris  <rgm@gnu.org>
5555         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5556         goto-line.
5558 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5560         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5562         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5563         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5564         (gnus-mm-display-part, gnus-mime-display-single)
5565         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5566         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5568         * gnus-sum.el
5569         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5570         (gnus-summary-move-article): Add expirable mark to articles copied or
5571         moved to group that has auto-expire turned on if the option is non-nil.
5573 2009-07-24  Glenn Morris  <rgm@gnu.org>
5575         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5576         Fix typo.  (Bug#3903)
5578 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5580         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5581         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5582         that should not be used for draft articles.
5583         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5584         that has no concern in minor mode keys.
5585         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5586         Abolish.
5588 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5590         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5591         article without making inquiry to a user for unknown encoding.
5593         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5594         (nnmaildir--scan): Assume i-node and device number that file-attributes
5595         returns might be cons-cell.
5597 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5599         * auth-source.el: Remove docs now in auth.texi.  Don't use
5600         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5601         `auth-source-hide-passwords' and use them.
5603 2009-07-15  Glenn Morris  <rgm@gnu.org>
5605         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5607 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5609         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5610         excessive whitespace from the default values of title and description.
5612 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5614         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5615         mail-fetch-field to fetch Content-Description header in order to
5616         exclude newlines.
5618 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5620         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5621         to deleted part.
5623 2009-05-30  David Engster  <dengste@eml.cc>
5625         * nnmairix.el: Remove old documentation in the commentary block.
5626         (nnmairix-request-group): Do not update active file for nnml back ends.
5627         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5628         end so that overview files are ignored.
5629         (nnmairix-update-groups): Make updating the groups more robust by using
5630         marks.
5631         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5632         with dollar characters in message-id.
5634 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5636         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5637         2008-12-25 in dns.el.
5639 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5641         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5642         could happen if the text is only composed of spaces and/or tabs.
5644 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5646         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5647         when sending a queued message to avoid extra mml tags.
5649 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5651         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5653 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5655         * gnus-dired.el: Remove autoload for gnus-setup-message.
5656         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5657         displaying Gnus logo; always use compose-mail.
5659 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5661         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5663 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5665         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5666         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5667         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5668         available.
5669         (gnus-nocem-epg-verify): New function.
5671 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5673         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5675 2009-02-15  Glenn Morris  <rgm@gnu.org>
5677         * gnus-util.el (rmail-insert-rmail-file-header)
5678         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5679         autoloads.
5680         (rmail-default-rmail-file): Remove unnecessary declaration.
5681         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5683 2009-02-14  Glenn Morris  <rgm@gnu.org>
5685         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5686         variable (only used in gnus-util, which declares it anyway).
5687         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5688         which was only needed by gnus-art (changed to not use it any more).
5689         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5690         only used in gnus-util, which autoloads it itself.
5691         (rmail-update-summary): Fix autoload.
5693         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5694         rather than rmail-output-to-rmail-file.
5696 2009-02-07  Glenn Morris  <rgm@gnu.org>
5698         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5699         autoload of function that no longer exists.
5700         (rmail-toggle-header): Declare.
5701         (message-forward-rmail-make-body): Handle mbox Rmail.
5703 2009-01-31  Glenn Morris  <rgm@gnu.org>
5705         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5706         2009-01-09 change.
5708 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5710         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5711         (auth-source-forget-all-cached): New convenience function.
5712         (auth-source-user-or-password): Accept list of modes or a single mode.
5714         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5715         auth-source modes.
5717         * nnimap.el (nnimap-open-connection): Use list of
5718         auth-source modes.
5720         * nntp.el (nntp-send-authinfo): Use list of
5721         auth-source modes.
5723 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5725         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5726         now.
5728 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5730         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5731         coding system in XEmacs; add a workaround for XEmacs.
5733 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5735         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5736         of current-language-environment.
5738 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5740         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5741         available at runtime.
5743 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5745         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5747 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5749         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5750         the greatest positive fixnum value doesn't work under an XEmacs with
5751         bignum support; use the most-positive-fixnum constant instead,
5752         available since Emacs 21.1 with cl and XEmacs 21.1.
5754 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5756         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5757         XEmacs gets not to work.
5759 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5761         * mm-util.el (mm-coding-system-priorities): Allow the value like
5762         "Japanese (UTF-8)" of current-language-environment.
5764 2009-01-09  Glenn Morris  <rgm@gnu.org>
5766         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5767         with last-command-event.
5769 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5771         * message.el (message-fix-before-sending): Amend comment.
5773 2009-01-07  David Engster  <dengste@eml.cc>
5775         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5776         simplified server definitions by converting it via
5777         gnus-server-to-method.
5779 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5781         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5782         parameter's operands.
5784 2009-01-06  David Engster  <dengste@eml.cc>
5786         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5787         primary select method (for gnus-group-mark-article-as-read).
5789 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5791         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5792         `(gnus)Face', not `(gnus)X-Face'.
5794 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5796         * mm-util.el (mm-ucs-to-char): New function.
5798         * mm-url.el (mm-url-decode-entities): Use it.
5800 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5802         * message.el (message-fix-before-sending): Add `eight-bit' to
5803         illegible-text check.
5805 2009-01-03  Michael Olson  <mwolson@gnu.org>
5807         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5808         `headers' is nil.  This can occur if the IMAP server does not have
5809         permissions to read messages from a folder, but can write new messages
5810         to the folder.
5811         (nnimap-request-article-part): Do not insert `data' if it is nil.
5813 2009-01-01  Dave Love  <fx@gnu.org>
5815         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5817         * nnimap.el: Fix author email.
5818         (nnimap-split-rule): Add FIXME comment.
5819         (nnimap-debug): Fix doc string.
5821 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5823         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5824         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5825         to check if those variables exist (first appeared in Emacs 18.50).
5827 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5829         * mm-util.el (mm-line-number-at-pos): New function.
5831         * spam-report.el (spam-report-process-queue): Use it.
5833 2008-12-24  David Engster  <dengste@eml.cc>
5835         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5836         parameters that haven't existed as variables as buffer-local variables.
5838 2008-12-23  Dave Love  <fx@gnu.org>
5840         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5841         cadar.
5843         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5844         imap-starttls-p.
5845         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5847 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5849         * spam-report.el (spam-report-gmane-max-requests): New constant.
5850         (spam-report-gmane-wait): New variable.
5851         (spam-report-gmane-ham, spam-report-gmane-spam)
5852         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5853         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5854         the server.
5856         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5857         Add explanations.
5859         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5860         nnheader-accept-process-output and nnheader-read-timeout if available.
5861         (pop3-movemail): Use it.
5863         * message.el (message-check-news-body-syntax): Fix signature check if
5864         there's an attachment.
5866 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5868         * mm-util.el: Add comments to the mm- emulating functions.
5870 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5872         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5873         Reported by Stephen Berman <stephen.berman@gmx.net>.
5875 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5877         * mm-util.el (mm-substring-no-properties): New function.
5878         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5879         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5880         (mm-string-to-multibyte): Doc fix.
5882         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5884 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5886         * mml.el (mml-attach-file): Strip text properties from file name.
5887         (Bug#1574)
5889 2008-12-16  Glenn Morris  <rgm@gnu.org>
5891         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5893 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5895         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5896         knows since the charset specified might be a bogus alias that
5897         mm-charset-synonym-alist provides.
5899 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5901         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5902         "ISO_8859-1".
5904         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5906 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5908         * mm-util.el (mm-charset-eval-alist):
5909         Define it before mm-charset-to-coding-system.
5910         (mm-charset-to-coding-system): Add optional argument `silent';
5911         define it before mm-charset-override-alist.
5912         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5913         default value if it can be used in Emacs currently running;
5914         silence mm-charset-to-coding-system.
5916 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5918         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5919         `allow-override' which says whether to use `mm-charset-override-alist'.
5920         (rfc2047-decode-encoded-words): Use it.
5922         * mm-util.el (mm-charset-override-alist): Fix custom type;
5923         add `(gb2312 . gbk)' to choices.
5925 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5927         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5928         fast.
5930         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5932 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5934         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5935         on links.
5937         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5939 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5941         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5942         users' addresses that don't have domain parts.
5943         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5944         rather than message-narrow-to-head since there will be the message
5945         header separator.
5947 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5949         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5950         since the result is inserted in a unibyte buffer anyway.
5951         (nnimap-demule-use-string-to-multibyte): Remove.
5952         (nnimap-demule): Alias it to mm-string-to-multibyte.
5954 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5956         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5957         variable for debugging bug#464 and bug#1174.
5958         (nnimap-demule): Use it.
5960 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5962         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5963         score calculation correctly.
5965 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5967         * message.el (message-send-mail): Just set the buffer to unibyte
5968         rather than use mm-with-unibyte-current-buffer which does a lot more.
5969         (message-send-mail-partially): Don't bother with
5970         mm-with-unibyte-current-buffer since it's already been made unibyte by
5971         message-send-mail.
5973 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5975         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5977 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5979         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5981 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5983         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5984         require itself and to remove `with-no-warnings'.
5986 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5988         * starttls.el (starttls-any-program-available): Get the name of the
5989         available TLS layer program.
5990         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5991         well as the host name in the "opening" message.
5993         * auth-source.el (auth-source-cache, auth-source-do-cache)
5994         (auth-source-user-or-password): Cache passwords and logins by default,
5995         allow override with `auth-source-do-cache'.
5996         (auth-source-forget-user-or-password): Allow users to remove cache
5997         entries if needed.
5999 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6001         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6002         condition-case to only the forward-sexp call.
6004 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6006         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6007         quotes contained.  Make it more robust regardless by an extra
6008         condition-case wrapper.
6010 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6012         * nnml.el (nnml-request-expire-articles): Check if the function set to
6013         `nnmail-expiry-target' returns the symbol `delete'.
6015         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6017         * nnmail.el (nnmail-expiry-target): Fix custom type.
6019 2008-10-02  Glenn Morris  <rgm@gnu.org>
6021         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6022         Silence compiler warning.
6024 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6026         * mml.el (mml-menu): Don't assume mml2015 is bound.
6028 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6030         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6031         exists.
6033 2008-09-27  Glenn Morris  <rgm@gnu.org>
6035         * gnus-util.el (mail-header-remove-comments): Autoload it.
6037 2008-09-27  Andreas Schwab  <schwab@suse.de>
6039         * gnus-util.el (gnus-split-references): Strip comments.
6040         (gnus-parent-id): Likewise.
6042 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6044         * message.el (message-confirm-send): Fix version.
6046 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6048         * message.el (message-idna-to-ascii-rhs-1): Use
6049         mail-extract-address-components rather than mail-header-parse-addresses
6050         that is an alias by default to ietf-drums-parse-addresses that does not
6051         support non-ASCII names in headers' contents.
6053 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6055         * message.el (message-confirm-send): Fix variable documentation to
6056         avoid the "y/n" wording.
6058 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6060         * message.el (message-set-auto-save-file-name): Save to a different
6061         filename so multiple messages (especially drafts) can be recovered.
6063 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6065         * message.el (message-confirm-send): Add appropriate version.
6067 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6069         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6070         defvar.
6072 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6074         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6075         (mm-pkcs7-enveloped-magic): Ditto.
6077 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6079         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6080         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6082 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6084         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6085         default, it's better.
6087 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6089         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6090         summary line gnus-number property and ignore them (with a warning
6091         message).
6093 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6095         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6096         macro caddr in the interactive form since it won't be expanded.
6098 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6100         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6101         `charset'; fix name of function called recursively.
6102         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6104 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6106         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6107         (gnus-mime-set-charset-parameters): New function.
6108         (gnus-mime-view-part-as-charset): Use it to correctly display part
6109         specifying wrong charset.
6111 2008-09-08  David Engster  <dengste@eml.cc>
6113         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6114         in completing-read for back end server.
6116 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6118         * message.el (message-confirm-send): New variable to confirm sending a
6119         message.
6120         (message-send): Use it.
6122 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6124         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6126 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6128         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6130 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6132         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6133         prevent tracking too many groups.
6134         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6135         Use it.
6137 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6139         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6140         moving point to the bottom of the window in order to avoid recentering.
6142 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6144         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6145         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6146         (gnus-article-beginning-of-window): Fix calculation.
6148 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6150         * gnus-msg.el (gnus-summary-supersede-article)
6151         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6152         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6153         message header.
6155 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6157         * message.el:
6158         * gnus-start.el:
6159         * gnus-registry.el: Remove VMS support.
6161 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6163         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6164         macro.
6165         (rfc2104-hash): Use it.
6167 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6169         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6170         (gnus-summary-sort-by-most-recent-date): New commands.
6171         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6172         and menu entries.
6174 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6176         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6177         don't redisplay article for raw contents; remove plural articles stuff.
6179         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6180         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6181         on gnus-summary-save-article; display results properly.
6183 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6185         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6187 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6189         * gnus-art.el (gnus-summary-save-in-pipe):
6190         Consider gnus-save-all-headers.
6192 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6194         * gnus-util.el (ns-focus-frame): Remove declaration.
6195         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6196         like x.
6198 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6200         * rfc2104.el (rfc2104-zero): Delete defconst.
6201         (rfc2104-hex-alist): Likewise.
6202         (rfc2104-hex-to-int): Delete func.
6203         (rfc2104-hexstring-to-bitstring): Likewise.
6204         (rfc2104-nybbles): New defconst.
6205         (rfc2104-hash): Rewrite for speed.
6207 2008-07-16  Glenn Morris  <rgm@gnu.org>
6209         * gnus-util.el (ns-focus-frame): Declare for compiler.
6211 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6213         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6214         set as a group parameter.
6215         (gnus-summary-save-in-pipe): Work when it is called independently.
6216         (gnus-summary-pipe-to-muttprint): Don't modify
6217         gnus-summary-pipe-output-default-command.
6219 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6221         * message.el (message-send-mail-with-sendmail):
6222         Display the error message.
6224 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6226         * gnus-art.el (gnus-default-article-saver):
6227         Add gnus-summary-save-in-pipe to choices.
6228         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6229         gnus-summary-pipe-output-default-command as the default command.
6230         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6231         instead of gnus-last-shell-command.
6233         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6234         New user option.
6235         (gnus-summary-muttprint-program): Mention the value will be changed.
6236         (gnus-summary-save-article): Force showing of all headers.
6237         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6239 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6241         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6243 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6245         * nnimap.el (nnimap-id):
6246         * sieve-manage.el (sieve-manage-open): Doc fixes.
6248 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6250         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6251         if available.
6253 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6255         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6257         * nnkiboze.el (nnkiboze-generate-group):
6258         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6260         * nnmairix.el: Require CL.
6262 2008-06-15  David Engster  <dengste@eml.cc>
6264         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6266 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6268         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6269         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6270         runtime choice under XEmacs.
6272         * gnus-sum.el (gnus-summary-set-display-table):
6273         Use `gnus-put-display-table', `gnus-get-display-table',
6274         `gnus-set-display-table' for the display table, instead of `aset'.
6276 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6278         * nnmairix.el: Add autoloads.
6280 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6282         * nnmairix.el (nnmairix-delete-recreate-group)
6283         (nnmairix-update-and-clear-marks): Fix error messages.
6285 2008-06-14  David Engster  <dengste@eml.cc>
6287         * nnmairix.el: Upgrade to version 0.6.
6288         (nnmairix-group-toggle-propmarks-this-group)
6289         (nnmairix-group-toggle-readmarks-this-group)
6290         (nnmairix-group-delete-recreate-this-group)
6291         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6292         (nnmairix-remove-tick-mark-original-article): New commands.
6293         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6294         (nnmairix-propagate-marks-to-nnmairix-groups)
6295         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6296         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6297         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6298         functions needed for marks propagation and manipulation of read marks.
6299         (nnmairix-update-groups): New function.
6300         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6301         (nnmairix-determine-original-group-from-registry)
6302         (nnmairix-determine-original-group-from-path)
6303         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6304         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6305         New helper functions.
6306         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6307         keystrokes for new commands.
6308         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6309         (nnmairix-request-group): Check allow-fast group parameter.
6310         (nnmairix-request-create-group): Set allow-fast group parameter if
6311         nnmairix-allowfast-default is set.
6312         (nnmairix-close-group): Propagate marks upon closing if needed.
6313         (nnmairix-group-toggle-threads-this-group): Use new.
6314         nnmairix-group-toggle-parameter helper function.
6315         (nnmairix-search): Better check for empty search result.
6316         (nnmairix-goto-original-article): Use new helper functions for
6317         determining original article.
6318         (nnmairix-show-original-article): Make sure message-id is in brackets.
6319         (nnmairix-call-mairix-binary): Change variable name.
6320         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6321         helper function.
6322         (nnmairix-widget-toggle-activate): Fix doc string.
6324 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6326         * nnir.el: Require edmacro when compiling with XEmacs.
6327         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6328         available in Emacs 21.
6330 2008-06-11  Glenn Morris  <rgm@gnu.org>
6332         * gnus-util.el (x-focus-frame):
6333         * gnus.el (image-size):
6334         * mm-decode.el (image-size): Declare.
6336         * gnus-picon.el (declare-function): Add compat definition.
6337         (image-size): Declare.
6339         * gnus-group.el (tool-bar-map):
6340         * gnus-sum.el (tool-bar-map): Define for compiler.
6342         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6344         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6346         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6347         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6348         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6349         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6350         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6351         * sieve-manage.el, spam-report.el, spam.el:
6352         Remove unnecessary eval-and-compile of autoloads.
6354 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6356         * auth-source.el: Precise Tramp doc.
6358 2008-06-07  Glenn Morris  <rgm@gnu.org>
6360         * nnmairix.el: Remove unnecessary eval-when-compile.
6362 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
6364         * nnir.el: New file.
6366 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6368         * gnus-util.el (gnus-read-shell-command): New function.
6369         * mm-decode.el (mm-pipe-part):
6370         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6372 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6374         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6376 2008-06-03  Glenn Morris  <rgm@gnu.org>
6378         * pop3.el (nnheader-accept-process-output): Autoload it.
6380 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6382         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6383         are not 2-digit hexadecimal characters that follow `%'s.
6385 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6387         * message.el (message-bogus-recipient-p): Fix type in doc string.
6388         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6389         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6390         Improve custom options.
6391         (message-bogus-recipient-p): Adjust accordingly.
6393 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6395         * nnmairix.el: Require edmacro when compiling with XEmacs.
6397 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6399         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6400         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6402 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6404         * auth-source.el: Add more docs.
6406 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6408         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6409         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6410         retrieval faster in some cases, but might make CPU usage larger.
6411         If this has any bad side effects, we might revert this change.
6413         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6414         seems to make mail retrieval much, much faster.
6415         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6416         unconditionally.
6418         * gnus-draft.el (gnus-group-send-queue):
6419         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6421 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6423         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6425         * message.el (message-bogus-address-regexp): Fix and improve custom
6426         type.
6427         (message-setup-hook): Add message-check-recipients as custom option.
6429 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6431         * message.el (message-cite-function): Remove bogus autoload which crept
6432         in during merge from v5-10.
6434 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6436         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6438         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6440         * auth-source.el: Preliminary Tramp docs.
6441         (auth-sources): Change the default auth-sources to use
6442         EPA .gpg files.
6444 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6446         * nntp.el: Autoload `auth-source-user-or-password'.
6447         (nntp-send-authinfo): Use it.
6449         * nnimap.el: Autoload `auth-source-user-or-password'.
6450         (nnimap-open-connection): Use it.
6452         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6453         for the gnus-message function.
6454         (auth-source-user-or-password): Use it.
6456 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6458         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6459         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6460         (rfc2104-hash): Use it.
6462 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6464         * gnus-art.el (gnus-article-toggle-truncate-lines):
6465         Don't use `iff' in docstring.
6467 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6469         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6471         * gnus-util.el (gnus-extract-address-component-name)
6472         (gnus-extract-address-component-email): Convenience functions around
6473         `gnus-extract-address-components'.
6475         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6476         Use `gnus-extract-address-component-email' to fix bug of comparing full
6477         sender name to `user-mail-address'.
6479 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6481         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6482         catch/throw to optimize.
6483         (gnus-registry-find-keywords): Just use member to find a keyword.
6485 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6487         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6488         is current before calling gnus-server-prepare.
6489         (gnus-server-setup-buffer, gnus-server-update-server)
6490         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6492 2008-05-04  Juri Linkov  <juri@jurta.org>
6494         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6495         (mailcap-file-default-commands): Use mailcap-replace-in-string
6496         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6497         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6499 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6501         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6503 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6505         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6506         hooks.
6507         (gnus-update-read-articles): Speed up non-marks-using users.
6508         (gnus-use-marks): Define gnus-use-marks.
6509         (gnus-propagate-marks): Rename variable to something more sensible.
6511 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6513         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6514         (gmm-image-load-path-for-library): Fix typos in docstrings.
6515         (gmm-message): Reflow docstring.
6517 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6519         * mail-source.el (mail-source-set-1, mail-source-bind):
6520         Move auth-source code out of the macro to clean it up and fix bugs.
6522 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6524         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6525         by sender if it's equal to user-mail-address, it's likely to be
6526         useless.
6528         * mail-source.el (mail-source-bind): Don't use user or password if they
6529         are not bound.  Unintern them if they are nil.  Don't use server unless
6530         it's bound, and default it to empty string otherwise.
6532 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6534         * mail-source.el: Load auth-source.el.
6535         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6536         get user name or password, if auth-sources is set up.
6538         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6539         strategy of splitting with parent.
6540         (gnus-registry-split-fancy-with-parent)
6541         (gnus-registry-post-process-groups): Use it and fix prior
6542         bug (returning a list as the split result).
6544         * auth-source.el (auth-sources): Remove server parameter.
6545         (auth-source-pick, auth-source-user-or-password)
6546         (auth-source-user-or-password-imap)
6547         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6548         (auth-source-user-or-password-sftp)
6549         (auth-source-user-or-password-smtp): Remove server parameter.
6551 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6553         * smime.el (smime-sign-region, smime-encrypt-region)
6554         (smime-decrypt-region):
6555         Remove redundant calls to `generate-new-buffer-name'.
6557 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6559         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6560         Don't use QP for message/rfc822.
6561         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6563 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6565         * sieve-manage.el (sieve-string-bytes): Remove.
6566         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6567         correct byte-length only if the process's coding-system is the same as
6568         the one used internally by Emacs to represent strings.
6570 2008-04-22  Juri Linkov  <juri@jurta.org>
6572         * mailcap.el (mailcap-file-default-commands): New function.
6574 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6576         * message.el (message-signature-separator, message-cite-function):
6577         Change custom version.
6579 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6581         * mm-decode.el (mm-display-external): Make temp file read-only.
6583 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6585         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6586         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6587         `C-c C-f d'.
6589 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6591         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6593 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6595         * auth-source.el: Add docs.
6596         (auth-sources): Modify format to support server.
6597         (auth-source-pick, auth-source-user-or-password)
6598         (auth-source-user-or-password-imap)
6599         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6600         (auth-source-user-or-password-sftp)
6601         (auth-source-user-or-password-smtp): Add server parameter.
6603 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6605         * gnus-registry.el: Initialize the registry when gnus-registry-install
6606         is t.
6608 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6610         * compface.el (uncompface): Make buffer unibyte.
6612 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6614         * mail-source.el (mail-source-value):
6615         Prefer fboundp to functionp so it works with macros as well.
6617 2008-04-05  Glenn Morris  <rgm@gnu.org>
6619         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6621 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6623         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6624         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6626         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6627         multibyteness after rather than before erasing it.
6629         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6630         mm-with-multibyte.
6631         (gnus-request-article-this-buffer): Make sure the proper decoding is
6632         used if gnus-original-article-buffer happens to be unibyte.
6634         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6635         default-enable-multibyte-characters.
6637         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6638         default-enable-multibyte-characters.
6640         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6642         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6644 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6646         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6647         Fix last change in case the element is not even a symbol.
6649 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6651         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6652         imap-enable-exchange-bug-workaround.
6653         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6655 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6657         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6658         a 100 byte status-checks into a 2-3MB transfer for each group.
6659         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6660         to enable bug workaround or not.
6661         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6663 2008-03-31  Glenn Morris  <rgm@gnu.org>
6665         * message.el (mml2015-use): Declare for compiler.
6666         (message-info): Require mml2015 when appropriate.
6668 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6670         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6671         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6672         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6673         (nntp-service-to-port): New function.
6674         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6675         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6676         (nntp-open-netcat-stream): New function.
6677         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6679 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6681         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6683 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6685         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6687 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6689         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6691 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6693         * message.el (message-signature-separator): Change default.
6694         Improve custom type.
6695         (message-cite-function): Change default to
6696         message-cite-original-without-signature.
6698         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6699         toggle.
6701         * message.el (message-check-news-body-syntax): Fix signature check.
6702         (message-setup-1): Mark buffer as unmodified _after_ running
6703         message-setup-hook and handling message-alternative-emails.
6704         (message-shorten-references): Be more strict when building list of
6705         valid references to comply with GNKSA.
6707         * gnus-group.el (gnus-read-ephemeral-bug-group)
6708         (gnus-read-ephemeral-debian-bug-group)
6709         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6711         * message.el (message-info): Don't use booleanp which isn't supported
6712         in Emacs 21 and XEmacs.
6714 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6716         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6717         gnus-group-gmane-group-download-format.
6718         (gnus-group-read-ephemeral-gmane-group): Rename from
6719         gnus-group-read-ephemeral-gmane-group.
6720         (gnus-read-ephemeral-gmane-group-url): Rename from
6721         gnus-group-read-ephemeral-gmane-group-url.
6722         (gnus-bug-group-download-format-alist): New variable.
6723         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6724         (gnus-read-ephemeral-emacs-bug-group): New commands.
6726 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6728         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6729         (gnus-visible-headers): Improve custom type.
6731 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6733         * mml.el (mml-menu): Add workarounds for XEmacs.
6735         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6736         X-Boundary header.
6738         * message.el (message-simplify-recipients): Fix previous commit.
6740 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6742         * mm-util.el (mm-set-buffer-multibyte): New function.
6743         * mm-decode.el (mm-copy-to-buffer): Use it.
6745         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6746         Prefer fboundp to functionp so it works with macros as well.
6748 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6750         * message.el (message-alter-recipients-discard-bogus-full-name):
6751         New function.
6752         (message-alter-recipients-function): New variable.
6753         (message-get-reply-headers): Use it.
6754         (message-replace-header): New helper function.
6755         (message-recipients-without-full-name): New variable.
6756         (message-simplify-recipients): New command.
6758         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6760         * message.el (message-info): Handle EasyPG manual.
6762         * mml.el (mml-menu): Add entry for EasyPG.
6764 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6766         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6767         parameter.
6769         * message.el (message-disassociate-draft): Specify drafts group name
6770         fully.
6772 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6774         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6775         Eliminate unnecessary duplicates from the match list.
6777 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6779         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6780         args of `how-many' of which the XEmacs version doesn't take; declare
6781         Info-index-next as function.
6783 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6785         * gnus-score.el (gnus-score-headers): Fix handling of
6786         gnus-inhibit-slow-scoring.
6788         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6789         string.
6790         (gnus-button-url-regexp): Improve handling of parenthesis.
6791         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6792         (gnus-button-handle-info-keystrokes): Handle index entries.
6794 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6796         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6797         Incoming* files.
6799 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6801         * auth-source.el (auth-sources): Rename from auth-source-choices.
6802         (auth-source-pick): Use it.
6804 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6806         * auth-source.el (auth-source-protocols)
6807         (auth-source-protocols-customize, auth-source-choices): Add and
6808         modified variable customizations and defaults.
6809         (auth-source-pick, auth-source-user-or-password)
6810         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6811         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6812         (auth-source-user-or-password-sftp)
6813         (auth-source-user-or-password-smtp): Use new variables and provide an
6814         interface to netrc.el.
6816 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6818         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6819         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6820         Make sure the nntp port to specify is a string.
6822 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6824         * nntp.el: Use with-current-buffer.
6825         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6826         dubious mm-with-unibyte-current-buffer.
6827         (nntp-with-open-group-function): New function extracted from
6828         nntp-with-open-group macro.
6829         (nntp-with-open-group): Use the function, so it's easier to debug.
6830         Add indentation and debugging info.
6831         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6832         Recommend the use of the netcat alternatives.
6834         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6835         Avoid mm-string-as-multibyte as well.
6837         * nnweb.el (nnweb-insert-html):
6838         Remove use of nnheader-string-as-multibyte.
6840         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6841         (nnheader-string-as-multibyte): Remove.
6843         * mm-view.el: Use inhibit-read-only.
6844         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6845         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6846         or unibyte-string.
6848         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6849         (mm-uu-yenc-extract): Use with-current-buffer.
6851         * gnus-soup.el (gnus-soup-send-packet): Don't use
6852         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6854         * nnmh.el: Use with-current-buffer.
6855         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6856         mm-string-as-multibyte on the output of mm-encode-coding-string.
6858         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6859         (nnimap-request-move-article): Use with-current-buffer.
6861         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6862         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6863         conversion uses string-make-unibyte rather than string-as-unibyte.
6865         * gnus-msg.el: Use with-current-buffer.
6867         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6869 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6871         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6872         string for caching if it is 'PIN.
6874 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6876         * mail-source.el (mail-source-delete-old-incoming-confirm):
6877         Change default to nil.
6878         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6880 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6882         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6883         (gnus-article-goto-prev-page): Work for articles having ^L's.
6885         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6887         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6889 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6891         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6892         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6893         (gnus-bookmark-jump): Adjust some variable names.
6895 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6897         * auth-source.el: New package.
6898         (auth-source-choices): Add customization entry point variable.
6900         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6901         bug.
6903 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6905         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6906         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6907         (gnus-registry-install-shortcuts): Rename from
6908         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6909         the `gnus-registry-mark-map' keymap dynamically from
6910         `gnus-registry-marks'.  The generated functions update the summary line
6911         when a registry mark is added or deleted, and will call
6912         `gnus-registry-install-p' (see the comments in the code).
6913         (gnus-registry-user-format-function-M): Use concat intelligently.
6915         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6916         the registry mark functions.
6918 2008-03-05  Glenn Morris  <rgm@gnu.org>
6920         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6921         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6922         gnus-art.
6923         (top-level): No need to load own source when compiling.
6925 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6927         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6928         Suggested by <chris.anderton@zetnet.co.uk>.
6930 2008-03-04  Glenn Morris  <rgm@gnu.org>
6932         * gnus-sum.el (top-level): No need to require gnus when compiling,
6933         since unconditionally required near start of file.
6934         (gnus-summary-display-while-building): Move definition before use.
6936 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6938         * gnus-registry.el (gnus-registry-user-format-function-M):
6939         Add formatting function.
6941 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6943         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6944         with plists.
6945         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6946         Use new format.
6948 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6950         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6951         `where-is-internal' that returns a range of key sequences.
6953 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6955         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6957         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6958         (gnus-summary-jump-to-group): Consider windows on other displayed
6959         frames as well.  Similar changes might be needed elsewhere, but that's
6960         the one I've bumped into during my use.
6962         * nndoc.el (nndoc-oe-dbx-type-p):
6963         * gnus-msg.el (gnus-debug):
6964         * gnus-group.el (gnus-update-group-mark-positions):
6965         Use mm-string-to-multibyte.
6967 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6969         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6970         doesn't handle NotDashEscaped.
6972         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6973         (mml-dnd-attach-options): Fix typo in custom choice.
6975         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6976         Change nndoc-article-type to mbox.
6977         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6979         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6980         to nil, instead of html2text.
6982         * imap.el (imap-debug): Add `imap-ping-server'.
6984         * gnus-bookmark.el: Add FIXMEs.
6986         * message.el (message-form-letter-separator)
6987         (message-send-form-letter-delay): New variables.
6988         (message-send-form-letter): Use them.  New command to send form
6989         letters.  Requested by Uwe Siart.
6990         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6992 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6994         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6995         empty author.
6997 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6999         * gnus-registry.el (gnus-registry-marks): Add variable for
7000         customization of marks and their appearance.
7001         (gnus-registry-read-mark): Use it.
7002         (gnus-registry-do-marks): Add utility function to loop through
7003         `gnus-registry-marks'.
7004         (gnus-registry-install-shortcuts-and-menus): Add function to install
7005         shortcuts and menus.
7006         (gnus-registry-initialize): Use it.
7007         (gnus-registry-default-mark): Clarify documentation.
7009 2008-02-29  Glenn Morris  <rgm@gnu.org>
7011         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7012         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7013         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7014         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7015         Change defcustom :version from 23.0 to 23.1.
7017 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7019         * gnus-registry.el (gnus-registry-follow-group-p)
7020         (gnus-registry-post-process-groups): Add functions to aid registry
7021         splitting and improve logging.  Clarify behavior in function
7022         documentation.
7023         (gnus-registry-split-fancy-with-parent): Use them.
7025 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7027         * gnus-art.el: Use with-current-buffer.
7029 2008-02-27  David Engster  <dengste@eml.cc>
7031         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7032         Express real group name in the response.
7034 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7036         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7037         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7038         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7039         autoload gnus-registry-fetch-group when compiling.
7040         (nnmairix-request-group-with-article-number-correction):
7041         Remove unreferenced argument passed to nnmairix-call-backend.
7043 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7045         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7046         (mm-uu-extract): Improve face for low color ttys.
7047         Reported by Sascha Wilde.
7049 2008-02-27  Glenn Morris  <rgm@gnu.org>
7051         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7052         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7053         variables to defconsts.  Convert comments to doc-strings.
7054         (nnmairix-last-server, nnmairix-current-server): Convert from free
7055         variables to defvars.  Convert comments to doc-strings.
7056         (gnus-registry-fetch-group): Autoload.
7057         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7058         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7059         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7060         caddr.
7061         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7062         nnmairix-request-group-with-article-number-correction call.
7063         (nnmairix-fast, nnmairix-group): New, less general names, for free
7064         variables passed from nnmairix-request-group to
7065         nnmairix-request-group-with-article-number-correction.  Declare.
7066         (nnmairix-request-group-with-article-number-correction):
7067         Use nnmairix-fast, nnmairix-group rather than fast, group.
7069 2008-02-26  David Engster  <dengste@eml.cc>
7071         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7072         version 0.5.
7074 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7076         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7077         instead of making an extra function call.  Don't add the current group
7078         to articles only when they have the group.  Use
7079         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7080         Reported by David <de_bb@arcor.de>.
7082 2008-02-24  Miles Bader  <miles@gnu.org>
7084         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7085         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7086         (mm-find-mime-charset-region):
7087         * mm-bodies.el (mm-encode-body):
7088         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7090 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7092         * mail-source.el (mail-source-delete-incoming): Change default.
7093         Supplement doc string.
7095         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7097 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7099         * nnmail.el (nnmail-message-id-cache-file): Derive from
7100         `gnus-home-directory'.
7102 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7104         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7105         Document negative prefix.
7107         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7109 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7111         * message.el (message-unsent-separator): Add the Exim bounce
7112         separator.
7114 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7116         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7117         list.
7118         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7119         recipient/signer list.
7121 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7123         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7124         fbound (Emacs 23 unicode), signal an error.
7126 2008-02-08  Glenn Morris  <rgm@gnu.org>
7128         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7130 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7132         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7133         ports to the calls to `netrc-machine-user-or-password' in addition to
7134         "imap" and "imaps".
7136 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7138         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7139         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7140         <hanche@math.ntnu.no>.
7142 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7144         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7146 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7148         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7150         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7152 2008-02-01  Miles Bader  <miles@gnu.org>
7154         * mml.el (mml-parse-1): Remove apparently vestigial use of
7155         `mm-hack-charsets'.
7156         * mm-bodies.el (mm-encode-body): Likewise.
7158 2008-02-01  Kenichi Handa  <handa@m17n.org>
7160         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7161         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7162         (rfc2104-hash): Convert the result of concat to unibyte string.
7164 2008-02-01  Dave Love  <fx@gnu.org>
7166         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7167         coding-system-for-read.
7168         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7170         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7171         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
7172         (mm-find-mime-charset-region): Remove hack-charsets stuff.
7174 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7176         * mail-source.el (mail-sources): Add `group' choice.
7178         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7179         parameter `in-group' to control into which group the articles go.
7180         Add treatment of `group' mail-source.
7182 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7184         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7185         * message.el (message-beginning-of-line): Use featurep instead of bound
7186         tests in order to resolve conditionals at compile time.
7188 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7190         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7192         * mm-decode.el (mm-dissect-buffer): Decode description.
7194         * mml.el (mml-to-mime): Encode message header first.
7196 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7198         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7199         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7201 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7203         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7205 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7207         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7208         prefix keys.
7209         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7210         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7211         gnus-xmas.el.
7213 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7215         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7216         Add new variables for article mark management.
7217         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7218         list of extra data entries which, when present, will indicate that the
7219         article ID should not be trimmed from the registry.
7220         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7221         functions.
7222         (gnus-registry-read-mark): New function to read a mark name from the
7223         user.
7224         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7225         (gnus-registry-set-article-mark-internal): New functions to add and
7226         remove marks.
7227         (gnus-registry-get-article-marks): New function to show the marks for
7228         an article, or retrieve them for further use.
7230 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7232         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7233         keys when no argument is given.
7235 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7237         * gnus-sum.el (gnus-article-sort-by-random)
7238         (gnus-thread-sort-by-random): Fix doc strings.
7239         Reported by jidanni@jidanni.org.
7241 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7243         * gnus-art.el (gnus-article-describe-bindings): New function.
7244         (gnus-article-read-summary-keys): Use it.
7245         (gnus-article-mode-map): Bind `C-h b' to it.
7247 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7249         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7250         XEmacs.
7251         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7252         Protect against non-character events.
7254 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7256         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7257         New command.
7258         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7259         instead of END.  Change name of the temp file.
7260         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7261         customizable.
7263 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7265         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7266         bind `S W' to gnus-article-wide-reply-with-original; set default
7267         binding to gnus-article-read-summary-send-keys.
7268         (gnus-article-read-summary-keys): Fix the order of keys; display
7269         continuation keys correctly in the echo area; describe bindings
7270         correctly when keys end with `C-h'.
7271         (gnus-article-read-summary-send-keys): New function.
7272         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7273         Work for gnus-article-read-summary-send-keys; display continuation keys
7274         correctly in the echo area.
7275         (gnus-article-reply-with-original): Ignore prefix argument.
7276         (gnus-article-wide-reply-with-original): New function.
7278 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7280         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7281         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7283 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7285         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7286         (gnus-group-read-ephemeral-gmane-group): New command.
7288 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7290         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7292 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7294         * message.el (message-send-mail-function): Increase custom version.
7296         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7297         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7299 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7301         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7302         html parts correctly; support forwarded messages.
7303         (gnus-article-browse-html-article): Remove work buffers.
7305         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7306         compiling.
7307         (netrc-bound-and-true-p): New macro.
7308         (netrc-parse): Use it instead of bound-and-true-p that is not available
7309         in XEmacs 21.4.
7311 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7313         * gnus-registry.el (gnus-registry-mark-article)
7314         (gnus-registry-article-marks): Add functionality to mark articles
7315         through the Gnus registry.
7317         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7318         (netrc-parse): Use encrypt-file-alist to determine if
7319         encrypt-find-model or encrypt-insert-file-contents should be used.
7321 2007-12-19  Glenn Morris  <rgm@gnu.org>
7323         * mml.el (message-options-set, message-narrow-to-head)
7324         (message-in-body-p, message-mail-p, message-encode-message-body):
7325         Autoload.
7326         (message-remove-header, message-narrow-to-headers-or-head)
7327         (message-subscribed-p, message-make-mail-followup-to)
7328         (message-position-on-field, message-news-p)
7329         (message-options-set-recipient, message-generate-headers)
7330         (message-sort-headers): Declare as functions.
7332 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7334         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7335         convention in doc string.
7337 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7339         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7340         title to html parts.
7341         (gnus-article-browse-html-article): Pass message header to it.
7343         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7345 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7347         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7348         or password compatible with XEmacs.
7350 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7352         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7353         format document.
7354         (gnus-mime-delete-part): Don't write description line if empty.
7355         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7357 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7359         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7360         (gnus-summary-mark-read-and-unread-as-read)
7361         (gnus-summary-mark-current-read-and-unread-as-read)
7362         (gnus-summary-mark-unread-as-ticked): Doc fix.
7363         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7365 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7367         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7368         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7370 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7372         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7373         yes-or-no-p.
7375 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7377         * mm-decode.el (mm-add-meta-html-tag): New function.
7378         (mm-save-part-to-file, mm-pipe-part): Use it.
7380         * gnus-art.el (gnus-article-browse-delete-temp-files):
7381         Use gnus-y-or-n-p instead of y-or-n-p.
7382         (gnus-article-browse-html-parts): Work with message/external-body; use
7383         mm-add-meta-html-tag.
7385 2007-12-11  Glenn Morris  <rgm@gnu.org>
7387         * gnus-cache.el: Require gnus-sum not just when compiling.
7389         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7391         * gnus-int.el (gnus-server-opened, gnus-status-message):
7392         Move definitions before use.
7394         * mm-decode.el: Require gnus-util.
7395         (mm-remove-part): Only call delete-annotation on XEmacs.
7397         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7399         * nnmail.el: Require gnus-int.
7401         * spam.el: Move `require's before `eval-when-compile's.
7403         * gnus-ems.el (gnus-alive-p):
7404         * gnus-fun.el (message-goto-eoh):
7405         * gnus-util.el (gnus-group-name-decode):
7406         * mail-source.el (gnus-compress-sequence):
7407         * message.el (Info-goto-node, format-spec):
7408         * mm-bodies.el (message-options-get):
7409         * mm-decode.el (mm-view-pkcs7):
7410         * mm-util.el (gmm-write-region):
7411         * mml-smime.el (mml-compute-boundary)
7412         (gnus-completing-read-with-default):
7413         * mml.el (widget-button-press, gnus-make-hashtable):
7414         * mml1991.el (mm-decode-content-transfer-encoding)
7415         (mm-encode-content-transfer-encoding)
7416         (message-options-get, message-options-set):
7417         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7418         * nnfolder.el (gnus-request-group):
7419         * nnheader.el (ietf-drums-unfold-fws):
7420         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7421         * smime.el (gnus-run-mode-hooks):
7422         * spam-stat.el (gnus-message): Autoload.
7424         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7425         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7426         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7427         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7428         Add declare-function compatibility definition.
7430         * gnus-cache.el (nnvirtual-find-group-art):
7431         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7432         (gnus-add-image, gnus-add-wash-type):
7433         * gnus-group.el (nnkiboze-score-file):
7434         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7435         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7436         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7437         (message-tokenize-header, gnus-get-buffer-create)
7438         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7439         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7440         * gnus.el (gnus-group-decoded-name):
7441         * mail-source.el (imap-capability):
7442         * mm-bodies.el (message-options-set):
7443         * mm-decode.el (gnus-configure-windows):
7444         * mm-extern.el (message-goto-body):
7445         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7446         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7447         (epg-sub-key-validity, message-options-set):
7448         * mml.el (widget-event-point, gnus-configure-windows):
7449         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7450         * mml2015.el (epg-check-configuration, epg-configuration)
7451         (message-options-set):
7452         * nndb.el (nndb-request-article):
7453         * nnfolder.el (gnus-request-create-group):
7454         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7455         * nnmaildir.el (gnus-group-mark-article-read):
7456         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7457         * rfc1843.el (message-fetch-field):
7458         * spam.el (gnus-extract-address-components):
7459         Declare as functions.
7461 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7463         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7465 2007-12-09  Glenn Morris  <rgm@gnu.org>
7467         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7469         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7470         * message.el, mm-view.el, sieve-manage.el, smime.el:
7471         Add declare-function compatibility definition.
7473         * gnus-art.el (w3-region, w3m-region, Info-menu):
7474         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7475         * gnus-sum.el (gnus-get-predicate):
7476         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7477         * message.el (mail-abbrev-in-expansion-header-p):
7478         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7479         (w3m-detect-meta-charset, w3m-region):
7480         * sieve-manage.el (password-read, password-cache-add)
7481         (password-cache-remove):
7482         * smime.el (password-read-and-add): Declare as functions.
7484 2007-12-08  David Kastrup  <dak@gnu.org>
7486         * gnus-sum.el (gnus-summary-simplify-subject-query):
7487         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7488         `message'.
7490 2007-12-07  Glenn Morris  <rgm@gnu.org>
7492         * gnus-art.el (article-make-date-line): Revert previous change.
7494 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7496         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7498 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7500         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7501         Call gnus-add-to-range ranges only once with a prepared article-list.
7503 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7505         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7506         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7507         group names with backslashes.
7508         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7510 2007-12-06  Deepak Goel  <deego3@gmail.com>
7512         * gnus-art.el (article-make-date-line):
7513         * gnus-start.el (gnus-load):
7514         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7516 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7518         * gnus-art.el (gnus-use-idna)
7519         * gnus-start.el (gnus-site-init-file)
7520         * message.el (message-use-idna)
7521         * mm-uu.el (mm-uu-hide-markers)
7522         * smiley.el (smiley-style): Revert changes that suppress warnings.
7524 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7526         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7527         specify charset to html source.
7528         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7530 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7532         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7533         idna-program in order to suppress byte compile warning issued by XEmacs
7534         that came to byte compile the default value section of defcustom forms
7535         recently.
7537         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7538         value of installation-directory.
7540         * message.el (message-use-idna): Don't directly refer to the value of
7541         idna-program.
7543         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7545         * smiley.el (smiley-style): Don't directly call face-attribute.
7547 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7549         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7551         * gnus-dired.el: Reduce Gnus dependencies.
7552         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7553         Don't require.  Use autoloads instead.
7554         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7555         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7556         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7557         (gnus-dired-mode): Adjust doc string.
7558         (gnus-dired-mail-mode): New variable.
7559         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7560         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7561         (gnus-dired-mail-buffers): New function.  Return mail or message
7562         composition buffers.
7563         (gnus-dired-attach): Use it.
7564         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7565         NO-DECODE.
7566         (gnus-dired-print): Use `gnus-print-buffer' depending on
7567         `gnus-dired-mail-mode'.
7569 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7571         * rfc2047.el (rfc2047-encoded-word-regexp)
7572         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7573         explaining what regexp patterns are for.
7575 2007-12-04  Glenn Morris  <rgm@gnu.org>
7577         * password.el: Move to ../password-cache.el.
7579         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7580         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7581         * mml-smime.el (password-read, password-cache-add)
7582         (password-cache-remove):
7583         No need to autoload, since mml-sec requires password.
7585         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7586         * message.el (gnus-extract-address-components):
7587         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7589         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7590         password.
7592 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7594         * mailcap.el: Reduce dependencies.
7595         (mail-header-parse-content-type): Autoload.
7596         (mailcap-delete-duplicates): New alias.
7597         (mailcap-mime-info): Add optional argument NO-DECODE.
7598         (mailcap-mime-types): Use mailcap-delete-duplicates.
7600         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7602 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7604         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7605         function.
7607         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7608         (gnus-uu-yenc-article): New function.
7610         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7612         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7614 2007-12-02  Glenn Morris  <rgm@gnu.org>
7616         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
7617         Move to ../net.
7619         * binhex.el, uudecode.el: Move to ../mail.
7621         * encrypt.el: Remove file.
7623 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7625         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7626         matches on patches.
7628         * gnus-art.el (gnus-article-browse-html-article):
7629         Mention `mm-text-html-renderer' in the doc string.
7631         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7632         string.  Add comments.
7634         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7635         if rhs is ASCII.
7637 2007-12-01  Glenn Morris  <rgm@gnu.org>
7639         * dig.el, dns.el: Move to ../net.
7640         * format-spec.el, hex-util.el, sha1.el: Move to ../.
7642         * mail-source.el (top-level): Require format-spec before
7643         eval-when-compile.
7645 2007-11-30  Glenn Morris  <rgm@gnu.org>
7647         * encrypt.el: Require password, rather than autoloading password-read.
7649 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7651         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7652         caller can indicate whether the cache should be disregarded for this
7653         call.  This way the result of the call is reproducible at all times and
7654         can be considered a canonical server name for the supplied method.
7655         (gnus-agent-method-p): Canonicalize server names by pushing their
7656         method through `gnus-method-to-server' using the no-cache argument.
7658         * gnus-srvr.el (gnus-server-insert-server-line):
7659         Call `gnus-method-to-server' with `no-cache' argument.
7661         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7662         gnus-agent-possibly-synchronize-flags as this should be called when the
7663         server is actually being opened.
7664         (gnus-agent-possibly-synchronize-flags)
7665         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7666         flags file of an agentized server to the latter function.
7668         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7669         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7670         after a connection has been established successfully.
7672 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7674         * gnus-art.el (article-display-face): Force to display face if called
7675         interactively; check if gnus-article-x-face-too-ugly matches author.
7676         (article-display-x-face): Display face even if From header is missing
7677         as article-display-face does.
7679 2007-11-28  Richard Stallman  <rms@gnu.org>
7681         * md4.el: Move to ../.
7682         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
7684 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7686         * mail-source.el (mail-sources): Default to fetch from file for
7687         compatibility with default of nnmail-spool-file.
7689 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7691         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7692         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7693         to look for encoded word that should be encoded again.
7694         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7695         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7696         encoding pattern.
7697         (rfc2047-decode-region): Switch strict regexp and loose one according
7698         to rfc2047-allow-irregular-q-encoded-words.
7700 2007-11-26  Simon Josefsson  <simon@josefsson.org>
7702         * imap.el: Move to ../net directory.
7704 2007-11-25  Romain Francoise  <romain@orebokech.com>
7706         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7708 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7710         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7711         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7713         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7714         `nnmail-spool-file'.
7716         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7717         `nnmail-spool-file'.
7719         * gnus-move.el (gnus-change-server): Ditto.
7721         * gnus-kill.el (gnus-batch-score): Ditto.
7723         * gnus-cache.el (gnus-jog-cache): Ditto.
7725         * gnus-msg.el (gnus-summary-reply):
7726         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7728 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7730         * gnus-cache.el (gnus-cache-generate-nov-databases):
7731         Use nnml-generate-nov-databases-directory instead of
7732         nnml-generate-nov-databases-1.
7734 2007-11-24  Glenn Morris  <rgm@gnu.org>
7736         * message.el (message-tool-bar-retro): Update for rename
7737         mail_send.xpm->mail-send.xpm.
7739 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7741         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7742         `smime-ldap-search' for Emacs 22 and up.
7744 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7746         * hashcash.el: Move to ../mail directory.
7748         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
7750         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7751         `smime-ldap-search' for Emacs 22 and up.
7753 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7755         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7757         * message.el (message-send-mail-function): Fix error convention.
7758         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7759         (message-widen-reply, message-send-mail, message-talkative-question)
7760         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7761         (message-clone-locals, message-send-news): Use with-current-buffer.
7762         (message-insert-or-toggle-importance): Remove unused var `valid'.
7763         (message-make-references): Remove unused var `new-references'.
7764         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7766 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7768         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7769         (spam-split-symbolic-return-positive): Reflow docstring.
7770         (spam-backends, spam-summary-exit-behavior)
7771         (spam-mark-ham-unread-before-move-from-spam-group)
7772         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7773         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7774         (spam-clear-cache, spam-backend-check, spam-install-backend)
7775         (spam-install-statistical-backend, spam-list-of-processors)
7776         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7777         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7778         (spam-check-crm114, spam-initialize, spam-unload-hook):
7779         Fix typos in docstrings.
7781 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7783         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7784         been checked if they have never been read and those group levels are
7785         higher than the one that a user specified.
7787 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7789         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7790         foreign groups unless a group level is specified by a user.
7791         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7793 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7795         * message.el (message-send-mail-function): Require sendmail.
7797 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7799         * message.el (message-send-mail-function): Check for smtpmail too.
7801         * utf7.el (utf7-encode, utf7-decode): Use coding system
7802         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7804         * message.el (message-send-mail-function): New function.
7805         (message-send-mail-function): Set default using
7806         message-send-mail-function.  Adjust doc string.
7807         (message-send-mail-with-mailclient): New function.
7809 2007-11-17  Richard Stallman  <rms@gnu.org>
7811         * assistant.el: Remove file.
7813 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7815         * smime.el (from):
7816         * rfc2047.el (message-posting-charset):
7817         * qp.el (mm-use-ultra-safe-encoding):
7818         * pop3.el (parse-time-months):
7819         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7820         * nnml.el (files):
7821         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7822         (jka-compr-compression-info-list, ange-ftp-path-format)
7823         (efs-path-regexp):
7824         * nndiary.el (files):
7825         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7826         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7827         (epg-digest-algorithm-alist, inhibit-redisplay)
7828         (password-cache-expiry):
7829         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7830         (pgg-output-buffer, password-cache-expiry):
7831         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7832         (efs-path-regexp):
7833         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7834         (inhibit-redisplay):
7835         * mm-uu.el (file-name, start-point, end-point, entry)
7836         (gnus-newsgroup-name, gnus-newsgroup-charset):
7837         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7838         (latin-unity-ucs-list):
7839         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7840         (mm-uu-binhex-decode-function):
7841         * message.el (gnus-message-group-art, gnus-list-identifiers)
7842         (rmail-enable-mime-composing, gnus-local-organization)
7843         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7844         (gnus-read-active-file, facemenu-add-face-function)
7845         (facemenu-remove-face-function, gnus-article-decoded-p)
7846         (tool-bar-mode):
7847         * mail-source.el (display-time-mail-function):
7848         * gnus-util.el (nnmail-pathname-coding-system)
7849         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7850         (gnus-original-article-buffer, gnus-user-agent)
7851         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7852         (xemacs-codename, sxemacs-codename, emacs-program-version):
7853         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7854         * gnus-start.el (gnus-agent-covered-methods)
7855         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7856         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7857         (gnus-newsgroup-headers, gnus-group-list-mode)
7858         (gnus-group-mark-positions, gnus-newsgroup-data)
7859         (gnus-newsgroup-unreads, nnoo-state-alist)
7860         (gnus-current-select-method, mail-sources)
7861         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7862         (nnmail-spool-file, gnus-cache-active-hashtb):
7863         * gnus-mh.el (mh-lib-progs):
7864         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7865         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7866         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7867         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7868         (gnus-group-buffer):
7869         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7870         (font-lock-set-defaults):
7871         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7872         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7873         (gnus-summary-post-menu, total-parts, type, condition, length):
7874         * gnus-agent.el (gnus-agent-read-agentview):
7875         * flow-fill.el (show-trailing-whitespace):
7876         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7877         eval-and-compile wrappers for byte compiler pacifiers.
7879         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7880         (mm-display-inline-fontify): Check for featurep 'xemacs not
7881         extent-list.
7883         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7884         itimer-list.
7885         (mm-create-image-xemacs): Only do something for XEmacs.
7886         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7888         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7890         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7891         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7893 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7895         * nnimap.el (nnimap-split-download-body):
7896         * gnus-demon.el (gnus-demon):
7897         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7899 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7901         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7902         New macros.
7903         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7904         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7905         copy data from unibyte buffer to multibyte current buffer.
7906         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7907         to copy data from unibyte current buffer to multibyte buffer.
7908         (nntp-make-process-buffer): Make process buffer unibyte.
7910         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7912 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7914         * pop3.el (pop3-open-server): Accept and process data more robustly at
7915         connexion start to avoid spurious "POP SSL connexion failed" errors.
7917 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7919         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7920         read group names.
7922 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7924         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7926 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7928         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7929         (nnmail-save-active): Use a unibyte buffer when saving active file,
7930         which may contain non-ASCII group names.
7932         * nnml.el (nnml-request-group): Decode group names in messages.
7934 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7936         * message.el (message-citation-line-function)
7937         (message-insert-formatted-citation-line): Fix spelling of
7938         `message-insert-formated-citation-line'.
7940 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7942         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7944 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7946         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7947         nnmail-pathname-coding-system.
7949         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7950         that a user enters; decode group names in messages.
7952         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7954 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7956         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7958         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7960         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7961         risky local variable.
7963         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7965 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7967         * encrypt.el: Improve documentation to fix function name typo.
7968         Reported by Daiki Ueno <ueno@unixuser.org>.
7970 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7972         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7973         even if the point is not in the last page of an article.
7974         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7975         back to the previous page.
7977 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7979         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7981 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7983         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7985 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7987         * message.el (message-check-news-body-syntax):
7988         Avoid mm-string-as-multibyte.
7989         (message-hide-headers): Don't assume (point-min)==1.
7991 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7993         * message.el (message-remove-blank-cited-lines): Fix if remove is
7994         given.
7995         (message-bogus-address-regexp): New variable.
7996         (message-bogus-recipient-p): New function.
7997         (message-check-recipients): New command.
7998         (message-syntax-checks): Add `bogus-recipient'.
7999         (message-fix-before-sending): Add `bogus-recipient'.
8001         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8002         (gnus-treat-body-boundary): Don't test window-system.
8004 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8006         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8008 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8010         * gnus.el: Bump version to Gnus v5.13.
8012 2007-10-28  Miles Bader  <miles@gnu.org>
8014         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8015         at compile-time too.
8017 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8019         * gnus-msg.el (gnus-message-setup-hook):
8020         Add `message-remove-blank-cited-lines' to options.
8022 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8024         * message.el (message-remove-blank-cited-lines): New function.
8025         Suggested by Karl Plästerer.
8027 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8029         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8030         mapc.
8032         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8033         (top-level): Use mapc to set functions to be traced for debugging.
8035         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8036         called for effect with while loop.
8038         * message.el (message-talkative-question): Replace mapcar called for
8039         effect with mapc.
8041         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8042         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8043         called for effect with dolist.
8045         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8047         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8048         gnus-extra-headers and nnmail-extra-headers.
8050         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8051         called for effect with dolist.
8052         (top-level): Use mapc to set functions to be traced for debugging.
8054         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8055         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8056         dolist.
8058         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8059         Replace mapcar called for effect with mapc.
8060         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8061         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8062         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8063         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8065         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8066         remove-if that's a cl function.
8068         * webmail.el (webmail-debug): Replace mapcar called for effect with
8069         dolist.
8071 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8073         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8074         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8075         with while loop.
8077         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8078         functions from article-* functions.
8079         (gnus-multi-decode-header): Replace mapcar called for effect with
8080         dolist.
8082         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8083         (gnus-bookmark-show-details): Replace mapcar called for effect with
8084         while loop.
8086         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8087         called for effect with while loop.
8089         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8090         with dolist.
8092         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8093         Replace mapcar called for effect with dolist.
8095         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8097         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8098         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8099         Replace mapcar called for effect with dolist.
8100         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8101         mapc.
8103         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8104         Replace mapcar called for effect with dolist.
8105         (gnus-topic-list): Replace mapcar called for effect with mapc.
8107         * gnus.el: Use mapc instead of mapcar to add autoloads.
8109 2007-10-23  Richard Stallman  <rms@gnu.org>
8111         * gnus-group.el (gnus-group-highlight): Mark as risky.
8113 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8115         * gnus.el (gnus-server-to-method): Return method found first in
8116         gnus-newsrc-alist.
8118         * gnus-art.el (gnus-article-highlight-signature)
8119         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8120         button overlay without the front stickiness.
8122 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8124         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8125         overview buffer needed a catch to receive its throw.
8126         (gnus-agent-flush-cache): Declare as interactive to make this function
8127         easier to use.
8129 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8131         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8132         `next-line'.
8134 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8136         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8137         exclude address matching message-dont-reply-to-names.
8139 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8141         * gnus-util.el (gnus-string<): New function.
8143         * gnus-sum.el (gnus-article-sort-by-author)
8144         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8146 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8148         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8149         the frame-focus tag is set in gnus-buffer-configuration.
8151 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8153         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8154         the front stickiness.
8156 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8158         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8159         url pattern; remove duplicate one.
8160         (gnus-article-extend-url-button): New function.
8161         (gnus-article-add-buttons): Use it.
8162         (gnus-button-push): Use concatenated url that it makes.
8164 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8166         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8167         (sieve-manage-open): Use `mapc' instead of `mapcar'.
8169 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8171         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8172         Don't hardcode point-min==1.
8174 2007-09-30  David Kastrup  <dak@gnu.org>
8176         * gnus-art.el (gnus-article-reply-with-original)
8177         (gnus-article-followup-with-original): When `transient-mark-mode' is
8178         off, refrain from active-region behavior for followups.
8180 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8182         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8183         Fix comment about "iso8859-1".
8185 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8187         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8188         ones returned from the verify-function.
8190         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8191         Call mml2015-extract-cleartext-signature if extraction failed.
8193 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8195         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8196         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8197         failed.
8199 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8201         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8203 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8205         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8206         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8207         thread for both the null and zero (kill/expire thread) universal prefix
8208         cases.
8209         (gnus-summary-expire-thread): Add new function to expire a thread,
8210         using gnus-summary-kill-thread.
8211         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8212         shortcuts for gnus-summary-expire-thread.
8213         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8214         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8216 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8218         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8219         extras value, so an extras entry can be deleted.
8220         (gnus-registry-delete-extra-entry): Use it.
8221         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8222         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8223         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8224         storage through the gnus-registry, and provide an appropriate API for
8225         it.
8227 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8229         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8230         Suggested by Leo <sdl.web@gmail.com>.
8232         * gnus.el: Do.
8234 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8236         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8237         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8239         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8241         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8242         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8244 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8246         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8247         newline.
8248         (nnmbox-request-accept-article): Don't change article in source buffer;
8249         narrow to header to use message-fetch-field rather than
8250         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8251         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8252         as delimiters; make sure article ends with newline.
8253         (nnmbox-delete-mail): Correct last position of article to be deleted;
8254         ignore X-Gnus-Newsgroup header in article body.
8255         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8256         positions; make sure article ends with newline.
8258         * message.el (message-display-abbrev): Don't infloop when a user
8259         inserts SPC in the beginning of header.
8261 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8263         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8264         list of groups not followed by default.  Fix type to be regexp.
8265         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8267 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8269         * hmac-def.el (define-hmac-function): Switch from old-style to
8270         new-style backquotes.
8272         * md4.el (md4-make-step): Likewise.
8274 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8276         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8277         raw-text coding system when saving .newsrc file, which may contain
8278         non-ASCII group names.
8280 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8282         * gnus-cus.el (gnus-score-extra): New widget.
8283         (gnus-score-extra-convert): New function.
8284         (gnus-score-customize): Use it for Extra.
8286 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8288         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8289         (mml2015-mailcrypt-clear-verify): Use it.
8290         (mml2015-gpg-clear-verify): Use it.
8291         (mml2015-pgg-clear-verify): Use it.
8292         (mml2015-epg-clear-verify): Replace the current part with the output
8293         from GnuPG; don't extract the plaintext by itself.
8295         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8296         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8297         mml2015-clear-verify-function; don't touch the armor headers or
8298         dash-escaped text here.
8300 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8302         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8303         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8304         parts, or application/octet-stream as a last resort.
8305         (gnus-mime-view-part-as-type): Don't toggle display.
8306         (gnus-mime-view-part-as-charset): Don't turn off display before
8307         querying charset.
8309         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8310         stuff to undisplayer function in Emacs.
8311         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8313         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8314         text/calendar parts.
8316 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8318         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8319         decoding text/calendar parts.
8321         * message.el (message-forward-make-body-mime): Always mark body as
8322         having no illegible text; remove signed-or-encrypted argument.
8323         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8325         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8326         (mml-generate-mime-1): Don't encode body if it is specified to be in
8327         raw form; don't make buffer be unibyte when inserting multibyte string.
8329 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8331         * sha1.el: Fix up comment style.
8332         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8333         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8335         * hex-util.el: Fix up comment style.
8336         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8338         * gnus-salt.el: Use with-current-buffer.
8339         (gnus-pick-setup-message): Fix long-standing typo.
8341 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8343         * imap.el (imap-logout-timeout): New variable.
8344         (imap-logout, imap-logout-wait): New functions.
8345         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8347         * nnimap.el (nnimap-logout-timeout): New server variable.
8348         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8349         nnimap-logout-timeout.
8351         * gnus-art.el (gnus-article-summary-command-nosave)
8352         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8354 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8356         * gnus.el (gnus-maximum-newsgroup): New variable.
8358         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8359         according to gnus-maximum-newsgroup.
8361         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8362         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8363         Limit the range of articles according to gnus-maximum-newsgroup.
8365 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8367         * gnus-art.el (gnus-sticky-article): Fix problems described in
8368         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8369         Don't perform gnus-configure-windows here; reuse existing sticky
8370         article buffer.
8372         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8373         it doesn't exist in gnus-article-mode.
8375 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8377         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8378         (gnus-agent-decoded-group-name): New function.
8379         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8380         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8382 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8384         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8385         Add binding for gnus-sticky-article.
8386         (gnus-summary-exit): Don't kill sticky article buffers.
8388         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8389         article buffer.
8390         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8391         (gnus-kill-sticky-article-buffers): New commands.
8393 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8395         * nntp.el (nntp-xref-number-is-evil): New server variable.
8396         (nntp-find-group-and-number): If it is non-nil, don't trust article
8397         numbers in the Xref header.
8399 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8401         * gnus-agent.el (gnus-agent-read-group): New function.
8402         (gnus-agent-flush-group, gnus-agent-expire-group)
8403         (gnus-agent-regenerate-group): Use it.
8404         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8405         nnmail-pathname-coding-system.
8407 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8409         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8411         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8412         that are unread as unread, and also as selected so that information of
8413         marks having been changed by a user may be updated when exiting group.
8415 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8417         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8419 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8421         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8422         calculated ignoring signature parts to gnus-treat-article.
8424 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8426         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8427         a point here in order to keep the window start.
8428         (gnus-insert-mime-security-button): Make a button overlay without the
8429         front stickiness.
8430         (gnus-mime-display-security): Goto the end of a button.
8432         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8434 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8436         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8437         group-name-at-point.
8438         (gnus-group-completing-read): New function that offers decoded
8439         non-ASCII group names for completion.
8440         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8441         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8442         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8443         (gnus-group-fetch-control): Use it.
8444         (gnus-fetch-group): Use group-name-at-point for the initial value
8445         rather than the default value; use gnus-alive-p.
8447         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8448         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8449         (gnus-summary-post-news): Use gnus-group-completing-read.
8451         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8452         (gnus-read-move-group-name): Decode group name for completion.
8454 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8456         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8457         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8458         Yamaoka slightly modified the code).
8460 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8462         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8463         (nnmail-split-incoming): Bind it.
8465         * nnml.el (nnml-group-name-charset): New function.
8466         (nnml-decoded-group-name): Use it; don't decode group name if
8467         nnmail-group-names-not-encoded-p is non-nil.
8468         (nnml-encoded-group-name): New function.
8469         (nnml-group-pathname): Inline nnml-decoded-group-name.
8470         (nnml-request-expire-articles): Decode group name in message.
8471         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8472         nnmail-pathname-coding-system.
8473         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8474         not decoded ones according to nnmail-group-names-not-encoded-p.
8475         (nnml-generate-active-info): Use nnml-encoded-group-name.
8477 2007-08-08  Glenn Morris  <rgm@gnu.org>
8479         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8480         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8481         doc-strings and comments.
8483 2007-07-25  Glenn Morris  <rgm@gnu.org>
8485         * Relicense all FSF files to GPLv3 or later.
8487 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8489         * gnus-sum.el (gnus-summary-move-article):
8490         Make gnus-summary-respool-article work.
8492 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8494         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8495         string.
8497 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8499         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8500         that should be ignored when comparing distant RSS articles with local
8501         ones.
8502         (nnrss-make-hash-index): New function.  Create a hash index according
8503         to the ignored fields.
8504         (nnrss-check-group): Use it.
8506 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8508         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8510         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8512         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8513         the new optional argument ENCODED is non-nil.
8514         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8515         coding system for encoding group name.
8516         (gnus-group-make-rss-group): Pass un-encoded group name to
8517         gnus-group-make-group.
8518         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8519         encoded.
8521         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8522         Encode group name to which articles are moved or copied.
8523         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8524         coding system for encoding Newsgroup, Followup-To and Xref headers.
8526         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8527         marks; use nnheader-file-coding-system to write a file.
8528         (nnagent-retrieve-headers): Bind file-name-coding-system to
8529         nnmail-pathname-coding-system.
8531         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8533         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8534         (nnml-request-article, nnml-request-create-group)
8535         (nnml-request-rename-group, nnml-find-id)
8536         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8537         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8538         (nnml-save-marks): Use nnml-group-pathname instead of
8539         nnmail-group-pathname.
8541         (nnml-request-create-group, nnml-request-expire-articles)
8542         (nnml-request-move-article, nnml-request-delete-group)
8543         (nnml-deletable-article-p, nnml-possibly-create-directory)
8544         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8545         (nnml-open-marks): Bind file-name-coding-system to
8546         nnmail-pathname-coding-system.
8548         (nnml-request-article): Pass server argument to nnml-find-group-number.
8549         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8550         Pass server argument to nnml-possibly-create-directory.
8551         (nnml-request-accept-article): Pass server argument to
8552         nnml-active-number and nnml-save-mail.
8553         (nnml-find-group-number): Pass server argument to nnml-find-id.
8554         (nnml-request-update-info): Pass server argument to
8555         nnml-marks-changed-p.
8557         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8558         (nnml-save-mail, nnml-active-number): Add server argument.
8560         (nnml-request-delete-group): Warn if group is missing.
8561         (nnml-get-nov-buffer): Decode group name.
8562         (nnml-generate-active-info): Encode group name.
8563         (nnml-open-marks): Decode group name in messages.
8565 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8567         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8568         if it is not specified.
8569         (gnus-article-pipe-part, gnus-article-save-part)
8570         (gnus-article-interactively-view-part, gnus-article-copy-part)
8571         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8572         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8573         (gnus-article-replace-part, gnus-article-delete-part)
8574         (gnus-article-view-part-as-type): Pass raw prefix argument to
8575         gnus-article-part-wrapper.
8577 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8579         * gnus-agent.el (gnus-agent-save-active):
8580         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8582         * gnus-cache.el (gnus-cache-save-buffers)
8583         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8584         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8585         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8586         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8587         (gnus-cache-generate-active, gnus-cache-rename-group)
8588         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8589         (gnus-cache-update-overview-total-fetched-for):
8590         Bind file-name-coding-system to nnmail-pathname-coding-system.
8591         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8592         New variables.
8593         (gnus-cache-decoded-group-name): New function.
8594         (gnus-cache-file-name): Use it.
8595         (gnus-cache-generate-active): Use non-decoded group name for active.
8597         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8598         right place.
8599         (gnus-write-active-file): Don't break non-ASCII group names.
8601         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8602         nnmail-pathname-coding-system.
8604         * gnus-uu.el (gnus-uu-decode-save): Typo.
8606 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8608         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8610 2007-07-14  David Kastrup  <dak@gnu.org>
8612         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8613         finishing actions if we did not edit the article.
8615 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8617         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8618         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8619         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8620         (gnus-agent-flush-group, gnus-agent-flush-cache)
8621         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8622         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8623         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8624         (gnus-agent-regenerate-group)
8625         (gnus-agent-update-files-total-fetched-for)
8626         (gnus-agent-update-view-total-fetched-for):
8627         Bind file-name-coding-system to nnmail-pathname-coding-system.
8628         (gnus-agent-group-pathname): Don't encode file names by
8629         nnmail-pathname-coding-system.
8630         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8631         coding-system-for-write instead of buffer-file-coding-system to
8632         gnus-agent-file-coding-system.
8634         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8635         Decode group name.
8637         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8639         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8640         (gnus-read-newsrc-el-file): Make group names unibyte.
8642         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8643         nnmail-pathname-coding-system.
8645         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8646         (nnrss-request-delete-group): Bind file-name-coding-system to
8647         nnmail-pathname-coding-system.
8648         (nnrss-read-server-data, nnrss-read-group-data):
8649         Bind file-name-coding-system correctly.
8650         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8652         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8653         (nntp-server-to-method-cache): New variable.
8654         (nntp-group-pathname): New function that decodes non-ASCII group names.
8655         (nntp-possibly-create-directory, nntp-marks-changed-p)
8656         (nntp-save-marks, nntp-open-marks): Use it.
8657         (nntp-possibly-create-directory, nntp-open-marks):
8658         Bind file-name-coding-system to nnmail-pathname-coding-system.
8659         (nntp-open-marks): Decode group names when bootstrapping marks.
8661         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8662         Newsgroups and Folowup-To headers.
8664 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8666         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8667         (gnus-server-closed-face, gnus-server-denied-face)
8668         (gnus-server-offline-face): Remove variable.
8669         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8671         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8672         of modifying message-stack directly for XEmacs.
8674         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8675         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8676         if the coding-system argument is nil for XEmacs.
8678         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8679         mm-charset-override-alist.
8681         * rfc2047.el: Don't require base64; require rfc2045 for the function
8682         rfc2045-encode-string.
8683         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8684         to quote the parameter value.
8686 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8688         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8689         form in gnus-group-name-charset-method-alist.
8691         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8692         overrides the default layout edit-form.
8694         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8696         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8698 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8700         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8701         as unfetched articles.
8703 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8705         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8707 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8709         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8710         original back end that keeps marks in the local system.
8712 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8714         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8715         arg of pop-to-buffer for XEmacs.
8716         (gnus-article-read-summary-keys): Ditto; don't restore window
8717         configuration if summary command ends up with neither article buffer
8718         nor summary buffer; describe bindings if summary keys end with C-h.
8720 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8722         * message.el (message-fix-before-sending): Skip raw message part to be
8723         forwarded while checking illegible text.
8724         (message-forward-make-body-mime, message-forward-make-body):
8725         Mark signed or encrypted raw message as having no illegible text.
8727 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8729         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8730         (gnus-message-with-timestamp-1): New macro.
8731         (gnus-message-with-timestamp): New function.
8732         (gnus-message): Use them.
8734         * nnheader.el (nnheader-message): Use them.
8736 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8738         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8739         .newsrc.eld file.
8741 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8743         * gnus-agent.el (gnus-agent-fetch-headers)
8744         (gnus-agent-retrieve-headers):
8745         Bind gnus-decode-encoded-address-function to identity.
8747         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8748         available also when the server returns simply a dot.
8750         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8752 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8754         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8756 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8758         * gnus-ems.el (gnus-x-splash): Make it work.
8760         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8761         from being used.
8763 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8765         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8766         the front stickiness.
8767         (gnus-article-summary-command-nosave): Correct the order of the
8768         arguments passed to pop-to-buffer.
8769         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8770         summary command ends up with the article buffer.
8772         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8773         the same faces.
8775 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8777         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8779 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8781         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8782         * gnus-sum.el (gnus-summary-highlight):
8783         * mail-source.el (mail-source-delete-old-incoming-confirm):
8784         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8786 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8788         * gnus-art.el (gnus-mime-view-part-externally)
8789         (gnus-mime-view-part-internally): Fix predicate function passed to
8790         completing-read.
8792         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8794         * gnus.el (gnus-update-message-archive-method): Add :version.
8796 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8798         * gnus.el (gnus-update-message-archive-method): New variable.
8800         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8801         according to gnus-message-archive-method if
8802         gnus-update-message-archive-method is non-nil.
8804 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8806         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8807         Suggested by Loic Dachary <loic@dachary.org>.
8808         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8810 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8812         * message.el (message-pop-to-buffer): Add switch-function argument.
8813         (message-mail): Pass switch-function argument to it.
8815 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8817         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8818         Improve doc string.
8820 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8822         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8823         (gnus-header-content)
8824         * gnus-cite.el (gnus-cite-10)
8825         * gnus-srvr.el (gnus-server-closed)
8826         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8827         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8828         (gnus-group-mail-3-empty, gnus-group-mail-low)
8829         (gnus-group-mail-low-empty, gnus-splash)
8830         * message.el (message-header-to, message-header-cc)
8831         (message-header-subject, message-header-other, message-header-name)
8832         (message-header-xheader, message-separator, message-cited-text)
8833         (message-mml): Lighten colors of faces used for dark background.
8835 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8837         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8838         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8840 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8842         * message.el (message-narrow-to-headers-or-head):
8843         Ignore mail-header-separator in the body.
8845 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8847         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8848         same as window size.
8850 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8852         * message.el (message-font-lock-keywords): Use message-header-xheader
8853         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8854         ahead of the anything pattern, to get it recognised.
8856 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8858         * gnus-sum.el (gnus-articles-to-read)
8859         (gnus-summary-insert-old-articles): Don't truncate group name for
8860         `read-string'.
8862         * gnus-util.el (gnus-limit-string): Delete this function.
8864         * gnus-sum.el (gnus-simplify-subject-fully):
8865         Use `truncate-string-to-width' instead.
8867 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8869         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8870         Tell if, on summary exit, the next group has to be selected.
8871         (gnus-summary-exit): Use it.
8873 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8875         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8876         non-break space.
8878 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8880         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8881         Check if group is not a directory.
8882         (nnfolder-request-expire-articles): Don't delete articles if the target
8883         group is not available.
8885         * nnml.el (nnml-request-create-group): Properly check if group is not a
8886         file.
8887         (nnml-request-expire-articles): Don't delete articles if the target
8888         group is not available.
8890         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8891         Don't quote characters that are within parentheses.
8893 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8895         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8896         (gnus-handle-ephemeral-exit): Select article according to it.
8898 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8900         * message.el (message-insert-formated-citation-line): Remove newline.
8901         (message-citation-line-format): Add final \n here so that the user can
8902         avoid a blank line.
8904 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8906         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8907         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8908         Update lanl/arXiv support.
8910 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8912         * gnus.el: Bump version number.
8914 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8916         * gnus.el (gnus-version-number): Bump version.
8918 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8920         * gnus.el: No Gnus v0.6 is released.
8922 2007-04-27  Didier Verna  <didier@xemacs.org>
8924         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8925         * gmm-utils.el (gmm-regexp-concat): ... here.
8926         * message.el: Don't require 'gnus-util.
8927         (message-dont-reply-to-names): Handle name change above.
8928         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8930 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8932         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8933         since the initial value varies according to the system.
8935 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8937         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8939 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8941         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8943 2007-04-24  Didier Verna  <didier@xemacs.org>
8945         Improve the type of gnus-ignored-from-addresses.
8946         * gnus-util.el (gnus-orify-regexp): New function.
8947         * message.el (gnus-util): Require it.
8948         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8949         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8950         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8952 2007-04-24  Didier Verna  <didier@xemacs.org>
8954         * gnus-sum.el:
8955         * gnus-utils.el: Fix some trailing whitespaces.
8957 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8959         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8960         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8961         article's Message-ID; refer parent article in summary buffer.
8963         * message.el (message-bounce): Call mime-to-mml.
8965 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8967         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8969 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8971         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8972         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8973         displayed of multipart/alternative part if it is invoked from summary
8974         buffer.
8976         * mm-view.el (mm-inline-text-html-render-with-w3m)
8977         (mm-inline-text-html-render-with-w3m-standalone)
8978         (mm-inline-render-with-function): Use mail-parse-charset by default.
8980 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8982         * parse-time.el (parse-time-string-chars): Check if CHAR
8983         is less than the length of parse-time-syntax.
8985 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8987         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8988         from gnus-newsgroup-processable.
8990 2007-04-16  Didier Verna  <didier@xemacs.org>
8992         * gnus-msg.el (gnus-configure-posting-styles):
8993         Handle message-signature-directory properly with :file syntax.
8994         Reported by "Leo".
8996 2007-04-11  Didier Verna  <didier@xemacs.org>
8998         New user option: message-signature-directory.
8999         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9000         * message.el (message-insert-signature): Ditto.
9001         * message.el (message-signature-file): Doc update.
9002         * message.el (message-signature-directory): New.
9004 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9006         * gnus-msg.el (gnus-inews-yank-articles):
9007         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9009 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9011         * message.el (message-yank-original): Make sure cited text ends with
9012         newline; don't exchange point and mark.
9014 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9016         * tls.el (open-tls-stream): Properly handle case where there
9017         is no associated buffer.
9019 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9021         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9022         message-yank-original, make sure (< mark TEXT point).
9024 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9026         * message.el (message-fill-column): New variable.
9027         (message-mode): Use it.  Add comment on a possible new hook.
9029         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9030         (nnmail-get-new-mail): Reformat.
9032         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9034         * gmm-utils.el: Fix Commentary.
9035         (gmm-tool-bar-from-list): Fix typo in doc string.
9037 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9039         * message.el (message-yank-original): Don't switch point and mark
9040         unnecessarily to put point and mark as documented.
9042 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9044         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9045         from the message heads.
9047 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9049         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9050         article buffer does not have a window.  This may not be the best
9051         solution but is certainly better than setting the start of the null,
9052         that is the current, window.
9054 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9056         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9057         (gnus-draft-setup): Run it.
9059         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9060         gnus-score-fast-scoring.  Allow regexp.
9061         (gnus-score-headers): Use it.
9063         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9064         XEmacs.
9066         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9067         string.
9068         (gnus-button-alist): Also catch `<f1> k ...'.
9069         (gnus-treat-display-x-face): Fix doc string.
9071 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9073         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9074         evaluation of gnus-extended-version to ensure correct generation of the
9075         User-Agent header when message-generate-headers-first is used.
9077 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9079         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9080         hashcash-path is nil.  Don't call callback with incorrect number of
9081         parameters if val is 0.
9083 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9085         * message.el (message-required-news-headers):
9086         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9088 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9090         * message.el (message-generate-new-buffers): Change the meaning of the
9091         nil value; add `standard' to the choices; treat t as `unique'; improve
9092         doc string.
9093         (gnus-select-frame-set-input-focus): Autoload.
9094         (message-buffer-name): Search for the existing message buffer if
9095         message-generate-new-buffers is nil or `standard'; treat the value t of
9096         message-generate-new-buffers as `unique'.
9097         (message-pop-to-buffer): Raise the frame already displaying the message
9098         buffer; clear the echo area after querying.
9099         (message-setup): Pass the `continue' argument to compose-mail.
9100         (message-mail): Prefer `switch-function' if it is given; search for the
9101         existing message buffer if the `continue' argument is non-nil; pass
9102         continue and switch-function arguments to compose-mail by way of
9103         message-setup.
9104         (message-mail-other-window): Adjust argument of message-setup.
9105         (message-mail-other-frame): Ditto.
9107 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9109         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9110         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9111         to turn font-lock on when turning gnus-message-citation-mode on.
9113 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9115         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9116         (mml-smime-function-alist): New variable; add epg as the backend.
9117         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9118         mml-smime- functions instead.
9119         * mm-view.el: Require smime.
9121 2007-03-05  Didier Verna  <didier@xemacs.org>
9123         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9124         instead of just inheritance for posting styles.
9125         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9127 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9129         * tls.el (tls-certtool-program): Fix custom type.
9131 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9133         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9134         and point-at-eol instead of line-(beginning|end)-position.
9136         * assistant.el (assistant-parse-buffer): Ditto.
9138 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9140         * mml2015.el (mml2015-epg-find-usable-key): New function.
9141         (mml2015-epg-sign): Use it.
9142         (mml2015-epg-encrypt): Use it.
9144 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9146         * message.el (message-make-in-reply-to): Quote name containing
9147         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9148         if there are special characters.  Reported by NAKAJI Hiroyuki
9149         <nakaji@jp.freebsd.org>.
9151 2007-02-27  Didier Verna  <didier@xemacs.org>
9153         Include the group parameters as well as the topic ones in the
9154         inheritance filter process.
9155         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9156         argument GROUP-PARAMS-LIST.
9157         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9159 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9161         * nntp.el (nntp-never-echoes-commands)
9162         (nntp-open-connection-functions-never-echo-commands): New variables.
9163         (nntp-send-command): Use them.
9165 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9167         * mml2015.el (mml2015-epg-verify): Simplify.
9169 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9171         * mml.el (mml-content-disposition-alist): New user option.
9172         (mml-content-disposition): New function.
9173         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9174         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9176 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9178         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9179         verification.
9181 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9183         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9184         articles posted in the last 24 hours.
9186 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9188         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9190 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9192         * nntp.el (nntp-send-command): Don't wait for echoes when
9193         nntp-open-ssl-stream is used.
9195 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9197         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9198         (gnus-message-add-citation-keywords)
9199         (gnus-message-remove-citation-keywords): Remove.
9200         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9201         directly, make the variables in font-lock-defaults buffer-local, add
9202         gnus-message-citation-keywords to them and then update the value of
9203         font-lock-keywords.
9205 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9207         * message.el (message-cite-original-1): Don't call
9208         gnus-article-highlight-citation.
9210         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9211         citations; fix line count.
9213 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9215         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9216         (gnus-message-add-citation-keywords)
9217         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9218         versions of font-lock-add-keywords and font-lock-remove-keywords to
9219         work with XEmacs correctly.
9221 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9223         * gnus-cite.el (gnus-cite-face-list): Set the values of
9224         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9225         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9226         (gnus-message-cite-prefix-regexp): New variable.
9227         (gnus-message-search-citation-line): Use it; protect against long
9228         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9229         the 0th match data for Emacs.
9230         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9231         (gnus-message-add-citation-keywords): Append keywords rather than
9232         prepending; emulate font-lock-add-keywords if it is not available.
9233         (gnus-message-remove-citation-keywords):
9234         Emulate font-lock-remove-keywords if it is not available.
9236         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9238         * message.el (message-cite-prefix-regexp): Set the value of
9239         gnus-message-cite-prefix-regexp.
9241 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9243         * nnweb.el (nnweb-google-parse-1): Update parser.
9245 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9247         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9249 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9251         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9252         regexp.
9254 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9256         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9257         string-to-multibyte.
9258         (uudecode-decode-region-internal): Use it.
9260 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9262         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9263         Fix custom choice.
9265         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9267 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9269         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9271         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9272         `write-region' to respect `mm-inhibit-file-name-handlers'.
9274 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9276         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9277         Use gnus-home-directory instead of "~/" or "$HOME".
9279 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9281         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9282         to mention filename.
9283         Add comments at beginning regarding usage.
9284         (encrypt-write-file-contents): Change interactive so a string is
9285         acceptable.  If the file has no associated model, show an error instead
9286         of a nonsense prompt.
9288 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9290         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9291         Thanks to Yoshihiko Yamada for kind notification of this typo.
9293 2007-01-12  Kenichi Handa  <handa@m17n.org>
9295         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9296         multibyte buffer.
9298 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9300         * gnus-score.el (gnus-score-fast-scoring): New variable.
9301         (gnus-score-headers): Use it.
9303         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9305         * message.el (message-cite-original-1):
9306         Call gnus-article-highlight-citation if requested.
9307         (message-make-from): Allow name and address as optional arguments.
9309         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9311         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9312         bugs to doc string.
9313         (gnus-button-alist): Add mid\\|message-id.
9314         (gnus-button-fetch-group): Extend for use in
9315         `browse-url-browser-function'.
9316         (gnus-button-url-regexp): Try to catch paired parentheses like in
9317         Wikipedia URLs.
9319         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9320         Suggested by Simon Krahnke <overlord@gmx.li>.
9322 2007-01-13  Romain Francoise  <romain@orebokech.com>
9324         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9325         Update copyright.
9327 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9329         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9331 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9333         * gnus-registry.el (gnus-registry-unfollowed-groups)
9334         (gnus-registry-split-fancy-with-parent): Fix documentation.
9336 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9338         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9339         from nnweb groups.
9341 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9343         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9344         Xref urls.  Erase buffer before requesting head.
9346         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9348 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9350         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9351         customizable.
9353 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9355         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9356         no signing key is found.
9357         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9358         no encrypting and/or signing key is found.
9360 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9362         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9364 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9366         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9367         headers read from disk with the ones newly found in the current search.
9368         This should no longer cause problems, because the article numbers in
9369         Gmane's `nov.php' output are ignored since the previous change.
9371 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9373         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9375 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9377         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9379 2007-01-01  Romain Francoise  <romain@orebokech.com>
9381         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9383 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9385         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9386         `define-minor-mode' macro definition expanded properly.
9387         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9388         exclude it there.
9390         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9391         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9392         `fboundp' test.
9393         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9394         This is OK to autoload in (S)XEmacs now.
9396 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9398         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9399         keystroke.
9400         (gnus-summary-limit-to-singletons): Fix typo.
9402         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9403         else fails.
9405 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9407         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9408         docstring.
9410         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9411         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9412         (gnus-summary-insert-dormant-articles): Fix typo in message.
9414 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9416         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9417         nil for XEmacs.
9418         (gnus-message-citation-mode): Don't autoload in XEmacs.
9420         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9422 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9424         * nnimap.el (nnimap-expunge-search-string):
9425         Mention nnimap-search-uids-not-since-is-evil in docstring.
9427 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9429         * spam.el: Revert to make-obsolete-variable because
9430         define-obsolete-variable-alias is not supported in Emacs 21.
9432         * spam.el (spam-ifile-path, spam-ifile-database-path)
9433         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9434         make-obsolete-variable.
9435         (spam-bsfilter-path, spam-bsfilter-program)
9436         (spam-spamassassin-path, spam-spamassassin-program)
9437         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9438         Don't use "path" inappropriately.
9439         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9440         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9441         variable names.
9443 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9445         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9446         summary buffer.
9448         * password.el (password-cache-remove): Use clear-string to burn
9449         password, if available.
9451 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9453         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9455         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9457         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9458         (gnus-message-highlight-citation): Move defcustom here from
9459         gnus-cite.el.
9460         (gnus-message-citation-mode): Autoload.
9462         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9463         checks to make it compile with XEmacs.
9464         (gnus-message-citation-mode): New minor mode.
9465         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9466         (gnus-message-highlight-citation): New variables.
9467         (gnus-message-search-citation-line)
9468         (gnus-message-add-citation-keywords)
9469         (gnus-message-remove-citation-keywords)
9470         (turn-on-gnus-message-citation-mode)
9471         (turn-off-gnus-message-citation-mode): New functions.
9473 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9475         * gnus-cite.el: Enable highlighting of different citation levels in
9476         message-mode.
9478 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9480         * message.el (message-make-fqdn): Fix comment.
9481         (message-bogus-system-names): Add ".local".
9483         * spam.el (spam-ifile-path, spam-ifile-program)
9484         (spam-ifile-database-path, spam-ifile-database)
9485         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9486         Don't use "path" inappropriately.
9487         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9488         strings.
9489         (spam-check-ifile, spam-ifile-register-with-ifile)
9490         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9491         Use new variable names.
9493         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9494         (gnus-treat-display-smileys): Simplify using
9495         gnus-image-type-available-p.
9497         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9498         available.
9500 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9502         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9503         one after turning on the buffer's multibyteness instead of decoding
9504         them directly in the unibyte buffer that causes unexpected conversion
9505         in Emacs 23 (unicode).
9507 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9509         * message.el (message-generate-hashcash): Fix custom type.
9511 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9513         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9515 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9517         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9518         disconnect icons.  Add help text.
9520 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9522         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9523         negated to be consistent with the others we handle.
9525 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9527         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9528         version of gnus-summary-buffer to something, so that we can use two
9529         article buffers at the same time.
9531 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9533         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9534         trigger all the extra headers.
9535         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9536         sorting.
9538 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9540         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9541         solid groups.
9543 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9545         * legacy-gnus-agent.el: Add Copyright notice.
9547 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9549         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9551 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9553         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9555         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9556         to make it work reliably in CVS Emacs.
9557         (gnus-summary-limit-strange-charsets-predicate)
9558         (gnus-summary-limit-to-predicate): New functions.
9560 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9562         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9563         specifying array size.
9564         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9565         array if it is too small.
9566         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9567         (gnus-sort-threads-loop): New function.
9569 2006-12-06  Chris Moore  <dooglus@gmail.com>
9571         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9572         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9574 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9576         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9577         options.
9579 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9581         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9582         DOS-ing the recipient.
9584         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9585         the headers when creating the mapping to avoid mismappings.
9586         (nnweb-gmane-create-mapping): Always nix out old mapping.
9588 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9590         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9591         and mm-verify-option to never.
9593 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9595         * message.el (message-signed-or-encrypted-p): New function.
9596         (message-forward-make-body): Use it.
9598         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9599         Replace encode-coding-string with mm-encode-coding-string.
9601 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9603         * nneething.el (nneething-decode-file-name):
9604         Replace decode-coding-string with mm-decode-coding-string.
9606         * gnus-int.el (gnus-open-server): Say failed server's name.
9608 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9610         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9611         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9613         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9614         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9615         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9616         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9617         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9618         (gnus-subscribe-newsgroup, gnus-1):
9619         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9620         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9621         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9622         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9624 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9626         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9627         keystroke.
9628         (gnus-summary-limit-to-bodies): Implement headersp.
9630 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9632         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9634 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9636         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9638 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9640         * message.el (message-generate-hashcash): Expand range of values to
9641         include `opportunistic'.
9642         (message-send-mail): Use it.
9644 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9646         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9647         and comment it.
9649         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9651 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9653         * gnus-util.el (gnus-extract-address-components): Improve comment.
9655 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9657         * gnus-util.el (gnus-extract-address-components): Work with address in
9658         which the name portion contains @.
9660 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9662         * gnus.el (gnus-start): Move custom group up.
9663         (gnus-select-method): Don't autoload, but make it available for
9664         `customize-variable'.
9665         (gnus-getenv-nntpserver): Don't autoload.
9667 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9669         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9671 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9673         * message.el (message-sendmail-extra-arguments): New variable.
9674         (message-send-mail-with-sendmail): Use it.
9676 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9678         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9679         mm-with-unibyte-current-buffer to make string unibyte.
9681         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9682         mm-string-as-multibyte.
9684 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9686         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9687         Reported by Werner Koch <wk@gnupg.org>.
9689 2006-11-14  Daiki Ueno  <ueno@p360>
9691         * mml2015.el: Autoload epa-select-keys when compiling.
9693 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9695         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9696         message-options.
9697         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9699 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9701         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9702         EasyPG (< 0.0.6).
9703         (mml2015-always-trust): New user option.
9704         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9705         prompt.
9707 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9709         * nntp.el (nntp-authinfo-force): New variable.
9710         (nntp-send-authinfo): Use it.
9712 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9714         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9715         decode encoded words.  Improve prompt.  Add comment about forwarding.
9716         (message-replacement-char): Move up.
9718 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9720         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9721         instead of gnus-intersection because arguments of gnus-sorted-nunion
9722         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9724 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9726         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9727         (message-simplify-subject-functions):
9728         Enable message-strip-subject-encoded-words by default.
9730 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9732         * message.el (message-strip-subject-encoded-words): New function.
9733         (message-simplify-subject-functions): New variable.
9734         (message-simplify-subject): Use it.  Fix typo in doc string.
9735         Support message-strip-subject-encoded-words.
9737 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9739         * gnus-diary.el (gnus-diary-delay-format-function):
9740         * nndiary.el (nndiary-reminders):
9741         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9743 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9745         * gnus-art.el (article-hide-boring-headers): Fetch date from
9746         gnus-original-article-buffer to avoid problems with localized date
9747         strings.
9749 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9751         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9753 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9755         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9756         New variables.
9757         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9758         (mm-charset-synonym-alist): Move some entries to
9759         mm-codepage-iso-8859-list.
9760         (mm-charset-synonym-alist, mm-charset-override-alist):
9761         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9763 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9765         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9767 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9769         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9770         with Emacs 21 and XEmacs.
9772 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9774         * spam.el (spam-parse-address): New function for better parsing,
9775         catching errors, etc.
9776         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9778 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9780         * mm-view.el: Add interactive arg to html2text autoload.
9782 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9784         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9786 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9788         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9789         New variables.
9790         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9791         (mm-charset-synonym-alist): Move some entries to
9792         mm-codepage-iso-8859-list.
9794         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9796 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9798         * message.el (message-citation-line-format)
9799         (message-insert-formated-citation-line): Fix implementation of %E, %N
9800         and %n according to the doc string.
9802 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9804         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9805         Use car-safe to avoid bad parses.
9807 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9809         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9810         names.
9812         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9814 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9816         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9817         header.
9819         * message.el (message-draft-headers): Add Date.
9820         (message-headers-to-generate): Fix typo in docstring.
9822         * nndraft.el (nndraft-required-headers): New variable.
9823         (nndraft-generate-headers): Use it.
9825         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9827 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9829         * gnus-registry.el (gnus-registry-wash-for-keywords)
9830         (gnus-registry-find-keywords): New functions to allow easy searching of
9831         articles that are in the registry.
9833 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9835         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9836         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9837         Reported by Damien Elmes <damien@repose.cx>.
9839 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9841         * gnus.el (gnus-mime): Remove unused custom group.
9843 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9845         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9846         "blank line" when searching for end of armor headers.
9848 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9850         * gmm-utils.el (gmm-write-region): Fix variable name.
9852 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9854         * gmm-utils.el (gmm-write-region): New function based on compatibility
9855         code from `mm-make-temp-file'.
9857         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9859         * nnmaildir.el (nnmaildir--update-nov)
9860         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9861         Use `gmm-write-region'.
9863 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9865         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9866         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9868         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9870         * message.el (message-replacement-char): New variable.
9871         (message-fix-before-sending): Use it.
9872         (message-simplify-subject): New function to remove duplicate code.
9873         (message-reply, message-followup): Use it.
9875         * gnus-sum.el (gnus-summary-make-menu-bar):
9876         Clarify gnus-summary-limit-to-articles.
9878 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9880         * gnus-util.el (gnus-with-local-quit): New macro.
9882         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9884 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9886         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9887         ignore non-string data.
9889 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9891         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9892         non-string data (needs to be done in the registry too).
9894 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9896         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9897         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9898         (gnus-registry-split-fancy-with-parent)
9899         (gnus-registry-fetch-simplified-message-subject-fast)
9900         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9901         Remove text properties on ingress into the registry and when it's saved.
9902         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9903         registry from entries with no groups.
9905 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9907         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9908         function to remove string properties.
9910 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9912         * gmm-utils.el (gmm): Adjust custom version.
9914         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9915         Adjust custom version.
9917         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9919 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9921         * gnus-art.el (gnus-insert-prev-page-button)
9922         (gnus-insert-next-page-button): Simplify.  Reformat.
9924 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9926         * gnus-art.el (gnus-insert-prev-page-button)
9927         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9929 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9931         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9933 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9935         * gnus-art.el (gnus-insert-mime-button)
9936         (gnus-insert-mime-security-button):
9937         Apply gnus-article-button-face to MIME and security buttons.
9939 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9941         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9942         readable.
9944 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9946         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9947         `browse-url-of-file' instead of `browse-url'.
9949 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9951         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9952         regexp.  Articles containing quotation were cut prematurely.
9954 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9956         * message.el (message-cite-original-1): Use nobody by default for the
9957         value of From header.
9958         (message-reply): Ditto.
9960 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9962         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9963         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9964         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9966 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9968         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9969         mails in the doc string.  Add some URLs in comment.
9970         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9972 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9974         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9975         backslashes handling and the way to find boundaries of quoted strings.
9977 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9979         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9980         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9981         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9982         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9984 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9986         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9987         doc string.
9988         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9990 2006-09-06  Simon Josefsson  <jas@extundo.com>
9992         * mml2015.el (mml2015-use): Doc fix, mention epg.
9994 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9996         * mml2015.el (mml2015-use): Default to epg, if available.
9998 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10000         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10001         message-sender.
10002         (mml1991-epg-encrypt): Ditto.
10003         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10004         message-sender.
10005         (mml2015-epg-encrypt): Ditto.
10007 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10009         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10010         several common directories.
10012 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10014         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10015         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10017 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10019         * gnus-art.el (article-decode-encoded-words): Make it fast.
10021 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10023         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10025         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10026         in quoted string into `\'.
10028 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10030         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10031         Use standard-syntax-table.
10033 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10035         * gnus-art.el (gnus-decode-address-function): New variable.
10036         (article-decode-encoded-words): Use it to decode headers which are
10037         assumed to contain addresses.
10038         (gnus-mime-delete-part): Remove useless `or'.
10040         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10041         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10042         (gnus-nov-parse-line): Use it to decode From header.
10043         (gnus-get-newsgroup-headers): Ditto.
10044         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10046         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10047         (mail-decode-encoded-address-string): New alias.
10049         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10050         New function.
10051         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10052         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10053         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10054         (rfc2047-decode-string): Ditto.
10055         (rfc2047-decode-address-region): New function.
10056         (rfc2047-decode-address-string): New function.
10058 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10060         * message.el (message-caesar-buffer-body): Allow rotating headers.
10062         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10064         * message.el (message-insert-formated-citation-line): Fix %f.
10065         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10067 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10069         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10070         (gnus-bookmark-mouse-available-p): New macro.
10071         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10072         (gnus-bookmark-bmenu-show-infos): Use it.
10073         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10074         (gnus-bookmark-bmenu-hide-infos): Ditto.
10075         (gnus-bookmark-remove-properties): New function.
10076         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10077         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10078         (gnus-bookmark-write-file): Bind coding-system-for-write.
10079         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10080         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10081         group before selecting it.
10082         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10083         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10084         quit-window if it is not available; use gnus-mouse-2 and bind it to
10085         gnus-bookmark-bmenu-select-by-mouse.
10086         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10087         (gnus-bookmark-bmenu-select-by-mouse): New function.
10089 2006-08-13  Romain Francoise  <romain@orebokech.com>
10091         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10092         space.
10094 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10096         * compface.el (uncompface): Use binary rather than raw-text-unix.
10098 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10100         * compface.el (uncompface): Make sure the eol conversion doesn't take
10101         place when communicating with the external programs.
10102         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10104 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10106         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10108 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10110         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10111         Make it more robust by parsing author and date independently.
10113 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10115         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10117 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10119         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10120         first matching secret key.
10121         (mml2015-epg-encrypt): Ditto.
10123         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10124         first matching secret key.
10125         (mml1991-epg-encrypt): Ditto.
10127         * mml2015.el (mml2015-encrypt-to-self): New user option.
10128         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10129         mml2015-epg-encrypt-to-self is set.
10131         * mml1991.el (mml1991-encrypt-to-self): New variable.
10132         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10133         mml1991-epg-encrypt-to-self is set.
10135         * mml2015.el (mml2015-signers): New user option.
10136         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10137         (mml2015-epg-encrypt): Allow to select signing keys.
10139         * mml1991.el (mml1991-signers): New variable.
10140         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10141         (mml1991-epg-encrypt): Allow to select signing keys.
10143 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10145         * nnheader.el (nnheader-insert-head): Make it work even if the file
10146         uses CRLF for the line-break code.
10148 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10150         * mml2015.el: Require mml-sec instead of password.
10151         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10152         (mml2015-cache-passphrase): Inherit the default value from
10153         mml-secure-cache-passphrase.
10154         (mml2015-passphrase-cache-expiry): Inherit the default value from
10155         mml-secure-passphrase-cache-expiry.
10157         * mml1991.el: Require mml-sec instead of password.
10158         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10159         (mml1991-cache-passphrase): Inherit the default value from
10160         mml-secure-cache-passphrase.
10161         (mml1991-passphrase-cache-expiry): Inherit the default value from
10162         mml-secure-passphrase-cache-expiry.
10164         * mml-sec.el: Require password.
10165         (mml-secure-verbose): New user option.
10166         (mml-secure-cache-passphrase): New user option.
10167         (mml-secure-passphrase-cache-expiry): New user option.
10169 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10171         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10172         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10173         andreas@altroot.de (Andreas Vögele).
10175         FIXME: Use `tiny change'?
10177 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10179         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10180         workaround for the url package included with Emacs.
10182         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10184 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10186         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10187         correctly.  This fixes a bug caused by the 2006-05-12 change.
10189 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10191         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10192         some information about the error when saying that the `bogus' mail
10193         group will be used.
10195 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10197         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10198         string.
10200 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10202         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10204 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10206         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10208 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10210         * mml1991.el (mml1991-function-alist): Add epg.
10211         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10212         (mml1991-epg-encrypt): New functions.
10214 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10216         * mml2015.el (mml2015-verbose): New variable.
10217         (mml2015-cache-passphrase): Ditto.
10218         (mml2015-passphrase-cache-expiry): Ditto.
10219         (mml2015-function-alist): Add epg.
10220         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10221         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10222         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10223         New functions.
10225 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10227         * message.el (message-cite-original-1): Preserve region when removing
10228         quoted text due to X-No-Archive in order to avoid bogus attribution
10229         when citing multiple messages.
10231 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10233         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10234         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10236 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10238         * gnus-diary.el (gnus-user-format-function-d)
10239         (gnus-user-format-function-D): Autoload.
10241         * imap.el (Commentary): Fix typo.
10243         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10244         2006-04-22 contribution.
10246 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10248         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10249         It didn't really fix the bogosity I'm seeing with solid web groups.
10251 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10253         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10254         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10255         created using server names.  If we use the feature without declaring
10256         it, Gnus does not properly manage server and group state.
10258         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10259         bound.
10261 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10263         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10264         looking up the method using GROUP's prefix before inventing a new one.
10265         It is used on killed/unknown groups in various places where returning
10266         an all-new method isn't expected by the caller.
10268         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10269         and match semantics of gnus-group-real-prefix.
10271 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10273         * nnmail.el (nnmail-broken-references-mailers): New variable.
10274         (nnmail-ignore-broken-references): New function generalizing
10275         nnmail-fix-eudora-headers.
10276         (nnmail-fix-eudora-headers): Now obsolete.
10278         * gnus-art.el (gnus-button-handle-custom):
10279         Support `customize-apropos*'.
10281 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10283         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10285         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10286         articles.
10288 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10290         * message.el (message-cite-reply-above): New variable.
10291         (message-yank-original): Use it.
10293 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10295         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10297 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10299         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10300         as read.
10302         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10304 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10306         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10307         (gnus-bookmark-default-file): Use gnus-directory.
10308         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10309         Remove "*" in doc string.
10310         (gnus-bookmark-write-file): Simplify.
10311         (gnus-bookmark-maybe-sort-alist): Use `when'.
10312         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10313         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10314         Add FIXME about Emacs 21 and XEmacs compatibility.
10315         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10316         compatibility.
10317         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10318         compatibility.
10319         (gnus-bookmark-menu-heading): Fix version.
10321 2006-06-19  Bastien Guerry  <bzg@altern.org>
10323         * gnus-bookmark.el: New file.
10325 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10327         * message.el (message-syntax-checks): Doc fix.
10329 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10331         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10332         unsubscribed groups as if they were killed ones.  It causes duplicate
10333         entries in gnus-newsrc-alist.
10335 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10337         * message.el (message-syntax-checks): Doc fix.
10338         (message-send-mail): Add check for continuation headers.
10339         (message-check-news-header-syntax): Fix regexp used to check for
10340         continuation headers.
10342 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10344         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10346 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10348         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10350 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10352         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10353         default-truncate-lines.
10355 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10357         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10358         to fill the utf-8 entry.
10360 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10362         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10364 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10366         * gnus-agent.el (directory-files-and-attributes): Move all the way
10367         forward (the third and final move).
10368         (gnus-agent-read-agentview): Trap reconstruction errors due to
10369         nonexistent directory.  Handle by returning nil.
10371 2006-05-30  Didier Verna  <didier@xemacs.org>
10373         * message.el (message-dont-reply-to-names): Update the custom type.
10374         * message.el (message-dont-reply-to-names): New defsubst: potentially
10375         convert a list of regexps into a single one.
10376         * message.el (message-get-reply-headers): Use it.
10377         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10379 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10381         * gnus-agent.el (directory-files-and-attributes): Move forward.
10383 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10385         * gnus-ml.el (gnus-mailing-list-subscribe)
10386         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10387         (gnus-mailing-list-message): Fix doc strings.
10389 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10391         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10392         of doing it manually.
10394 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10396         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10397         comment.
10399 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10401         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10402         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10403         (gnus-agent-read-local): All symbols allocated in my-obarray.
10404         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10405         (gnus-agent-regenerate-group): Check numeric names to see if they are
10406         messages or groups.
10407         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10408         better way of do this...)
10410         * gnus-cache.el (gnus-agent-total-fetched-for):
10411         Ignore 'dummy.group' (there should be a better way of do this...)
10413 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10415         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10416         (gnus-saved-headers): Ditto.
10417         (gnus-default-article-saver): Mention functions may have properties.
10418         (gnus-article-save): Override gnus-save-all-headers and
10419         gnus-saved-headers by :headers property which saver function may have.
10420         (gnus-summary-save-in-file): Add :headers property.
10421         (gnus-summary-write-to-file): Ditto.
10423         * gnus-sum.el (gnus-summary-save-article): Bind
10424         gnus-prompt-before-saving to t when saving many articles in a file;
10425         always show all headers.
10427 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10429         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10430         marks.
10432         * message.el (message-indent-citation): Add optional arguments to allow
10433         using it outside of message buffers.
10435         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10436         (gnus-article-treat-unfold-headers): Use it.
10437         (gnus-article-truncate-lines): New variable.
10438         (gnus-article-mode): Use it.
10439         (gnus-article-toggle-truncate-lines): New function.
10441         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10442         Add gnus-article-toggle-truncate-lines.
10444         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10445         coding system in XEmacs, use binary.
10447 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10449         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10450         after-load-alist.
10452         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10453         this function should save decoded articles.
10454         (gnus-summary-write-to-file): Use property to specify this function
10455         should save decoded articles and specify gnus-summary-save-in-file
10456         should be used to save articles other than the first one when saving
10457         many articles.
10458         (gnus-summary-save-body-in-file): Use property to specify this
10459         function should save decoded articles.
10460         (gnus-summary-write-body-to-file): Use property to specify this
10461         function should save decoded articles and specify
10462         gnus-summary-save-body-in-file should be used to save articles other
10463         than the first one when saving many articles.
10465         * gnus-sum.el (gnus-summary-save-article): Simplify.
10467 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10469         * gnus-art.el (gnus-default-article-saver):
10470         Add gnus-summary-write-body-to-file.
10471         (gnus-article-save-coding-system): Don't use coding system object
10472         in XEmacs.
10473         (gnus-read-save-file-name): Add optional `dir-var' argument which
10474         specifies directory in which files are saved; work even if optional
10475         `variable' argument is not specified.
10476         (gnus-summary-write-to-file): Read file name.
10477         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10478         (gnus-summary-write-body-to-file): New function.
10480         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10481         (gnus-summary-local-variables): Add it.
10482         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10483         (gnus-summary-save-article): Remove optional `decode' argument;
10484         determine whether to decode articles by the value of
10485         gnus-default-article-saver; when saving many files using
10486         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10487         it first and use gnus-summary-save-in-file or
10488         gnus-summary-save-body-in-file thereafter unless
10489         gnus-prompt-before-saving is always; move point to article which
10490         will be saved.
10491         (gnus-summary-save-article-file): Revert.
10492         (gnus-summary-write-article-file): Revert.
10493         (gnus-summary-save-article-body-file): Revert.
10494         (gnus-summary-write-article-body-file): New function.
10496 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10498         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10500 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10502         * gnus-art.el (gnus-default-article-saver): Doc fix.
10503         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10504         from gnus-summary-save-article-coding-system, and default to a
10505         certain coding system.
10506         (gnus-output-to-file): Add coding cookie and encode text according
10507         to gnus-article-save-coding-system; don't use mm-append-to-file.
10509         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10510         gnus-art.el and rename to gnus-article-save-coding-system.
10511         (gnus-summary-save-article): Require gnus-art; don't show all
10512         headers if it decodes articles; don't add coding cookie here;
10513         don't bind mm-text-coding-system-for-write.
10514         (gnus-summary-save-article-file): Save decoded articles.
10515         (gnus-summary-write-article-file): When saving many files, use
10516         gnus-summary-write-to-file first and gnus-summary-save-in-file
10517         thereafter unless gnus-prompt-before-saving is always.
10518         (gnus-summary-save-article-body-file): Save decoded articles.
10520 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10522         * nnrss.el (nnrss-check-group): Bind hash-index.
10524 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10526         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10527         its hash index.  Store this hash in `nnrss-group-data'.
10528         (nnrss-read-group-data): Update accordingly.
10530 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10532         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10533         entry.
10535         * gnus-sum.el (gnus-summary-make-menu-bar):
10536         Add gnus-article-browse-html-article.
10538 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10540         * gnus-sum.el (gnus-summary-mime-map):
10541         Add gnus-article-browse-html-article.
10543 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10545         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10546         suitable coding systems in customize.
10548 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10550         * mail-source.el (mail-sources): Fix custom type.
10552 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10554         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10555         (gnus-summary-expire-articles-now): Shorten prompt.
10557         * gmm-utils.el (wid-edit): Require.
10558         (defun-gmm): Rename from `gmm-defun-compat'.
10559         (gmm-image-search-load-path): Use it.
10560         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10562 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10564         * gnus-sum.el (gnus-summary-save-article-coding-system):
10565         New variable.
10566         (gnus-summary-save-article): Add optional `decode' argument.
10567         If it is set and gnus-summary-save-article-coding-system is non-nil,
10568         save decoded article.
10569         (gnus-summary-write-article-file): Save decoded article if
10570         gnus-summary-save-article-coding-system is non-nil.
10572         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10573         type.
10575 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10577         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10579 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10581         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10582         first to test gnus-single-article-buffer which may be buffer-local.
10584         * gnus-sum.el (gnus-summary-setup-buffer):
10585         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10586         group; make gnus-article-buffer, gnus-article-current, and
10587         gnus-original-article-buffer always buffer-local.
10588         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10589         group.
10590         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10592 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10594         * nnml.el (nnml-request-compact-group): Compressed files might not
10595         have .gz extension.
10597 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10599         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10600         (mm-copy-to-buffer): Use with-current-buffer.
10601         (mm-display-part): Simplify.
10602         (mm-inlinable-p): Add optional arg `type'.
10604 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10606         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10607         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10608         Try harder to show the attachment internally or externally using
10609         gnus-mime-view-part-as-type.
10611 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10613         * message.el (message-from-style, message-signature-separator)
10614         (message-user-organization-file, message-send-mail-function)
10615         (message-citation-line-function, message-yank-prefix)
10616         (message-indent-citation-function, message-signature)
10617         (message-signature-file, message-signature-insert-empty-line):
10618         Remove autoloads.
10620         * gnus-art.el (gnus-buttonized-mime-types):
10621         Remove "multipart/signed".  Revert 2006-04-26 change.
10623 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10625         * gnus.el (gnus-version-number): Bump version.
10627 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10629         * gnus.el: No Gnus v0.5 is released.
10631 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10633         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10634         fetching articles by message-id.
10636 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10638         * message.el (hashcash): Require hashcash as normal.
10640         * ecomplete.el (ecomplete-highlight-match-line):
10641         Use point-at-eol.
10642         (ecomplete-highlight-match-line): Use `highlight', because that
10643         face exists in both Emacs and XEmacs.
10645         * message.el (message-display-abbrev): Use point-at-bol.
10647         * mail-source.el: Don't require timer/timer-funcs.
10649         * gnus-async.el: Ditto.
10651         * password.el: Ditto.
10653         * mm-url.el: Ditto.
10655         * mm-util.el: Require timer/timer-funcs.
10657 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10659         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10660         Close.
10662 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10664         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10665         unibyte after clear-decrypt function runs.
10667         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10668         returns as a unibyte string.
10670 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10672         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10673         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10674         (mml1991-pgg-encrypt): Ditto.
10676 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10678         * message.el (message-user-organization-file): Check several
10679         locations of the organization file.
10681         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10682         Add gnus-article-view-part-as-type.
10684         * gnus-art.el (gnus-article-view-part-as-type): New function.
10686         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10687         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10689         * mml.el: Simplify autoload.
10690         (mml-mode): defvar dnd-protocol-alist instead of using
10691         symbol-value.
10692         (mml-default-directory): New variable.
10693         (mml-minibuffer-read-file): Use it.
10694         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10696         * message.el (message-citation-line-format): New variable.
10697         (message-insert-formated-citation-line): New function.
10698         (message-citation-line-function):
10699         Add `message-insert-formated-citation-line' to custom type.
10701         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10702         to doc string.
10704         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10705         depending on mm-verify-option.
10707 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10709         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10710         binding pgg-* variables; reimplement the section which prevents
10711         MIME header from being signed.
10712         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10713         pgg-text-mode; remove a blank line at the top of body.
10715         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10716         lines at the top of body; use gnus-newsgroup-charset if there's no
10717         Charset header.
10719 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10721         * message.el (message-self-insert-commands): Doc fix.
10723         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10724         (mm-uu-pgp-encrypted-test): Ditto.
10725         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10726         between header and body; return application/pgp-encrypted handle
10727         if decryption failed; decode decrypted body by charset.
10729         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10730         element match to application/pgp-*.
10732 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10734         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10735         HTML.
10737 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10739         * mail-source.el (mail-source-call-script): Message the error
10740         string.
10742 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10744         * gnus-util.el (gnus-byte-compile): Use it.
10746 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10748         * gnus-util.el (kill-empty-logs): New function.
10750 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10752         * message.el (message-mail-alias-type): Doc fix.
10753         (message-mail-alias-type-p): New function.
10754         (message-send): Use it.
10755         (message-mode): Ditto.
10756         (message-strip-forbidden-properties): Ditto.
10758         * ecomplete.el (ecomplete-database-file-coding-system):
10759         New variable.
10760         (ecomplete-save): Use it.
10761         (ecomplete-setup): Use it.
10763 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10765         * message.el (message-self-insert-commands): New variable.
10766         (message-strip-forbidden-properties): Use it.
10768 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10770         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10771         that doesn't make XEmacs choke.
10773 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10775         * gnus-util.el (gnus-replace-in-string):
10776         Prefer replace-regexp-in-string over of replace-in-string.
10778 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10780         * gnus-util.el (gnus-select-frame-set-input-focus):
10781         Use select-frame-set-input-focus if it is available in XEmacs; use
10782         definition defined in Emacs 22 for old Emacsen.
10784 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10786         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10788 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10790         * gnus-registry.el (gnus-registry-cache-save): Remove text
10791         properties when saving via the temp buffer.
10793 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10795         * message.el (message-generate-hashcash): Honor custom type.
10797 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10799         * message.el (message-generate-hashcash): Default to non-nil when
10800         hashcash is found.
10802         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10803         (gnus-refer-thread-limit): Increase default to 500.
10805         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10807         * flow-fill.el (fill-flowed): Allow delete-space.
10809 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10811         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10812         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10813         Remove autoloads.
10815 2006-04-18  Simon Josefsson  <jas@extundo.com>
10817         * message.el (message-generate-hashcash): Default to.
10819 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10821         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10822         concatenating segments rather than before concatenating them.
10824 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10826         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10828         * imap.el (imap-quote-specials): New function.
10829         (imap-login-auth): Quote specials.
10831 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10833         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10835         * message.el (message-forward-make-body-plain):
10836         Allow message-forward-ignored-headers to be a list.
10837         (message-remove-ignored-headers): Factor out into function.
10838         (message-forward-make-body-mml): Use it.
10839         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10840         (rfc2231-parse-string): Allow concatanation of parameters that
10841         aren't contiguous.  The test case is
10842           (mail-header-parse-content-type "message/external-body;
10843             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10844             access-type=LOCAL-FILE;
10845             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10847 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10849         * nntp.el (nntp-accept-process-output): Return the value of
10850         `nnheader-accept-process-output'.
10852 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10854         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10855         (gnus-button-alist): Recognize more diff formats.
10856         (gnus-button-patch): Strip directory.
10858 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10860         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10861         Emacs 22 when setting focus.
10863 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10865         * gnus-art.el (gnus-article-treat-types): Do treatment of
10866         text/x-verbatim parts.
10867         (gnus-button-patch): New command.
10869         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10870         addresses that contain invalid characters.
10872 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10874         * message.el (message-put-addresses-in-ecomplete):
10875         Use gnus-replace-in-string.
10876         (message-is-yours-p): Use the more correct
10877         mail-header-parse-address instead of
10878         mail-extract-address-components.
10879         (message-put-addresses-in-ecomplete): Fix typo.
10881         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10882         keystroke.
10884         * gnus-art.el (gnus-treatment-function-alist): Change order of
10885         newsgroups/generic header folding to avoid double-folding.
10887         * message.el (message-hidden-headers): Add X-Draft-From.
10889         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10890         New command.
10891         (gnus-summary-repeat-search-article-backward): New command.
10893         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10894         groups in the parent topic.
10896 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10898         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10899         (spam-extra-header-to-number): Return the CRM114 number as a
10900         number instead of a string.
10902 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10904         * gnus-art.el (gnus-face-properties-alist): Move here from
10905         gnus-fun.
10907         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10909 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10911         * message.el (message-strip-forbidden-properties): Only display on
10912         self-insert-command.
10914         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10915         reindent.
10916         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10918 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10920         * smiley.el (smiley-style): Fix typo.
10922 2006-03-23  Kenichi Handa  <handa@m17n.org>
10924         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10925         instead of set-buffer-multibyte.
10927 2006-03-23  Kenichi Handa  <handa@m17n.org>
10929         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10930         buffer and then decode the buffer text if necessary.
10931         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10932         first, and after mm-encode-body, change the buffer to unibyte.
10934 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10936         * hashcash.el (hashcash-insert-payment-async-2):
10937         Use message-goto-eoh instead of doing it manually.
10938         (mail-add-payment): Use message-narrow-to-header instead of trying
10939         to do the same itself.
10941         * message.el (message-hidden-headers): Add Face.
10943         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10944         reparenting code.
10945         (gnus-summary-reparent-children): Refactored out code.
10946         (gnus-summary-thread-map): New keystroke.
10947         (gnus-summary-reparent-children): Make into command.
10949         * smiley.el (smiley-style): Default to `medium' if using a large
10950         font.
10952         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10953         does it itself.
10955         * message.el (message-point-in-header-p): Simplify definition.
10957 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10959         * nnagent.el (nnagent-request-set-mark): Silence log file
10960         writing.
10961         (nnagent-request-set-mark): Use write-region instead of
10962         append-to-file.
10964         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10965         strange select method.
10967         * ecomplete.el (ecomplete-display-matches): Get highlightling
10968         right.
10969         (ecomplete-display-matches): Use literals.
10970         (ecomplete-display-matches): Disable message logging.
10972         * message.el (message-display-abbrev): Small optimization.
10974         * ecomplete.el (ecomplete-display-matches): Allow automatic
10975         display.
10977         * message.el (message-strip-forbidden-properties):
10978         Display abbrevs.
10979         (message-display-abbrev): Get automatic display right.
10981         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10982         keystrokes.
10984 2006-04-13  Romain Francoise  <romain@orebokech.com>
10986         TODO: Backport to v5-10!
10988         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10989         Move here (and rename) from gnus-registry.el.
10991         * gnus-registry.el: Require gnus-util.
10992         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10994 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10996         * gnus-group.el (gnus-group-catchup-current):
10997         Change if-then-else-if-then-else into cond.
10998         (gnus-group-catchup): Indent.
10999         (group-name-at-point): New function.
11000         (gnus-fetch-group): Provide default from thing at point.
11002 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11004         * message.el (message-display-abbrev): Fix regexp.
11006         * ecomplete.el (ecomplete-highlight-match-line):
11007         Reimplement choosing.
11008         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11009         dead variables.
11011         * message.el (message-newline-and-indent): Remove debugging.
11012         (message-display-abbrev): Use new implementation.
11014 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11016         * gnus-art.el (gnus-article-mode):
11017         Set cursor-in-non-selected-windows to nil.
11019         * smiley.el: Revert previous change.
11020         (smiley-data-directory): defvar it before using it in the
11021         defcustom of `smiley-style'.
11023 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11025         * message.el (message-newline-and-indent): New function.
11027         * ecomplete.el: Implement more bits.
11029         * message.el (message-put-addresses-in-ecomplete): Clean up the
11030         string.
11032         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11034         * gnus-sum.el (gnus-summary-save-parts):
11035         Bind gnus-summary-save-parts-counter and use it to make unique file
11036         names.
11038         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11040         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11041         parameter to say whether to actually parse the individual
11042         addresses.
11044         * message.el (message-put-addresses-in-ecomplete): New function.
11045         (ecomplete): Require.
11046         (message-mail-alias-type): Add ecomplete as an option.
11048 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11050         * flow-fill.el (fill-flowed): Remove trailing space from blank
11051         quoted lines.
11053 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11055         * smiley.el (smiley-style): Move definition later to avoid a
11056         compilation warning.
11058 2006-04-12  Kenichi Handa  <handa@m17n.org>
11060         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11061         buffer and then decode the buffer text if necessary.
11062         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11063         first, and after mm-encode-body, change the buffer to unibyte.
11064         Use mm-disable-multibyte instead of set-buffer-multibyte.
11066 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11068         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11069         Content-Type header instead of Content-Disposition header.
11070         (gnus-mime-inline-part): Ditto.
11071         (gnus-mime-view-part-as-charset): Ignore charset that the part
11072         specifies.
11074         * mm-decode.el (mm-display-part): Work with external parts and
11075         usual parts similarly.
11077         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11078         instead of gnus-display-mime.
11080         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11081         instead of with-temp-buffer.
11083         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11084         tag to summarized topics part in order to encode non-ASCII text.
11086 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11088         * smiley.el (smiley-style): New variable.
11089         (smiley-directory): New function.
11090         (smiley-data-directory): Derive from `smiley-style' using
11091         `smiley-directory'.
11092         (smiley-regexp-alist): Add new entries.
11094         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11095         (gnus-article-browse-delete-temp): Add :version.
11097 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11099         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11100         the sieve region.
11102 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11104         * gnus.el (gnus-version-number): Bump version.
11106 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11108         * gnus.el: No Gnus v0.4 is released.
11110 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11112         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11113         layout.
11115         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11116         unknown charset.
11118         * message.el (message-header-synonyms): Add Original-To to the
11119         default.
11121         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11122         optional parameter.
11124 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11126         * gnus-fun.el (gnus): Require it for gnus-directory.
11128 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11130         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11132 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11134         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11136 2006-04-05  Simon Josefsson  <jas@extundo.com>
11138         * password.el (password-reset): New function.
11140 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11142         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11143         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11145 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11147         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11148         Some whitespace was matched into the url, which broke browsing hits
11149         > 100 when mm-url-use-external was nil.
11151 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11153         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11154         Check gnus-extra-headers for 'Newsgroups.
11156         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11157         bound.
11159 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11161         * pgg-gpg.el: Clean up process buffers every time gpg processes
11162         complete.
11164 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11166         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11167         doc string.
11169 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11171         * pgg-gpg.el (pgg-gpg-process-filter)
11172         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11174         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11175         lines, temporary fix.
11177 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11179         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11181 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11183         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11184         default-enable-multibyte-characters.  This reverts the change from
11185         revision 6.17 which is no longer necessary because the passphrase
11186         is sent separately now.  GnuPG messages are unreadable under
11187         multibyte locales with default-enable-multibyte-characters set to
11188         nil.
11190 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11192         * message.el (message-tool-bar-gnome): Move "spell".
11194 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11196         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11197         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11198         instead.
11200 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11202         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11203         Improve newsgroups handling for NNTP overviews which don't include
11204         Newsgroups.
11206 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11208         * message.el (message-resend): Bind message-generate-hashcash to nil.
11210 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11212         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11213         when searching for already-paid recipients.
11215 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11217         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11218         passphrases when it is not needed.
11219         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11220         passphrase stuff from gpg, should only be necessary when you use
11221         gpg with a smartcard.
11223 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11225         * mml.el (mml-insert-mime): Ignore cached contents of
11226         message/external-body part.
11228         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11229         (mm-insert-part): Ditto.
11231 2006-03-23  Simon Josefsson  <jas@extundo.com>
11233         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11234         Reiner.
11235         (pgg-gpg-use-agent-p): Use it again.
11237 2006-03-23  Simon Josefsson  <jas@extundo.com>
11239         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11240         older emacsen.
11241         (pgg-gpg-use-agent-p): Don't use it.
11243 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11245         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11246         if we can.
11248 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11250         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11251         (pgg-gpg-update-agent): New function.
11252         (pgg-gpg-use-agent-p): New function.
11253         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11254         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11255         (pgg-gpg-sign-region): Use it.
11257 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11259         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11260         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11262 2006-03-21  Simon Josefsson  <jas@extundo.com>
11264         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11265         <wilde@sha-bang.de>.
11266         (pgg-gpg-use-agent): New variable.
11267         (pgg-gpg-process-region): Use it.
11268         (pgg-gpg-encrypt-region): Likewise.
11269         (pgg-gpg-encrypt-symmetric-region): Likewise.
11270         (pgg-gpg-decrypt-region): Likewise.
11271         (pgg-gpg-sign-region): Likewise.
11272         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11274 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11276         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11278         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11279         Add comment on version.
11281 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11283         * smiley.el: Add missing test smiley.
11285 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11287         * mm-decode.el (mm-with-part): New macro.
11288         (mm-get-part): Use it; work with message/external-body as well.
11289         (mm-save-part): Treat name and filename equally.
11291         * mm-extern.el (mm-extern-cache-contents): New function.
11292         (mm-inline-external-body): Use it; force the part to be displayed;
11293         move undisplayer added to the cached handle to the parent.
11295         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11296         (gnus-mime-view-part-as-type): Work with message/external-body.
11298         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11300 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11302         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11303         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
11304         Emacs.]
11306 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11308         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11309         path rather than symbol.  Always return list of directories.
11310         Guarantee that image directory comes first.  [Sync with image.el,
11311         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
11313         * message.el (message-make-tool-bar): Adjust to new API of
11314         `gmm-image-load-path-for-library'.
11316         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11318         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11320 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11322         * gnus-art.el (gnus-article-only-boring-p):
11323         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11324         intangible text.
11325         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11327 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11329         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11330         Use `defun' instead of `gmm-defun-compat'.
11332 2006-03-14  Simon Josefsson  <jas@extundo.com>
11334         * message.el (message-unique-id): Don't use message-number-base36
11335         if (user-uid) is a float.
11336         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11338 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11340         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11342         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11343         empty line between a part and a message part.
11345 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11347         * smiley.el: Add more test smileys.
11348         (smiley-data-directory, smiley-regexp-alist)
11349         (gnus-smiley-file-types): Fix doc strings.
11350         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11351         adding new elements.
11352         (smiley-mouse-map): Unused code.  Make it a comment.
11354 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11356         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11357         scan latest NoCeM messages instead of old ones.
11358         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11359         delimiters that are recently used.
11360         (gnus-nocem-load-cache): Add autoload cookie.
11362         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11364         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11365         level which is larger than gnus-use-nocem is specified.
11367         * gnus-group.el (gnus-group-get-new-news): Ditto.
11369 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11371         * gnus-util.el (gnus-tool-bar-update): New function.
11373         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11374         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11376         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11378         * gnus-group.el (gnus-group-redraw-when-idle)
11379         (gnus-group-redraw-check): Remove.
11380         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11382 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11384         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11385         if optional last element is specified in splits (FIELD VALUE...).
11387 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11389         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11390         to gmm-image-load-path-for-library.  Call with no-error argument.
11391         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11393         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11395         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11397         * gmm-utils.el (gmm-image-load-path): Remove alias.
11399 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11401         * gmm-utils.el (gmm-image-load-path): Add alias.
11403         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11404         nnml-generate-nov-databases-1.
11405         (nnml-generate-nov-databases): Use it.
11406         (nnml-generate-nov-databases-directory): Document no-active
11407         argument.
11409         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11410         directory if path is t.  Add no-error.
11412         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11413         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11415         * gnus-art.el (gnus-article-browse-delete-temp-files):
11416         Simplify resetting gnus-article-browse-html-temp-list.
11418         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11419         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
11420         Add example to docstring.  Rename local variables.  Move error
11421         checks to default case in cond and simplify.
11423 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11425         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11426         handle is multipart when calling it recursively.
11427         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11429 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11431         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11432         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11434 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11436         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11437         is loaded.
11439         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11440         loaded.
11442 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11444         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11445         to "Emacs 23 (unicode)" in doc string.
11447         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11448         "Emacs 23 (unicode)" in comment.
11450 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11452         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11454         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11455         characters 160 through 255 in Emacs 23.
11457 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11459         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11460         gnus-article-browse-html-temp.
11461         (gnus-article-browse-delete-temp): Make it customizable.
11462         Add `file'.  Adjust doc string.
11463         (gnus-article-browse-delete-temp-files): Add argument.
11464         Allow query for each file.  Adjust doc string.
11465         (gnus-article-browse-html-parts):
11466         Add `gnus-article-browse-delete-temp-files' to
11467         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11469 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11471         * gnus-art.el (gnus-article-browse-html-temp)
11472         (gnus-article-browse-delete-temp): New variables.
11473         (gnus-article-browse-delete-temp-files): New function.
11474         (gnus-article-browse-html-parts): Use it.
11476 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11478         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11480         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11481         string.
11483         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11484         gnus-summary-insert-new-articles when unplugged.
11485         Remove gnus-summary-search-article-forward.
11487         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11488         display-visual-class instead of display-color-cells.
11490 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11492         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11493         message/* containing non-ASCII text properly.
11495 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11497         * message.el: Require gmm-utils, remove autoloads.
11498         (message-tool-bar): Set default based on
11499         gmm-tool-bar-style.
11500         (message-tool-bar-gnome): Add gmm-customize-mode.
11502         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11503         gmm-tool-bar-style.
11504         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11506         * gnus-group.el (gnus-group-tool-bar): Set default based on
11507         gmm-tool-bar-style.
11508         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11510         * gmm-utils.el (gmm-image-directory): Rename variable from
11511         gmm-image-load-path.
11512         (gmm-image-load-path): Use gmm-image-directory.
11513         (gmm-customize-mode): New function.
11514         (gmm-tool-bar-style): New variable.
11516         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11517         gnus-group-redraw-line-number.
11518         (gnus-group-redraw-check): Simplify.
11519         (gnus-group-tool-bar-update): Remove redraw check.
11520         (gnus-group-make-tool-bar): Add redraw check.
11522 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11524         * gnus-art.el (gnus-button): Add missing parentheses.
11526 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11528         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11530 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11532         * gnus-art.el (gnus-button): New face.
11533         (gnus-article-button-face): Use it.
11535         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11536         Add gnus-summary-next-page.  Re-order.
11538         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11539         next-node are now included.
11540         (gnus-group-redraw-line-number): New internal variable.
11541         (gnus-group-redraw-check): Helper function for updating the tool
11542         bar.
11543         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11545         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11547         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11548         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11549         Use it to match format of Spamassassin 3.0 and later.
11550         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11551         (spam-check-bogofilter)
11552         (spam-bogofilter-register-with-bogofilter): Fix args of
11553         `gnus-error' calls.
11555 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11557         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11558         unnecessary interaction when sending queued mails.
11559         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11561 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11563         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11564         first or last are nil.
11566 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11568         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11570 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11572         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11574 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11576         * dns.el (query-dns): Protect more against buggy tcp output.
11578 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11580         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11581         nov.php.
11583 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11585         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11586         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11587         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11588         output on the server side.
11589         (nnweb-google-create-mapping): Update regexps and add some
11590         progress indication.
11592 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11594         * gnus-group.el (gnus-group-tool-bar-gnome):
11595         Fix gnus-agent-toggle-plugged.  Re-order icons.
11596         (gnus-group-tool-bar-gnome):
11597         Add gnus-group-{prev,next}-unread-group.
11598         (gnus-group-tool-bar-gnome): Re-order icons.
11600         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11601         Move gnus-summary-insert-new-articles.
11603         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11604         Fix comments.
11606         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11607         also available in Emacs 21.3.
11609         * message.el (message-fix-before-sending): Change "Emacs 22" to
11610         "Emacs 23 (unicode)" in comment.
11612         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11613         "Emacs 23 (unicode)" in comment.
11615         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11616         comment.
11617         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11619         * mm-view.el (mm-fill-flowed): Add :version.
11621 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11623         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11624         and load-path.
11626 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11628         * message.el: Autoload gmm-image-load-path.
11629         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11630         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11631         consitency.
11633         * gmm-utils.el (gmm-image-load-path): Also search in
11634         "../etc/images".  Don't set gmm-image-load-path if we don't find
11635         the image.
11637 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11639         * gmm-utils.el (gmm-image-load-path): Don't make
11640         `gmm-image-load-path' include subdirectories which the second arg
11641         `image' might specify.
11643         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11644         subdirectory to icon file names.
11646         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11648 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11650         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11651         gmm-image-load-path calls.
11653         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11655         * message.el (message-make-tool-bar): Ditto.
11657         * mml.el (mml-preview): Add comment concerning tool bar icons.
11659         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11660         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11662         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11663         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11665         * message.el (message-tool-bar-gnome): Use new icon names.
11666         (message-make-tool-bar): Use `gmm-image-load-path'.
11668         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11669         New functions from MH-E.
11670         (gmm-image-load-path): New variable from MH-E.
11671         (gmm-image-load-path): New function from MH-E.  Add arguments
11672         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11673         *-image-load-path-called-flag.
11675 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11677         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11679 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11681         * nnimap.el (nnimap-request-move-article): Change folder back to
11682         source group before deleting.
11684 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11686         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11688         * gnus-art.el (mm-url-insert-file-contents-external):
11689         Autoload mm-url.
11691         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11693 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11695         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11696         coding system which mm-charset-to-coding-system returns for a
11697         given charset is valid.
11699 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11701         * html2text.el (html2text-remove-tag-list):
11702         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11704 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11706         * gnus-cus.el: Revert 2005-10-17 change.
11708 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11710         * gnus-art.el (article-strip-banner):
11711         Call article-really-strip-banner only when the regexp match is made.
11713 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11715         * gnus-art.el (article-strip-banner):
11716         Use gnus-extract-address-components instead of
11717         mail-header-parse-addresses to make it work with non-ASCII text;
11718         remove mail-encode-encoded-word-string.
11720         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11721         values which are surrounded with \"...\"; make it never cause a
11722         Lisp error; give up parsing of parameters if it failed in
11723         extracting type.
11725 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11727         * smime.el (smime-cert-by-ldap-1): Fix bug where
11728         `smime-ldap-search' returns results without userCertificates.
11730 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11732         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11734 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11736         * spam.el (spam-check-spamassassin-headers): Adapt format for
11737         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11738         <ari@mbf.ocn.ne.jp>.
11739         (spam-list-of-processors): Add spam-use-gmane.
11741 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11743         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11744         make-temp-file; make it work with XEmacs as well.
11746         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11747         mm-make-temp-file.
11749         * mm-decode.el (mm-display-external): Use the 3rd arg of
11750         mm-make-temp-file.
11751         (mm-create-image-xemacs): Ditto.
11753 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11755         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11756         with message-narrow-to-headers.
11757         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11758         (gnus-draft-check-draft-articles): New function.
11759         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11761 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11763         * gnus-art.el (gnus-article-browse-html-parts):
11764         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11765         Don't use suffix argument for mm-make-temp-file for Emacs 21
11766         compatibility.  Remove useless `format'.
11768 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11770         * nnweb.el (nnweb-google-wash-article): Update regexps.
11771         (nnweb-group-alist): Use defvoo instead of defvar.
11773 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11775         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11776         re-loading nn* modules.
11778 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11780         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11781         for `tool-bar-mode' and don't check it's default-value.
11783         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11785         * message.el (message-make-tool-bar): Ditto.
11787         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11788         `substring'.  Shorten tmp-file name.
11790         * gnus.el: Remove bogus comment.
11792 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11794         * gnus-art.el (gnus-article-browse-html-parts): New function.
11795         (gnus-article-browse-html-article): New function for viewing html
11796         articles with a browser.
11798 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11800         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11801         (mml2015-pgg-encrypt): Ditto.
11803         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11804         (mml1991-pgg-encrypt): Ditto.
11806 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11808         * nnfolder.el (nnfolder-insert-newsgroup-line):
11809         Use message-make-date instead of current-time-string.
11811         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11812         to gnus-decoded which mm-uu might set.
11814 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11816         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11817         don't decode quoted parameters; remove misimported Emacs code.
11818         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11819         (rfc2231-decode-encoded-string): Don't use split-string which
11820         behaves differently according to Emacs version; use
11821         mm-decode-coding-region to convert charset to coding-system.
11822         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11823         (rfc2231-encode-string): Remove misimported Emacs code.
11825 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11827         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11828         when calling mail-header-parse-content-type.
11829         (article-de-quoted-unreadable): Ditto.
11830         (article-de-base64-unreadable): Ditto.
11831         (article-wash-html): Ditto.
11833         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11834         calling mail-header-parse-content-type and
11835         mail-header-parse-content-disposition.
11836         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11837         mail-header-parse-content-type.
11839         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11840         insert charset and format parameters; encode description after
11841         inserting it to buffer.
11842         (mml-insert-parameter): Fold lines properly even if a parameter is
11843         segmented into two or more lines; change the max column to 76.
11845         * rfc1843.el (rfc1843-decode-article-body): Don't use
11846         ignore-errors when calling mail-header-parse-content-type.
11848         * rfc2231.el (rfc2231-parse-string): Return at least type if
11849         possible; don't cause an error even if it fails in parsing of
11850         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11851         (rfc2231-encode-string): Don't break lines at the beginning, leave
11852         it to mml-insert-parameter.
11854         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11855         calling mail-header-parse-content-type.
11857 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11859         * spam-report.el (spam-report-gmane-use-article-number):
11860         Improve doc string.
11861         (spam-report-gmane-internal): Check if a suitable header was found
11862         in the article.
11864 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11866         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11867         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11869 2006-02-05  Romain Francoise  <romain@orebokech.com>
11871         Update copyright notices of all files in the gnus directory.
11873 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11875         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11877 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11879         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11880         segmented lines of parameter value to cope with Thunderbird 1.5
11881         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11882         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11883         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11885 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11887         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11888         parts.
11890 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11892         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11893         there's only one active file for all servers.
11894         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11895         solid groups.  Gnus might have used a FAST request to select the group.
11896         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11897         and nnweb-search redundantly in the active file.
11898         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11899         (nnweb-request-create-group): Don't use ARGS.
11900         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11901         initialisations.  Let nnoo do the work.
11903 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11905         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11906         Say the part has been decoded.
11908         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11910 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11912         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11913         mailcap-viewer-test-cache when there's no 'test clause, since that
11914         will invert the meaning of a "nil" test previously determined by
11915         mailcap-mailcap-entry-passes-test.
11917 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11919         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11920         compiling.
11922         * gnus-sum.el: Ditto.
11924         * message.el: Don't bind tool-bar-map when compiling.
11926 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11928         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11930 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11932         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11933         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11934         current Google Groups.
11936 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11938         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11939         and tool-bar-mode.
11941         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11942         and tool-bar-mode.
11944         * message.el (message-tool-bar-update): Simplify.
11945         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11947         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11948         gnus-summary-buffer.
11949         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11950         gnus-summary-reply.
11952         * gmm-utils.el (gmm): Add :version.
11954 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11956         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11957         Don't autoload.
11959 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11961         * gmm-utils.el (gmm-verbose): Add :group.
11963 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11965         * message.el: Change some comments WRT tool-bars.
11967         * gnus-sum.el (gnus-summary-tool-bar)
11968         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11969         (gnus-summary-tool-bar-zap-list): New variables.
11970         (gnus-summary-make-tool-bar): Complete rewrite using
11971         `gmm-tool-bar-from-list'.
11973         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11974         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11975         New variables.
11976         (gnus-group-make-tool-bar): Complete rewrite using
11977         `gmm-tool-bar-from-list'.
11978         (gnus-group-tool-bar-update): New function.
11980         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11982 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11984         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11985         is dissected into a single part of which the type is the same as
11986         the given one; decode charset.
11988 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11990         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11991         into alists as symbol not string, since that's what
11992         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11993         look for.
11995 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11997         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11998         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12000         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12002 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12004         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12005         (gnus-mime-security-button-menu): New definition.
12006         (gnus-mime-security-button-map): Use them.
12007         (gnus-mime-security-button-menu): New function.
12008         (gnus-insert-mime-security-button): Addition to help echo.
12009         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12010         (gnus-mime-security-pipe-part): New functions.
12012         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12013         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12015         * mm-decode.el (mm-handle-set-disposition): Remove.
12016         (mm-handle-set-description): Remove.
12018 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12020         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12021         (mm-w3m-standalone-supports-m17n-p): New function.
12022         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12023         w3m usage.
12025         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12026         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12028 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12030         * message.el (message-tool-bar-zap-list):
12031         Use gmm-tool-bar-zap-list as custom type.
12032         (message-tool-bar-update): New function.
12033         (message-tool-bar, message-tool-bar-gnome)
12034         (message-tool-bar-retro): Add message-tool-bar-update.
12035         (message-tool-bar-gnome): Add flyspell-buffer.
12037         * gnus-util.el (gnus-error): Describe `args'.
12039         * gmm-utils.el (gmm-error): Describe `args'.
12040         (gmm-tool-bar-zap-list): New widget.
12041         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12043 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12045         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12046         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12047         the number of recursive calls.
12049         * mm-decode.el (mm-handle-set-disposition): New macro.
12050         (mm-handle-set-description): New macro.
12052 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12054         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12055         encoding.
12057 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12059         * message.el (message-tool-bar-zap-list, message-tool-bar)
12060         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12061         (message-tool-bar-local-item-from-menu): Remove.
12062         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12063         (message-make-tool-bar): New function.
12064         (message-mode): Use `message-make-tool-bar'.
12066         * gmm-utils.el: New file.
12067         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12068         (gmm-lazy): New widget copied from `nnmail.el'.
12069         (gmm-tool-bar-from-list): New function for creating customizable
12070         tool bars.
12071         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12072         output.
12073         (gmm): Add :prefix to defgroup.
12075 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12077         * gmm-utils.el (gmm-widget-p): New function.
12079 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12081         * mml.el (mml-attach-file): Describe `description' in doc string.
12082         (mml-menu): Add Emacs MIME manual and PGG manual.
12084 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12086         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12088 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12090         * nntp.el (nntp-end-of-line): Doc fix.
12092 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12094         * imap.el (imap-open): Handle case where buffer is a buffer
12095         object.
12097 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12099         * gnus-delay.el (gnus-delay): Don't autoload.
12100         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12101         to be re-loaded when customizing the `gnus-delay' group.
12103 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12105         * message.el (message-insert-citation-line): Use newlines.
12107 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12109         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12111         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12113 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12115         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12117 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12119         * mm-decode.el (mm-inlined-types): Add application/pgp.
12120         (mm-automatic-display): Ditto.
12122         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12123         part as text.
12125 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12127         * nnrss.el: Update copyright.
12128         (nnrss-opml-import): Query whether to subscribe to each entry.
12130         * gnus-art.el:
12131         * gnus-sum.el:
12132         * mm-uu.el:
12133         * mm-view.el: Update copyright.
12135 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12137         * message.el (message-info): New function.
12138         (message-mode-menu): Add it.
12139         Update copyright.
12141         * ChangeLog: Fix and update copyright.
12143 2006-01-13  Romain Francoise  <romain@orebokech.com>
12145         * message.el (message-forward-subject-name-subject): Prefer the
12146         address to 'nowhere' if the sender has no name.
12147         Fix typo.  Update copyright year.
12149 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12151         * gnus-art.el (article-wash-html):
12152         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12153         (gnus-article-wash-html-with-w3m-standalone): New function.
12155         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12156         mm-inline-text-html-render-with-w3m-standalone.
12157         (mm-text-html-washer-alist): Map w3m-standalone to
12158         gnus-article-wash-html-with-w3m-standalone.
12159         (mm-inline-text-html-render-with-w3m-standalone): New function.
12161 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12163         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12164         Improve LaTeX.
12166 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12168         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12169         (nnrss-request-article): Render text/plain parts as HTML.
12171         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12172         the buffer.
12174 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12176         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12177         custom definition of `gnus-posting-styles'.
12179         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12180         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12182 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12184         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12185         Use nntp for bug archive.
12187 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12189         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12190         parts.
12191         (nnrss-normalize-date): New function converts ISO 8601 date into
12192         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12193         (nnrss-check-group): Use it.
12195 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12197         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12199         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12200         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12201         (nnrss-insert-w3): Ditto.
12203 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12205         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12206         the articles to be forwarded including the case where neither a
12207         number of articles nor a region is specified.
12209 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12211         * nnrss.el (nnrss-request-article): Fix last change; fill
12212         text/plain parts.
12214 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12216         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12217         in text/plain part.
12218         (nnrss-check-group): Don't add excessive newline to dc:subject.
12220 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12222         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12223         article.
12225 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12227         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12228         (nnml-use-compressed-files, nnml-save-mail): Support other
12229         comression programs such as bzip2.
12231 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12233         * dns.el (query-dns): Make sure we check the buffer size before
12234         removing tcp headers.
12236 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12238         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12239         remove MIME buttons associated with multipart/alternative parts.
12240         (gnus-mime-display-alternative): Tag buttons using `article-type'
12241         text property.
12243         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12244         associated with multipart/alternative parts.
12246         * gnus-art.el (gnus-signature-separator): Fix custom type.
12248         * mm-decode.el (mm-inlined-types): Fix custom type.
12249         (mm-keep-viewer-alive-types): Ditto.
12250         (mm-automatic-display): Ditto.
12251         (mm-attachment-override-types): Ditto.
12252         (mm-inline-override-types): Ditto.
12253         (mm-automatic-external-display): Ditto.
12255 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12257         * spam-report.el (spam-report-user-mail-address)
12258         (spam-report-user-agent): New variables.
12259         (spam-report-url-ping-plain): Use spam-report-user-agent.
12261 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12263         * gnus-art.el (gnus-button-handle-custom): Do not just use
12264         `customize-apropos' for any "M-x customize-*" button but the
12265         function called for.  Accept both the function name and its
12266         argument in order to achieve this.
12267         (gnus-button-alist): Remove support for "custom:" URL's.
12268         Pass function name to `gnus-button-handle-custom' in case of "M-x
12269         customize-*" buttons.
12271 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12273         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12274         multipart/alternative and add xref to mm-discouraged-alternatives
12275         in doc string.
12277         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12278         gnus-buttonized-mime-types in doc string.
12280 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12282         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12283         Suggest image/.* in the doc string.
12285 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12287         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12288         message-marks (Debian bug #342521).
12290 2005-12-12  Simon Josefsson  <jas@extundo.com>
12292         * password.el (password-read-from-cache): Add.
12293         (password-read): Use it.
12295 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12297         * rfc2047.el (rfc2047-charset-to-coding-system):
12298         Recognize us-ascii as a MIME charset.
12300         * mm-bodies.el (mm-decode-content-transfer-encoding):
12301         Protect against the case where the 2nd arg TYPE is nil.
12303 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12305         * pop3.el (pop3-stream-type): Fix custom version.
12307         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12309 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12311         * mm-decode.el (mm-display-external): Add missing cdr.
12313 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12315         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12316         RFC1524) if it is in mailcap or add a suffix according to
12317         mailcap-mime-extensions when generating a temp filename; postpone
12318         deleting a temp file for 2 seconds for some wrappers, shell
12319         scripts, and so on, which might exit right after having started a
12320         viewer command as a background job.
12322 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12324         * nntp.el (nntp-marks-directory): Fix custom group.
12326         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12327         steps when < 10.
12329         * gnus-start.el (gnus-no-server-1):
12330         Mention `gnus-level-default-subscribed' in doc string.
12332 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12334         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12335         parens.
12337 2005-11-26  Dave Love  <fx@gnu.org>
12339         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12340         (tls-program, tls-success): Provide openssl alternative.
12342         * starttls.el: Doc fixes.
12343         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12344         SERVICE to PORT.
12346         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12347         port null or service name.
12348         (starttls-negotiate): Autoload.
12350 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12352         * message.el (message-kill-to-signature): Fix interactive spec.
12354 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12356         * pop3.el (pop3-open-server): Recognize a string as a service name.
12358 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12360         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12362 2005-11-23  Dave Love  <fx@gnu.org>
12364         Add pop3s, pop3/starttls.
12366         * pop3.el (pop3-authentication-scheme): Clarify doc.
12367         (open-tls-stream, starttls-open-stream): Autoload.
12368         (pop3-stream-type): New.
12369         (pop3-open-server): Use it.
12371         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12372         for POP.
12373         (mail-source-keyword-map): Add :stream for POP.
12374         (mail-source-fetch-pop): Use pop3-stream-type.
12376 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12378         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12379         of current-time-string.
12381 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12383         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12384         date header.
12386 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12388         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12389         it can seriously impact performance as it bypasses the agent's
12390         local caches.
12392 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12394         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12395         must be explicitly online rather than "not explicitly offline" for
12396         its flags to be synchronized.
12398         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12399         that gnus-uu-unmark-thread will function correctly.
12401         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12402         1024K is instead displayed as 1M.
12404 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12406         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12408 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12410         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12412 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12414         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12415         error message to display actual error condition.
12416         (gnus-agent-save-local): Avoid saving symbols that are bound to
12417         nil as they simply result in a warning message in
12418         gnus-agent-read-local.
12420 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12422         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12423         rather than make-variable-buffer-local for file-precious-flag.
12425 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12427         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12428         for duplicates which are removed.  The invalid sort check then
12429         triggers a rescan after the sort as sorting may have moved
12430         duplicate entries such that they can be cheaply detected.
12432 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12434         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12436 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12438         * gnus-agent.el (gnus-agent-article-alist-save-format):
12439         Change internal variable to a custom variable.  Change default value
12440         from compressed(2) to uncompressed(1).
12441         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12442         support for uncompressed agentview files.  Taken together, reading
12443         the agentview file should now be 6-7 times faster.
12445 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12447         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12448         as a buffer-local variable.  This avoids creating truncated
12449         dribble files as a result of a hang up, eg.
12451 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12453         * gnus-start.el (gnus-start-draft-setup):
12454         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12456         * gnus.el (gnus-splash): Change custom group.
12457         (gnus-group-get-parameter, gnus-group-parameter-value):
12458         Describe allow-list argument.
12460         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12461         string.
12463 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12465         * gnus-art.el (gnus-default-article-saver): Add user-defined
12466         `function' to custom type.
12468 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12470         * imap.el (imap-open): Handle case where buffer is a buffer
12471         object.
12473 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12475         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12476         long lines.
12477         (gnus-cache-delete-group): Wrap doc strings.
12479         * gnus-agent.el (gnus-agent-rename-group)
12480         (gnus-agent-delete-group): Wrap doc strings.
12482 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12484         * gnus-start.el (gnus-1): Add "native" to
12485         gnus-predefined-server-alist.
12487         * gnus.el (gnus-method-to-server): Don't add "native" to the
12488         lists here, because that leads to problems when
12489         gnus-select-method is bound.
12491 2005-11-09  Simon Josefsson  <jas@extundo.com>
12493         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12494         use (not sort-by-date) instead.
12496 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12498         * gnus-delay.el (gnus-delay-group): Don't autoload.
12499         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12500         to be re-loaded when customizing the `gnus-delay' group.
12502 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12504         * message.el: Revert last changes.
12505         (message-insert-citation-line): Use newlines.
12507 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12509         * message.el (message-courtesy-message)
12510         (message-mark-insert-begin, message-mark-insert-end)
12511         (message-elide-ellipsis, message-cancel-message)
12512         (message-add-header, message-change-subject)
12513         (message-cross-post-followup-to-header)
12514         (message-cross-post-insert-note, message-reduce-to-to-cc)
12515         (message-widen-reply, message-delete-not-region)
12516         (message-kill-to-signature, message-insert-signature)
12517         (message-insert-importance-high, message-insert-importance-low)
12518         (message-insert-or-toggle-importance)
12519         (message-insert-disposition-notification-to)
12520         (message-indent-citation, message-yank-original)
12521         (message-cite-original-without-signature, message-cite-original)
12522         (message-insert-citation-line, message-position-on-field)
12523         (message-fix-before-sending, message-send-mail-partially)
12524         (message-send-mail, message-send-mail-with-sendmail)
12525         (message-send-mail-with-qmail, message-send-news)
12526         (message-check-news-header-syntax, message-generate-headers)
12527         (message-insert-courtesy-copy, message-fill-address)
12528         (message-fill-header, message-shorten-references)
12529         (message-setup-1, message-cancel-news)
12530         (message-forward-make-body-plain, message-forward-make-body-mime)
12531         (message-forward-make-body-mml, message-encode-message-body)
12532         (message-forward-make-body-digest-plain)
12533         (message-forward-make-body-digest-mime)
12534         (message-use-alternative-email-as-from): Insert `hard-newline'
12535         instead of ordinary newlines.
12537 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12539         * message.el (message-generate-headers): Downcase the argument
12540         given to message-check-element.
12542 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12544         * nntp.el (nntp-authinfo-rejected): New error condition.
12545         (nntp-wait-for): Use new error condition to signal authentication
12546         error.
12547         (nntp-retrieve-data): Rethrow new error condition to break out of
12548         recursive call to nntp-send-authinfo.
12550 2005-11-08  Romain Francoise  <romain@orebokech.com>
12552         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12553         (gnus-summary-exit-map): Bind to `Z p'.
12554         (gnus-summary-make-menu-bar): Add menu item.
12556 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12558         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12559         (gnus-treat-*): Add `first' in all doc strings.
12561         * gnus-group.el (gnus-group-compact-group): Fix typo.
12563 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12565         * gnus.el (gnus-parameters-case-fold-search): New variable.
12566         (gnus-parameters-get-parameter): Use it.
12568         * gnus-score.el (gnus-home-score-file): Doc fix.
12570 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12572         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12574 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12576         * mm-util.el (mm-special-display-p): New function.
12578         * mml.el (mml-preview): Use it; doc fix.
12580 2005-10-29  Romain Francoise  <romain@orebokech.com>
12582         * message.el (message-fix-before-sending): Fix comment.
12584 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12586         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12588 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12590         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12591         Used in gnus-score.el.
12593 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12595         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12597 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12599         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12600         whitespace removed in revision 7.8.  Use concatenated string to
12601         protect trailing whitespace.
12603 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12605         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12606         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12607         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12608         Courier IMAP ("some version from 2004").  Mostly based on similar
12609         code in the same function.
12611 2005-10-26  Didier Verna  <didier@xemacs.org>
12613         * gnus-group.el (gnus-group-compact-group): Invalidate original
12614         article buffer.
12615         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12616         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12617         NOV database and in article itself.
12618         Invalidate article backlog.
12620 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12622         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12624 2005-10-26  Simon Josefsson  <jas@extundo.com>
12626         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12627         part of 2004-07-25 change.
12629 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12631         * message.el (message-display-completion-list): New function.
12632         (message-expand-group): Use it; make sure the Completions buffer
12633         is modifiable.
12635 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12637         * imap.el (imap-open): Handle case where buffer is a buffer object.
12639 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
12641         * pgg-def.el:
12642         * pgg-gpg.el:
12643         * pgg-parse.el:
12644         * pgg-pgp.el:
12645         * pgg-pgp5.el:
12646         * pgg.el: Move to the parent lisp directory.
12648 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12650         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12651         user-mail-name is an empty string.
12653 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12655         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12656         depending on gnus-score-decay-constant.
12658         * encrypt.el (encrypt-insert-file-contents)
12659         (encrypt-write-file-contents): Don't use `gnus-message'.
12661         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12662         arguments.
12663         (mm-uu-type-alist): Add message-marks and insert-marks.
12664         Pass arguments to mm-uu-verbatim-marks-extract.
12665         (mm-uu-hide-markers): New variable.
12666         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12668         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12669         (gnus-convert-image-to-face-command): Use "convert" by default to
12670         allow other input image formats.
12671         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12672         accordingly.
12674 2005-10-23  Simon Josefsson  <jas@extundo.com>
12676         * imap.el (imap-gssapi-program): Align command line parameters
12677         with latest GNU SASL.
12678         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12680 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12682         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12683         HTML.
12684         (nnslashdot-request-article): Ditto.
12686 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12688         * mail-source.el (mail-source-fetch-pop): Require pop3.
12689         (mail-source-check-pop): Ditto.
12691 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12693         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12694         errors.
12696 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12698         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12699         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12701         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12703         * mm-bodies.el (mm-decode-string):
12704         Call `mm-charset-to-coding-system' with allow-override argument.
12706 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12708         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12709         (rfc2047-charset-to-coding-system): New function.
12710         (rfc2047-decode-encoded-words): New function.
12711         (rfc2047-decode-region): Use them.
12712         (rfc2047-decode-cte): Remove.
12713         (rfc2047-parse-and-decode): Remove.
12714         (rfc2047-decode): Remove.
12716 2005-10-15  Kenichi Handa  <handa@m17n.org>
12718         * rfc2047.el (rfc2047-decode-cte): New function.
12719         (rfc2047-decode-region): Change the way to decode successive
12720         encoded-words: decode B- or Q-encoding in each encoded-word,
12721         concatenate them, and decode it as charset.
12723 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12725         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12726         widget-move-and-invoke.
12727         (gnus-custom-mode): Use gnus-custom-map.
12729 2005-10-15  Bill Wohler  <wohler@newt.com>
12731         * message.el (message-tool-bar-map): Rename image file from
12732         mail_send to mail/send.
12734 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12736         * message.el (message-expand-group): Pass the common
12737         prefix substring of completion to `display-completion-list'.
12739 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12741         * mml-sec.el (mml-secure-method): New internal variable.
12742         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12743         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12744         New functions using mml-secure-method.
12746         * mml.el (mml-mode-map): Add key bindings for those functions.
12747         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12748         Harder <harder@myrealbox.com>.
12749         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12750         Goto end of message if point is the headers of the message.
12752         * message.el (message-in-body-p): New function.
12754         * assistant.el: Autoload gnus-util and netrc.
12756         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12757         Use `mm-charset-override-alist' only when decoding.
12759         * mm-bodies.el (mm-decode-body):
12760         Call `mm-charset-to-coding-system' with allow-override argument.
12762         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12763         `filename' from Content-Disposition if Content-Type doesn't
12764         provide `name'.
12765         (gnus-mime-view-part-as-type): Set default instead of
12766         initial-input.
12768 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12770         * format-spec.el (format-spec): Propagate text properties of % spec.
12772 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12774         * gnus-art.el (gnus-treat-predicate): Add `first'.
12776 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12778         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12779         (mm-charset-override-alist): New variable.
12780         (mm-charset-to-coding-system): Use it.
12781         (mm-codepage-setup): New helper function.
12782         (mm-charset-eval-alist): New variable.
12783         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12784         Warn about unknown charsets.
12786 2005-10-04  David Hansen  <david.hansen@gmx.net>
12788         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12789         (nnrss-check-group): Ditto.
12791 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12793         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12794         Rename x-gnus-verbatim to x-verbatim.
12795         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12797         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12798         x-verbatim.
12800         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12802         * gnus-util.el (gnus-remove-duplicates): Remove.
12804         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12805         instead of gnus-remove-duplicates.
12807         * message.el (message-remove-duplicates): Remove.
12808         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12809         message-remove-duplicates.
12811         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12812         available, else use implementation from `delete-dups'.
12814         * message.el (message-insert-expires): New function.
12815         (message-mode-map): Add key binding.
12816         (message-mode-field-menu): Add menu entry.
12817         (message-mode): Document it.
12818         (message-make-expires-date): Use `message-make-date'.
12820 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12822         * message.el (message-make-expires-date): New function.
12824 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12826         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12828 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12830         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12831         function rather than the diff-mode.el package.
12832         (mm-display-external): Use with-current-buffer.
12833         (mm-viewer-completion-map, mm-viewer-completion-map):
12834         Move initialization inside declaration.
12836 2005-09-29  Simon Josefsson  <jas@extundo.com>
12838         * spam.el: Load hashcash when compiling, to avoid warnings.
12839         Don't autoload mail-check-payment.
12840         (spam-check-hashcash): Define unconditionally, since hashcash.el
12841         is part of Gnus now.  Ignore errors from payment checking.
12843 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12845         * message.el (message-bold-region, message-unbold-region):
12846         Rename from `bold-region' and `unbold-region'.
12848         * message.el: Remove useless autoloads.
12850 2005-09-28  Simon Josefsson  <jas@extundo.com>
12852         * message.el (message-use-idna): Default to t.
12853         (message-use-idna): Test whether encoding works too.  Doc fix.
12855 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12857         * nntp.el (nntp-warn-about-losing-connection): Remove.
12859 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12861         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12862         customizable.  Change default value.
12863         (mm-uu-diff-groups-regexp): Change default value.
12864         (mm-uu-type-alist): Add doc string.
12865         (mm-uu-configure): Add doc string.  Make it interactive.
12866         (mm-uu-tex-groups-regexp): New variable.
12867         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12868         (mm-uu-type-alist): Add LaTeX documents.
12869         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12870         of "text/verbatim".
12871         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12873         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12874         instead of "text/verbatim".
12876         * message.el (message-mark-inserted-region)
12877         (message-mark-insert-file): Use slrn style marks when called with
12878         prefix argument.
12880 2005-09-27  Simon Josefsson  <jas@extundo.com>
12882         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12884 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12886         * message.el (message-remove-duplicates): New function.
12887         Implementation borrowed from `gnus-remove-duplicates'.
12888         (message-idna-to-ascii-rhs): Also encode idna addresses in
12889         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12890         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12891         only ask about the same idna domain once per header and also tell
12892         in what header to replace the idna domain.
12894         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12895         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12896         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12897         a header is decoded and not just the last one.
12899 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12901         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12902         has been decoded.
12904         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12905         (mm-insert-part): Don't modify text if it has been decoded.
12907         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12908         decoded.
12910         * mm-view.el (mm-inline-text): Don't strip text props unless
12911         decoding enriched or richtext parts.
12913 2005-09-25  Romain Francoise  <romain@orebokech.com>
12915         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12916         * gnus-start.el (gnus-subscribe-interactively):
12917         * gnus-uu.el (gnus-uu-grab-articles):
12918         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12919         space.
12921 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12923         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12924         * mm-view.el (mm-view-pkcs7-decrypt):
12925         * gnus-sum.el (gnus-summary-limit-to-extra)
12926         (gnus-summary-respool-article, gnus-read-move-group-name):
12927         * gnus-score.el (gnus-summary-increase-score):
12928         * gnus-util.el (gnus-completing-read-with-default):
12929         * gnus-art.el (gnus-read-save-file-name)
12930         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12931         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12932         * message.el (message-check-news-header-syntax):
12933         Follow convention for reading with the minibuffer.
12935 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12937         * spam-report.el (spam-report-url-ping-plain):
12938         Use gnus-extended-version as User-Agent.
12940         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12941         default value is nil.
12943         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
12944         (mm-uu-verbatim-marks-extract): New function.
12945         (mm-uu-extract): New face.
12946         (mm-uu-copy-to-buffer): Use it.
12948         * spam-report.el (spam-report-gmane-ham): Rename from
12949         `spam-report-gmane-unspam'.
12950         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
12951         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12953         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12954         Autoload.
12955         (spam-report-gmane-unregister-routine):
12956         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12958 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12960         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12961         (spam-report-gmane-unregister-routine): Add support for gmane
12962         unregistration.
12964         * spam-report.el (spam-report-gmane-unspam)
12965         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12966         (spam-report-gmane): Change to take a single article and do unspam
12967         registration.
12969 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12971         * mm-url.el (mm-url-decode-entities): Fix regexp.
12973 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12975         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12976         default to nil, to be able to use Gnus at all.  If the default
12977         switches to something else, then the function should be fixed not
12978         be exceedingly slow.
12980 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12982         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12983         fail hard.
12985         * spam-report.el: Add better Keywords line.
12987         * spam.el: Add Maintainer and better Keywords line.
12989 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12991         * gnus-art.el (gnus-article-replace-part)
12992         (gnus-mime-replace-part): New functions.
12993         (gnus-mime-action-alist, gnus-mime-button-commands)
12994         (gnus-mime-save-part-and-strip): Add file argument.
12995         (gnus-article-part-wrapper): Add interactive argument.
12997         * gnus-sum.el (gnus-summary-mime-map):
12998         Add `gnus-article-replace-part'.
13000 2005-09-19  Didier Verna  <didier@xemacs.org>
13002         The nnml compaction feature:
13003         * nnml.el (nnml-request-compact-group): New function.
13004         * nnml.el (nnml-request-compact): New function.
13005         * gnus-int.el (gnus-request-compact-group): New function.
13006         * gnus-int.el (gnus-request-compact): New function.
13007         * gnus-group.el (gnus-group-compact-group): New function.
13008         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13009         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13010         * gnus-srvr.el (gnus-server-compact-server): New function.
13011         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13012         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13014 2005-09-18  Deepak Goel  <deego@gnufans.org>
13016         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13017         format spec.
13019 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13021         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13023 2005-09-15  Romain Francoise  <romain@orebokech.com>
13025         * message.el (message-fill-paragraph): Clarify docstring.
13027 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13029         * gnus-art.el (gnus-mime-display-part): Protect against broken
13030         MIME messages.
13032 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13034         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13035         before parsing header.
13037 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13039         * html2text.el (html2text-replace-list): Add new entities.
13041 2005-09-11  Romain Francoise  <romain@orebokech.com>
13043         * message.el (message-alternative-emails): Improve docstring.
13044         (message-setup-1): Call `message-use-alternative-email-as-from'
13045         after `message-setup-hook' to give it precedence over posting
13046         styles, etc.
13047         (message-use-alternative-email-as-from): Add docstring.
13048         Remove the original From header if present.
13050         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13051         (nnml-save-mail): Use it.
13053         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13054         articles.  Add new argument `silent'.
13055         (gnus-uu-mark-all): Report the total number of marked articles.
13057 2005-09-10  Romain Francoise  <romain@orebokech.com>
13059         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13060         (gnus-uu-mark-series): Likewise.
13062 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13064         * spam-report.el (spam-report-gmane): Fix generation of spam
13065         report URL.
13067 2005-09-10  Simon Josefsson  <jas@extundo.com>
13069         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13070         t, based on discussion on the ding list with Robert Epprecht
13071         <epprecht@solnet.ch>.
13073 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13075         * spam-report.el (spam-report-gmane): Make it work without
13076         X-Report-Spam header.  Gmane now only provides Archived-At.
13077         This is only used if `spam-report-gmane-use-article-number' is nil.
13078         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13080         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13081         make `gnus-summary-sort-by-recipient' work with threading.
13083         * nnweb.el (nnweb-google-wash-article): Print a message if article
13084         is not available.
13086 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13088         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13089         change.  Decode text/* parts content before displaying.
13091 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13093         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13095 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13097         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13099 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13101         * message.el (message-tab-body-function): Fix mismatched custom type.
13103         * gnus.el (gnus-group-change-level-function): Ditto.
13105         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13107         * gnus-art.el (gnus-signature-limit)
13108         (gnus-article-mime-part-function): Ditto.
13110 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13112         * mml.el (mml-mode): Silence the byte compiler.
13114         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13115         using `(sit-for 0)' before moving the point to the specified part;
13116         skip unbuttonized parts.
13117         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13118         return to the summary window if gnus-auto-select-part is non-nil.
13120 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13122         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13123         New variables.
13124         (mml-dnd-attach-file, mml-mode): Use them.
13126         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13127         Make fetching article by MID work again for Google Groups.
13128         Add FIXME concerning gnus-group-make-web-group.
13130         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13131         Don't depend on Gnus by using mail-extract-address-components if
13132         gnus-extract-address-components is not bound.
13134 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13136         * gnus-art.el (gnus-mime-display-security): Don't display the
13137         signature, but only the signed part.
13139 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13141         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13143         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13144         list, not listp.
13146 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13148         * mm-encode.el (mm-encode-content-transfer-encoding):
13149         Likewise when encoding.
13151         * mm-bodies.el (mm-decode-content-transfer-encoding):
13152         De-canonicalize CRLF for all text content types, not just
13153         text/plain.
13155 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13157         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13158         valid article; point arrow and cursor at the MIME button.
13160 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13162         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13163         Suggested by Dan Christensen <jdc@uwo.ca>.
13165         * mm-decode.el (mm-save-part): Enable change of prompt.
13167 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13169         * gnus-msg.el (gnus-inews-add-send-actions):
13170         Make `message-post-method' lambda parameter ARG `&optional'.
13172 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13174         * gnus-sum.el (gnus-summary-mime-map):
13175         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13176         gnus-article-jump-to-part.
13178         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13179         (gnus-article-edit-part): Use it.
13180         (gnus-article-part-wrapper): Add no-handle argument.
13181         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13182         New functions.
13184 2005-08-29  Romain Francoise  <romain@orebokech.com>
13186         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13187         docstring.
13188         (gnus-face-from-file): Likewise.
13190 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13192         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13193         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13194         non-nil.
13195         (gnus-auto-select-part): New variable.
13196         (gnus-article-jump-to-part): New function.
13197         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13198         (gnus-mime-delete-part): Allow selecting specified part after
13199         deleting or stripping parts.
13200         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13201         part if argument is bogus.
13203 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13205         * gnus-art.el (w3m-minor-mode-map):
13206         * gnus-spec.el (gnus-newsrc-file-version):
13207         * gnus-util.el (nnmail-active-file-coding-system)
13208         (gnus-original-article-buffer, gnus-user-agent):
13209         * gnus.el (gnus-ham-process-destinations)
13210         (gnus-parameter-ham-marks-alist)
13211         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13212         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13213         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13214         * mm-decode.el (gnus-current-window-configuration):
13215         * mm-extern.el (gnus-article-mime-handles):
13216         * mm-url.el (url-current-object, url-package-name)
13217         (url-package-version):
13218         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13219         (smime-keys, w3m-cid-retrieve-function-alist)
13220         (w3m-current-buffer, w3m-display-inline-images)
13221         (w3m-minor-mode-map):
13222         * mml-smime.el (gnus-extract-address-components):
13223         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13224         (gnus-newsrc-hashtb, message-default-charset)
13225         (message-deletable-headers, message-options)
13226         (message-posting-charset, message-required-mail-headers)
13227         (message-required-news-headers):
13228         * mml1991.el (mc-pgp-always-sign):
13229         * mml2015.el (mc-pgp-always-sign):
13230         * nnheader.el (nnmail-extra-headers):
13231         * rfc1843.el (gnus-decode-encoded-word-function)
13232         (gnus-decode-header-function, gnus-newsgroup-name):
13233         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13235 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13237         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13238         the end of the date treatments.
13240 2005-08-15  Simon Josefsson  <jas@extundo.com>
13242         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13243         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13244         Capello and Romain Francoise.
13245         (pgg-fetch-key-function): Remove, not used?
13246         (pgg-insert-url-with-w3): Require url, to get
13247         url-insert-file-contents regardless of where it is defined.
13249 2005-08-13  Romain Francoise  <romain@orebokech.com>
13251         * message.el (message-cite-original-1): New function.
13252         (message-cite-original): Use it.
13253         (message-cite-original-without-signature): Ditto.
13255 2005-08-08  Romain Francoise  <romain@orebokech.com>
13257         * message.el (message-yank-empty-prefix): New variable.
13258         (message-indent-citation): Use it.
13259         (message-cite-original-without-signature): Respect X-No-Archive.
13261 2005-08-08  Simon Josefsson  <jas@extundo.com>
13263         * pgg.el: Autoload url-insert-file-contents instead of loading
13264         w3/url.
13265         (pgg-insert-url-with-w3): Don't load url here.
13267 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13269         * message.el (message-kill-to-signature): Don't insert newline at
13270         bol.
13271         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13273 2005-08-06  Romain Francoise  <romain@orebokech.com>
13275         * message.el (message-user-fqdn): Fix typo in docstring.
13277 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13279         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13281         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13283 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13285         * mm-bodies.el (mm-encode-body): Use coding system rather than
13286         charset to encode text.
13288         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13289         number of charsets if utf-8 is available (XEmacs).
13291 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13293         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13294         taken from `gnus-button-mid-or-mail-regexp'.
13295         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13296         (gnus-button-alist): Improve regexp for domain part of the MIDs
13297         for news:localpart@domain buttons.
13298         (gnus-button-ctan-directory-regexp): Update.
13300 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13302         * sieve-manage.el (sieve-manage-interactive-login):
13303         Use make-local-variable rather than make-variable-buffer-local.
13304         (sieve-manage-open): Ditto.
13305         (sieve-manage-authenticate): Ditto.
13307         * mml.el (mml-generate-mime-1): Make the content type default to
13308         text/plain if the filename is not specified.
13310 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13312         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13313         instead of insert-buffer.
13315         * message.el (message-yank-original): Ditto; set the mark at the
13316         end of the yanked message.
13318 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13320         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13321         lines to scroll rather than to stop it.
13323         * mml.el (mml-generate-default-type): Add doc string.
13324         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13325         default to application/octet-stream when determining the content
13326         type if it is not specified for the part or the mml contents; add
13327         a comment about mml-generate-default-type.
13329 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13331         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13332         make it default to application/octet-stream when determining the
13333         content type if it is not specified for the external contents.
13335 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13337         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13338         segmented parameter but also other parameters might be there.
13340 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13342         * mm-decode.el (mm-display-external): Delete temp file, directory
13343         and buffer immediately if the external process is exited.
13345 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13347         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13348         fewer lines than that of scroll-margin.
13349         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13351 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13353         * gnus-art.el (gnus-article-next-page): Revert.
13354         (gnus-article-beginning-of-window): New macro.
13355         (gnus-article-next-page-1): Use it.
13356         (gnus-article-prev-page): Ditto.
13357         (gnus-article-edit-part): Use insert-buffer-substring instead of
13358         insert-buffer.
13359         (gnus-article-edit-exit): Ditto.
13361         * gnus-util.el (gnus-beginning-of-window): Remove.
13362         (gnus-end-of-window): Remove.
13364 2005-07-25  Simon Josefsson  <jas@extundo.com>
13366         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13367         to have the url package without w3.  Reported by Daiki Ueno
13368         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13370 2005-07-20  Didier Verna  <didier@xemacs.org>
13372         * gnus-diary.el: Remove the description comment (nndiary is now
13373         properly documented in the Gnus manual).
13374         Fix the spelling of "Back End".
13375         * nndiary.el: Ditto.
13376         Fix the copyright notice.
13378 2005-07-18  Romain Francoise  <romain@orebokech.com>
13380         * gnus-sum.el (gnus-summary-to-prefix)
13381         (gnus-summary-newsgroup-prefix): New variables.
13382         (gnus-summary-from-or-to-or-newsgroups): Use them.
13384 2005-07-17  Romain Francoise  <romain@orebokech.com>
13386         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13387         space as it's generally not especially interesting to the user.
13389 2005-07-16  Romain Francoise  <romain@orebokech.com>
13391         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13392         nil to avoid prompting and file modification if one of the
13393         messages at the top of the nnfolder file contains a copyright
13394         notice.
13395         Update copyright notice.
13397         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13398         instead of `current-time-string' as the latter creates a time
13399         string that is not RFC 2822 compliant (it lacks the zone).
13400         Update copyright notice.
13402 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13404         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13405         for text/rtf.  Display default in prompt.  Pass default for M-n.
13407         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13409 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13411         * gnus-msg.el (gnus-button-mailto):
13412         Remove save-selected-window-window hackery because it relies on
13413         save-selected-window internals.
13415 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13417         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13418         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13419         (gnus-article-prev-page): Ditto.
13421         * gnus-util.el (gnus-beginning-of-window): New function.
13422         (gnus-end-of-window): New function.
13424 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13426         * gnus-score.el (gnus-score-edit-all-score):
13427         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13428         gnus-message.
13430 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13432         * gnus-msg.el (gnus-button-mailto):
13433         Remove save-selected-window-window hackery because it relies on
13434         save-selected-window internals.
13436 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13438         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13439         add-minor-mode.
13440         (gnus-binary-mode): Ditto.
13442         * gnus-topic.el (gnus-topic-mode): Ditto.
13444 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13446         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13447         (gnus-article-prev-page): Take scroll-margin into consideration.
13449 2005-07-04  Lute Kamstra  <lute@gnu.org>
13451         Update FSF's address in GPL notices.
13453 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13455         * gnus.el (gnus-exit):
13456         * gnus-group.el (gnus-group-icons):
13457         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13459         * gnus-nocem.el (gnus-nocem):
13460         * message.el (message-various, message-buffers, message-sending)
13461         (message-interface, message-forwarding, message-insertion)
13462         (message-headers, message-news, message-mail):
13463         * pgg-gpg.el (pgg-gpg):
13464         * pgg-parse.el (pgg-parse):
13465         * pgg-pgp.el (pgg-pgp):
13466         * pgg-pgp5.el (pgg-pgp5):
13467         * pop3.el (pop3): Finish `defgroup' description with period.
13469 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13471         * gnus-art.el (article-display-face): Improve the efficiency.
13472         (article-display-x-face): Ditto; remove grey x-face stuff.
13474 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13476         * gnus-art.el (article-display-face): Correct the position in
13477         which Faces are inserted.
13479 2005-06-29  Didier Verna  <didier@xemacs.org>
13481         * gnus-art.el (article-display-face): Display faces in correct
13482         order.
13484 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13486         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13487         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13488         (gnus-nocem-check-article): Fetch the Type header.
13489         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13490         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13491         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13492         make sure gnus-nocem-hashtb is initialized.
13493         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13494         (gnus-nocem-unwanted-article-p): Ditto.
13496         * pgg.el (pgg-verify): Return the verification result.
13498 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13500         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13501         is ascii.
13503 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13505         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13506         `show-nonbreak-escape'.
13508 2005-06-23  Lute Kamstra  <lute@gnu.org>
13510         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13512         * dig.el (dig-mode):
13513         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13515 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13517         * nnimap.el (nnimap-split-download-body): Fix spellings.
13519 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13521         * gnus-art.el (gnus-article-encrypt-body):
13522         * gnus-cus.el (gnus-score-customize):
13523         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13524         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13526 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13528         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13529         header by looking for magic "MII" at the beginnig.
13531 2005-06-16  Miles Bader  <miles@gnu.org>
13533         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13534         (assistant-field-face): New backward-compatibility alias for renamed
13535         face.
13536         (assistant-render-text): Use renamed assistant-field face.
13538         * spam.el (spam): Remove "-face" suffix from face name.
13539         (spam-face): New backward-compatibility alias for renamed face.
13540         (spam-face, spam-initialize): Use renamed spam face.
13542         * message.el (message-header-to, message-header-cc)
13543         (message-header-subject, message-header-newsgroups)
13544         (message-header-other, message-header-name)
13545         (message-header-xheader, message-separator, message-cited-text)
13546         (message-mml): Remove "-face" suffix from face names.
13547         (message-header-to-face, message-header-cc-face)
13548         (message-header-subject-face, message-header-newsgroups-face)
13549         (message-header-other-face, message-header-name-face)
13550         (message-header-xheader-face, message-separator-face)
13551         (message-cited-text-face, message-mml-face):
13552         New backward-compatibility aliases for renamed faces.
13553         (message-font-lock-keywords): Use renamed message faces.
13555         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13556         (sieve-test-commands, sieve-tagged-arguments):
13557         Remove "-face" suffix from face names.
13558         (sieve-control-commands-face, sieve-action-commands-face)
13559         (sieve-test-commands-face, sieve-tagged-arguments-face):
13560         New backward-compatibility aliases for renamed faces.
13561         (sieve-control-commands-face, sieve-action-commands-face)
13562         (sieve-test-commands-face, sieve-tagged-arguments-face):
13563         Use renamed sieve faces.
13565         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13566         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13567         (gnus-group-news-3-empty, gnus-group-news-4)
13568         (gnus-group-news-4-empty, gnus-group-news-5)
13569         (gnus-group-news-5-empty, gnus-group-news-6)
13570         (gnus-group-news-6-empty, gnus-group-news-low)
13571         (gnus-group-news-low-empty, gnus-group-mail-1)
13572         (gnus-group-mail-1-empty, gnus-group-mail-2)
13573         (gnus-group-mail-2-empty, gnus-group-mail-3)
13574         (gnus-group-mail-3-empty, gnus-group-mail-low)
13575         (gnus-group-mail-low-empty, gnus-summary-selected)
13576         (gnus-summary-cancelled, gnus-summary-high-ticked)
13577         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13578         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13579         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13580         (gnus-summary-low-undownloaded)
13581         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13582         (gnus-summary-low-unread, gnus-summary-normal-unread)
13583         (gnus-summary-high-read, gnus-summary-low-read)
13584         (gnus-summary-normal-read, gnus-splash):
13585         Remove "-face" suffix from face names.
13586         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13587         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13588         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13589         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13590         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13591         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13592         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13593         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13594         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13595         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13596         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13597         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13598         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13599         (gnus-summary-normal-ticked-face)
13600         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13601         (gnus-summary-normal-ancient-face)
13602         (gnus-summary-high-undownloaded-face)
13603         (gnus-summary-low-undownloaded-face)
13604         (gnus-summary-normal-undownloaded-face)
13605         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13606         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13607         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13608         (gnus-splash-face):
13609         New backward-compatibility aliases for renamed faces.
13610         (gnus-group-startup-message): Use renamed gnus faces.
13612         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13613         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13614         (gnus-server-agent): Remove "-face" suffix from face names.
13615         (gnus-server-agent-face, gnus-server-opened-face)
13616         (gnus-server-closed-face, gnus-server-denied-face)
13617         (gnus-server-offline-face):
13618         New backward-compatibility aliases for renamed faces.
13619         (gnus-server-agent-face, gnus-server-opened-face)
13620         (gnus-server-closed-face, gnus-server-denied-face)
13621         (gnus-server-offline-face): Use renamed gnus faces.
13623         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13624         Remove "-face" suffix from face names.
13625         (gnus-picon-xbm-face, gnus-picon-face):
13626         New backward-compatibility aliases for renamed faces.
13628         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13629         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13630         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13631         (gnus-cite-11): Remove "-face" suffix from face names.
13632         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13633         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13634         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13635         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13636         New backward-compatibility aliases for renamed faces.
13637         (gnus-cite-attribution-face, gnus-cite-face-list)
13638         (gnus-article-boring-faces): Use renamed gnus faces.
13640         * gnus-art.el (gnus-signature, gnus-header-from)
13641         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13642         (gnus-header-content): Remove "-face" suffix from face names.
13643         (gnus-signature-face, gnus-header-from-face)
13644         (gnus-header-subject-face, gnus-header-newsgroups-face)
13645         (gnus-header-name-face, gnus-header-content-face):
13646         New backward-compatibility aliases for renamed faces.
13647         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13649         * gnus-sum.el (gnus-summary-selected-face)
13650         (gnus-summary-highlight): Use renamed gnus faces.
13651         * gnus-group.el (gnus-group-highlight): Likewise.
13653 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13655         * gnus-sieve.el (gnus-sieve-article-add-rule):
13656         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13657         * spam-stat.el (spam-stat-buffer-change-to-spam)
13658         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13660         * message.el (message-is-yours-p):
13661         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13663 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13665         * mm-view.el (mm-inline-text): Withdraw the last change.
13667 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13669         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13670         executing enriched-decode.
13672 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13674         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13675         charset of tar files.
13677 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13679         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13681 2005-06-04  Lute Kamstra  <lute@gnu.org>
13683         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13684         information is never recorded.
13686 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13688         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13690 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13692         * pop3.el (pop3-apop): Run md5 in the binary mode.
13694         * starttls.el (starttls-set-process-query-on-exit-flag):
13695         Use eval-and-compile.
13697 2005-05-31  Simon Josefsson  <jas@extundo.com>
13699         * smime.el (smime-replace-in-string): Define.
13700         (smime-cert-by-ldap-1): Use it.
13702 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13704         * gnus-art.el (article-display-x-face): Replace
13705         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13707         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13708         set-process-query-on-exit-flag or process-kill-without-query.
13710         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13711         loop instead of replace-regexp.
13713         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13714         instead of process-kill-without-query if it is available.
13716         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13717         instead of find-file-hooks if it is available.
13719         * mml1991.el: Bind pgg-default-user-id when compiling.
13721         * mml2015.el: Bind pgg-default-user-id when compiling.
13723         * nndraft.el (nndraft-request-associate-buffer):
13724         Use write-contents-functions instead of write-contents-hooks if it is
13725         available.
13727         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13728         instead of find-file-hooks if it is available.
13730         * nntp.el (nntp-open-connection): Replace
13731         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13732         (nntp-open-ssl-stream): Ditto.
13733         (nntp-open-tls-stream): Ditto.
13735         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13736         set-process-query-on-exit-flag or process-kill-without-query.
13737         (starttls-open-stream-gnutls): Use it instead of
13738         process-kill-without-query.
13739         (starttls-open-stream): Ditto.
13741 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13743         * smime.el (smime-cert-by-ldap-1): Don't use
13744         replace-regexp-in-string.
13746 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13748         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13750         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13751         in PEM format.  Adjust to the XEmacs compability.
13753 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13755         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13756         by `string-to-number'.
13757         * gnus-agent.el (gnus-agent-regenerate-group)
13758         (gnus-agent-fetch-articles): Ditto.
13759         * gnus-art.el (gnus-button-fetch-group): Ditto.
13760         * gnus-cache.el (gnus-cache-generate-active)
13761         (gnus-cache-articles-in-group): Ditto.
13762         * gnus-group.el (gnus-group-set-current-level)
13763         (gnus-group-insert-group-line): Ditto.
13764         * gnus-score.el (gnus-score-set-expunge-below)
13765         (gnus-score-set-mark-below, gnus-summary-score-effect)
13766         (gnus-summary-score-entry): Ditto.
13767         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13768         (gnus-soup-pack): Ditto.
13769         * gnus-spec.el (gnus-xmas-format): Ditto.
13770         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13771         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13772         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13773         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13774         * nndb.el (nndb-get-remote-expire-response): Ditto.
13775         * nndiary.el (nndiary-parse-schedule-value)
13776         (nndiary-string-to-number, nndiary-request-replace-article)
13777         (nndiary-request-article): Ditto.
13778         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13779         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13780         * nneething.el (nneething-make-head): Ditto.
13781         * nnfolder.el (nnfolder-request-article)
13782         (nnfolder-retrieve-headers): Ditto.
13783         * nnheader.el (nnheader-file-to-number): Ditto.
13784         * nnkiboze.el (nnkiboze-request-article): Ditto.
13785         * nnmail.el (nnmail-process-unix-mail-format)
13786         (nnmail-process-babyl-mail-format): Ditto.
13787         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13788         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13789         (nnmh-request-create-group, nnmh-request-list-1)
13790         (nnmh-request-group, nnmh-request-article): Ditto.
13791         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13792         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13793         * nnsoup.el (nnsoup-make-active): Ditto.
13794         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13795         * nntp.el (nntp-find-group-and-number)
13796         (nntp-retrieve-headers-with-xover): Ditto.
13797         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13798         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13799         (pgg-format-key-identifier): Ditto.
13800         * pop3.el (pop3-last, pop3-stat): Ditto.
13801         * qp.el (quoted-printable-decode-region): Ditto.
13803         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13804         of concat.
13806 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13808         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13810         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13812         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13814         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13816         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13818         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13820         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13821         (gnus-carpal-mode): Ditto.
13823         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13824         (gnus-browse-mode): Ditto.
13826         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13828         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13830 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13832         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13834 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13836         * gnus-util.el (gnus-run-mode-hooks): New function.
13838         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13840 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13842         * gnus-agent.el (gnus-agent-make-mode-line-string):
13843         Use mode-line-highlight as mouse-face.
13845 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13847         * canlock.el (canlock): Change the parent group to news.
13849         * deuglify.el (gnus-outlook-deuglify): Add :group.
13851         * dig.el (dig): Add :group.
13853         * dns-mode.el (dns-mode): Add :group.
13855         * encrypt.el (encrypt): Add :group.
13857         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13858         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13859         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13860         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13861         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13863         * gnus-diary.el (gnus-diary): Add :group.
13865         * gnus.el (gnus-group-news-1-face): Add :group.
13866         (gnus-group-news-1-empty-face): Ditto.
13867         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13868         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13869         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13870         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13871         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13872         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13873         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13874         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13875         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13876         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13877         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13878         (gnus-summary-high-ticked-face): Ditto.
13879         (gnus-summary-low-ticked-face): Ditto.
13880         (gnus-summary-normal-ticked-face): Ditto.
13881         (gnus-summary-high-ancient-face): Ditto.
13882         (gnus-summary-low-ancient-face): Ditto.
13883         (gnus-summary-normal-ancient-face): Ditto.
13884         (gnus-summary-high-undownloaded-face): Ditto.
13885         (gnus-summary-low-undownloaded-face): Ditto.
13886         (gnus-summary-normal-undownloaded-face): Ditto.
13887         (gnus-summary-high-unread-face): Ditto.
13888         (gnus-summary-low-unread-face): Ditto.
13889         (gnus-summary-normal-unread-face): Ditto.
13890         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13891         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13893         * hashcash.el (hashcash): New custom group.
13894         (hashcash-default-payment): Add :group.
13895         (hashcash-payment-alist): Ditto.
13896         (hashcash-default-accept-payment): Ditto.
13897         (hashcash-accept-resources): Ditto.
13898         (hashcash-path): Ditto.
13899         (hashcash-extra-generate-parameters): Ditto.
13900         (hashcash-double-spend-database): Ditto.
13901         (hashcash-in-news): Ditto.
13903         * message.el (message-minibuffer-local-map): Add :group.
13905         * netrc.el (netrc): Add :group.
13907         * sieve-manage.el (sieve-manage-log): Add :group.
13908         (sieve-manage-default-user): Diito.
13909         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13910         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13911         (sieve-manage-authenticators): Ditto.
13912         (sieve-manage-authenticator-alist): Ditto.
13913         (sieve-manage-default-port): Ditto.
13915         * sieve-mode.el (sieve-control-commands-face): Add :group.
13916         (sieve-action-commands-face): Ditto.
13917         (sieve-test-commands-face): Ditto.
13918         (sieve-tagged-arguments-face): Ditto.
13920         * smime.el (smime): Add :group.
13922         * spam-report.el (spam-report): Add :group.
13924         * spam.el (spam, spam-face): Add :group.
13926 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13928         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13929         return \n.\n.\n at the end of articles.  Protect against that.
13930         (nntp-with-open-group): Allow debugging.
13932         * nnheader.el (mail-header-set-extra): Make into a function
13933         because I just could't understand how to quote the list properly.
13935         * dns.el (query-dns-cached): New function.
13937 2005-05-26  Lute Kamstra  <lute@gnu.org>
13939         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13941 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13943         * gnus-art.el: Don't autoload mail-extract-address-components.
13945         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13946         eval-and-compile to evaluate it.
13948         * hashcash.el: Don't autoload executable-find.
13950         * nndb.el: Don't declare the nndb back end two or more times; don't
13951         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13953         * nntp.el: Autoload format-spec instead of format; use
13954         eval-and-compile to evaluate autoload forms.
13956 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13958         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13960 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13962         * gnus.el (gnus-version-number): Bump version.
13964 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13966         * gnus.el: No Gnus v0.3 is released.
13968 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13970         * gnus-art.el (gnus-article-edit-part): Disable undo.
13972 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13974         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13975         gnus-article-date-lapsed-new-header is t if date timer is active;
13976         skip headers in which the original date value is empty.
13977         (gnus-article-save-original-date): Redefine it as a macro.
13978         (gnus-display-mime): Use it.
13980 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13982         * gnus-art.el (article-date-ut): Support converting date in
13983         forwarded parts as well.
13984         (gnus-article-save-original-date): New function.
13985         (gnus-display-mime): Use it.
13987 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13989         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13990         enclosure element of <item>.
13992 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13994         * message.el (message-kill-buffer-query): Rename from
13995         `message-kill-buffer-query-if-modified'.  Add :version.
13997 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13999         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14000         window layout.
14002 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14004         * mml.el: Autoload dnd when compiling.
14006 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14008         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14009         x-dnd-*.
14011 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14013         * qp.el (quoted-printable-encode-region): Save excursion.
14015 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14017         * message.el (message-kill-buffer-query-if-modified): Add new variable
14018         so the user can kill a modified message buffer quickly.
14019         (message-kill-buffer): Use it.
14021 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14023         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
14024         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14026 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14028         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14029         contained in text because xml.el decodes entities) with LFs.
14031 2005-04-11  Lute Kamstra  <lute@gnu.org>
14033         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14034         differently.
14036 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14038         * mm-util.el (mm-detect-coding-region): Typo.
14040 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14042         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14044 2005-04-06  Deepak Goel  <deego@gnufans.org>
14046         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14047         user-function allow user modifications of the scores.
14048         (spam-stat-score-buffer-user): New function, to allow
14049         user-computed modifications to the score.
14050         (spam-stat-score-buffer-user-functions): List of additional
14051         scoring functions.
14052         (spam-stat-error-holder): Global temporary error holder.
14053         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14054         variable.
14056 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14058         * gnus-registry.el (gnus-registry-clean-empty-function)
14059         (gnus-registry-trim, gnus-registry-fetch-groups)
14060         (gnus-registry-delete-group): Groups that match
14061         `gnus-registry-ignored-groups' are removed from the registry
14062         entries, not just ignored for splitting.  This helps clean up the
14063         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14064         to get all the groups a message ID is in.
14066         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14067         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14068         (spam-stat-score-buffer-user-functions): Add :number custom type.
14070 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14072         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14073         argument in XEmacs.
14075         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14076         (nnrss-request-group): Decode group name first.
14077         (nnrss-request-article): Make a text/plain article if mml-to-mime
14078         failed.
14079         (nnrss-get-encoding): Return a compatible encoding according to
14080         nnrss-compatible-encoding-alist.
14081         (nnrss-find-el): Use consp instead of listp.
14082         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14084 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14086         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14087         which Emacs 20 doesn't support.
14088         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14090 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14092         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14093         silence the byte compiler inside the defun.
14095         * gnus-demon.el (parse-time-string): Add autoload.
14097         * gnus-delay.el (parse-time-string): Add autoload.
14099         * gnus-art.el (parse-time-string): Add autoload.
14101         * nnultimate.el (parse-time): Require for `parse-time-string'.
14103 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14105         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14107         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14109         * smime.el (smime-ldap-host-list): Add :version.
14111 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14113         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14114         pass it to `gnus-browse-read-group'.
14115         (gnus-browse-read-group): Add NUMBER argument and pass it to
14116         `gnus-group-read-ephemeral-group'.
14118         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14119         argument and pass it to `gnus-group-read-group'.
14121 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14123         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14124         mm-xemacs-find-mime-charset-1 if we have the mule feature
14125         available at runtime.
14127 2005-03-25  Werner Lemberg  <wl@gnu.org>
14129         * nnmaildir.el: Replace `illegal' with `invalid'.
14131 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14133         * gnus-start.el (gnus-display-time-event-handler):
14134         Check display-time-timer at runtime rather than only at load time
14135         in case display-time-mode is turned off in the mean time.
14137 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14139         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14140         used.
14142         * nneething.el (nneething-map-file-directory): Derive from
14143         `gnus-directory'.
14145         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14146         the To/Cc button.
14148 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14150         * nnmaildir.el (nnmaildir-request-accept-article):
14151         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14153 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14155         * gnus-async.el: Require timer-funcs at compile time when in
14156         XEmacs for `run-with-idle-timer'.
14158 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14160         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14161         autoloaded function.
14163 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14165         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14167 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14169         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14171 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14173         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14174         Add gnus-expert-user to default.
14176 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14178         * nnimap.el (nnimap-open-server): Ditto.
14180         * imap.el (imap-authenticate): Fix typo.
14182 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14184         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14185         buffer (since IMAP server might return FETCH response out of
14186         order, and the nntp buffer must be sorted).
14188 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14190         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14191         comparison on string.
14193         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14194         (gnus-agent-score): Rename category keywords to match gnus-cus.
14195         (gnus-agent-summary-fetch-series): Modify to protect against
14196         gnus-agent-summary-fetch-group clearing processable flags.
14197         (gnus-agent-synchronize-group-flags): Update live group buffer as
14198         synchronization may occur due to the user toggle the plugged
14199         status.
14200         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14201         successfully downloaded.
14202         (gnus-agent-expire-group-1): Avoid using markers when the overview
14203         is in ascending order; greatly improves performance.
14204         (gnus-agent-regenerate-group):
14205         Use gnus-agent-synchronize-group-flags to reset read status in both
14206         gnus and server.
14207         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14209 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14211         * message.el: Don't autoload former message-utils variables.
14212         (message-strip-subject-trailing-was): Change doc string.
14214         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14215         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14216         (nnweb-google-search): Add "hl=en" here.
14217         (nnweb-google-parse-1, nnweb-google-create-mapping):
14218         Don't hardcode URL.
14220 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14222         * message.el (message-get-reply-headers, message-followup):
14223         Mention related variables `message-use-followup-to' and
14224         `message-use-mail-followup-to', in the information buffer.
14226         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14227         of broken groups(-beta).google.com.
14229 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14231         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14232         parameter to invoked gnus-request-move-article; remove the
14233         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14234         all at once instead of once per article.
14235         (gnus-summary-remove-process-mark): Accept a list of articles as
14236         well as a single article for processing.
14238         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14239         parameter.
14241         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14243         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14245         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14246         parameter.
14248         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14249         parameter.
14251         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14252         parameter and remove the gnus-sum-hint-move-is-internal variable.
14254         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14255         parameter.
14257         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14258         parameter.
14260         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14261         parameter.
14263         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14265         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14266         parameter.
14268         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14269         parameter.
14271 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14273         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14274         a more conservative way.
14276 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14278         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14279         buffer, so it moves the window's cursor.
14281 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14283         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14284         `mm-dissect-multipart' and receive the from field as an (optional)
14285         argument from `mm-dissect-multipart'.
14286         (mm-dissect-multipart): Receive the from field as an argument and
14287         pass it on when we call `mm-dissect-buffer' on MIME parts.
14288         Fixes verification/decryption of signed/encrypted MIME parts.
14290 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14292         * gnus-sum.el (gnus-summary-move-article):
14293         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14294         whatever it calls (right now, only nnimap-request-move article
14295         respects it).
14297         * nnimap.el (nnimap-request-move-article):
14298         When gnus-sum-hint-move-is-internal is set, don't do the extra
14299         nnimap-request-article.
14301 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14303         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14305         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14306         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14308         * gnus-sum.el (gnus-summary-caesar-message):
14309         Apply `gnus-treat-article' after rotation.
14311         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14312         doc string.
14314 2005-02-22  Simon Josefsson  <jas@extundo.com>
14316         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14317         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14318         <arne@arnested.dk>.
14319         (encrypt): Add password-cache and password-cache-expiry as group
14320         members.
14322 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14324         * smime.el (smime-ldap-host-list): Doc fix.
14325         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14326         cache) password.
14327         (smime-sign-region): Use it.
14328         (smime-decrypt-region): Use it.
14329         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14330         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14331         fails.
14332         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14333         certificate from DER to PEM format rather than calling openssl.
14335         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14337         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14338         for signing/encryption.
14340         * mml.el (mml-parse-1): Use them.
14342 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14344         * nnrss.el (nnrss-verbose): Remove.
14345         (nnrss-request-group): Use `nnheader-message' instead.
14347 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14349         * nnrss.el (nnrss-verbose): New variable.
14350         (nnrss-request-group): Make it say nnrss is requesting a group.
14352 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14354         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14355         Handle news URL with given port correctly.
14357 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14359         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14360         containing special characters.
14362         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14364         * mml.el (mime-to-mml): Ditto.
14366         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14367         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14368         (rfc2047-decode-region): Quote decoded words containing special
14369         characters when rfc2047-quote-decoded-words-containing-tspecials
14370         is non-nil.
14372 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14374         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14376         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14378 2005-02-15  Simon Josefsson  <jas@extundo.com>
14380         * nnimap.el (nnimap-debug): Doc fix.
14382         * imap.el (imap-debug): Doc fix.
14384 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14386         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14388 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14390         * gnus.el (spam-contents): Improve docs for spam-contents
14391         parameter in its variable incarnation.
14393 2005-02-14  Simon Josefsson  <jas@extundo.com>
14395         * smime-ldap.el: Use require instead of load-library for ldap.
14396         (smime-ldap-search): Indent.
14397         (smime-ldap-search-internal): Shorten line.
14399         * smime.el (smime-cert-by-dns): Add doc-string.
14400         (smime-cert-by-ldap-1): Indent.
14402         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14403         mml-smime-get-dns-ldap.
14404         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14406 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14408         * smime.el: Require smime-ldap.
14409         (smime-ldap-host-list): New variable.
14410         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14412         * mml-smime.el (mml-smime-encrypt-query): New function.
14413         (mml-smime-encrypt-query): Use it.
14415         * smime-ldap.el: New file.
14417 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14419         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14421 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14423         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14424         argument in doc string.  Make query for type more clear.
14426 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14428         * gnus.el (gnus-group-startup-message): Search for gnus images in
14429         etc/images/gnus.
14430         * mm-util.el (mm-image-load-path): Likewise.
14431         * smiley.el (smiley-data-directory): Search for smilies in
14432         etc/images/smilies.
14434 2005-02-09  Kim F. Storm  <storm@cua.dk>
14436         Change Emacs release version from 21.4 to 22.1 throughout.
14437         Change Emacs development version from 21.3.50 to 22.0.50.
14439 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14441         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14443         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14444         non-Mule XEmacs as well.
14445         (mm-decompress-buffer): Signal an error intentionally if it does
14446         not decompress compressed data because auto-compression-mode is
14447         disabled.
14449 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14451         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14452         an ID in the registry even if it has no groups.
14454 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14456         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14457         merge it into mm-decompress-buffer.
14458         (gnus-mime-copy-part): Use the MIME part charset, the value which
14459         a user specified or gnus-newsgroup-charset for decoding, like
14460         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14461         save-buffer what was used.  Suggested by Kevin Ryde
14462         <user42@zip.com.au>.
14463         (gnus-mime-inline-part): Allow the name parameter as well as the
14464         filename parameter; force decompressing of compressed data; always
14465         display contents being not decoded as unibyte.
14467         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14468         as well as the filename parameter.
14470         * mm-util.el (mm-decompress-buffer):
14471         Merge gnus-mime-jka-compr-maybe-uncompress.
14472         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14473         of compressed data.
14475 2005-02-08  Simon Josefsson  <jas@extundo.com>
14477         * imap.el (imap-log): Doc fix.
14479 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14481         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14482         the coding cookies; decompress compressed parts.
14484         * mml.el (mml-generate-mime-1): Add the charset parameter according
14485         to the value which a user specified manually or the coding cookie.
14487         * mm-util.el (mm-string-to-multibyte): New function.
14488         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14489         (mm-coding-system-to-mime-charset): New function.
14490         (mm-decompress-buffer): New function.
14491         (mm-find-buffer-file-coding-system): New function.
14493         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14494         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14495         parts.
14497 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14499         * mm-view.el (mm-display-inline-fontify): Decode a part according
14500         to the charset parameter.
14502 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14504         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14505         prefix arg is neither nil nor a number, as info specifies.
14507 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14509         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14510         timestamps.
14512 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14514         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14515         groups error checking and notify user.
14517 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14519         * message.el (message-send-mail-function): Check existence of
14520         sendmail-program first before using default value
14521         `message-send-mail-with-sendmail'.  Otherwise use more generic
14522         `smtpmail-send-it'.
14524 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14526         * nntp.el (nntp-request-update-info): Always return nil.
14528 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14530         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14532 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14534         * message.el (message-beginning-of-line): Change the behavior when
14535         invoked between BOL and : so that it first moves backward.
14537 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14539         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14540         article buffer when editing of the article is discarded.
14541         (gnus-article-prepare): Revert.
14543 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14545         * gnus-art.el (gnus-article-prepare):
14546         Remove message-strip-forbidden-properties from the local hook.
14548 2005-01-27  Simon Josefsson  <jas@extundo.com>
14550         * password.el (password-cache-add): Only start one timer per key.
14551         Reported by Derek Atkins <warlord@MIT.EDU>.
14553 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14555         * run-at-time.el: Remove.  It is no longer needed as
14556         timer-funcs.el in the xemacs-base package has a working version of
14557         `run-at-time'.
14559         * password.el: Require timer-funcs instead of run-at-time in
14560         XEmacs.
14561         Remove `password-run-at-time' macro.
14562         (password-cache-add): Use `run-at-time' instead of
14563         `password-run-at-time'.
14565         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14566         for `run-with-idle-timer'.
14568         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14569         for `run-at-time'.
14571         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14572         for `with-timeout'.
14574 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14576         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14577         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14579 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14581         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14582         sensitively.
14584 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14586         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14588 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14590         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14591         which will be inserted according to the multibyteness of a buffer
14592         rather than the type of contents.  Suggested by ARISAWA Akihiro
14593         <ari@mbf.ocn.ne.jp>.
14595         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14596         of string which old xml.el may return rather than a string.
14598 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14600         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14602 2005-01-16  Simon Josefsson  <jas@extundo.com>
14604         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14605         idn/idna.el isn't available.
14606         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14607         <michael@waxrat.com>.
14609         * hashcash.el: Remove non-FSF copyright header.
14611         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14612         (hashcash-generate-payment): Use it.
14613         (hashcash-generate-payment-async): Use it.
14615 2005-01-15  Simon Josefsson  <jas@extundo.com>
14617         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14618         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14620         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14621         gnus-summary-idna-message.
14622         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14623         (gnus-summary-idna-message): New function.
14625 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14627         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14628         gnus-novice-user.
14630 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14632         * nnrss.el (nnrss-request-delete-group): Delete entries in
14633         nnrss-group-alist as well.
14634         (nnrss-save-server-data): Insert newline.
14636 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14638         * gnus.el (gnus-user-agent): Use list of symbols instead of
14639         symbols.  Display full version number for (S)XEmacs.
14640         Optionally display (S)XEmacs codename.
14642         * gnus-util.el (gnus-emacs-version): Update for new
14643         `gnus-user-agent'.
14645         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14646         Gnus version.
14648 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14650         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14651         which is unreadable in some setups.
14653 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14655         * gnus-spec.el (gnus-update-format-specifications): Flush the
14656         group format spec cache if it doesn't support decoded group names.
14658 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14660         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14661         Allow to apply decay on score files matching a regexp.
14663 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14665         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14666         compatibility in %g and %c.
14668 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14670         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14671         name for only %g and %c.
14672         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14673         of gnus-tmp-group to decoded group name.
14674         (gnus-group-make-rss-group): Exclude `/'s from group names.
14676 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14678         * nnrss.el (nnrss-get-encoding): Fix regexp.
14680 2004-12-27  Simon Josefsson  <jas@extundo.com>
14682         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14683         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14684         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14686 2004-12-17  Kim F. Storm  <storm@cua.dk>
14688         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14690         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14692 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14694         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14696 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14698         * nnrss.el: Require rfc2047 and mml.
14699         (nnrss-file-coding-system): New variable.
14700         (nnrss-format-string): Redefine it as an inline function.
14701         (nnrss-decode-group-name): New function.
14702         (nnrss-string-as-multibyte): Remove.
14703         (nnrss-retrieve-headers): Decode group name; don't use
14704         nnrss-format-string.
14705         (nnrss-request-group): Decode group name.
14706         (nnrss-request-article): Decode group name; allow a Message-ID as
14707         well as an article number; don't use nnrss-format-string; encode a
14708         Message-ID string which may contain non-ASCII characters; use
14709         mml-to-mime to compose a MIME article.
14710         (nnrss-request-expire-articles): Decode group name.
14711         (nnrss-request-delete-group): Decode group name.
14712         (nnrss-fetch): Clarify error message.
14713         (nnrss-read-server-data): Use insert-file-contents instead of load;
14714         bind file-name-coding-system; use multibyte buffer.
14715         (nnrss-save-server-data): Bind coding-system-for-write to the
14716         value of nnrss-file-coding-system; bind file-name-coding-system;
14717         add coding cookie.
14718         (nnrss-read-group-data): Use insert-file-contents instead of load;
14719         bind file-name-coding-system; use multibyte buffer.
14720         (nnrss-save-group-data): Bind coding-system-for-write to the
14721         value of nnrss-file-coding-system; bind file-name-coding-system.
14722         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14723         make it work with non-ASCII text.
14724         (nnrss-find-el): Make it work with old xml.el as well.
14726 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14728         * nnrss.el (nnrss-get-encoding): New function.
14729         (nnrss-fetch): Use unibyte buffer initially; bind
14730         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14731         decode contents according to the encoding attribute.
14732         (nnrss-save-group-data): Add coding cookie.
14733         (nnrss-mime-encode-string): New function.
14734         (nnrss-check-group): Use it to encode subject and author.
14736 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14738         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14739         imaginary variable.
14741 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14743         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14744         correctly even if there are wide characters.
14746 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14748         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14749         downcased symbol names; make a new cache instead of reusing
14750         bbdb-hashtable.
14752 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14754         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14755         concatenating segments rather than before concatenating them.
14756         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14758         * message.el (message-get-reply-headers): Bind `extra'.
14760 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14762         * message.el (message-extra-wide-headers): New variable.
14763         (message-get-reply-headers): Use it.
14765 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14767         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14768         (gnus-agent-group-pathname): Ditto.
14770         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14772         * gnus-group.el (gnus-group-make-group): Decode group name.
14773         (gnus-group-make-rss-group): Register the group data after opening
14774         the nnrss group.
14776 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14778         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14779         by expiry now get marked as read.
14781 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14783         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14785 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14787         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14788         unify Latin characters in XEmacs.
14789         (mm-find-mime-charset-region): Use it.
14791 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14793         * gnus-util.el (gnus-delete-directory): New function.
14795         * gnus-agent.el (gnus-agent-delete-group): Use it.
14797         * gnus-cache.el (gnus-cache-delete-group): Use it.
14799 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14801         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14802         names.
14804 2004-12-16  Simon Josefsson  <jas@extundo.com>
14806         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14808 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14810         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14812         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14813         (gnus-group-set-current-level): Decode group name.
14815 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14817         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14818         failed.
14820 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14822         * gnus-group.el (gnus-group-delete-group): Decode group name.
14823         (gnus-group-make-rss-group): Encode group name.
14824         (gnus-group-catchup-current): Decode group name.
14825         (gnus-group-kill-group): Decode group name.
14827 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14829         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14831 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14833         * gnus-group.el (gnus-group-make-rss-group):
14834         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14836         * gnus-start.el (gnus-setup-news): Honor user's setting to
14837         gnus-message-archive-method.  Suggested by Lute Kamstra
14838         <lute@gnu.org>.
14840 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14842         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14843         global counterparts of the buffer-local variables.
14845 2004-11-16  Romain Francoise  <romain@orebokech.com>
14847         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14848         counterparts of the buffer-local variables.
14850 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14852         * message.el (message-forbidden-properties): Fix typo in doc
14853         string.
14855 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14857         * gnus-util.el (gnus-replace-in-string): Add doc string.
14859         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14860         to avoid problems when splitting mails with many recipients.
14862 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14864         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14865         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14867 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14869         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14870         if there is no hashtable in memory or file modification time is
14871         newer than cached timestamp.
14873 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14875         * gnus-sum.el (gnus-summary-limit-to-recipient):
14876         Implement not-matching option.
14878 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14880         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14881         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14882         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14883         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14884         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14885         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14887 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14889         * message.el (message-forward-make-body-mml): Remove headers
14890         according to message-forward-ignored-headers if a message is decoded.
14892 2004-12-02  Romain Francoise  <romain@orebokech.com>
14894         * message.el (message-forward-make-body-plain): Always remove
14895         headers according to message-forward-ignored-headers.
14897 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14899         * spam.el (spam-summary-prepare-exit): Remove the
14900         gnus-summary-limit pop for now, it has problems with ham marks for
14901         me.
14903 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14905         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14906         correctly.
14908 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14910         * format-spec.el (format-spec): Message the char.
14912 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14914         * gnus-art.el (gnus-split-methods): Reformat comments.
14916         * spam.el (spam-summary-prepare-exit): Remove article limits
14917         before exiting the summary buffer.
14919 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14921         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14922         order to silence the byte compiler.
14924         * spam.el: Fix the way to silence the byte compiler, which
14925         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14926         bbdb-search-simple, spam-BBDB-register-routine,
14927         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14928         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14929         spam-stat-buffer-is-spam, spam-stat-load,
14930         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14931         spam-stat-save and spam-stat-split-fancy.
14933 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14935         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14936         which may confuse users.
14937         (canlock-password-for-verify): Ditto.
14939         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14941         * gnus-art.el (gnus-emphasis-alist): Ditto.
14943         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14945         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14947         * gnus-start.el (gnus-save-killed-list): Ditto.
14949         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14950         (gnus-sum-thread-tree-root): Ditto.
14951         (gnus-sum-thread-tree-false-root): Ditto.
14952         (gnus-sum-thread-tree-single-indent): Ditto.
14954         * message.el (message-courtesy-message): Ditto.
14955         (message-archive-note): Ditto.
14956         (message-subscribed-address-file): Ditto.
14957         (message-user-fqdn): Ditto.
14959         * spam-report.el (spam-report-gmane-regex): Ditto.
14961         * spam.el (spam-blackhole-good-server-regex): Ditto.
14963 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14965         * mml.el (mml-preview): Widen the message buffer before copying
14966         the contents to the preview buffer; sort headers before previewing.
14968         * message.el (message-hidden-headers): Fix the way to avoid a bug
14969         in the `repeat' widget in Emacs 21.3 or earlier.
14971 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14973         * message.el (message-hidden-headers): Default to "^References:".
14974         Improve customization type.  Suggested by Reiner Steib
14975         <Reiner.Steib@gmx.de>.
14977 2004-11-25  Romain Francoise  <romain@orebokech.com>
14979         * message.el (message-strip-forbidden-properties): Remove check for
14980         obsolete `message-hidden' text property, hidden headers are not
14981         accessible in the buffer anymore.
14983 2004-11-22  Romain Francoise  <romain@orebokech.com>
14985         * message.el (message-header-format-alist): Add `From' in list
14986         so that it can be sorted.
14987         (message-fix-before-sending): Widen and sort headers before
14988         sending.
14989         (message-hide-headers): Use narrowing to hide headers by moving
14990         them to the top of the buffer and narrowing to the region
14991         underneath.
14993 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14995         * message.el (message-strip-forbidden-properties):
14996         Bind buffer-read-only (etc) to nil.
14998 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15000         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15001         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15003 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15005         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15007 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15009         * dns.el (query-dns): Use sit-for to time instead of
15010         accept-process-output, since that doesn't seem to work on udp
15011         sockets.
15013 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15015         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15017 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15019         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15020         doc string.  Improve doc string.
15022 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15024         * nntp.el (nntp-request-update-info): Return nil if
15025         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15026         may not call gnus-activate-group which uselessly issues the GROUP
15027         commands for all nntp groups and wastes time.  Reported by Romain
15028         Francoise <romain@orebokech.com>.
15030         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15032 2004-11-15  Simon Josefsson  <jas@extundo.com>
15034         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15035         headers separately.
15036         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15037         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15039 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15041         * gnus-start.el (gnus-convert-old-newsrc):
15042         Assign legacy-gnus-agent to 5.10.7.
15044 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15046         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15047         start of the lines.
15049 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15051         * hashcash.el (hashcash-default-payment): Change default to 20.
15052         (hashcash-default-accept-payment): Change default to 20.
15053         (hashcash-process-alist): New variable.
15054         (hashcash-generate-payment-async): Add.
15055         (hashcash-already-paid-p): Add.
15056         (hashcash-insert-payment): Don't generate payments twice.
15057         (hashcash-insert-payment-async): Add.
15058         (hashcash-insert-payment-async-2): Add.
15059         (hashcash-cancel-async): Add.
15060         (hashcash-wait-async): Add.
15061         (hashcash-processes-running-p): Add.
15062         (hashcash-wait-or-cancel): Add.
15063         (mail-add-payment): New optional argument.  Conditionally start
15064         asynchronous calculation.
15065         (mail-add-payment-async): Add.
15067         * message.el (message-send-mail): Wait for asynchronous hashcash
15068         results.  Don't clobber existing X-Hashcash headers.
15069         (message-setup-1): Call mail-add-payment-async when
15070         message-generate-hashcash is non-nil.
15072 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15074         * message.el (message-use-alternative-email-as-from): Examine the
15075         From header as well; use message-make-from in order to include a
15076         user's full name.
15078 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15080         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15081         default; improve customization type.
15082         (gnus-emphasis-custom-with-format): New macro.
15083         (gnus-emphasis-custom-value-to-external): New function.
15084         (gnus-emphasis-custom-value-to-internal): New function.
15086 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15088         * dns.el (query-dns): Resolve reverse addresses.
15090 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15092         * gnus-group.el (gnus-group-get-new-news): Use it.
15094         * gnus-start.el (gnus-check-reasonable-setup): New function.
15096 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15098         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15099         "Args out of range" error.  Reported by Arnaud Giersch
15100         <arnaud.giersch@free.fr>.
15102 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15104         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15106 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15108         * spam.el (spam group): Add :version.
15110         * pgg-def.el (pgg group): Add :version.
15112 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15114         * gnus-art.el (gnus-article-edit-article): Don't associate the
15115         article buffer with a draft file.  This is a temporary measure
15116         against the 2004-08-22 change to gnus-article-edit-mode.
15118 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15120         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15121         (html2text-format-tags): Remove unused variable `attr'.
15123 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15125         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15127         * spam-stat.el (spam-stat): Add :version.
15129         * sieve.el (sieve): Add :version.
15131         * sha1.el (sha1): Add :version.
15132         (sha1-use-external): Remove redundant version.
15134         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15135         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15136         (nnmail-split-fancy-match-partial-words)
15137         (nnmail-split-lowercase-expanded): Add :version.
15139         * nndiary.el (nndiary): Add :version.
15141         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15143         * mml-sec.el (mml-default-sign-method)
15144         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15145         Add :version.
15147         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15149         * mm-url.el (mm-url-use-external, mm-url-program)
15150         (mm-url-arguments): Add :version.
15152         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15153         (mm-attachment-file-modes, mm-decrypt-option)
15154         (mm-w3m-safe-url-regexp): Add :version.
15156         * message.el (message-cite-prefix-regexp)
15157         (message-sendmail-envelope-from, message-minibuffer-local-map)
15158         (message-user-fqdn, message-completion-alist): Add :version.
15160         * gnus-win.el (gnus-configure-windows-hook)
15161         (gnus-use-frames-on-any-display): Add :version.
15163         * gnus-art.el (gnus-article-address-banner-alist)
15164         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15165         (gnus-treat-from-picon, gnus-treat-mail-picon)
15166         (gnus-treat-x-pgp-sig): Add :version.
15168         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15169         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15170         (gnus-summary-article-delete-hook)
15171         (gnus-summary-display-while-building): Add :version.
15173         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15174         (gnus-get-top-new-news-hook): Add :version.
15176         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15177         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15179         * gnus-registry.el (gnus-registry): Add :version.
15181         * gnus-spec.el (gnus-use-correct-string-widths)
15182         (gnus-make-format-preserve-properties): Add :version.
15184         * gnus.el (gnus-group-charter-alist)
15185         (gnus-group-fetch-control-use-browse-url)
15186         (gnus-install-group-spam-parameters): Add :version.
15188         * gnus-diary.el (gnus-diary): Add :version.
15190         * gnus-delay.el (gnus-delay): Add :version.
15192         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15193         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15194         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15195         Add :version.
15197         * gnus-agent.el (gnus-agent-max-fetch-size)
15198         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15199         (gnus-agent-prompt-send-queue): Add :version.
15201         * deuglify.el (gnus-outlook-deuglify): Add :version.
15203         * html2text.el: Beautify code.  Improve doc strings.
15204         Some checkdoc cleanup.
15205         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15207 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15209         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15211 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15213         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15214         when package is loaded.
15216         * spam.el (spam-summary-score-preferred-header): Add global preference
15217         for people who want to override the default SpamAssassin over
15218         Bogofilter preference (when both are set).
15219         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15220         (spam-user-format-function-S):
15221         Check spam-summary-score-preferred-header.
15222         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15223         (spam-user-format-function-S): Format the score correctly.
15225 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15227         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15228         signature file.  Suggested by Manoj Srivastava
15229         <srivasta@golden-gryphon.com>.
15231         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15232         iso-2022-jp even in the Japanese language environment.
15233         Suggested by Jason Rumney <jasonr@gnu.org>.
15235 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15237         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15238         use the same characters as the dummy marks; make it free from
15239         getting affected by the language environment.
15240         (gnus-summary-read-group-1): Update mark positions only when the
15241         format spec is updated.
15243         * gnus-spec.el (gnus-update-format-specifications): Return a list
15244         of updated types.
15246 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15248         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15249         of boundp to check if display-warning is available.
15251 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15253         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15255 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15257         * nnspool.el (nnspool-spool-directory): Use news-path if the
15258         news-directory variable is not bound.
15260         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15261         function instead of display-warning if it is not available.
15263 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15265         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15266         v5-10: Use `point-at-bol'.
15268 2004-10-26  Simon Josefsson  <jas@extundo.com>
15270         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15271         <chenggao@gmail.com>.
15273 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15275         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15276         instead.
15278 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15280         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15281         to remove a server from the nnimap-server-buffer-alist.
15282         (nnimap-open-connection, nnimap-close-server): Use it.
15284         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15286 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15288         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15289         running the major-mode function.
15291 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15293         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15294         dummy marks in the right way.
15296 2004-10-18  David Edmondson  <dme@dme.org>
15298         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15299         excessively.
15301 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15303         * gnus-util.el (gnus-split-references): Accept a nil references
15304         string and go on blissfully.
15306         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15307         cases where the references string is non-nil but has no references.
15309         * encrypt.el: Add autoload tags.
15311         * spam.el (spam-resolve-registrations-routine): Remove article
15312         from unregistration list too.  Reported by David Hanak
15313         <dhanak@isis.vanderbilt.edu>
15315 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15317         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15318         nil.  Change custom type.
15320 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15322         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15324         * gnus-sum.el (gnus-summary-move-article): Use it.
15326 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15328         * encrypt.el: Add autoload cookies.
15330         * spam.el (spam-backend-article-list-property)
15331         (spam-backend-get-article-todo-list)
15332         (spam-backend-put-article-todo-list)
15333         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15334         Resolve registrations separately.
15335         (spam-register-routine): Format comments.
15336         (spam-unregister-routine, spam-register-routine): Always call with
15337         specific-articles, no default list.
15338         (spam-summary-prepare-exit): Use the spam-classifications function.
15340         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15341         gnus-encrypt.el.
15343         * encrypt.el: Copied from gnus-encrypt.el.
15345         * gnus-encrypt.el: Commented that it's obsolete.
15347 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15349         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15350         (gnus-score-save): Use it.
15352         * message.el (message-bury): Use `window-dedicated-p'.
15354 2004-10-15  Simon Josefsson  <jas@extundo.com>
15356         * pop3.el (top-level): Don't require nnheader.
15357         (pop3-read-timeout): Add.
15358         (pop3-accept-process-output): Add.
15359         (pop3-read-response, pop3-retr): Use it.
15361 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15363         * spam.el (spam-register-routine): Move comment.
15364         (spam-verify-bogofilter): Use 'unknown for the initial
15365         spam-bogofilter-valid state, not 'never.
15367         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15368         for netrc-machine.
15370         * nnimap.el (nnimap-open-connection):
15371         Use netrc-machine-user-or-password.
15373 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15375         * gnus-registry.el (gnus-registry-unload-hook):
15376         Set as a variable with add-hook.
15378         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15379         of news-path.
15381         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15383         * spam.el: Delete duplicate `provide'.
15384         (spam-unload-hook): Set as a variable with add-hook.
15386 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15388         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15389         in the doc string.
15391         * message.el (message-ignored-news-headers)
15392         (message-ignored-supersedes-headers)
15393         (message-ignored-resent-headers)
15394         (message-forward-ignored-headers): Improve custom type.
15396 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15398         * message.el (message-tokenize-header): Fix 2004-09-06 change
15399         which used point-min in the wrong place.
15401 2004-10-12  Simon Josefsson  <jas@extundo.com>
15403         * tls.el (tls-certtool-program): New variable.
15404         (tls-certificate-information): New function, based on
15405         ssl-certificate-information.
15407 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15409         * compface.el: Move the version of ELisp-based uncompface program
15410         to the contrib directory because of the copyright problem.
15412 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15414         * message.el (message-kill-buffer): Raise the current frame.
15416 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15418         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15420         * gnus.el (message-y-or-n-p): Autoload.
15422         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15423         (pop3-password-required, pop3-authentication-scheme)
15424         (pop3-leave-mail-on-server): Make customizable.
15425         (pop3): New custom group.
15426         (pop3-retr): Remove `sleep-for' statements.
15427         Suggested by Dave Love <fx@gnu.org>.
15429         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15430         Windows/DOS.
15432         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15433         (imap-parse-body): Fix incorrect use of `assert'.
15434         Suggested by Dave Love <fx@gnu.org>.
15436         * mml.el (mml-minibuffer-read-disposition): Require match.
15437         Suggested by Dave Love <fx@gnu.org>.
15439 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15441         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15442         doc string.
15444 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15446         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15448 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15450         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15451         instead of calling `mm-insert-inline', to decode text/* parts
15452         before displaying them.
15454 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15456         * mm-uu.el (mm-uu-text-plain-type): New variable.
15457         (mm-uu-pgp-signed-extract-1): Use it.
15458         (mm-uu-pgp-encrypted-extract-1): Use it.
15459         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15460         bind mm-uu-text-plain-type with that value.
15461         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15462         mm-uu-dissect.
15464 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15466         * gnus-group.el (gnus-update-group-mark-positions):
15467         * gnus-sum.el (gnus-update-summary-mark-positions):
15468         * message.el (message-check-news-body-syntax):
15469         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15470         of string-as-multibyte.
15472 2004-10-05  Juri Linkov  <juri@jurta.org>
15474         * gnus-group.el (gnus-update-group-mark-positions):
15475         * gnus-sum.el (gnus-update-summary-mark-positions):
15476         * message.el (message-check-news-body-syntax):
15477         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15478         8-bit unibyte values to a multibyte string for search functions.
15480 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15482         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15483         (mm-uu-dissect-text-parts): New function.
15485         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15486         dissect text parts.
15488         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15489         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15491         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15493         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15494         Use gnus-current-topics instead of gnus-current-topic.
15496 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15498         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15500 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15502         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15503         where approriate.
15505         * nnml.el (nnml-generate-active-info): do.
15507         * nndiary.el (nndiary-generate-active-info): do.
15509         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15510         (gnus-topic-move): do.
15512         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15513         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15515         * gnus-srvr.el (gnus-server-prepare)
15516         (gnus-server-open-all-servers): do.
15518         * gnus-msg.el (gnus-summary-cancel-article)
15519         (gnus-summary-resend-message)
15520         (gnus-summary-mail-crosspost-complaint): do.
15522         * gnus-move.el (gnus-change-server): do.
15524         * gnus-group.el (gnus-group-unmark-all-groups)
15525         (gnus-group-set-current-level): do.
15527 2004-10-04  Simon Josefsson  <jas@extundo.com>
15529         * message.el (message-generate-hashcash): Doc fix.
15531 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15533         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15534         avoid infinite recursion via gnus-get-function.
15536 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15538         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15540         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15542         * nnmail.el (nnmail-split-history): do.
15544         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15545         (nnml-request-delete-group): do.
15547         * nnslashdot.el (nnslashdot-read-groups): do.
15549         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15550         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15552         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15553         (nnspool-sift-nov-with-sed): Use last.
15554         (nnspool-retrieve-headers-with-nov): Use mapc.
15555         (nnspool-request-newgroups): Use dolist.
15556         (nnspool-request-group): Use last.
15558         * nntp.el (nntp-read-server-type): Use dolist.
15560         * nnvirtual.el (nnvirtual-create-mapping)
15561         (nnvirtual-update-read-and-marked): Use dolist.
15562         (nnvirtual-convert-headers): Simplify.
15564 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15566         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15567         Add support for sync'ing tick marks.
15569 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15571         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15572         there's no visible header.
15574 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15576         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15577         When necessary, pass full group name to gnus-request-set-marks.
15579 2004-10-01  Simon Josefsson  <jas@extundo.com>
15581         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15582         acroread.
15584 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15586         * spam-report.el (spam-report-gmane): Fix interactive.
15588         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15590         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15591         when writing file.
15592         (gnus-agent-synchronize-flags): Don't default to being
15593         interactive.
15595 2004-09-30  Simon Josefsson  <jas@extundo.com>
15597         * message.el (message-generate-hashcash): Add.
15598         (message-send-mail): Use it, call mail-add-payment.
15600 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15602         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15604 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15606         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15607         gnus-requst-update-info with explicit code to sync the in-memory
15608         info read flags with the marks being sync'd to the backend.
15610         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15612 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15614         * spam.el (spam-verify-bogofilter): Add new function.
15615         (spam-check-bogofilter)
15616         (spam-bogofilter-register-with-bogofilter): Use it.
15617         (spam-verify-bogofilter): Add small fixes.
15619 2004-09-28  Simon Josefsson  <jas@extundo.com>
15621         * hashcash.el (hashcash-generate-payment): Revert.
15623 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15625         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15626         Use gnus-extract-references instead of gnus-split-references.
15628         * gnus-util.el (gnus-extract-references): Add new function, analogous
15629         to gnus-split-references but extracts only the message-ID without
15630         anything extra.
15632         * hashcash.el (hashcash-generate-payment)
15633         (hashcash-check-payment): Do the right thing if hashcash-path is
15634         nil (because the hashcash program could not be found).
15636         * spam.el (spam-use-hashcash): Remove comment.
15638 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15640         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15641         (gnus-cache-enter-article, gnus-cache-remove-article)
15642         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15644         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15646         * gnus-art.el (article-hide-boring-headers)
15647         (article-translate-strings, article-display-face)
15648         (gnus-article-mime-match-handle-first)
15649         (gnus-article-highlight-headers)
15650         (gnus-article-add-buttons-to-head): do.
15652 2004-09-27  Simon Josefsson  <jas@extundo.com>
15654         * hashcash.el: New version, from
15655         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15656         ../contrib/.
15658 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15660         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15662 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15664         * gnus-dup.el (gnus-dup-open): Use mapc.
15665         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15667         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15668         Reported by Stefan Wiens <s.wi@gmx.net>.
15670         * gnus.el (gnus-shutdown): Use dolist.
15672         * gnus-undo.el (gnus-undo): Use mapc.
15674         * nnrss.el (nnrss-generate-active): do.
15676         * message.el (message-cite-original-without-signature)
15677         (message-cite-original): Use mapc.
15678         (message-do-actions, message-make-forward-subject): Use dolist.
15680 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15682         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15683         deletion to remove entire duplicate line.  Fixes merged article
15684         number bug.
15686 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15688         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15689         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15690         first ask if you want to open a server and then, even when you
15691         responded with no, asking if you want to synchronize the server's
15692         flags.
15693         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15694         multi-line expressions.
15695         (gnus-agent-synchronize-group-flags): New internal function.
15696         Updates marks in memory (in the info structure) AND in the
15697         backend.
15699         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15701         * nnagent.el (nnagent-request-set-mark):
15702         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15703         method, to ensure that synchronization updates marks in the
15704         backend and in the info (in memory) structure.
15706 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15708         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15709         convention fully; don't miss the root article of a thread; make
15710         the X-Draft-From header with correct article numbers.
15712 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15714         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15715         unless plugged.  Disable the agent so that an open failure causes
15716         an error.
15718         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15719         Revert 2004-09-21 change.  The backend must be opened while
15720         synchronizing flags even when the backend stores the flags
15721         locally.
15723 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15725         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15726         in `header' match.  Reported by Svend Tollak Munkejord.
15728         * message.el (message-cite-original): Fix use of
15729         `message-cite-articles-with-x-no-archive'.
15731 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15733         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15734         (gnus-window-to-buffer): Ditto.
15736         * mml.el (mml-preview-buffer): New variable.
15737         (mml-preview): Manage window layout with gnus-buffer-configuration.
15739         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15740         X-Draft-From header even if those articles aren't quoted.
15742 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15744         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15745         (gnus-request-set-mark, gnus-request-update-mark): Use new
15746         g-s-t-u-l-m to decide to use backend even when unplugged.
15748 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15750         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15751         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15753 2004-09-20  Simon Josefsson  <jas@extundo.com>
15755         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15756         "utf-16-le".
15758 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15760         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15762 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15764         * uudecode.el (uudecode-use-external): Add :version.
15766         * smime.el (smime-CA-file, smime-encrypt-cipher)
15767         (smime-dns-server): Add :version.
15769         * smiley.el (gnus-smiley-file-types): Add :version.
15771         * sha1.el (sha1-use-external): Add :version.
15773         * pgg-def.el (pgg-query-keyserver): Add :version.
15775         * nnmail.el (nnmail-fancy-expiry-targets)
15776         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15777         Add :version.
15779         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15780         (nnimap-retrieve-groups-asynchronous): Add :version.
15781         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15783         * mml.el (mml-content-disposition-parameters)
15784         (mml-insert-mime-headers-always): Add :version.
15786         * mm-util.el (mm-coding-system-priorities): Add :version.
15788         * mm-decode.el (mm-inline-text-html-with-images)
15789         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15790         (mm-verify-option): Add :version.
15791         (mm-text-html-renderer): Change :version.
15793         * message.el (message-fcc-externalize-attachments)
15794         (message-required-headers, message-draft-headers)
15795         (message-subject-trailing-was-query)
15796         (message-subject-trailing-was-ask-regexp)
15797         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15798         (message-mark-insert-end, message-archive-header)
15799         (message-archive-note, message-cross-post-default)
15800         (message-cross-post-note, message-followup-to-note)
15801         (message-cross-post-note-function, message-use-mail-followup-to)
15802         (message-subscribed-address-functions)
15803         (message-subscribed-address-file, message-subscribed-addresses)
15804         (message-subscribed-regexps, message-allow-no-recipients)
15805         (message-yank-cited-prefix, message-signature-insert-empty-line)
15806         (message-hidden-headers, message-hierarchical-addresses)
15807         (message-mail-user-agent, message-use-idna)
15808         (message-valid-fqdn-regexp)
15809         (message-strip-special-text-properties, message-header-synonyms)
15810         (message-beginning-of-line, message-tab-body-function): Add :version.
15811         (message-insert-canlock, message-wide-reply-confirm-recipients):
15812         Change :version.
15814         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15815         and :version.
15816         (mail-source-delete-old-incoming-confirm)
15817         (mail-source-movemail-program): Add :version.
15819         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15820         (gnus-agent-cache, gnus-agent): Change :version.
15822         * gnus-util.el (gnus-use-byte-compile): Change :version.
15824         * gnus-sum.el (gnus-summary-make-false-root-always)
15825         (gnus-summary-default-high-score)
15826         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15827         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15828         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15829         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15830         (gnus-sum-thread-tree-single-indent)
15831         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15832         (gnus-sum-thread-tree-leaf-with-other)
15833         (gnus-sum-thread-tree-single-leaf): Add :version.
15834         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15835         (gnus-article-loose-mime): Change :version.
15837         * gnus-start.el (gnus-backup-startup-file)
15838         (gnus-save-startup-file-via-temp-buffer): Add :version.
15840         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15841         (gnus-server-offline-face): Add :version.
15843         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15845         * gnus-msg.el (gnus-gcc-externalize-attachments)
15846         (gnus-debug-files, gnus-debug-exclude-variables)
15847         (gnus-discouraged-post-methods): Change :version.
15848         (gnus-confirm-mail-reply-to-news)
15849         (gnus-confirm-treat-mail-like-news): Add :version.
15851         * gnus-int.el (gnus-server-unopen-status): Add :version.
15853         * gnus-group.el (gnus-group-jump-to-group-prompt)
15854         (gnus-large-ephemeral-newsgroup)
15855         (gnus-fetch-old-ephemeral-headers): Add :version.
15857         * gnus-fun.el (gnus-x-face-directory)
15858         (gnus-convert-pbm-to-x-face-command)
15859         (gnus-convert-image-to-x-face-command)
15860         (gnus-convert-image-to-face-command): Add :version.
15862         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15864         * gnus-cite.el (gnus-cite-blank-line-after-header)
15865         (gnus-article-boring-faces): Add :version.
15867         * gnus-art.el (gnus-buttonized-mime-types)
15868         (gnus-inhibit-mime-unbuttonizing)
15869         (gnus-treat-display-face)
15870         (gnus-treat-body-boundary): Change :version.
15871         (gnus-body-boundary-delimiter, gnus-picon-databases)
15872         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15873         (gnus-treat-date-english, gnus-treat-fold-headers)
15874         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15875         (gnus-treat-mail-picon, gnus-treat-wash-html)
15876         (gnus-article-encrypt-protocol)
15877         (gnus-use-idna, gnus-article-over-scroll)
15878         (gnus-mime-display-multipart-alternative-as-mixed)
15879         (gnus-mime-display-multipart-related-as-mixed)
15880         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15881         (gnus-ctan-url, gnus-button-ctan-handler)
15882         (gnus-button-handle-ctan-bogus-regexp)
15883         (gnus-button-ctan-directory-regexp)
15884         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15885         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15886         (gnus-button-man-level, gnus-button-emacs-level)
15887         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15889         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15890         (gnus-agent-go-online): Change :version.
15891         (gnus-agent-expire-unagentized-dirs)
15892         (gnus-agent-auto-agentize-methods): Add :version.
15894         * flow-fill.el (fill-flowed-display-column)
15895         (fill-flowed-encode-column): Add :version.
15897         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15898         (gnus-outlook-deuglify-unwrap-max)
15899         (gnus-outlook-deuglify-cite-marks)
15900         (gnus-outlook-deuglify-unwrap-stop-chars)
15901         (gnus-outlook-deuglify-no-wrap-chars)
15902         (gnus-outlook-deuglify-attrib-cut-regexp)
15903         (gnus-outlook-deuglify-attrib-verb-regexp)
15904         (gnus-outlook-deuglify-attrib-end-regexp)
15905         (gnus-outlook-display-hook): Add :version.
15907         * binhex.el (binhex-use-external): Add :version.
15909 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15911         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15912         and `invisible'.
15914 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15916         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15917         in gnus-registry-trim.
15919 2004-09-13  Simon Josefsson  <jas@extundo.com>
15921         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15923         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15925         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15926         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15927         <yamaoka@jpl.org>.
15928         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15929         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15930         <yamaoka@jpl.org>.
15932         * sieve.el (sieve-manage-mode): Ditto.
15934 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15936         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15938 2004-09-11  Simon Josefsson  <jas@extundo.com>
15940         * dns-mode.el: Add.
15942         * mm-view.el (mm-display-dns-inline): Add.
15944         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15945         (mm-automatic-display): Ditto.
15947         * mailcap.el (mailcap-mime-data): Add text/dns.
15948         (mailcap-mime-extensions): Map .soa to text/dns.
15950 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15952         * gnus-art.el (article-decode-mime-words, article-babel)
15953         (gnus-article-highlight-signature, gnus-article-add-buttons)
15954         (gnus-signature-toggle): Remove unnecessary bindings of
15955         `inhibit-read-only' inherited from v5.10 merge.
15957 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15959         * nntp.el (nntp): New customization group.
15960         (nntp-authinfo-file): Add customization group.
15962         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15964         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15966         * gnus.el (to-address, to-list, subscribed)
15967         (large-newsgroup-initial): Ditto.
15969         * flow-fill.el (fill-flowed-display-column)
15970         (fill-flowed-encode-column): Ditto.
15972 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15974         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15975         Use point-min rather than 1.
15976         (message-send-mail): Use buffer-size rather than point-max.
15978         * gnus-sum.el (gnus-summary-search-article-forward):
15979         Signal a specific `search-failed' rather than a generic `error'.
15981         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15982         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15983         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15985 2004-09-10  Simon Josefsson  <jas@extundo.com>
15987         * nndb.el (require): Remove tcp and duplicate cl.
15989 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15991         * gnus-agent.el (directory-files-and-attributes): Move forward.
15993 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15995         * gnus-agent.el (directory-files-and-attributes):
15996         Optionally defined to support XEmacs.
15998 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16000         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16001         to avoid run-time CL dependencies.
16002         (gnus-agent-unfetch-articles): New function.
16003         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16004         article numbers even when local .overview file is missing.
16005         (gnus-agent-read-article-number): New function.  Only accepts
16006         27-bit article numbers.
16007         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16008         Use gnus-agent-read-article-number.
16009         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16010         from backend while recognizing that article numbers in .overview
16011         must be valid.
16012         (gnus-agent-update-files-total-fetched-for):
16013         Use directory-files-and-attributes to improve performance.
16014         * gnus-int.el (gnus-request-move-article):
16015         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16016         improve performance.
16018         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16019         some users confused by references to .newsrc when they only have a
16020         .newsrc.eld file.
16021         (gnus-convert-mark-converter-prompt)
16022         (gnus-convert-converter-needs-prompt): Fix use of property list.
16023         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16024         New function.  Used internally to only display 'gnus converting
16025         files' message when actually necessary.
16027         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16028         methods now autoloaded.
16030 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16032         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16033         identifiers.
16035 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16037         * gnus-picon.el: Fix indentation and closing parenthesis.
16039 2004-09-01  Simon Josefsson  <jas@extundo.com>
16041         * message.el (message-canlock-generate): Require sha1, not
16042         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16043         to require within a function.  Sadly, if sha1.el isn't loaded, the
16044         let binding in m-c-g will hide the defcustom definition, which is
16045         bad.)
16047         * canlock.el: Require sha1, not sha1-el.
16049         * message.el: Don't autoload sha1 (there is a autoload cookie in
16050         sha1.el).
16052         * sha1-el.el: Rename to sha1.el.
16054 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16056         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16058 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16060         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16062 2004-08-30  Kim F. Storm  <storm@cua.dk>
16064         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16066         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16067         Add :group 'nnimap.
16069 2004-08-30  Andreas Schwab  <schwab@suse.de>
16071         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16072         ?* and ?\;.
16074         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16075         and ?\' to symbol instead of whitespace.
16077 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16079         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16081         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16082         instead of re-search-forward.
16084         * gnus-uu.el (gnus-uu-save-article): Ditto.
16085         (gnus-uu-post-encode-uuencode): Ditto.
16087         * html2text.el (html2text-clean-list-items): Ditto.
16088         (html2text-clean-dtdd): Ditto.
16089         (html2text-format-tags): Ditto.
16091         * message.el (message-send-mail-with-sendmail): Fix regexp.
16092         (message-fill-field-general): Use search-forward instead of
16093         re-search-forward.
16094         (unbold-region): Ditto.
16096         * nnrss.el (nnrss-request-article): Ditto.
16098         * nnslashdot.el (nnslashdot-request-article): Ditto.
16100         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16102         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16103         "Unrecognized menu descriptor" error in XEmacs.
16105 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16107         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16108         parent article of a sparse article in the thread hashtb.
16110 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16112         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16113         (nnmail-expand-newtext): Lowercase expanded entries if
16114         nnmail-split-lowercase-expanded is non-nil.
16116 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16118         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16120         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16121         of gnus-tmp-news-method into string under XEmacs.  It will be
16122         passed to gnus-correct-length which takes only a string argument.
16124 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16126         * gnus-util.el (gnus-bind-print-variables): New macro.
16127         (gnus-prin1): Use it.
16128         (gnus-prin1-to-string): Use it.
16129         (gnus-pp): New function.
16130         (gnus-pp-to-string): New function.
16132         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16133         Replace pp-to-string with gnus-pp-to-string.
16134         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16135         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16136         * gnus-msg.el (gnus-debug): Ditto.
16137         * gnus-score.el (gnus-score-save): Ditto.
16138         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16139         gnus-pp-to-string.
16140         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16141         with gnus-pp.
16142         * score-mode.el (gnus-score-pretty-print): Ditto.
16143         * webmail.el (webmail-debug): Ditto.
16145 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16147         * gnus-art.el (article-display-face, article-display-x-face):
16148         Use buffer-read-only.
16150 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16152         * gnus-art.el (article-hide-list-identifiers):
16153         Bind inhibit-read-only as t.
16155 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16157         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16159 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16161         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16162         (gnus-narrow-to-page): Don't assume point-min == 1.
16163         (gnus-article-edit-mode): Derive from message-mode.
16165         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16166         point-min == 1.
16168         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16169         Disable incorrect use of `assert'.
16171         * message.el (message-mode): Set comment-start-skip.
16173 2004-08-22  Sam Steingold  <sds@gnu.org>
16175         * pop3.el (pop3-leave-mail-on-server): New user variable.
16176         (pop3-movemail): Delete mail only when it is nil.
16178 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16180         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16182         * mml.el (mml-preview): Use `pop-to-buffer'.
16184         * message.el (message-goto-mail-followup-to): Insert after "To".
16185         (message-carefully-insert-headers): Add comment.
16187         * gnus.el: Remove unused variable `gnus-article-check-size'.
16189         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16191         * gnus-art.el (gnus-button-alist):
16192         Improve `gnus-button-handle-library' entry.
16194 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16196         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16197         Use downcase, since XEmacs capitalizes error messages differently.
16199 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16201         * nntp.el: Add (require 'gnus) due to reference to
16202         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16204 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16206         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16207         Bind `mm-fill-flowed'.
16209         * mm-decode.el (mm-dissect-singlepart): Check it.
16211 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16213         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16214         'imap' for netrc parsing.
16216 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16218         * mailcap.el (mailcap-mime-data): Mark as risky.
16220 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16222         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16223         may be included in the encoded word.
16224         (rfc2047-encode): Don't append a space if the encoded word
16225         includes close parenthesis.
16227 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16229         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16230         of text within parentheses.
16232 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16234         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16235         (gnus-encrypt-write-file-contents): Make the password key the file
16236         name PLUS the cipher, not just the cipher.  Also remove failed
16237         passwords from the cache.
16239 2004-08-06  Simon Josefsson  <jas@extundo.com>
16241         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16242         Doc fix.
16244 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16246         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16247         LWSP.
16249 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16251         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16252         Try to append in-reply-to: data to the references: header.
16254         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16255         (netrc-parse): Use gnus-encrypt.el functions.
16257         * gnus-encrypt.el: Add new file for encryption support; currently
16258         does only a few GPG ciphers and an internal XOR cipher.
16260         * password.el: Add comments on using password-read-and-add.
16261         (password-read-and-add): Add function to read and add the
16262         password to the cache at once.
16264 2004-07-28  Simon Josefsson  <jas@extundo.com>
16266         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16267         parameter (but don't use it, for now).
16269         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16270         instead of hard coding to nil.
16272 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16274         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16275         as mm-inline-image-xemacs does.
16277 2004-07-26  Simon Josefsson  <jas@extundo.com>
16279         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16280         Revert part of 2004-07-17 change below.
16282 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16284         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16285         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16287 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16289         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16290         quotes that actually start with ">" at the beginning of the
16291         lines.
16293 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16295         * rfc2047.el (rfc2047-encode-region): Fix last change.
16296         (rfc2047-encode-parameter): Remove useless concat.
16298 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16300         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16301         encode special characters; fix some kind of misconfigured headers;
16302         signal a real error if debug-on-quit or debug-on-error is non-nil.
16303         (rfc2047-encode-max-chars): New variable.
16304         (rfc2047-encode-1): Use it.
16305         (rfc2047-encode-parameter): New function.
16307         * mml.el (mml-insert-parameter): Remove an excessive space.
16309 2004-07-17  Simon Josefsson  <jas@extundo.com>
16311         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16312         Kai Grossjohann <kai@emptydomain.de>.
16313         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16314         (gnus-group-make-menu-bar): Ditto.
16316         * gnus-util.el (gnus-group-server): Add.
16318 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16320         * message.el (message-clone-locals): Clone sendmail and smtp
16321         variables.
16323 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16325         * rfc2047.el (rfc2047-encode-region): Fix last change.
16327 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16329         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16330         characters as non-special.
16332 2004-07-09  Simon Josefsson  <jas@extundo.com>
16334         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16335         Users will lose all flag changes made while unplugged with
16336         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16337         good default.  See numerous reports on ding mailing list.
16339 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16341         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16342         add generate-head-function and generate-article-function to the
16343         rfc822-forward entry.
16344         (nndoc-rfc822-forward-generate-article): New function.
16345         (nndoc-rfc822-forward-generate-head): New function.
16347         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16349 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16351         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16352         respect display group parameter and gnus-summary-expunge-below.
16353         (gnus-articles-to-read): Remove unused reference to display group
16354         parameter.
16356 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16358         * nnheader.el (nnheader-uniquify-message-id): New experimental
16359         variable.
16360         (nnheader-nov-read-message-id): Use it.
16362         * spam-report.el (spam-report-gmane): Add interactive.
16364 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16366         * mm-encode.el (mm-content-transfer-encoding-defaults):
16367         Use qp-or-base64 for the application/* types.
16369 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16371         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16373 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16375         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16376         trim value.
16378 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16380         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16381         New macro and function.
16382         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16384 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16386         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16387         after-load-alist.
16389 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16391         * gnus-group.el (gnus-group-get-new-news-this-group):
16392         Don't update info that isn't there.
16394 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
16396         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16397         entry.
16399 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16401         * mm-view.el (mm-inline-render-with-function): Use multibyte
16402         buffer; decode html source by charset.
16404         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16406         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16407         Mule-UCS is loaded under XEmacs.
16408         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16410 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16412         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16414 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16416         * mm-util.el (mm-coding-system-p): Return a coding-system.
16417         (mm-mime-mule-charset-alist): Use shift_jis instead of
16418         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16419         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16420         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16421         instead of japanese-shift-jis and iso-latin-1 respectively in
16422         order to share the default value with both Emacs and XEmacs-mule.
16423         (mm-mule-charset-to-mime-charset):
16424         Make mm-coding-system-priorities effective.
16425         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16426         while predicating of candidates upon the priorities.
16428 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16430         * gnus-sum.el (gnus-summary-make-menu-bar):
16431         Add gnus-uu-invert-processable.
16433         * gnus.el: Autoload gnus-uu-invert-processable.
16435 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16437         * mm-util.el (mm-with-multibyte-buffer): New macro.
16439         * rfc2047.el (rfc2047-encode-string): Use it.
16440         (rfc2047-encode-region): Move point to the end of the region after
16441         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16443 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16445         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16446         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16448 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16450         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16451         (gnus-cite-parse): Ignore quoted envelope From_.
16452         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16454 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16456         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16457         invalid addresses.
16459 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16461         * spam.el: Change section markers, revise TODO list.
16462         (spam-backends): Make new master list of all installed backends.
16463         (spam-summary-exit-behavior): Add new variable to determine how
16464         messages moves are done at summary exit.
16465         (spam-move-spam-nonspam-groups-only)
16466         (spam-process-ham-in-nonham-groups)
16467         (spam-process-ham-in-spam-groups): Remove variables, the
16468         spam-summary-exit-behavior variable should be used to manage this
16469         behavior.
16470         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16471         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16472         and spam-old-spam-articles.
16473         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16474         Add empty variables, placeholders for the backends they represent.
16475         (spam-set-difference): Move, unchanged.
16476         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16477         unless the user has a processor variable.
16478         (spam-classifications, spam-classification-valid-p)
16479         (spam-backend-properties, spam-backend-property-valid-p)
16480         (spam-backend-function-type-valid-p)
16481         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16482         (spam-report-articles-gmane, spam-report-articles-resend):
16483         Remove functions, they are not needed.
16484         (spam-install-backend-super, spam-backend-list)
16485         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16486         (spam-backend-function, spam-backend-ham-registration-function)
16487         (spam-backend-spam-registration-function)
16488         (spam-backend-ham-unregistration-function)
16489         (spam-backend-spam-unregistration-function)
16490         (spam-backend-statistical-p, spam-backend-mover-p)
16491         (spam-install-backend-alias, spam-install-checkonly-backend)
16492         (spam-install-mover-backend, spam-install-nocheck-backend)
16493         (spam-install-backend, spam-install-statistical-backend)
16494         (spam-install-statistical-checkonly-backend): Add backend installation
16495         support.
16496         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16497         (spam-group-processor-p): Use the new backend code and respect the
16498         summary exit behavior.
16499         (spam-mark-spam-as-expired-and-move-routine): Remove.
16500         (spam-summary-prepare): Change to use the new spam-old-articles
16501         variable.
16502         (spam-copy-or-move-routine, spam-copy-spam-routine)
16503         (spam-move-spam-routine, spam-copy-ham-routine)
16504         (spam-move-ham-routine): Add code to copy/move ham or spam.
16505         (spam-fetch-field-fast): Improve doc and code, plus allow the
16506         'number request.
16507         (spam-list-of-checks, spam-list-of-statistical-checks):
16508         Remove variables.
16509         (spam-split, spam-find-spam): Use the new backend code.
16510         (spam-registration-functions): Remove variable.
16511         (spam-unregister-routine): Add convenience wrapper.
16512         (spam-log-undo-registration, spam-register-routine)
16513         (spam-log-processing-to-registry)
16514         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16515         where possible.
16516         (spam-check-gmane-xref, spam-check-regex-headers)
16517         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16518         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16519         (spam-check-bogofilter-headers, spam-check-spamoracle)
16520         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16521         (spam-check-crm114-headers): Use the spam-split-group that
16522         spam-split prepares, no need to determine it every time.
16524         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16525         to the nnheader-parse-naked-head call.
16527         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16529         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16530         the nnheader-nov-read-message-id call.
16532 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16534         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16535         gnus-activate-group twice.  Suggested by Markus Peter
16536         <warp@spin.de>.
16538 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16540         * gnus-art.el (gnus-article-time-format): Exchange the order of
16541         day and month in the default value; fix customization type.
16542         (article-date-ut): Use add-text-properties.
16543         (article-make-date-line): Use message-make-date instead of
16544         current-time-string.
16546         * message.el (message-fetch-field): Don't use set-text-properties.
16547         (message-make-date): Simplify.
16549 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16551         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16552         (rfc2047-encode-region): Treat text within parentheses as special;
16553         show the original text when error has occurred.
16555         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16556         already-computed method to gnus-activate-group.
16558         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16559         same select-methods identical Lisp objects.
16561         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16562         object when modifying the info.
16564 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16566         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16567         gnus-opened-servers since it has never been opened with the new
16568         configuration yet.
16570 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16572         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16573         arg to nnheader-generate-fake-message-id.
16575 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16577         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16578         number and build a fake message ID localized to a group and
16579         article number (so it's repeatable from that point on).
16580         (nnheader-fake-message-id-p): Change regex to accommodate new fake
16581         ID format.
16583         * gnus-sum.el (gnus-get-newsgroup-headers):
16584         Call nnheader-generate-fake-message-id with the article number.
16586 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16588         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16589         end-of-buffer.
16591 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16593         * message.el (message-ignored-supersedes-headers): Add Approved.
16595 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16597         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16598         goto-char.
16599         (rfc2047-encode): Fold the line before encoding.
16601 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16603         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16604         folding -- not all headers can be folded, and this should be done
16605         by the message composition mode.  Probably.  I think.
16607 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16609         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16610         fast.
16612         * gnus-ems.el (gnus-remove-image): Don't use
16613         message-text-with-property; remove only the image found first.
16615 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16617         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16619 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16621         * message.el (message-text-with-property): Make it fast and accept
16622         optional arguments.
16623         (message-strip-forbidden-properties): Use it.
16624         (message-fix-before-sending): Follow the m-t-w-p change.
16626         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16628 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16630         * gnus-art.el (article-hide-headers): Don't change the buffer
16631         mistakenly when performing mml-preview even if
16632         gnus-single-article-buffer is nil.
16634 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16636         * message.el (message-expand-name-databases): New user option.
16637         (message-expand-name): Use it.
16639 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16641         * spam.el (spam-report-articles-resend)
16642         (spam-report-resend-register-routine): Allow ham reporting.
16643         (spam-report-resend-register-ham-routine): Add wrapper.
16644         (spam-registration-functions): Add ham resending functions.
16645         (spam-list-of-processors): Add ham resend processor.
16647         * gnus.el (ham-resend-to): Add new group parameter.
16648         (spam-process): Add ham resend option.
16650         * spam-report.el (spam-report-resend): Allow reporting ham.
16651         (spam-report-resend-ham): Add wrapper.
16653 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16655         * message.el (message-cite-articles-with-x-no-archive):
16656         New variable.
16657         (message-cite-original): Use it.
16659 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16661         * message.el (message-cite-original): Respect X-No-Archive.
16663 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16665         * gnus-art.el (article-hide-headers): Refer to the values for
16666         gnus-ignored-headers and gnus-visible-headers in the summary
16667         buffer since a user may have set them as group parameters.
16669 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16671         * assistant.el (assistant-node-name): Add convenience function.
16672         (assistant-render-text, assistant-render-node): Add error handling,
16673         plus handle multiple next nodes.
16674         (assistant-find-next-node): Comment out for now.
16675         (assistant-find-next-nodes): Add function, returns list of next
16676         nodes.
16678 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16680         * mail-source.el (mail-source-directory): Fix doc-string.
16682 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16684         * assistant.el (assistant-render-text, assistant-eval): Add :set
16685         widget type, which is different because it takes and returns a
16686         list.  Much hilarity ensues.
16688 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16690         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16692         * gnus-group.el (gnus-group-get-new-news-this-group):
16693         Add doc-string.
16695         * gnus-start.el (gnus-activate-group): Add doc-string.
16697 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16699         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16701 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16703         * assistant.el (assistant-render-text): Try to add a :set
16704         widget, more to come.
16706         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16707         strings.
16708         (spam-report-articles-resend)
16709         (spam-register-routine): Do registration iff any articles warrant
16710         it.
16711         (spam-summary-prepare-exit): Change log message for nil group
16712         destinations.
16714 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16716         * spam.el (spam-report-resend-register-routine):
16717         Allow spam-report-resend-to to be a group parameter or a global value.
16719 2004-05-26  Simon Josefsson  <jas@extundo.com>
16721         * starttls.el: Merge with my GNUTLS based starttls.el.
16722         (starttls-gnutls-program, starttls-use-gnutls)
16723         (starttls-extra-arguments, starttls-process-connection-type)
16724         (starttls-connect, starttls-failure, starttls-success):
16725         New variables.
16726         (starttls-program, starttls-extra-args): Doc fix.
16727         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16728         New functions.
16729         (starttls-negotiate, starttls-open-stream):
16730         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16731         function if it is set.
16733 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16735         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16736         structured fields.
16738 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16740         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16742 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16744         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16745         Add variable.
16746         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16747         assigning the spam-mark to new messages.
16749 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16751         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16753 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16755         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16756         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16757         default.
16759 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16761         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16762         correct data.
16764 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16766         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16767         (spam-group-processor-p): Fix function.
16768         (spam-group-processor-multiple-p)
16769         (spam-group-spam-processor-report-gmane-p)
16770         (spam-group-spam-processor-report-resend-p)
16771         (spam-group-spam-processor-bogofilter-p)
16772         (spam-group-spam-processor-blacklist-p)
16773         (spam-group-spam-processor-ifile-p)
16774         (spam-group-ham-processor-ifile-p)
16775         (spam-group-spam-processor-spamoracle-p)
16776         (spam-group-spam-processor-crm114-p)
16777         (spam-group-ham-processor-bogofilter-p)
16778         (spam-group-spam-processor-stat-p)
16779         (spam-group-ham-processor-stat-p)
16780         (spam-group-ham-processor-whitelist-p)
16781         (spam-group-ham-processor-BBDB-p)
16782         (spam-group-ham-processor-spamoracle-p)
16783         (spam-group-ham-processor-copy-p): Remove functions with some
16784         prejudice against unneeded code.
16785         (spam-report-articles-resend)
16786         (spam-report-resend-register-routine): Allow the group/topic
16787         spam-resend-to value to override spam-report-resend-to.
16788         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16789         properly now.
16791         * gnus.el (spam-resend-to): Add group/topic parameter.
16792         (spam-process): Move the OBSOLETE processors to the end of the
16793         choices.
16795 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16797         * spam-report.el (spam-report-resend-to, spam-report-resend):
16798         Start with resend-to set to nil, and then ask the user if necessary.
16799         (spam-report-resend): spam-report-resend takes a list of articles, not
16800         separate article numbers.
16802 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16804         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16805         addition to emacs-w3m.
16807 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16809         * assistant.el (assistant-authinfo-data): New function.
16810         (assistant-eval): Eval for entire assistant.
16812         * netrc.el (netrc-services-file): New variable.
16813         (netrc-parse-services): New function.
16814         (netrc-find-service-name): New function.
16815         (netrc-find-service-number): New function.
16816         (netrc-port-equal): New function.
16817         (netrc-machine): Use it.
16819         * nnimap.el (nnimap-open-connection): Use netrc.
16821         * gnus-util.el (gnus-netrc-get): Remove aliases.
16823         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16825         * assistant.el (wid-edit): Fix compilation.
16827         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16829 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16831         * gnus-util.el (gnus-set-file-modes): New function.  (small
16832         patch).
16834 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16836         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16838         * assistant.el (assistant-render-node): Fix up rendering and
16839         read-only text.
16840         (assistant-render-node): Reset.
16841         (assistant-make-read-only): Not sticky.
16843 2004-05-20  Danny Siu  <dsiu@adobe.com>
16845         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16846         centered even when gnus-auto-center-summary is t
16848 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16850         * dns.el (dns-get-txt-answer): New function.
16851         (dns-read-txt): Ditto.
16852         (query-dns): Use it.
16854 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16856         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16857         active for foreign groups even if the group level is higher than
16858         the specified value.
16860 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16862         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16863         non-active groups.
16865         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16867 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16869         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16871 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16873         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16874         (spam-crm114-header, spam-crm114-spam-switch)
16875         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16876         (spam-crm114-positive-spam-header)
16877         (spam-crm114-database-directory, spam-list-of-processors)
16878         (spam-group-spam-processor-crm114-p)
16879         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16880         (spam-generic-score, spam-list-of-checks)
16881         (spam-list-of-statistical-checks, spam-registration-functions)
16882         (spam-check-crm114-headers, spam-crm114-score)
16883         (spam-check-crm114, spam-crm114-register-with-crm114)
16884         (spam-crm114-register-spam-routine)
16885         (spam-crm114-unregister-spam-routine)
16886         (spam-crm114-register-ham-routine)
16887         (spam-crm114-unregister-ham-routine): Add CRM114 support.
16888         From asjo@koldfront.dk (Adam Sjøgren).
16890         * gnus.el: Add spam-use-crm114.
16892         * spam.el (spam-list-of-processors, spam-registration-functions):
16893         Add spam-use-resend.
16894         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16895         (spam-report-articles-gmane): Add doc fix.
16896         (spam-report-articles-resend, spam-report-resend-register-routine):
16897         Add wrappers around spam-report-resend-to.
16899         * spam-report.el (spam-report-resend-to, spam-report-resend):
16900         Add support for resending spam.
16901         (spam-report-gmane): Fix line length >80.
16903         * gnus.el (spam-process): Add spam-use-resend.
16905 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16907         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16908         number of processed spam messages.
16909         (spam-ham-copy-or-move-routine): Return the number of processed
16910         ham messages.
16911         (spam-summary-prepare-exit): Use the above values to decide
16912         whether status messages shouled be displayed.
16914 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16916         * rfc2047.el (rfc2047-encode-function-alist): Rename from
16917         `rfc2047-encoding-function-alist' in order to avoid conflicting
16918         with the old version.
16919         (rfc2047-encode-region): Concatenate words containing non-ASCII
16920         characters in structured fields; don't encode space-delimited
16921         ASCII words even in unstructured fields; don't break words at
16922         char-category boundaries.
16923         (rfc2047-encode-1): New function.
16924         (rfc2047-encode): Use it; encode text so that it occupies the
16925         maximum width within 76-column; work correctly on Q encoding for
16926         iso-2022-* charsets.
16927         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16928         sure not to break a line just after the header name.
16929         (rfc2047-b-encode-region): Remove.
16930         (rfc2047-b-encode-string): New function.
16931         (rfc2047-q-encode-region): Remove.
16932         (rfc2047-q-encode-string): New function.
16934         * mm-util.el (mm-replace-in-string): New function.
16936 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16938         * gnus-msg.el (gnus-inews-make-draft-meta-information):
16939         Really get it right.
16940         (gnus-inews-make-draft): Really.
16942 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16944         * nnmh.el (nnmh-request-list-1): Don't check the link count
16945         before descending.  (small patch)
16947 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16949         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16950         stuff.
16952         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
16953         Match on real group name.
16955         * gnus-art.el (gnus-signature-limit): Doc fix.
16957         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16959 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16961         * gnus-draft.el (gnus-draft-send):
16962         Bind rfc2047-encode-encoded-words.
16964         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16965         (rfc2047-encodable-p): Say that =? needs encoding.
16966         (rfc2047-encode-encoded-words): New variable.
16968         * gnus-group.el (gnus-group-select-group): Doc fix.
16970         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16972         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16973         to nil.
16975         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16977         * nnheader.el (nnheader-get-lines-and-char): New function.
16979 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16981         * gnus-msg.el (gnus-summary-followup-with-original):
16982         Document yanking of region when active.
16984 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16986         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16987         groups if the group level is higher than the specified value.
16989 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16991         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16992         (gnus-group-jump-to-group): Add prefix argument using
16993         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16994         non-active group.
16996         * compface.el (uncompface): Be verbose when changing
16997         `uncompface-use-external'.
16999         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17000         handle manual section.
17002 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17004         * gnus-art.el (gnus-button-alist): Revert previous change.
17006 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17008         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17010 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17012         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17013         whether backend can accept message.
17015         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17017 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17019         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17020         Avoid creating directory when nntp-marks-is-evil is true.
17021         Reported by Reiner Steib.
17023 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17025         * gnus-picon.el (gnus-picon-style): New variable.
17026         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17027         (gnus-picon-transform-address): Support `gnus-picon-style'.
17028         From Jesper Harder <harder@ifa.au.dk>.
17030 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17032         * message.el (message-fill-field): Return point.
17033         (message-generate-headers): Go to end of field.
17035         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17036         stuff for non-living groups.
17038 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17040         * gnus-art.el (gnus-article-followup-with-original)
17041         (gnus-article-reply-with-original): gnus-mark-active-p ->
17042         gnus-region-active-p.
17044 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17046         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17047         only when there is spam or ham to be processed.
17049 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17051         * mail-source.el (mail-source-delete-crash-box): Refactor.
17052         (mail-source-fetch): Use it.
17053         (mail-source-fetch-file): Ditto.
17054         (mail-source-fetch-directory): Run postscript in loop.
17055         (mail-source-fetch-pop): Delete.
17056         (mail-source-fetch-maildir): Ditto.
17057         (mail-source-fetch-imap): Ditto.
17059         * imap.el (imap-authenticators): Comment out sasl.
17061         * message.el (message-skip-to-next-address): New function.
17062         (message-fill-header-address): Refactor.
17063         (message-fill-address): Use it.
17064         (message-delete-address): Use it.
17065         (message-fill-header-general): Refactor.
17066         (message-fill-field-address): Rename.
17067         (message-narrow-to-field): Find the start of the header.
17068         (message-header-format-alist): Don't pre-fill.
17069         (message-fill-header): Remove.
17070         (message-insert-header): New function.
17071         (message-shorten-references): Use it.
17073         * rfc2047.el (rfc2047-field-value): Strip props.
17075         * mail-parse.el (mail-header-make-address): New alias.
17077         * ietf-drums.el (ietf-drums-make-address): New function.
17079         * imap.el: Add compiler directives.
17081         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17083         * gnus-art.el (article-decode-idna-rhs): Don't use
17084         message-idna-inside-rhs-p.
17086 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17088         * message.el (message-idna-inside-rhs-p): Remove.
17089         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17091         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17092         false positives.
17094 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17096         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17098 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17100         * nneething.el (nneething-file-name): Don't create spurious
17101         files.
17103         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17104         (gnus-inews-do-gcc): Remove sleep.
17106         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17107         part under point.
17109         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17110         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17112 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17114         * spam.el (spam-summary-prepare-exit): Fix (length).
17116 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17118         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17119         as expired without moving it" message when there are spam
17120         messages left.
17122 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17124         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17125         header is not nil.
17127 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17129         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17130         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17131         (nntp-marks-changed-p): New arg SERVER.
17132         (nntp-request-update-info): Adjust caller.
17134 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17136         * nntp.el (nntp-save-marks): Pass missing arg.
17138 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17140         * nntp.el: Support marks.
17141         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17142         (nntp-marks-modtime, nntp-marks-directory): New variables.
17143         (nntp-request-set-mark, nntp-request-update-info)
17144         (nntp-possibly-create-directory, nntp-marks-changed-p)
17145         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17146         New functions.
17148 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17150         * gnus-score.el (gnus-score-insert-help):
17151         Use gnus-select-lowest-window.
17153         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17154         appt-select-lowest-window and rename to gnus-select-lowest-window.
17156         * gnus.el: do.
17158 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17160         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17161         encodings of MIME-encoded words, in order to improve
17162         interoperability with several broken MUAs.
17164 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17166         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17167         tags, only when charsets are not specified in headers.
17168         (mm-inline-text-html-render-with-w3m): Ditto.
17170 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17172         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17173         instead of MIME-decoded from fields when checking
17174         `gnus-article-address-banner-alist'.
17176 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17178         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17179         description rather than subject.
17181 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17183         * gnus.el (gnus-version-number): Bump.
17185 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17187         * gnus.el: No Gnus v0.2 is released.
17189 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17191         * gnus-agent.el (gnus-agent-read-agentview):
17192         Inline gnus-uncompress-range.
17194 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17196         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17197         `exec-installed-p'.
17199 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17201         * gnus.el (spam-process, spam-autodetect-methods):
17202         Add bsfilter and bsfilter-headers.
17204         * spam.el (spam-bsfilter): New customize group.
17205         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17206         (spam-bsfilter-header, spam-bsfilter-probability-header)
17207         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17208         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17209         (spam-bsfilter-database-directory): New options.
17210         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17211         (spam-list-of-statistical-checks, spam-registration-functions):
17212         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17213         (spam-bsfilter-score): New command.
17214         (spam-check-bsfilter-headers, spam-check-bsfilter)
17215         (spam-bsfilter-register-with-bsfilter)
17216         (spam-bsfilter-register-spam-routine)
17217         (spam-bsfilter-unregister-spam-routine)
17218         (spam-bsfilter-register-ham-routine)
17219         (spam-bsfilter-unregister-ham-routine): New functions.
17220         (spam-generic-score): Support bsfilter; Accept an optional argument
17221         to recalcurate spam score even if scoring header has already been
17222         added.
17223         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17224         optional argument to recalcurate spam score even if scoring header
17225         has already been added.
17227 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17229         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17230         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17231         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17232         link is missing.
17234 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17236         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17237         (html2text-get-attr): Rewrite.
17239         * message.el (message-setup-1): Remove redundant put-text-property
17240         on mail-header-separator.
17242 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17244         * gnus-registry.el (gnus-registry-cache-whitespace)
17245         (gnus-registry-action, gnus-registry-spool-action)
17246         (gnus-registry-split-fancy-with-parent): Change message levels
17247         from 5 to 3 or 7, as needed.
17249         * spam.el (spam-summary-prepare-exit)
17250         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17251         (spam-split, spam-find-spam, spam-log-undo-registration)
17252         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17253         level from 5 to 6.
17255 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17257         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17258         2004-03-04 change).
17260 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17262         * sieve-manage.el (sieve-manage-open):
17263         * nnweb.el (nnweb-insert-html):
17264         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17265         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17266         * nnspool.el (nnspool-request-group):
17267         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17268         * nnml.el (nnml-request-update-info):
17269         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17270         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17271         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17272         (nnimap-request-set-mark):
17273         * nnfolder.el (nnfolder-request-update-info):
17274         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17275         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17276         * gnus-uu.el (gnus-uu-find-articles-matching):
17277         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17278         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17279         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17280         * gnus-nocem.el (gnus-nocem-scan-groups):
17281         * gnus-int.el (gnus-start-news-server):
17282         * gnus-group.el (gnus-group-make-kiboze-group)
17283         (gnus-group-browse-foreign-server):
17284         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17285         Use mapc when appropriate.
17287 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17289         FIXME: Make separate entries for each person.
17291         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17292         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17293         <shields@msrl.com>:
17295         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17296         may need for spam sorting and scoring.
17297         (spam-user-format-function-S): Add user format function suitable for
17298         general use.
17299         (spam-article-sort-by-spam-status): Add sorting function for summary
17300         sorting.
17301         (spam-extra-header-to-number): Add function to get a score from a
17302         header.
17303         (spam-summary-score): Add function to  get a numeric score from the
17304         headers.
17305         (spam-generic-score): Fix function doc, was in wrong place.
17306         (spam-initialize): Take symbols when it's run, and install the
17307         extra headers that spam-necessary-extra-headers thinks we need.
17309 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17311         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17312         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17314 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17316         * gnus-sum.el (gnus-set-global-variables)
17317         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17318         (gnus-article-get-xrefs, gnus-summary-best-group)
17319         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17320         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17321         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17322         Use with-current-buffer.
17324 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17326         * spam.el (spam-summary-prepare-exit): Simplify logic.
17327         (spam-fetch-article-header): Read the article header if it's not
17328         available.
17329         (spam-list-articles): Simplify logic.
17330         (spam-filelist-register-routine): Fix bug with unregister-list.
17332         * gnus-registry.el: Fix comments at beginning.
17334 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17336         * message.el (message-cater-to-broken-inn): Remove.
17337         (message-shorten-references): Make sure the total folded length of
17338         References is shorter than 998 characters to cater to a bug in INN
17339         2.3.  Also, don't pretend that references aren't folded -- this
17340         hasn't worked for a while.
17342 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17344         * gnus-agent.el (gnus-agentize):
17345         gnus-agent-send-mail-real-function no longer set to current value
17346         of message-send-mail-function but rather a lambda that calls
17347         message-send-mail-function.  The change makes the agent real-time
17348         responsive to user changes to message-send-mail-function.
17350 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17352         * legacy-gnus-agent.el
17353         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17354         help from Florian Weimer <fw@deneb.enyo.de>
17356 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17358         * nnmail.el (nnmail-cache-insert): Revert last change.
17360 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17362         * nnmail.el (nnmail-cache-insert): Always check whether
17363         nnmail-cache-ignore-groups matches a group name.
17365 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17367         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17368         (spam-find-spam, spam-log-processing-to-registry)
17369         (spam-log-registered-p, spam-log-unregistration-needed-p)
17370         (spam-log-undo-registration): Use gnus-message instead of
17371         gnus-error, none of these errors are fatal.
17373         * gnus-registry.el (gnus-registry-clean-empty-function)
17374         (gnus-registry-clean-empty): Remove only empty entries without
17375         extra data.
17377 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17379         * spam-stat.el (spam-stat-buffer-change-to-spam)
17380         (spam-stat-buffer-change-to-non-spam): Change (error) to
17381         (gnus-message 8) invocation.
17383 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17385         * nntp.el (nntp-via-netcat-command): New variable.
17386         (nntp-via-netcat-switches): New variable.
17387         (nntp-open-via-rlogin-and-netcat): New function.
17388         (nntp-open-connection-function): Doc fix.
17389         (nntp-telnet-command): Doc fix.
17390         (nntp-end-of-line): Doc fix.
17391         (nntp-via-rlogin-command): Doc fix.
17392         (nntp-via-user-name): Doc fix.
17393         (nntp-via-address): Doc fix.
17395 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17397         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17398         error in Emacs 21.1.
17400 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17402         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17404 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17406         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17407         (gnus-agent-with-refreshed-group): New macro.
17408         (gnus-agent-rename-group): New function.
17409         (gnus-agent-delete-group): New function.
17410         (gnus-agent-save-group-info): Use gnus-command-method when
17411         `method' parameter is nil.  Don't write nil entries into the
17412         active file.
17413         (gnus-agent-get-group-info): New function.
17414         (gnus-agent-fetch-articles):
17415         Use gnus-agent-update-files-total-fetched-for to increment disk space
17416         used.
17417         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17418         Use gnus-agent-update-view-total-fetched-for to increment disk space
17419         used.
17420         (gnus-agent-get-local): Add optional parameters to avoid calling
17421         gnus-group-real-name and gnus-find-method-for-group.
17422         (gnus-agent-set-local): Delete stored entry if either min, or max,
17423         are nil.
17424         (gnus-agent-fetch-session): Reworded error/quit messages.
17425         On quit, use gnus-agent-regenerate-group to record existence of any
17426         articles fetched to disk before the quit occurred.
17427         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17428         gnus-agent-update-view-total-fetched-for, and
17429         gnus-agent-update-files-total-fetched-for to decrement disk space
17430         used.
17431         (gnus-agent-retrieve-headers):
17432         Use gnus-agent-update-view-total-fetched-for to increment disk space
17433         used.
17434         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17435         with gnus-agent-update-files-total-fetched-for to decrement disk
17436         space and fresh group buffer.
17437         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17438         (gnus-agent-need-update-total-fetched-for): New variable.
17439         (gnus-agent-update-files-total-fetched-for): New function.
17440         (gnus-agent-update-view-total-fetched-for): New function.
17441         (gnus-agent-total-fetched-for): New function.
17443         * gnus-cache.el (gnus-cache-save-buffers):
17444         Use gnus-cache-update-overview-total-fetched-for to change disk space
17445         used by this group.
17446         (gnus-cache-possibly-enter-article):
17447         Use gnus-cache-update-file-total-fetched-for to increment disk space
17448         used by this group.
17449         (gnus-cache-possibly-remove-article):
17450         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17451         used by this group.
17452         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17453         (gnus-cache-rename-group): New function.
17454         (gnus-cache-delete-group): New function.
17455         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17456         (gnus-cache-need-update-total-fetched-for): New variable.
17457         (gnus-cache-with-refreshed-group): New macro.
17458         (gnus-cache-update-file-total-fetched-for): New function.
17459         (gnus-cache-update-overview-total-fetched-for): New function.
17460         (gnus-cache-rename-group-total-fetched-for): New function.
17461         (gnus-cache-delete-group-total-fetched-for): New function.
17462         (gnus-cache-total-fetched-for): New function.
17464         * gnus-group.el: Require gnus-sum and autoload functions to
17465         resolve warnings when gnus-group.el compiled alone.
17466         (gnus-group-line-format): Documented new %F.
17467         (size of Fetched data) group line format; identifies disk space
17468         used by agent and cache.
17469         (gnus-group-line-format-alist): Defined new F format.
17470         (gnus-total-fetched-for): New function.
17471         (gnus-group-delete-group): No longer update
17472         gnus-cache-active-altered as gnus-request-delete-group now keeps
17473         the cache in sync.
17474         (gnus-group-list-active): Let the agent store a server's active
17475         list if currently plugged.
17477         * gnus-int.el (gnus-request-delete-group):
17478         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17479         local disk in sync with the server.
17480         (gnus-request-rename-group):
17481         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17482         local disk in sync with the server.
17484         * gnus-start.el (gnus-get-unread-articles):
17485         Cosmetic simplification to logic.
17487         * gnus-util.el (gnus-rename-file): New function.
17489 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17491         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17493 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17495         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17496         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17498 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17500         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17501         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17503 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17505         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17507 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17509         * spam.el (spam-set-difference): Add function to replace
17510         gnus-set-difference in spam.el.
17511         (spam-summary-prepare-exit): Use spam-set-difference.
17513 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17515         * gnus-registry.el (gnus-registry-cache-file): Update to use
17516         gnus-dribble-directory OR gnus-home-directory OR ~.
17517         (gnus-registry-split-fancy-with-parent): Fix doc.
17519 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17521         * message.el (message-exchange-point-and-mark):
17522         Use message-mark-active-p.  Suggested by Jesper Harder
17523         <harder@ifa.au.dk>.
17525 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17527         * message.el (message-exchange-point-and-mark): Don't activate
17528         region if it was inactive.  Suggested by Hiroshi Fujishima
17529         <pooh@nature.tsukuba.ac.jp>.
17531 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17533         * gnus-art.el (article-display-face): Display Faces in the same
17534         order as X-Faces.
17536 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17538         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17540 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17542         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17543         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17544         (gnus-article-mime-hierarchy): Remove.
17545         (gnus-article-mime-hierarchy-next): Remove.
17546         (gnus-article-mode): Revert 2004-03-19 change.
17547         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17548         (gnus-insert-mime-button): Revert 2004-03-19 change.
17549         (gnus-mime-accumulate-hierarchy): Remove.
17550         (gnus-mime-enter-multipart): Remove.
17551         (gnus-mime-leave-multipart): Remove.
17552         (gnus-mime-display-part): Revert 2004-03-19 change.
17553         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17555         * mml.el (mml-preview): Revert 2004-03-19 change.
17557 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17559         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17561 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17563         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17564         t while entering a file name using the mm-with-multibyte macro.
17565         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17567         * mm-util.el (mm-with-multibyte): New macro.
17569 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17571         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17572         New user option.
17573         (gnus-mime-multipart-functions): Doc and customization fix.
17574         (gnus-article-mime-hierarchy): New variable.
17575         (gnus-article-mime-hierarchy-next): New variable.
17576         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17577         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17578         gnus-article-mime-hierarchy-next to nil.
17579         (gnus-insert-mime-button): Show hierarchy numbers.
17580         (gnus-mime-accumulate-hierarchy): New function.
17581         (gnus-mime-enter-multipart): New function.
17582         (gnus-mime-leave-multipart): New function.
17583         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17584         (gnus-mime-display-alternative): Show hierarchy numbers.
17586         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17587         gnus-article-mime-hierarchy-next to nil.
17589 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17591         * dns.el: Don't require gnus-xmas.
17593 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17595         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17596         inline PGP.
17597         (mml-menu): Disable mml-quote-region if mark is inactive.
17599 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17601         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17602         when the group's active is not available.
17604 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17606         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17607         error.
17609 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17611         * imap.el (imap-store-password): New variable.
17612         (imap-interactive-login): Use it.
17613         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17615 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17617         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17618         window-start and hscroll to summary window.
17620 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17622         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17623         conversion message to newsrc-dribble when an actual conversion is
17624         performed.
17626 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17628         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17630 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17632         * mm-decode.el (mm-complicated-handles): New function reviving
17633         former definition of mm-multiple-handles.
17635         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17636         (gnus-mime-delete-part): Use it.
17638 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17640         * gnus-agent.el (gnus-agent-read-local):
17641         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17642         avoid the implicit assumption that they will always be equal.
17643         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17644         coding-system-for-write, as the with-temp-file macro first prints
17645         to a buffer then saves the buffer.
17647 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17649         * gnus-art.el (gnus-article-edit-part): New function.
17650         (gnus-mime-save-part-and-strip): Use it; do query instead of
17651         signaling an error; don't use mm-multiple-handles.
17652         (gnus-mime-delete-part): Ditto.
17654 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17656         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17657         old file versions.
17658         (gnus-group-prepare-hook): Remove function that converted list
17659         form of gnus-agent-expire-days to group properties.
17661         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17662         (gnus-request-accept-article): Re-indented.
17664         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17665         converters to handle old agent file formats.  Add logic for a
17666         "backup before upgrading warning".
17667         (gnus-convert-mark-converter-prompt): Developers can mark
17668         functions as needing (default), or not needing,
17669         gnus-convert-old-newsrc's "backup before upgrading warning".
17670         (gnus-convert-converter-needs-prompt): Tests whether the user
17671         should be protected from potentially irreversable changes by the
17672         function.
17674         * legacy-gnus-agent.el: New.  Provides converters that are only
17675         loaded when gnus-convert-old-newsrc needs to call them.
17677 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17679         * mail-source.el (mail-source-touch-pop): Doc fix.
17681         * message.el (message-smtpmail-send-it): Doc fix.
17683 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17685         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17687         * nnmail.el (nnmail-split-fancy): do.
17689         * gnus-kill.el (gnus-kill, gnus-execute): do.
17691 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17693         * gnus-sum.el (gnus-widget-reversible-match)
17694         (gnus-widget-reversible-to-internal)
17695         (gnus-widget-reversible-to-external): New functions.
17696         (gnus-widget-reversible): New widget.
17697         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17699 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17701         * gnus-sum.el (gnus-thread-sort-functions)
17702         (gnus-article-sort-functions): Document `(not F)' items.
17704 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17706         * spam.el (spam-use-gmane-xref): Add new backend.
17707         (spam-gmane-xref-spam-group): Add variable to control the name of the
17708         Gmane spam group.
17709         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17710         (spam-regex-headers-spam, spam-regex-headers-ham)
17711         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17712         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17713         backends and checks.
17714         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17716         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17717         an autodetect method.
17719 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17721         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17722         articles are being added to a group.
17723         (gnus-request-replace-article): Inform the agent that articles
17724         need to be uncached as the cached contents are no longer valid.
17726 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17728         * binhex.el: Don't autoload executable-find.
17730         * canlock.el: Don't autoload mail-fetch-field.
17732         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17734         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17735         rmail-dont-reply-to and rmail-output.
17737         * gnus-score.el: Don't autoload ffap-string-at-point.
17739         * gnus-setup.el: Don't autoload sc-cite-original.
17741         * imap.el: Don't autoload base64-decode-string,
17742         base64-encode-string and md5.
17744         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17745         and rmail-msg-restore-non-pruned-header.
17747         * mm-decode.el: Don't autoload executable-find.
17749         * mm-url.el: Don't autoload executable-find.
17751         * mm-view.el: Don't autoload diff-mode.
17753         * nndb.el: Don't autoload news-reply-mode, news-setup,
17754         cancel-timer and telnet.
17756         * password.el: Don't autoload run-at-time for Emacs.
17758         * sha1-el.el: Don't autoload executable-find.
17760         * sieve-mode.el: Don't autoload c-mode.
17762         * uudecode.el: Don't autoload executable-find.
17764 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17766         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17767         (gnus-agent-possibly-alter-active): Avoid null in numeric
17768         comparison.
17769         (gnus-agent-set-local): Refuse to save null in local object table.
17770         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17771         list of articles that will be marked as unread.
17773 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17775         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17777 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17779         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17780         language tags.
17782 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17784         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17785         Don't bind "obarray".
17787         * gnus-sum.el (gnus-thread-sort-functions):
17788         Add `gnus-thread-sort-by-most-recent-number' and
17789         `gnus-thread-sort-by-most-recent-date'.
17790         Reported by Kai Grossjohann <kai@emptydomain.de>.
17792 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17794         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17796 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17798         * gnus-cus.el (gnus-agent-customize-category):
17799         Remove ignore-errors macro reference that required cl to be loaded at
17800         run-time.
17802         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17803         single-interval range of the form (min . max).  Previously the
17804         range had to look like ((min . max)).  Likewise, return
17805         (min . max) rather than ((min . max)).
17806         (gnus-range-map): Use gnus-range-normalize to accept
17807         single-interval range.
17809         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17810         the cache, but not the agent, now appear with their usual face.
17812 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17814         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17815         w3m-safe-url-regexp variable buffer-local.
17817         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17819 2004-02-27  Simon Josefsson  <jas@extundo.com>
17821         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17822         gnus-group-real-prefix.
17823         (gnus-summary-move-article): Use it, instead of
17824         gnus-group-real-prefix.
17826 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17828         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17829         w3m-safe-url-regexp variable buffer-local and set it as the value
17830         of mm-w3m-safe-url-regexp.
17832         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17834         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17835         parsing gnus-posting-styles when the message is not for replying.
17837         * nnrss.el (nnrss-opml-export):
17838         Use mm-set-buffer-file-coding-system instead of
17839         set-buffer-file-coding-system.
17841 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17843         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17844         of checkdoc.el).
17845         * nnrss.el: do.
17846         * gnus-mlspl.el: do.
17847         * gnus-ml.el: do.
17848         * gnus-srvr.el: do.
17850         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17852 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17854         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17855         Corrections to custom-manual links.
17857         * gnus-art.el (gnus-article): Ditto.
17859         * mm-decode.el (mime-display, mime-security): Ditto.
17861 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17863         * flow-fill.el: Typo.
17865 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17867         * spam-wash.el: New file.
17869 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17871         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17873 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17875         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17876         to be run with new-articles as LIST1, not LIST2.
17877         (spam-registration-functions): Add spam-use-ham-copy as a nil
17878         registration backend.
17880 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17882         * spam-stat.el (spam-stat-washing-hook): New option.
17883         (spam-stat-buffer-words): Use it.
17884         (spam-stat-process-directory, spam-stat-test-directory):
17885         Use insert-file-contents-literally.
17886         (spam-stat-coding-system): New variable.
17887         (spam-stat-load, spam-stat-save): Use it.
17889 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17891         * spam-report.el (spam-report-plug-agent):
17892         Quote spam-report-url-to-file and spam-report-url-ping-plain.
17894 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17896         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
17897         Allow / in mailto URLs.
17899 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17901         * spam-report.el (spam-report-process-queue): Fix interactive use.
17902         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17903         (spam-report-unplug-agent): Doc fixes.
17904         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17905         (spam-report-agentize, spam-report-deagentize):
17906         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17908         * message.el (message-setup-fill-variables): Add mml tags to
17909         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17910         <ajk@iu.edu>.
17911         (message-mode): Don't modify paragraph-separate there.
17913 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17915         * compface.el (uncompface-use-external): Default to undecided.
17916         (uncompface-use-external-threshold): New variable.
17917         (uncompface-float-time): New macro.
17918         (uncompface): Determine whether to use the external decoder if
17919         uncompface-use-external is undecided.
17921 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17923         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17924         after images.
17926         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17928 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17930         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17932         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17934         * gnus-sum.el (gnus-summary-limit-to-age)
17935         (gnus-summary-limit-children): do.
17937         * gnus-int.el (gnus-request-scan): do.
17939         * gnus-group.el (gnus-group-suspend): do.
17941         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17943         * gnus-cite.el (gnus-cite-parse-attributions): do.
17945         * gnus-agent.el (gnus-summary-set-agent-mark)
17946         (gnus-agent-regenerate-group): do.
17948         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17950         * binhex.el (binhex-decode-region-internal): do.
17952 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17954         * gnus-fun.el (gnus-face-properties-alist): New user option.
17955         (gnus-display-x-face-in-from): Use it.
17957         * gnus-art.el (article-display-face): Ditto.
17959         * compface.el (uncompface-use-external): Default to nil.
17961 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17963         * nntp.el (nntp-erase-buffer): New function.
17964         (nntp-retrieve-data, nntp-send-command)
17965         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17966         (nntp-possibly-change-group): Use it.
17968         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
17969         Use with-current-buffer.
17971 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17973         * compface.el: Merge the ELisp-based uncompface program.
17974         (compface): New customization group.
17975         (uncompface-use-external): New user option.
17976         (uncompface): Call uncompface-internal if uncompface-use-external
17977         is nil.
17978         (uncompface-internal): New function.  Note that there are also
17979         some other functions and variables added for this function.
17981 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17983         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17984         if necessary.
17986 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17988         * spam-report.el (spam-report-unplug-agent)
17989         (spam-report-plug-agent, spam-report-deagentize)
17990         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17991         Add support for the Agent in spam-report: when unplugged, report to a
17992         file; when plugged, submit all the requests.
17994         * spam.el (spam-register-routine): Fix message about
17995         registration.
17997 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17999         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18000         dependencies.
18001         (rfc2047-encode): Use it.
18003         * gnus-art.el (gnus-button-marker-list): Move before first
18004         reference.
18006         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18007         (imap-parse-body): Fix format string mismatch.
18009         * gnus-score.el (gnus-summary-increase-score): do.
18011         * nnrss.el (nnrss-close): New function.
18013 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18015         * nnrss.el (nnrss-make-filename): New function.
18016         (nnrss-request-delete-group, nnrss-read-server-data)
18017         (nnrss-save-server-data, nnrss-read-group-data)
18018         (nnrss-save-group-data): Use it.
18019         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18020         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18021         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18023 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18025         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18027 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18029         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18030         files.
18032         * message.el (message-generate-headers-first): Don't quote nil
18033         and t in docstrings.
18035         * imap.el (imap-id): do.
18037         * gnus-agent.el (gnus-agent-consider-all-articles)
18038         (gnus-agent-queue-mail): do.
18040 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18042         * spam-report.el (spam-report-process-queue): New function.
18043         Process requests from `spam-report-requests-file'.
18044         (spam-report-process-queue): Doc fix.
18046 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18048         * spam.el (spam-register-routine)
18049         (spam-log-processing-to-registry, spam-log-registered-p)
18050         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18051         Change "check" to "spam-check" for semi-clarity.
18053 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18055         * pop3.el: Require nnheader.
18057         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18059         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18061         * gnus-picon.el: Require cl.
18063         * gnus-fun.el: Require gnus-ems and gnus-util.
18065         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18067         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18069         * gnus-art.el (gnus-article-edit-mode): Define before first
18070         reference.
18072 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18074         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18075         (gnus-uu-post-encoded): Use point-at-bol.
18077         * gnus-topic.el (gnus-group-active-topic-p): do.
18079         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18081         * gnus-group.el (gnus-group-kill-region): do.
18083         * gnus-art.el (article-date-ut): do.
18085         * message.el (message-fetch-field): Remove redundant
18086         case-fold-search binding.
18087         (message-narrow-to-field): Simplify.
18089 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18091         * spam.el (spam-directory): Derive from `gnus-directory'.
18093         * spam-report.el (spam-report-url-to-file)
18094         (spam-report-requests-file): New function and variable for offline
18095         reporting.
18096         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18097         and user defined function.
18098         (spam-report-url-ping-mm-url): Remove doubled slash.
18100 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18102         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18104 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18106         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18107         Fix format string mismatch.
18109         * sieve.el (sieve-deactivate-all): do.
18111         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18113         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18115         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18117         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18119 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18121         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18122         the list of checks.
18124 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18126         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18127         padding.
18129 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18131         * mm-view.el (mm-fill-flowed): New variable.
18132         (mm-inline-text): Use it.
18134 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18136         * spam.el (spam-spamassassin-register-ham-routine)
18137         (spam-spamassassin-register-spam-routine): Fix function names.
18139 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18141         * gnus.el (gnus-tmp-grouplens): Remove.
18142         (gnus-summary-line-format): Remove grouplens.
18144         * gnus-group.el (gnus-group-line-format): Ditto.
18146         * gnus-spec.el (gnus-format-specs): Ditto.
18147         (gnus-update-format-specifications): Flush the group format spec
18148         cache if there's the grouplens stuff.
18149         (gnus-parse-simple-format): Replace %l with the empty string.
18151 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18153         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18154         omission.
18156 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18158         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18159         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18161 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18163         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18164         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18165         New macros and functions.
18166         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18167         Handle > NLINK_MAX messages.
18168         * nnmaildir.el (nnmaildir-request-set-mark):
18169         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18171 2004-01-25  Alex Schroeder  <alex@gnu.org>
18173         * spam-stat.el (spam-stat-process-directory-age): New option.
18174         (spam-stat-process-directory): Use it.
18176 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18178         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18179         (spam-stat-save): Accept prefix argument.
18181 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18183         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18184         links" error.
18186 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18188         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18189         compatibility with old .newsrc.eld files.
18191         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18193         * gnus-start.el (gnus-1): do.
18195         * gnus-group.el (gnus-group-line-format-alist): do.
18197         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18199         * gnus-gl.el: Remove.
18201 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18203         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18204         marks consisting of a single range {for example, (3 . 5)} rather
18205         than a list of a single range { ((3 . 5)) }.
18207 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18209         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18210         Use with-current-buffer.
18211         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18212         avoid consing a string.
18214         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18215         Remove obsolete entries for big5 and gb2312.
18217 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18219         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18220         uncompressed list.
18222 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18224         * spam-stat.el (spam-stat-strip-xref): New function.
18225         (spam-stat-process-directory): Use it.
18227         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18228         here -- it's done in message-fetch-field.
18230 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18232         * gnus-agent.el (gnus-agent-queue-mail)
18233         (gnus-agent-prompt-send-queue): New variables.
18234         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18235         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18236         "nndraft:queue" along to gnus-draft-send.
18237         Use gnus-agent-prompt-send-queue.
18238         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18239         is "nndraft:queue".  Suggested by Gaute Strokkenes
18240         <gs234@srcf.ucam.org>
18242         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18243         (agent-enable-undownloaded-faces): Add.
18244         (gnus-agent-cat-groups): Use eval-and-compile, not
18245         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18246         method of gnus-agent-cat-groups even when the buffer has been
18247         evaled.
18248         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18249         delete gnus-agent-save-active-1.
18250         (gnus-agent-save-groups): Delete.  Identical to
18251         gnus-agent-save-active.
18252         (gnus-agent-write-active): No longer adjust agent's copy of active
18253         file as agent's adjustments are now stored in their own
18254         file.  Remove optional parameter.
18255         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18256         servers.  Add use of min/max range limits from server's local
18257         file.
18258         (gnus-agent-save-alist): Remove unused optional argument.
18259         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18260         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18261         (gnus-agent-set-local): A per-server file that keeps min/max range
18262         limits for articles known to the agent.  Provides a fast mechanism
18263         for altering many active ranges.
18264         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18265         active file (local makes it unnecessary).
18266         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18268         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18269         (agent-enable-undownloaded-faces): Add.
18271         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18272         disable it when sending to "nndraft:queue".
18273         (gnus-group-send-queue): Add safety check to avoid sending queue
18274         when unplugged.
18276         * gnus-group.el (gnus-group-catchup): Use new
18277         gnus-sequence-of-unread-articles, not
18278         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18279         numbers of articles.  Use gnus-range-map to avoid having to
18280         uncompress the unread list.
18281         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18282         Fix invalid ange-ftp reference.
18284         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18285         (gnus-sorted-range-intersection): Intersection of two ranges
18286         without requiring that they first be uncompressed.
18288         * gnus-start.el (gnus-activate-group): Unless blocked by the
18289         caller, possibly expand the active range to include both cached
18290         and agentized articles.
18291         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18292         multiple version-dependent converters.
18293         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18294         gnus-agent-save-active.
18295         (gnus-save-newsrc-file): Save dirty agent range limits.
18297         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18298         gnus-agent-possibly-alter-active.
18299         (gnus-adjust-marked-articles): Faster handling of simple lists
18301 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18303         * spam-stat.el (spam-stat-test-directory): New optional argument
18304         displays a list of files detected.  Suggested by Andrew Cohen
18305         <cohen@andy.bu.edu>.
18306         (spam-stat-buffer-words-with-scores): Don't narrow and change
18307         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18309 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18311         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18312         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18313         (spam-spamassassin-arguments)
18314         (spam-spamassassin-spam-flag-header)
18315         (spam-spamassassin-positive-spam-flag-header)
18316         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18317         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18318         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18319         (spam-list-of-processors, spam-list-of-checks)
18320         (spam-list-of-statistical-checks, spam-registration-functions)
18321         (spam-check-spamassassin-headers, spam-check-spamassassin)
18322         (spam-spamassassin-score)
18323         (spam-spamassassin-register-with-sa-learn)
18324         (spam-spamassassin-register-spam-routine)
18325         (spam-spamassassin-register-ham-routine)
18326         (spam-assassin-register-spam-routine)
18327         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18328         (spam-bogofilter-score): Fix to show article before scoring.
18330 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18332         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18333         default scoring function.
18334         (spam-generic-score): Call spam-spamassassin-score if
18335         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18336         spam-bogofilter-score otherwise.
18338         * gnus.el (spam-process, spam-autodetect-methods):
18339         Add spamassassin and spamassassin-headers.
18341 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18343         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18344         Suppress unnecessary messages.
18346 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18348         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18349         make-hash-table.
18351 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18353         * canlock.el (base64-encode-string): Don't autoload it.
18355 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18357         * run-at-time.el: Remove useless (require 'itimer),
18358         eval-and-compile and (featurep 'xemacs).
18360 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18362         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18363         GROUP is a virtual group.
18365 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18367         * gnus.el: Autoload `message-y-or-n-p'.
18369 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18371         * pgg-parse.el: Remove unnecessary (require 'custom).
18373         * pgg-def.el: do.
18375         * nnmail.el: do.
18377         * gnus-undo.el: do.
18379         * gnus-picon.el: do.
18381         * gnus-util.el: do.
18383 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18385         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18387 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18389         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18390         handle, as well as a list.
18392         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18393         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18394         (mm-w3m-cid-retrieve): Simplify.
18396 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18398         * message.el (message-kill-to-signature): Allow prefix arg to
18399         specify number of lines to keep before signature.
18401 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18403         * message.el (message-kill-to-signature): Change docstring.
18405 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18407         * canlock.el: Always require sha1-el.
18408         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18410         * message.el: Autoload sha1 only when compiling.
18412 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18414         * message.el (message-canlock-generate): Require sha1-el.
18416 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18418         * message.el (message-expand-name): Silence the byte compiler.
18420 2004-01-13  Simon Josefsson  <jas@extundo.com>
18422         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18423         Invoke gnus-score-mode.
18424         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18426         * gnus-range.el (gnus-compress-sequence): Doc fix.
18427         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18429 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18431         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18433 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18435         * spam.el (spam-get-article-as-string): Update to use
18436         gnus-request-article-this-buffer, much simpler.
18437         (spam-get-article-as-buffer): Remove.
18439 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18441         * message.el (message-expand-name): Use EUDC if the user uses that.
18443 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18445         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18446         character for the encoding to avoid consing a string.
18448         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18449         unnecessarily.
18451         * mm-util.el (mm-replace-chars-in-string): Remove.
18453         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18454         of mm-replace-chars-in-string.
18456 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18458         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18460         * mm-util.el (mm-subst-char-in-string): Support inplace.
18462         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18463         a new string in every iteration.  Use shy groups.
18465 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18467         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18468         * gnus-soup.el (gnus-soup-group-brew):
18469         * gnus-msg.el (gnus-put-message):
18470         * gnus-move.el (gnus-group-move-group-to-server):
18471         * gnus-kill.el (gnus-batch-score):
18472         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18473         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18474         (gnus-group-update-group, gnus-group-read-group)
18475         (gnus-group-make-group, gnus-group-make-help-group)
18476         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18477         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18478         (gnus-group-sort-by-unread, gnus-group-catchup)
18479         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18480         (gnus-group-yank-group, gnus-group-set-info)
18481         (gnus-group-list-groups):
18482         * gnus.el (gnus-generate-new-group-name):
18483         * gnus-delay.el (gnus-delay-send-queue):
18484         * nnvirtual.el (nnvirtual-catchup-group):
18485         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18486         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18487         (gnus-group-prepare-topics, gnus-topic-check-topology):
18488         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18489         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18490         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18491         (gnus-group-make-articles-read):
18492         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18493         (gnus-group-change-level, gnus-kill-newsgroup)
18494         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18495         (gnus-get-unread-articles, gnus-make-articles-unread)
18496         (gnus-make-ascending-articles-unread): Use accessor
18497         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18498         to get group information for improved readability.
18500 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18502         * gnus-art.el (article-decode-mime-words, article-babel)
18503         (gnus-article-highlight-signature, gnus-article-add-buttons)
18504         (gnus-signature-toggle): Use gnus-with-article-buffer.
18506         * gnus-art.el (gnus-article-highlight-headers)
18507         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18509         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18510         (gnus-article-set-globals, gnus-request-article-this-buffer)
18511         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18512         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18513         (gnus-mime-display-alternative): Use with-current-buffer.
18515 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18517         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18518         also under 80 char limit, and call gnus-error if needed.
18519         (spam-fetch-article-header): Fix - it was a
18520         buffer-local variable (gnus-newsgroup-data).
18521         (spam-find-spam): Use spam-generate-fake-headers, forget about
18522         spam-insert-fake-headers.
18523         (spam-insert-fake-headers): Remove.
18525 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18527         * deuglify.el (gnus-article-outlook-unwrap-lines)
18528         (gnus-outlook-rearrange-article)
18529         (gnus-outlook-repair-attribution-outlook)
18530         (gnus-outlook-repair-attribution-block)
18531         (gnus-outlook-repair-attribution-other): Remove redundant
18532         save-excursion.
18534 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18536         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18537         (spam-fetch-field-subject-fast)
18538         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18539         (spam-fetch-article-header): Add functions to deal with Gnus
18540         internals for fast retrieval of article header data.
18541         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18543 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18545         * pop3.el (pop3-md5): Remove.
18546         (pop3-apop): Replace pop3-md5 with md5.
18548         * mm-bodies.el: base64 is always built-in.
18550         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18551         Use with-current-buffer.
18553 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18555         * canlock.el (canlock-insert-header): Remove excessive grouping in
18556         regexp.
18558         * gnus-sum.el (gnus-summary-read-document): Ditto.
18560         * gnus-uu.el (gnus-uu-part-number): Ditto.
18562         * html2text.el (html2text-remove-tags): Ditto.
18563         (html2text-format-tags): Ditto.
18564         (html2text-format-single-elements): Ditto.
18566         * mml.el (mml-parse-1): Ditto.
18568 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18570         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18572         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18574         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18576         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18578 2003-11-15  Simon Josefsson  <jas@extundo.com>
18580         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18581         (pgg-gpg-lookup-key): Use regexp match instead of
18582         split-string (split-string is different between emacs 21.2 and
18583         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18585 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18587         * gnus-art.el (gnus-mime-view-all-parts)
18588         (gnus-article-part-wrapper, gnus-article-view-part):
18589         Use with-current-buffer.
18591 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18593         * spam.el (spam-disable-spam-split-during-ham-respool)
18594         (spam-spamoracle-database, spam-cache-lookups)
18595         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18596         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18597         (spam-group-ham-marks, spam-group-spam-marks)
18598         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18599         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18600         also add spam-use-blackholes to the statistical checks.
18601         (spam-fetch-field-fast): Add interface to fetching fields, may
18602         become a macro.
18603         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18604         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18605         (spam-insert-fake-headers): Fake an article when needed.
18606         (spam-find-spam): Fake article when possible.
18607         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18608         (spam-check-bogofilter-headers): Use message-fetch-field instead
18609         of nnmail-fetch-field.
18611 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18613         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18615 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18617         * spam.el (spam-split): Do not require spam-use-CHECK to be
18618         enabled if that check is passed to spam-split explicitly; also
18619         fix so 'spam doesn't get converted to spam-split-group when
18620         spam-split-symbolic-return is t.
18621         (spam-find-spam): Find registrations of the article and use those
18622         instead of re-running spam-split to find the spam/ham
18623         classification of the article.
18624         (spam-log-processing-to-registry, spam-log-registered-p)
18625         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18626         Use gnus-error instead of gnus-message.
18627         (spam-log-registration-type): Add function to determine the
18628         classification of a message based on registry entries; will
18629         return nil if both 'spam and 'ham are found.
18630         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18631         a reasonably fast local cache without the loading errors.
18632         (spam-cache-lookups): Set to t by default.
18633         (spam-find-spam): Don't try to guess spam-cache-lookups.
18634         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18635         spam-caches entry.
18636         (spam-filelist-build-cache, spam-filelist-check-cache):
18637         Fix caching of whitelist/blacklist entries.
18638         (spam-check-whitelist, spam-check-blacklist):
18639         Invoke spam-from-listed-p with a type, not a cache variable.
18640         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18642 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18644         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18646         * nnmail.el (nnmail-split-fancy): do.
18648         * mml.el (mml-parse): do.
18650         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18651         (gnus-score-adaptive): do.
18653 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18655         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18656         (gnus-mime-button-map): Don't set keymap parent.
18657         (gnus-button-ctan-directory-regexp): Use shy grouping.
18658         (gnus-prev-page-map): Don't set keymap parent.
18659         (gnus-prev-page-map): Remove duplicated one.
18660         (gnus-next-page-map): Don't set keymap parent.
18661         (gnus-mime-security-button-map): Ditto.
18663         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18664         version number.
18666         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18668 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18670         * canlock.el (canlock-sha1-function): Remove.
18671         (canlock-sha1-function-for-verify): Remove.
18672         (canlock-openssl-program): Remove.
18673         (canlock-openssl-args): Remove.
18674         (canlock-ignore-errors): Remove.
18675         (canlock-sha1-with-openssl): Remove.
18676         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18677         (canlock-verify): Don't use canlock-ignore-errors.
18679         * sha1-el.el (sha1-string-external): Make it can return a string
18680         in binary form.
18681         (sha1-region-external): Ditto.
18682         (sha1-string-internal): Ditto.
18683         (sha1-region-internal): Ditto.
18684         (sha1-region): Ditto.
18685         (sha1-string): Ditto.
18686         (sha1): Ditto.
18688 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18690         * spam.el (spam-report-articles-gmane): New command.
18692 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18694         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18696         * run-at-time.el (run-at-time-saved): Remove.
18697         (run-at-time): Doc fix.
18699 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18701         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18702         (gnus-summary-limit-map): Add it.
18703         (gnus-summary-make-menu-bar): do.
18705 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18707         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18708         Make attempt at some caching support (done for BBDB only now).
18709         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18710         addresses to be checked.
18711         (spam-clear-cache-BBDB): Add function, to be invoked by
18712         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18713         (spam-check-BBDB): Check and use the caches, if
18714         spam-cache-lookups is on, remove superfluous (provide).
18716 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18718         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18720 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18722         * run-at-time.el (run-at-time-saved): Move to after the definition
18723         of `run-at-time'.
18725 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18727         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18728         mm-w3m-local-map-property.
18730         * mm-view.el (mm-w3m-mode-map): Remove.
18731         (mm-w3m-local-map-property): Remove.
18732         (mm-inline-text-html-render-with-w3m): Don't use
18733         mm-w3m-local-map-property.
18735 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18737         * run-at-time.el: New file.
18739         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18740         of gnus-set-text-properties.
18742         * gnus-uu.el (gnus-uu-save-article): Ditto.
18744         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18746         * gnus-cite.el (gnus-cite-parse): Ditto.
18748         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18749         of gnus-.
18751         * gnus.el: Change calls to nnheader-run-at-time and
18752         password-run-at-time throughout to use run-at-time directly.
18754         * password.el: Remove definition of run-at-time.
18756 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18758         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18759         in prompt.
18761 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18763         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18764         XEmacs version.
18766         * dns.el (dns-make-network-process): Use `open-network-stream'
18767         instead of `gnus-xmas-open-network-stream'.
18769         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18771 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18773         * gnus-art.el (gnus-mime-display-alternative)
18774         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18775         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18776         Don't use gnus-local-map-property.
18778         * gnus-util.el (gnus-local-map-property): Remove.
18780         * mm-view.el (mm-view-pkcs7-decrypt):
18781         Replace gnus-completing-read-maybe-default with completing-read.
18783         * gnus-util.el (gnus-completing-read): do.
18784         (gnus-completing-read-maybe-default): Remove.
18786 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18788         * password.el: Only autoload `run-at-time' if not XEmacs.
18789         Only autoload the itimer functions if XEmacs.
18791 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18793         * gnus-art.el (gnus-read-string): Remove.
18794         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18795         read-string.
18797 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18799         * netrc.el: Autoload password-read.
18800         (netrc): Add configuration group.
18801         (netrc-encoding-method, netrc-openssl-path):
18802         Add variables for encoding and decoding of files with symmetric
18803         ciphers.
18804         (netrc-encode): Add assistant function to encode a file with
18805         netrc-encoding-method.
18806         (netrc-parse): Add interactive parameter, added optional
18807         decoding if netrc-encoding-method is non-nil but otherwise
18808         behavior is standard.
18809         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18810         Do s/encode/encrypt/ everywhere.
18812         * spam.el: Remove executable-find autoload.
18814 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18816         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18818         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18820 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18822         * gnus-art.el (gnus-treat-ansi-sequences)
18823         (article-treat-ansi-sequences): New variable and function.
18824         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18826         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18827         Use it.
18829 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18831         * mm-util.el (mm-quote-arg): Remove.
18833         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18834         shell-quote-argument.
18836         * gnus-uu.el (gnus-uu-command): do.
18838         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18840         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18841         with make-char.
18843         * mm-util.el (mm-make-char): Remove.
18845         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18846         add-minor-mode.
18848         * gnus-undo.el (gnus-undo-mode): do.
18850         * gnus-topic.el (gnus-topic-mode): do.
18852         * gnus-sum.el (gnus-dead-summary-mode): do.
18854         * gnus-start.el (gnus-slave-mode): do.
18856         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18858         * gnus-ml.el (gnus-mailing-list-mode): do.
18860         * gnus-gl.el (gnus-grouplens-mode): do.
18862         * gnus-draft.el (gnus-draft-mode): do.
18864         * gnus-dired.el (gnus-dired-mode): do.
18866         * gnus-ems.el (gnus-add-minor-mode): Remove.
18868         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18869         Replace gnus-char-width with char-width.
18871         * gnus-ems.el (gnus-char-width): Remove.
18873         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18874         Replace gnus-char-width with char-width.
18876         * gnus-ems.el (gnus-char-width): Remove.
18878         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18879         definition.
18880         Remove Emacs 20 hash table compatibility code.
18882         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18883         20 compatibility code.
18885         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18887         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18889         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
18890         Replace with point-at-{eol,bol}.
18892         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18894         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18896         * flow-fill.el (fill-flowed-point-at-bol)
18897         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18899         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18900         Replace with point-at-{eol,bol} throughout all files.
18902 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18904         * ntlm.el (ntlm-string-as-unibyte): New macro.
18905         (ntlm-build-auth-response): Use it.
18907         Remove Emacs 20 stuff:
18908         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18909         of delq and copy-sequence.
18910         * gnus-art.el (popup-menu): Remove the compiler macro.
18911         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18912         Emacs 20.
18914 2004-01-05  Simon Josefsson  <jas@extundo.com>
18916         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18917         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18918         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18919         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18920         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18921         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18922         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18923         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18924         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18925         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18926         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18927         string-xor into ntlm-string-xor.
18928         Suggested by Jesper Harder <harder@myrealbox.com>.
18930         * ntlm.el: Don't include poem.
18932         * md4.el (print-int32, print-string-hexa): Remove.
18933         Suggested by Jesper Harder <harder@myrealbox.com>.
18935         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18937         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18938         probably breaks emacs with DL patch, but do we care? Is anyone
18939         still using the DL stuff?)
18941         * sieve-manage.el: Use the password package.
18942         (sieve-manage-read-passwd): Remove.
18943         (sieve-manage-interactive-login): Use password.  Re-add
18944         condition-case around loop.
18946         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18947         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18948         Use the password package.
18950 2003-02-19  Simon Josefsson  <jas@extundo.com>
18952         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18953         token.
18955 2002-08-07  Simon Josefsson  <jas@extundo.com>
18957         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18958         (sieve-manage-authenticators):
18959         (sieve-manage-authenticator-alist): Add some SASL mechs.
18960         (sieve-sasl-auth): New function.
18961         (sieve-manage-cram-md5-auth):
18962         (sieve-manage-plain-auth): Rewrite using SASL library.
18963         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18964         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18965         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18966         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18968 2004-01-05  Simon Josefsson  <jas@extundo.com>
18970         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18971         New files.
18973 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18975         * gnus-group.el (gnus-no-groups-message): Update.
18977         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18979 2003-11-09  Simon Josefsson  <jas@extundo.com>
18981         * imap.el: Support for ID IMAP extension (RFC 2971).
18982         (imap-local-variables): Add imap-id.
18983         (imap-id): New variable.
18984         (imap-id): New function.
18985         (imap-parse-response): Parse untagged ID response.
18986         * nnimap.el (nnimap-id): New variable.
18987         (nnimap-open-connection): Use it.
18989 2003-12-28  Simon Josefsson  <jas@extundo.com>
18991         * gnus-score.el (gnus-score-edit-all-score): New.
18992         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18994 2004-01-04  Simon Josefsson  <jas@extundo.com>
18996         * password.el: Add.
18998 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19000         * dns.el (dns-query-types): Fix typo.
19001         (dns-query-types): New function.
19002         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19003         PTR and SOA replies, see RFC 1035.
19005 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19007         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19009         * Move to Changelog.2.
19011 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19013         * gnus.el (gnus-version-number): Bump version.
19015 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19017         * gnus.el: No Gnus v0.1 is released.
19019 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19021         * gnus.el: No Gnus v0.0 is released.
19023 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19025         * gnus.el (gnus-version-number): Bump.
19026         (gnus-version): No.
19028 See ChangeLog.2 for earlier changes.
19030   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19031     Free Software Foundation, Inc.
19033   This file is part of GNU Emacs.
19035   GNU Emacs is free software: you can redistribute it and/or modify
19036   it under the terms of the GNU General Public License as published by
19037   the Free Software Foundation, either version 3 of the License, or
19038   (at your option) any later version.
19040   GNU Emacs is distributed in the hope that it will be useful,
19041   but WITHOUT ANY WARRANTY; without even the implied warranty of
19042   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19043   GNU General Public License for more details.
19045   You should have received a copy of the GNU General Public License
19046   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19048 ;; Local Variables:
19049 ;; coding: utf-8
19050 ;; fill-column: 79
19051 ;; add-log-time-zone-rule: t
19052 ;; End: